File: project.ttl

package info (click to toggle)
librdf-helper-properties-perl 0.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: perl: 1,677; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,884 bytes parent folder | download | duplicates (5)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@prefix :     <http://usefulinc.com/ns/doap#> .
@prefix dc:   <http://purl.org/dc/terms/> .
@prefix my:   <http://purl.org/NET/cpan-uri/dist/RDF-Helper-Properties/> .
@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#> .
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .


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

my:project	 
    a           :Project ;
    :name       "RDF-Helper-Properties" ;
    :shortdesc  "Module that provides shortcuts to retrieve certain information from RDF graphs."@en ;
    :created    "2010-08-18"^^xsd:date ;
    :programming-language "Perl" ;
    :maintainer <http://www.kjetil.kjernsmo.net/foaf#me> ;
    :developer <http://kasei.us/about/foaf.xrdf#greg> ;
    :developer <http://tobyinkster.co.uk/#i> ;
    :contributor <http://purl.org/NET/cpan-uri/person/haarg> ;
    :bug-database <https://github.com/kjetilk/RDF-Helper-Properties/issues> ;
    :repository [ 
    		  a :GitRepository ; 
		  :browse <https://github.com/kjetilk/RDF-Helper-Properties/> ;
		  prov:has_provenance <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk%2FRDF-Helper-Properties&serialization=PROV-O#> 
		] ;
    :category   <http://dbpedia.org/resource/Category:Semantic_Web> ;
    owl:sameAs <http://packages.qa.debian.org/librdf-helper-properties-perl#upstream> ;
    rdfs:seeAlso <http://packages.qa.debian.org/libr/librdf-helper-properties-perl.ttl> ;
    cpan-uri:x_IRC <irc://irc.perl.org/#perlrdf> .

<http://dbpedia.org/resource/Category:Semantic_Web> rdfs:label "Semantic Web"@en .