File: doap.ttl

package info (click to toggle)
libhtml-microformats-perl 0.105-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,340 kB
  • sloc: perl: 14,121; makefile: 10; sh: 1
file content (44 lines) | stat: -rw-r--r-- 1,764 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
40
41
42
43
44
@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/HTML-Microformats/> .
@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           "HTML-Microformats" ;
	:shortdesc      "parse microformats in HTML"@en ;
	:programming-language  "Perl" ;
	:homepage       <https://metacpan.org/release/HTML-Microformats> ;
	:download-page  <https://metacpan.org/release/HTML-Microformats> ;
	rdfs:seeAlso    <https://metacpan.org/release/XML-Atom-Microformats> ;
	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=HTML-Microformats> ;
	:repository     [ a :HgRepository ; :browse <https://bitbucket.org/tobyink/p5-html-microformats> ] ;
	:maintainer     toby:i ;
	:developer      toby:i ;
	:documenter     toby:i ;
	:tester         toby:i ;
	:created        "2010-02-08"^^xsd:date ;
	:license        <http://dev.perl.org/licenses/> ;
	:category
		[rdfs:label "XHTML"],
		[rdfs:label "HTML"], 
		[rdfs:label "Semantic Web"],
		[rdfs:label "Microformats"],
		[rdfs:label "POSH"],
		[rdfs:label "RDF"],
		[rdfs:label "JSON"],
		[rdfs:label "vCard"],
		[rdfs:label "iCalendar"],
		[rdfs:label "Atom"].

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> .