File: project.ttl

package info (click to toggle)
libtest-rdf-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 280 kB
  • sloc: perl: 1,642; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@prefix :     <http://usefulinc.com/ns/doap#> .
@prefix dc:   <http://purl.org/dc/terms/> .
@prefix my:   <http://purl.org/NET/cpan-uri/dist/Test-RDF/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcs:  <http://ontologi.es/doap-changeset#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .

<>
    dc:title     "DOAP for Test-RDF"@en ;
    dc:subject   my:project ;
    dc:creator   <http://www.kjetil.kjernsmo.net/foaf#me> .

my:project	 
    a           :Project ;
    :name       "Test-RDF" ;
    :shortdesc  "Test RDF data for validity and equality."@en ;
    :created    "2010-09-03"^^xsd:date ;
    :programming-language "Perl" ;
    :maintainer <http://www.kjetil.kjernsmo.net/foaf#me> ;
    :bug-database <https://github.com/kjetilk/Test-RDF/issues> ;
    :release    my:v_0_26, my:v_0_24, my:v_0_22, my:v_0_20, my:v_0_11, my:v_0_10, my:v_0_03 .