File: doap.ttl

package info (click to toggle)
libhtml-html5-outline-perl 0.006-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: perl: 3,573; makefile: 7; sh: 1
file content (43 lines) | stat: -rw-r--r-- 1,757 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
33
34
35
36
37
38
39
40
41
42
43
@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-HTML5-Outline/> .
@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-HTML5-Outline" ;
	:shortdesc      "implementation of the HTML5 outline algorithm"@en ;
	:programming-language  "Perl" ;
	:homepage       <https://metacpan.org/release/HTML-HTML5-Outline> ;
	:download-page  <https://metacpan.org/release/HTML-HTML5-Outline> ;
	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-Outline> ;
	:repository     [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/HTML-HTML5-Outline/> ] ;
	:maintainer     toby:i ;
	:developer      toby:i ;
	:documenter     toby:i ;
	:tester         toby:i ;
	:created        "2010-12-08"^^xsd:date ;
	:license        <http://dev.perl.org/licenses/> ;
	:category
		[ rdfs:label "HTML" ] ,
		[ rdfs:label "HTML5" ] ,
		[ rdfs:label "Outline" ] ,
		[ rdfs:label "Headings" ] ,
		[ rdfs:label "Sections" ] ,
		[ rdfs:label "Structure" ] ,
		[ rdfs:label "JSON" ] ,
		[ rdfs:label "RDF" ] ,
		[ rdfs:label "Document" ] ,
		[ rdfs:label "Web" ] .

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