File: META.ttl

package info (click to toggle)
librdf-trin3-perl 0.206-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 368
  • sloc: perl: 5,047; makefile: 13
file content (261 lines) | stat: -rw-r--r-- 8,503 bytes parent folder | download | duplicates (4)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
@prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
@prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/RDF-TriN3/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf-trine: <http://purl.org/NET/cpan-uri/dist/RDF-Trine/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

dist:project
	a                 doap:Project;
	doap:name         "RDF-TriN3";
	cpant:perl_version_from _:B1;
	cpant:readme_from _:B1;
	cpant:requires    "Data::UUID";
	cpant:requires    "Encode";
	cpant:requires    "LWP::UserAgent";
	cpant:requires    "Log::Log4perl";
	cpant:requires    "Module::Runtime";
	cpant:requires    "RDF::NS::Trine";
	cpant:requires    "RDF::Trine 0.135";
	cpant:requires    "Scalar::Util";
	cpant:requires    "URI";
	cpant:requires    "URI::Escape";
	cpant:requires    "namespace::clean";
	cpant:requires    "parent";
	cpant:test_requires "Test::More 0.61";
	cpant:version_from _:B1;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=RDF-TriN3>;
	doap:category     [ rdfs:label "RDF" ];
	doap:category     [ rdfs:label "Trine" ];
	doap:category     [ rdfs:label "N3" ];
	doap:category     [ rdfs:label "Notation 3" ];
	doap:category     [ rdfs:label "Semantic Web" ];
	doap:created      "2010-07-02"^^xsd:date;
	doap:developer    <http://tobyinkster.co.uk/#i>;
	doap:documenter   <http://tobyinkster.co.uk/#i>;
	doap:download-page <https://metacpan.org/release/RDF-TriN3>;
	doap:homepage     <https://metacpan.org/release/RDF-TriN3>;
	doap:license      <http://dev.perl.org/licenses/>;
	doap:maintainer   <http://tobyinkster.co.uk/#i>;
	doap:programming-language "Perl";
	doap:release      dist:v_0-126;
	doap:release      dist:v_0-128;
	doap:release      dist:v_0-129;
	doap:release      dist:v_0-136;
	doap:release      dist:v_0-200;
	doap:release      dist:v_0-201;
	doap:release      dist:v_0-202;
	doap:release      dist:v_0-203;
	doap:release      dist:v_0-204;
	doap:release      dist:v_0-205;
	doap:release      dist:v_0-206;
	doap:repository   [
		a doap:SVNRepository;
		doap:browse <http://goddamn.co.uk/svn-web/perlmods/browse/RDF-TriN3/>;
	];
	doap:shortdesc    "notation 3 extensions for RDF::Trine"@en;
	doap:tester       <http://tobyinkster.co.uk/#i>.

dist:v_0-126
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-126;
	dc:issued         "2010-08-17"^^xsd:date;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.126.tar.gz>;
	doap:revision     "0.126"^^xsd:string;
	rdfs:comment      "Original version"@en.

dist:v_0-128
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-128;
	dc:issued         "2010-09-29"^^xsd:date;
	dcs:changeset     [
		dcs:item [ rdfs:label "Added more test cases."@en ];
		dcs:item [
			a dcs:Addition;
			rdfs:label "RDF::Trine::Parser::ShorthandRDF"@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "RDF::Trine::Parser::Notation3::parse_formula works."@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "RDF::Trine::Store::DBI compatibility note."@en;
		];
		dcs:versus dist:v_0-126;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.128.tar.gz>;
	doap:revision     "0.128"^^xsd:string.

dist:v_0-129
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-129;
	dc:issued         "2010-10-04"^^xsd:date;
	dcs:changeset     [
		dcs:item [ rdfs:label "Changed ShorthandRDF syntax."@en ];
		dcs:versus dist:v_0-128;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.129.tar.gz>;
	doap:revision     "0.129"^^xsd:string.

dist:v_0-136
	a                 doap:Version;
	rdfs:label        "Happy Birthday"@en;
	cpant:compatible_with rdf-trine:v_0-136;
	dc:issued         "2011-10-24"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Update;
			rdfs:label "Add file extensions to ShorthandRDF and N3 parsers."@en;
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "N3 Parser now supports 'has' keyword (essentially a no-op)."@en;
		];
		dcs:item [ a dcs:Update; rdfs:label "use 5.010"@en ];
		dcs:item [
			a dcs:Packaging;
			rdfs:label "Module::Package::RDF"@en;
		];
		dcs:item [
			a dcs:Documentation;
			rdfs:label "Copyright 2011."@en;
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "ShorthandRDF how has @import and @profile directives."@en;
		];
		dcs:item [
			a dcs:Update;
			rdfs:label "Add format URIs to ShorthandRDF and N3 parsers."@en;
		];
		dcs:versus dist:v_0-129;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.136.tar.gz>;
	doap:revision     "0.136"^^xsd:string.

dist:v_0-200
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-04"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Addition;
			rdfs:label "RDF::TrineX::Parser::Pretdsl"@en;
		];
		dcs:item [
			a dcs:Documentation;
			rdfs:label "Copyright 2012."@en;
		];
		dcs:versus dist:v_0-136;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.200.tar.gz>;
	doap:revision     "0.200"^^xsd:string.

dist:v_0-201
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-05"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			a dcs:Packaging;
			rdfs:label "Note the RDF::NS::Trine dependency."@en;
		];
		dcs:versus dist:v_0-200;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.201.tar.gz>;
	doap:revision     "0.201"^^xsd:string.

dist:v_0-202
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-06"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			a dcs:Packaging;
			rdfs:label "Note the Module::Runtime and namespace::clean dependencies."@en;
		];
		dcs:versus dist:v_0-201;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.202.tar.gz>;
	doap:revision     "0.202"^^xsd:string.

dist:v_0-203
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-001;
	dc:issued         "2012-12-12"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Drop last dependency on obsolete version of RDF::Trine::Parser::Turtle."@en;
		];
		dcs:versus dist:v_0-202;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.203.tar.gz>;
	doap:revision     "0.203"^^xsd:string.

dist:v_0-204
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-07-17"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Eliminate uninitialized warnings from RDF::TrineX::Parser::Pretdsl."@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Fix spelling of 'Regression' data type in Pretdsl profile."@en;
		];
		dcs:versus dist:v_0-203;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.204.tar.gz>;
	doap:revision     "0.204"^^xsd:string.

dist:v_0-205
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-09-03"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Update;
			rdfs:label "Add the 'deps' prefix, and 'BackCompat' and 'Tests' keywords to Pretdsl."@en;
		];
		dcs:versus dist:v_0-204;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.205.tar.gz>;
	doap:revision     "0.205"^^xsd:string.

dist:v_0-206
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-09-18"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Fix for 'BackCompat' and 'Tests' keywords in Pretdsl."@en;
		];
		dcs:versus dist:v_0-205;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.206.tar.gz>;
	doap:revision     "0.206"^^xsd:string.

<http://tobyinkster.co.uk/#i>
	a                 foaf:Person;
	foaf:name         "Toby Inkster";
	foaf:homepage     <http://tobyinkster.co.uk/>;
	foaf:mbox         <mailto:tobyink@cpan.org>;
	foaf:page         <https://metacpan.org/author/TOBYINK>;
	owl:sameAs        cpan:tobyink.

_:B1
	nfo:fileName      "lib/RDF/TriN3.pm".