File: doap.ttl

package info (click to toggle)
libatteanx-serializer-rdfa-perl 0.110-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 187; sh: 4; makefile: 3
file content (129 lines) | stat: -rw-r--r-- 6,690 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
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
@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 prov:  <http://www.w3.org/ns/prov#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <http://rdfs.org/sioc/types#> .
@prefix wot:   <http://xmlns.com/wot/0.1/> .
@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";
	rdfs:comment         "the same terms as the Perl 5 programming language system itself"@en.

<http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap-deps:develop-recommendation [ doap-deps:on "Dist::Inkt 0.001"^^doap-deps:CpanId ];
	doap-deps:runtime-requirement [ doap-deps:on "Moo"^^doap-deps:CpanId ], [
		doap-deps:on "RDF::RDFa::Generator 0.200"^^doap-deps:CpanId;
	], [ doap-deps:on "perl 5.010001"^^doap-deps:CpanId ], [ doap-deps:on "Types::Standard"^^doap-deps:CpanId ], [ doap-deps:on "namespace::clean"^^doap-deps:CpanId ], [ doap-deps:on "Attean 0.019"^^doap-deps:CpanId ];
	doap-deps:test-recommendation [ doap-deps:on "RDF::NS 20160408"^^doap-deps:CpanId ], [ doap-deps:on "RDF::Prefixes"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.96"^^doap-deps:CpanId ], [ doap-deps:on "Test::Modern"^^doap-deps:CpanId ], [
		doap-deps:on "Module::Load::Conditional"^^doap-deps:CpanId;
	], [ doap-deps:on "URI::NamespaceMap"^^doap-deps:CpanId ];
	doap:bug-database    <https://github.com/kjetilk/p5-atteanx-serializer-rdfa/issues>;
	doap:created         "2017-12-22"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:download-page   <https://metacpan.org/release/AtteanX-Serializer-RDFa>;
	doap:homepage        <https://metacpan.org/release/AtteanX-Serializer-RDFa>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:name            "AtteanX-Serializer-RDFa";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-01>, <http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-100>, <http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-110>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/kjetilk/p5-atteanx-serializer-rdfa>;
		prov:has_provenance <http://git2prov.org/git2prov?giturl=https://github.com/kjetilk/p5-atteanx-serializer-rdfa&serialization=PROV-O#>;
	];
	doap:security-contact <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:shortdesc       "RDFa Serializer for Attean";
	doap:support-forum   <irc://irc.perl.org/#perlrdf>.

<http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-01>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "AtteanX-Serializer-RDFa-0.01"^^xsd:string;
	dc:issued            "2018-02-11"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:file-release    <http://backpan.cpan.org/authors/id/K/KJ/KJETILK/AtteanX-Serializer-RDFa-0.01.tar.gz>;
	doap:revision        "0.01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-100>
	a                    doap:Version;
	rdfs:label           "Fix tests";
	dc:identifier        "AtteanX-Serializer-RDFa-0.100"^^xsd:string;
	dc:issued            "2019-02-21"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Used the wrong prefix generator module in tests."@en;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:file-release    <http://backpan.cpan.org/authors/id/K/KJ/KJETILK/AtteanX-Serializer-RDFa-0.100.tar.gz>;
	doap:revision        "0.100"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/AtteanX-Serializer-RDFa/v_0-110>
	a                    doap:Version;
	rdfs:label           "Add required file_extentions method";
	dc:identifier        "AtteanX-Serializer-RDFa-0.110"^^xsd:string;
	dc:issued            "2021-02-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "Attean 0.029 requires file_extensions method."@en;
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/jonass>;
		], [
			a doap-changeset:Update;
			rdfs:label "Make a Markdown README."@en;
		], [
			a doap-changeset:Addition;
			rdfs:label "Bring test coverage to 100%."@en;
		], [
			a doap-changeset:Addition;
			rdfs:label "Small documentation improvements."@en;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/kjetilk>;
	doap:file-release    <http://backpan.cpan.org/authors/id/K/KJ/KJETILK/AtteanX-Serializer-RDFa-0.110.tar.gz>;
	doap:revision        "0.110"^^xsd:string.

<http://purl.org/NET/cpan-uri/person/jonass>
	a                    foaf:Person;
	foaf:name            "Jonas Smedegaard";
	foaf:nick            "JONASS", "jonass";
	foaf:page            <https://metacpan.org/author/JONASS>.

<http://purl.org/NET/cpan-uri/person/kjetilk>
	a                    foaf:Person;
	foaf:mbox            <mailto:kjetilk@cpan.org>;
	foaf:name            "Kjetil Kjernsmo";
	foaf:nick            "KJETILK", "KjetilK";
	foaf:page            <https://metacpan.org/author/KJETILK>;
	owl:sameAs           <http://git2prov.org/git2prov?giturl=https://github.com/kjetilk/p5-atteanx-serializer-rdfa&serialization=PROV-O#user-Kjetil-Kjernsmo>, <http://www.kjetil.kjernsmo.net/foaf#me>, <https://solid.kjernsmo.net/profile/card#me>;
	rdfs:seeAlso         <http://www.kjetil.kjernsmo.net/foaf>;
	wot:hasKey           _:B1.

<http://www.kjetil.kjernsmo.net/foaf#me>
	a                    foaf:Person;
	foaf:homepage        <http://kjetil.kjernsmo.net/>;
	foaf:mbox            <mailto:kjetilk@cpan.org>;
	foaf:name            "Kjetil Kjernsmo";
	foaf:nick            "KjetilK";
	owl:sameAs           <http://purl.org/NET/cpan-uri/person/kjetilk>, <https://solid.kjernsmo.net/profile/card#me>;
	rdfs:seeAlso         <http://www.kjetil.kjernsmo.net/foaf>, <https://solid.kjernsmo.net/profile/card>;
	wot:hasKey           _:B1.

<irc://irc.perl.org/#perlrdf>
	a                    types:ChatChannel;
	dc:title             "The Perl and RDF IRC channel"@en.

_:B1
	a                    wot:PubKey;
	wot:fingerprint      "0ECC8BC6D0A2E9B93BA417267FBEE8DF3A9E4AA5".