@prefix dc: .
@prefix doap: .
@prefix doap-changeset: .
@prefix doap-deps: .
@prefix foaf: .
@prefix owl: .
@prefix prov: .
@prefix rdfs: .
@prefix wot: .
@prefix xsd: .
dc:creator ;
dc:subject ;
dc:title "DOAP for URI-NamespaceMap"@en.
rdfs:comment "the same terms as the Perl 5 programming language system itself"@en.
a foaf:Person;
foaf:mbox ;
foaf:name "Dorian Taylor";
owl:sameAs , .
a foaf:Person;
foaf:mbox ;
foaf:name "Gregory Todd Williams";
owl:sameAs , .
a doap:Project;
dc:identifier "URI::NamespaceMap"^^doap-deps:CpanId;
dc:relation ;
doap-deps:runtime-recommendation [ doap-deps:on "RDF::NS::Curated"^^doap-deps:CpanId ], [ doap-deps:on "RDF::NS 20130802"^^doap-deps:CpanId ], [ doap-deps:on "RDF::Prefixes"^^doap-deps:CpanId ], [ doap-deps:on "XML::CommonNS"^^doap-deps:CpanId ];
doap-deps:runtime-requirement [ doap-deps:on "perl 5.008001"^^doap-deps:CpanId ], [ doap-deps:on "Moo 1.006000"^^doap-deps:CpanId ], [ doap-deps:on "URI 1.52"^^doap-deps:CpanId ], [ doap-deps:on "IRI 0.004"^^doap-deps:CpanId ], [ doap-deps:on "Types::URI 0.004"^^doap-deps:CpanId ], [
doap-deps:on "Type::Library 1.000000"^^doap-deps:CpanId;
], [ doap-deps:on "Try::Tiny"^^doap-deps:CpanId ], [
doap-deps:on "Module::Load::Conditional"^^doap-deps:CpanId;
], [ doap-deps:on "Carp"^^doap-deps:CpanId ], [ doap-deps:on "Sub::Quote"^^doap-deps:CpanId ], [
doap-deps:on "namespace::autoclean 0.20"^^doap-deps:CpanId;
];
doap-deps:test-recommendation [ doap-deps:on "Attean 0.025"^^doap-deps:CpanId ];
doap-deps:test-requirement [ doap-deps:on "Test::More 0.88"^^doap-deps:CpanId ], [ doap-deps:on "Test::Exception"^^doap-deps:CpanId ], [ doap-deps:on "Test::Deep"^^doap-deps:CpanId ], [ doap-deps:on "Test::Requires"^^doap-deps:CpanId ];
doap-deps:test-suggestion [ doap-deps:on "RDF::Trine"^^doap-deps:CpanId ];
doap:bug-database ;
doap:created "2012-08-27"^^xsd:date;
doap:developer , , ;
doap:homepage ;
doap:license ;
doap:maintainer , , ;
doap:name "URI-NamespaceMap";
doap:programming-language "Perl";
doap:release , , , , , , , , , , , , , , , , , , , , ;
doap:repository [
a doap:GitRepository;
doap:browse ;
prov:has_provenance ;
];
doap:security-contact ;
doap:shortdesc "Namespace manipulation and prefix mapping for XML, RDF, etc."@en;
owl:sameAs ;
rdfs:seeAlso .
a doap:Version;
rdfs:label "Initial release."@en;
dc:issued "2012-08-28"^^xsd:date;
doap:revision "0.01"^^xsd:string.
a doap:Version;
rdfs:label "Minor bugfixes."@en;
dc:issued "2012-08-30"^^xsd:date;
doap:revision "0.02"^^xsd:string.
a doap:Version;
rdfs:label "Reverse lookups."@en;
dc:issued "2012-10-23"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Stop using blank node in makefile.ttl to fix version_from."@en;
], [
a doap-changeset:Addition;
rdfs:label "Adding reverse lookups, i.e. abbreviation and prefix_for."@en;
doap-changeset:blame ;
];
];
doap:revision "0.04"^^xsd:string.
a doap:Version;
rdfs:label "Bugfix release."@en;
dc:issued "2012-11-28"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "URI::Namespace must be used from URI::NamespaceMap."@en;
];
];
doap:revision "0.06"^^xsd:string.
a doap:Version;
rdfs:label "Prefix guessing."@en;
dc:issued "2014-05-19"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Prefix guessing using RDF::NS, RDF::Prefixes or XML::CommonNS."@en;
], [
a doap-changeset:Bugfix;
rdfs:label "Fix breakage in terms with hyphens."@en;
doap-changeset:blame ;
];
];
doap:revision "0.08"^^xsd:string.
a doap:Version;
rdfs:label "Compatibility with RDF::Trine::NamespaceMap."@en;
dc:issued "2014-05-21"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Make it possible to send local part to the uri method of URI::Namespace."@en;
doap-changeset:thanks ;
];
];
doap:revision "0.10"^^xsd:string.
a doap:Version;
rdfs:label "Support IRI module."@en;
dc:issued "2014-09-29"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Support the new IRI module."@en;
doap-changeset:blame ;
], [
a doap-changeset:Bugfix;
rdfs:label "Silence warnings when URI doesn't have local part."@en;
], [
a doap-changeset:Addition;
rdfs:label "Warn the user in test when they have too old RDF::NS."@en;
], [
a doap-changeset:Addition;
rdfs:label "Use Types::URI."@en;
], [
a doap-changeset:Addition;
rdfs:label "Link Debian packages in metadata."@en;
];
];
doap:revision "0.12"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Moo refactoring."@en;
dc:issued "2014-10-05"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Port to Moo."@en;
doap-changeset:blame ;
], [
a doap-changeset:Change;
rdfs:label "Convert packaging to Dist::Inkt."@en;
doap-changeset:blame ;
], [
a doap-changeset:Addition;
rdfs:label "Warn the user when they have too old RDF::NS but not in automated tests."@en;
];
];
doap:revision "0.20"^^xsd:string.
a doap:Version;
rdfs:label "Fix missing Changes."@en;
dc:issued "2014-10-05"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Fix missing Changes."@en;
];
];
doap:revision "0.21"^^xsd:string.
a doap:Version;
rdfs:label "Clean up source tree."@en;
dc:issued "2014-10-15"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Clean up source tree."@en;
];
];
doap:revision "0.22"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Improve documentation."@en;
dc:issued "2014-12-10"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Reindent using Emacs smart-tabs."@en;
], [
a doap-changeset:Change;
rdfs:label "Improve documentation, autoloader."@en;
], [
a doap-changeset:Change;
rdfs:label "Some code cleanup."@en;
], [
a doap-changeset:Bugfix;
rdfs:label "Use a string comparison in failing test."@en;
];
];
doap:revision "0.24"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Support for RDF::NS::Curated."@en;
dc:issued "2015-09-01"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Change;
rdfs:label "Support for RDF::NS::Curated."@en;
];
];
doap:revision "0.26"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Bugfix release."@en;
dc:issued "2015-09-23"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Had forgotten to update error messages."@en;
];
];
doap:revision "0.28"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Test bugfix."@en;
dc:issued "2016-02-12"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Remove a test because toolchain makes it hard to get the correct version."@en;
];
];
doap:revision "0.30"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "New guessing method and improved diagnostics."@en;
dc:issued "2016-12-29"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Rework some tests that fails in strange ways."@en;
], [
a doap-changeset:Addition;
rdfs:label "Add method for adding guesses post-construction."@en;
], [
a doap-changeset:Change;
rdfs:label "Use carp instead of warns."@en;
];
];
doap:revision "0.32"^^xsd:string.
a doap:Version;
rdfs:label "Check prefixes so they don't conflict with existing methods."@en;
dc:issued "2017-01-18"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Removal;
rdfs:label "Remove strict/warnings pragmas where Moo is used."@en;
doap-changeset:blame ;
], [
a doap-changeset:Addition;
rdfs:label "Prefixes that will conflict with existing methods will throw an error."@en;
doap-changeset:blame ;
], [
a doap-changeset:Change;
rdfs:label "Minor cleanups."@en;
], [
a doap-changeset:Change;
rdfs:label "Improve the BUILDARGS code."@en;
doap-changeset:thanks ;
];
];
doap:revision "1.00"^^xsd:string.
a doap:Version;
rdfs:label "Append a hash to URIs needing it."@en;
dc:issued "2017-06-21"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "When adding local names, check if namespace ends in hash or slash, and append hash if not."@en;
];
];
doap:revision "1.02"^^xsd:string.
a doap:Version;
rdfs:label "Append a hash to only to XSD URIs."@en;
dc:issued "2017-07-08"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Bugfix;
rdfs:label "Partly revert fix in 1.02, now only append a hash to the XML Schema URI (closes issue #14)."@en;
];
];
doap:revision "1.04"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Add each_map method."@en;
dc:issued "2018-01-27"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Add each_map method"@en;
], [
a doap-changeset:Addition;
rdfs:label "Check for Iri in scrubber"@en;
];
];
doap:revision "1.06"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Add local_part method."@en;
dc:issued "2019-04-15"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Add local_part method to URI::Namespace."@en;
];
];
doap:revision "1.08"^^xsd:string;
owl:sameAs .
a doap:Version;
rdfs:label "Add more coercions."@en;
dc:issued "2019-11-20"^^xsd:date;
doap-changeset:changeset [
doap-changeset:item [
a doap-changeset:Addition;
rdfs:label "Add coercions for RDF::Trine and Attean classes."@en;
], [
a doap-changeset:Addition;
rdfs:label "Bring Namespace.pm test coverage to 100%."@en;
];
];
doap:revision "1.10"^^xsd:string;
owl:sameAs .
a foaf:Person;
foaf:mbox ;
foaf:name "Kjetil Kjernsmo";
foaf:nick "KjetilK";
owl:sameAs , ;
rdfs:seeAlso ;
wot:hasKey _:B1.
a foaf:Person;
foaf:name "Paul Williams";
owl:sameAs .
a foaf:Person;
foaf:mbox ;
foaf:name "Chris Prather";
owl:sameAs .
a foaf:Person;
doap:mbox ;
doap:name "Toby Inkster";
doap:page ;
foaf:mbox ;
foaf:name "Toby Inkster";
owl:sameAs , .
a foaf:Person;
foaf:homepage ;
foaf:mbox ;
foaf:name "Kjetil Kjernsmo";
foaf:nick "KjetilK";
owl:sameAs , , ;
rdfs:seeAlso , ;
wot:hasKey _:B1.
_:B1
a wot:PubKey;
wot:fingerprint "0ECC8BC6D0A2E9B93BA417267FBEE8DF3A9E4AA5".