File: doap.ttl

package info (click to toggle)
libxml-atom-owl-perl 0.104-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: perl: 996; makefile: 14
file content (184 lines) | stat: -rw-r--r-- 8,904 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
@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 owl:   <http://www.w3.org/2002/07/owl#> .
@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/XML-Atom-OWL/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "Carp 1.00"^^doap-deps:CpanId ], [ doap-deps:on "common::sense 0"^^doap-deps:CpanId ], [ doap-deps:on "URI::URL 0"^^doap-deps:CpanId ], [ doap-deps:on "XML::LibXML 1.70"^^doap-deps:CpanId ], [ doap-deps:on "DateTime 0"^^doap-deps:CpanId ], [ doap-deps:on "Encode 0"^^doap-deps:CpanId ], [
		doap-deps:on "HTTP::Link::Parser 0.100"^^doap-deps:CpanId;
	], [ doap-deps:on "LWP::UserAgent 0"^^doap-deps:CpanId ], [ doap-deps:on "MIME::Base64 0"^^doap-deps:CpanId ], [ doap-deps:on "RDF::Trine 0.135"^^doap-deps:CpanId ], [ doap-deps:on "Scalar::Util 0"^^doap-deps:CpanId ], [ doap-deps:on "URI 1.30"^^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=XML-Atom-OWL>;
	doap:category        [ rdfs:label "Atom"@en ], [ rdfs:label "AtomOWL"@en ], [ rdfs:label "RDF"@en ], [ rdfs:label "Feed"@en ], [ rdfs:label "Syndication"@en ], [ rdfs:label "OWL"@en ], [ rdfs:label "ActivityStrea.ms" ];
	doap:created         "2010-01-15"^^xsd:date;
	doap:developer       <http://tobyinkster.co.uk/#i>;
	doap:documenter      <http://tobyinkster.co.uk/#i>;
	doap:download-page   <https://metacpan.org/release/XML-Atom-OWL>;
	doap:homepage        <https://metacpan.org/release/XML-Atom-OWL>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://tobyinkster.co.uk/#i>;
	doap:name            "XML-Atom-OWL";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-01>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-02>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-03>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-04>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-100>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-101>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-102>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-103>, <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-104>;
	doap:repository      [
		a doap:SVNRepository;
		doap:browse <http://goddamn.co.uk/svn-web/perlmods/browse/XML-Atom-OWL/>;
	];
	doap:shortdesc       "parse an Atom file into RDF"@en;
	doap:tester          <http://tobyinkster.co.uk/#i>.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-01>
	a                    doap:Version;
	rdfs:label           "First release"@en;
	dc:issued            "2010-01-18"^^xsd:date;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.01.tar.gz>;
	doap:revision        "0.01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-02>
	a                    doap:Version;
	dc:issued            "2010-01-23"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Support for Atom Threading Extension"@en;
			rdfs:seeAlso <http://www.ietf.org/rfc/rfc4685.txt>;
		], [
			a doap-changeset:Addition;
			rdfs:label "Support for Feed Paging and Archiving"@en;
			rdfs:seeAlso <http://www.ietf.org/rfc/rfc5005.txt>;
		], [
			a doap-changeset:Addition;
			rdfs:label "Support for Atom License Extension"@en;
			rdfs:seeAlso <http://www.ietf.org/rfc/rfc4946.txt>;
		], [
			a doap-changeset:Addition;
			rdfs:label "Support arbitrary other extensions using XML literals."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-01>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.02.tar.gz>;
	doap:revision        "0.02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-03>
	a                    doap:Version;
	dc:issued            "2010-04-28"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Ability to automatically fetch <content src> links and include the content as if it had been inline."@en;
		], [
			rdfs:label "Compliance improvements for <content> element."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-02>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.03.tar.gz>;
	doap:revision        "0.03"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-04>
	a                    doap:Version;
	dc:issued            "2010-04-29"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			rdfs:label "Keep base URI and lang information for <content> element."@en;
			rdfs:comment "Useful for XML-Atom-Microformats."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-03>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.04.tar.gz>;
	doap:revision        "0.04"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-100>
	a                    doap:Version;
	dc:issued            "2010-07-19"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			rdfs:label "Automatically call 'consume' as required."@en;
		], [
			a doap-changeset:Regression;
			rdfs:label "Switched to using common::sense instead of strict, but didn't note change in Makefile.PL/META.yml"@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-04>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.100.tar.gz>;
	doap:revision        "0.100"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-101>
	a                    doap:Version;
	dc:issued            "2010-07-19"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Fix packaging error; Makefile.PL and META.yml didn't note dependency on common::sense."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-100>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.101.tar.gz>;
	doap:revision        "0.101"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-102>
	a                    doap:Version;
	dc:issued            "2011-03-05"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Various formatting fixes and other minor improvements to documentation."@en;
		], [ rdfs:label "use Scalar::Util qw(blessed)."@en ];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-101>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.102.tar.gz>;
	doap:revision        "0.102"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-103>
	a                    doap:Version;
	dc:issued            "2011-10-27"^^xsd:date;
	doap-changeset:changeset [
		a doap-changeset:ChangeSet;
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "ActivityStrea.ms support."@en;
		], [
			a doap-changeset:Packaging;
			rdfs:label "Module::Package::RDF"@en;
		], [
			a doap-changeset:Update;
			rdfs:label "use 5.010"@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-102>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/XML-Atom-OWL-0.103.tar.gz>;
	doap:revision        "0.103"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/XML-Atom-OWL/v_0-104>
	a                    doap:Version;
	dc:identifier        "XML-Atom-OWL-0.104"^^xsd:string;
	dc:issued            "2014-09-11"^^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/XML-Atom-OWL-0.104.tar.gz>;
	doap:revision        "0.104"^^xsd:string.

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