@prefix dc: . @prefix doap: . @prefix doap-changeset: . @prefix doap-deps: . @prefix foaf: . @prefix rdfs: . @prefix xsd: . dc:title "the same terms as the perl 5 programming language system itself". a doap:Project; dc:contributor ; doap-deps:runtime-requirement [ doap-deps:on "autodie"^^doap-deps:CpanId ], [ doap-deps:on "Module::Runtime"^^doap-deps:CpanId ], [ doap-deps:on "Text::Extract::Word"^^doap-deps:CpanId; ]; doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ]; doap:bug-database ; doap:created "2012-02-14"^^xsd:date; doap:download-page ; doap:homepage ; doap:license ; doap:maintainer [ a foaf:Person; foaf:mbox ; foaf:name "Toby Inkster"; ]; doap:name "Acme-RunDoc"; doap:programming-language "Perl"; doap:release , ; doap:repository [ a doap:GitRespository; doap:browse ; ]; doap:shortdesc "executes a Microsoft Word document as if it were Perl code". a doap:Version; rdfs:label "Initial release"; dc:issued "2012-02-14"^^xsd:date; doap:file-release ; doap:revision "0.001"^^xsd:string. a doap:Version; dc:identifier "Acme-RunDoc-0.002"^^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 ; doap:file-release ; doap:revision "0.002"^^xsd:string.