File: doap.ttl

package info (click to toggle)
libhtml-html5-builder-perl 0.004-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 320 kB
  • sloc: perl: 3,427; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,139 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
# This file contains general metadata about the project.

@prefix :        <http://usefulinc.com/ns/doap#> .
@prefix dc:      <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Builder/project>
	a               :Project ;
	:shortdesc      "erect some scaffolding for your documents" ;
	:programming-language "Perl" ;
	:name           "HTML-HTML5-Builder" ;
	:shortdesc      "a module that does something-or-other" ;
	:homepage       <https://metacpan.org/release/HTML-HTML5-Builder> ;
	:download-page  <https://metacpan.org/release/HTML-HTML5-Builder> ;
	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-Builder> ;
	:created        "2011-10-07"^^xsd:date ;
	:license        <http://dev.perl.org/licenses/> ;
	:developer      [ a foaf:Person ; foaf:name "Toby Inkster" ; foaf:mbox <mailto:tobyink@cpan.org> ] .

<http://dev.perl.org/licenses/>
	dc:title        "the same terms as the perl 5 programming language system itself" .