File: doap.ttl

package info (click to toggle)
librdf-trinex-functions-perl 0.005-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 164 kB
  • sloc: perl: 260; makefile: 2
file content (107 lines) | stat: -rw-r--r-- 5,509 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@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://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "IO::Detect"^^doap-deps:CpanId ], [ doap-deps:on "URI::file"^^doap-deps:CpanId ], [ doap-deps:on "Carp"^^doap-deps:CpanId ], [ doap-deps:on "Sub::Exporter"^^doap-deps:CpanId ], [ doap-deps:on "PerlX::Maybe"^^doap-deps:CpanId ], [ doap-deps:on "RDF::Trine 0.135"^^doap-deps:CpanId ], [ doap-deps:on "RDF::NS"^^doap-deps:CpanId ], [ doap-deps:on "Scalar::Util"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=RDF-TrineX-Functions>;
	doap:created         "2012-05-30"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/RDF-TrineX-Functions>;
	doap:homepage        <https://metacpan.org/release/RDF-TrineX-Functions>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "RDF-TrineX-Functions";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-001>, <http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-002>, <http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-003>, <http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-004>, <http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-005>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-rdf-trinex-functions>;
	];
	doap:shortdesc       "some shortcut functions for RDF::Trine's object-oriented interface".

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "RDF-TrineX-Functions-0.001"^^xsd:string;
	dc:issued            "2012-05-30"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TrineX-Functions-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-002>
	a                    doap:Version;
	dc:identifier        "RDF-TrineX-Functions-0.002"^^xsd:string;
	dc:issued            "2012-05-30"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Media types passed to 'parse' function were not being handled correctly.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TrineX-Functions-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-003>
	a                    doap:Version;
	dc:identifier        "RDF-TrineX-Functions-0.003"^^xsd:string;
	dc:issued            "2012-07-10"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "Use IO::Detect to simplify the parse function.";
		], [
			a doap-changeset:Addition;
			rdfs:label "The parse function now accepts unblessed 'data:' URIs.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TrineX-Functions-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-004>
	a                    doap:Version;
	dc:identifier        "RDF-TrineX-Functions-0.004"^^xsd:string;
	dc:issued            "2012-07-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "The parse function now accepts a 'graph' option.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TrineX-Functions-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/RDF-TrineX-Functions/v_0-005>
	a                    doap:Version;
	dc:identifier        "RDF-TrineX-Functions-0.005"^^xsd:string;
	dc:issued            "2014-09-10"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Switch to Dist::Inkt.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TrineX-Functions-0.005.tar.gz>;
	doap:revision        "0.005"^^xsd:string.

<http://purl.org/NET/cpan-uri/person/tobyink>
	a                    foaf:Person;
	foaf:mbox            <mailto:tobyink@cpan.org>;
	foaf:name            "Toby Inkster";
	foaf:nick            "tobyink";
	foaf:page            <https://metacpan.org/author/TOBYINK>.