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
|
@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/Module-Install-Contributors/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dist:project
a doap:Project;
doap:name "Module-Install-Contributors";
cpant:perl_version_from [
a nfo:FileDataObject;
a nfo:SourceCode;
rdfs:label "Module::Install::Contributors";
nfo:fileName "lib/Module/Install/Contributors.pm";
nfo:programmingLanguage "Perl";
];
cpant:readme_from [
a nfo:FileDataObject;
a nfo:SourceCode;
rdfs:label "Module::Install::Contributors";
nfo:fileName "lib/Module/Install/Contributors.pm";
nfo:programmingLanguage "Perl";
];
cpant:requires "Module::Install"^^cpant:dsWithoutVersion;
cpant:version_from [
a nfo:FileDataObject;
a nfo:SourceCode;
rdfs:label "Module::Install::Contributors";
nfo:fileName "lib/Module/Install/Contributors.pm";
nfo:programmingLanguage "Perl";
];
dc:contributor cpan:tobyink;
doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Contributors>;
doap:created "2013-03-24"^^xsd:date;
doap:developer cpan:tobyink;
doap:download-page <https://metacpan.org/release/Module-Install-Contributors>;
doap:homepage <https://metacpan.org/release/Module-Install-Contributors>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer cpan:tobyink;
doap:programming-language "Perl";
doap:release dist:v_0-001;
doap:repository [
a doap:HgRepository;
doap:browse <https://bitbucket.org/tobyink/p5-module-install-contributors>;
];
doap:shortdesc "add an \"x_contributors\" section to your META.yml".
dist:v_0-001
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Module-Install-Contributors-0.001"^^xsd:string;
dc:issued "2013-03-24"^^xsd:date;
dcs:released-by cpan:tobyink;
doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-Contributors-0.001.tar.gz>;
doap:revision "0.001"^^xsd:string.
cpan:tobyink
a foaf:Person;
foaf:name "Toby Inkster";
foaf:mbox <mailto:tobyink@cpan.org>;
foaf:nick "TOBYINK";
foaf:page <https://metacpan.org/author/TOBYINK>.
<http://dev.perl.org/licenses/>
dc:title "the same terms as the perl 5 programming language system itself".
|