File: doap.ttl

package info (click to toggle)
libxrd-parser-perl 0.201-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 376 kB
  • sloc: perl: 4,041; makefile: 7; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download | duplicates (3)
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
@prefix :        <http://usefulinc.com/ns/doap#> .
@prefix dcs:     <http://ontologi.es/doap-changeset#> .
@prefix dc:      <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix my:      <http://purl.org/NET/cpan-uri/dist/XRD-Parser/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix toby:    <http://tobyinkster.co.uk/#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

my:project
	a               :Project ;
	:name           "XRD-Parser" ;
	:shortdesc      "parse XRD and host-meta files into RDF::Trine models"@en ;
	:programming-language  "Perl" ;
	:homepage       <https://metacpan.org/release/XRD-Parser> ;
	:download-page  <https://metacpan.org/release/XRD-Parser> ;
	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=XRD-Parser> ;
	:repository     [ a :HgRepository ; :browse <https://bitbucket.org/tobyink/p5-xrd-parser> ] ;
	:maintainer     toby:i ;
	:developer      toby:i ;
	:documenter     toby:i ;
	:tester         toby:i ;
	:created        "2009-12-04"^^xsd:date ;
	:license        <http://dev.perl.org/licenses/> .

toby:i
	a               foaf:Person ;
	foaf:name       "Toby Inkster" ;
	foaf:homepage   <http://tobyinkster.co.uk/> ;
	foaf:page       <https://metacpan.org/author/TOBYINK> ;
	foaf:mbox       <mailto:tobyink@cpan.org> ;
	<http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/tobyink> .