@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/RDF-TriN3/> .
@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 owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf-trine: <http://purl.org/NET/cpan-uri/dist/RDF-Trine/> .
@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         "RDF-TriN3";
	cpant:perl_version_from _:B1;
	cpant:readme_from _:B1;
	cpant:requires    "Data::UUID";
	cpant:requires    "Encode";
	cpant:requires    "LWP::UserAgent";
	cpant:requires    "Log::Log4perl";
	cpant:requires    "Module::Runtime";
	cpant:requires    "RDF::NS::Trine";
	cpant:requires    "RDF::Trine 0.135";
	cpant:requires    "Scalar::Util";
	cpant:requires    "URI";
	cpant:requires    "URI::Escape";
	cpant:requires    "namespace::clean";
	cpant:requires    "parent";
	cpant:test_requires "Test::More 0.61";
	cpant:version_from _:B1;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=RDF-TriN3>;
	doap:category     [ rdfs:label "RDF" ];
	doap:category     [ rdfs:label "Trine" ];
	doap:category     [ rdfs:label "N3" ];
	doap:category     [ rdfs:label "Notation 3" ];
	doap:category     [ rdfs:label "Semantic Web" ];
	doap:created      "2010-07-02"^^xsd:date;
	doap:developer    <http://tobyinkster.co.uk/#i>;
	doap:documenter   <http://tobyinkster.co.uk/#i>;
	doap:download-page <https://metacpan.org/release/RDF-TriN3>;
	doap:homepage     <https://metacpan.org/release/RDF-TriN3>;
	doap:license      <http://dev.perl.org/licenses/>;
	doap:maintainer   <http://tobyinkster.co.uk/#i>;
	doap:programming-language "Perl";
	doap:release      dist:v_0-126;
	doap:release      dist:v_0-128;
	doap:release      dist:v_0-129;
	doap:release      dist:v_0-136;
	doap:release      dist:v_0-200;
	doap:release      dist:v_0-201;
	doap:release      dist:v_0-202;
	doap:release      dist:v_0-203;
	doap:release      dist:v_0-204;
	doap:release      dist:v_0-205;
	doap:release      dist:v_0-206;
	doap:repository   [
		a doap:SVNRepository;
		doap:browse <http://goddamn.co.uk/svn-web/perlmods/browse/RDF-TriN3/>;
	];
	doap:shortdesc    "notation 3 extensions for RDF::Trine"@en;
	doap:tester       <http://tobyinkster.co.uk/#i>.

dist:v_0-126
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-126;
	dc:issued         "2010-08-17"^^xsd:date;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.126.tar.gz>;
	doap:revision     "0.126"^^xsd:string;
	rdfs:comment      "Original version"@en.

dist:v_0-128
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-128;
	dc:issued         "2010-09-29"^^xsd:date;
	dcs:changeset     [
		dcs:item [ rdfs:label "Added more test cases."@en ];
		dcs:item [
			a dcs:Addition;
			rdfs:label "RDF::Trine::Parser::ShorthandRDF"@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "RDF::Trine::Parser::Notation3::parse_formula works."@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "RDF::Trine::Store::DBI compatibility note."@en;
		];
		dcs:versus dist:v_0-126;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.128.tar.gz>;
	doap:revision     "0.128"^^xsd:string.

dist:v_0-129
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_0-129;
	dc:issued         "2010-10-04"^^xsd:date;
	dcs:changeset     [
		dcs:item [ rdfs:label "Changed ShorthandRDF syntax."@en ];
		dcs:versus dist:v_0-128;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.129.tar.gz>;
	doap:revision     "0.129"^^xsd:string.

dist:v_0-136
	a                 doap:Version;
	rdfs:label        "Happy Birthday"@en;
	cpant:compatible_with rdf-trine:v_0-136;
	dc:issued         "2011-10-24"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Update;
			rdfs:label "Add file extensions to ShorthandRDF and N3 parsers."@en;
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "N3 Parser now supports 'has' keyword (essentially a no-op)."@en;
		];
		dcs:item [ a dcs:Update; rdfs:label "use 5.010"@en ];
		dcs:item [
			a dcs:Packaging;
			rdfs:label "Module::Package::RDF"@en;
		];
		dcs:item [
			a dcs:Documentation;
			rdfs:label "Copyright 2011."@en;
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "ShorthandRDF how has @import and @profile directives."@en;
		];
		dcs:item [
			a dcs:Update;
			rdfs:label "Add format URIs to ShorthandRDF and N3 parsers."@en;
		];
		dcs:versus dist:v_0-129;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.136.tar.gz>;
	doap:revision     "0.136"^^xsd:string.

dist:v_0-200
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-04"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Addition;
			rdfs:label "RDF::TrineX::Parser::Pretdsl"@en;
		];
		dcs:item [
			a dcs:Documentation;
			rdfs:label "Copyright 2012."@en;
		];
		dcs:versus dist:v_0-136;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.200.tar.gz>;
	doap:revision     "0.200"^^xsd:string.

dist:v_0-201
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-05"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			a dcs:Packaging;
			rdfs:label "Note the RDF::NS::Trine dependency."@en;
		];
		dcs:versus dist:v_0-200;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.201.tar.gz>;
	doap:revision     "0.201"^^xsd:string.

dist:v_0-202
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-000;
	dc:issued         "2012-07-06"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			a dcs:Packaging;
			rdfs:label "Note the Module::Runtime and namespace::clean dependencies."@en;
		];
		dcs:versus dist:v_0-201;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.202.tar.gz>;
	doap:revision     "0.202"^^xsd:string.

dist:v_0-203
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-001;
	dc:issued         "2012-12-12"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Drop last dependency on obsolete version of RDF::Trine::Parser::Turtle."@en;
		];
		dcs:versus dist:v_0-202;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.203.tar.gz>;
	doap:revision     "0.203"^^xsd:string.

dist:v_0-204
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-07-17"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Eliminate uninitialized warnings from RDF::TrineX::Parser::Pretdsl."@en;
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Fix spelling of 'Regression' data type in Pretdsl profile."@en;
		];
		dcs:versus dist:v_0-203;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.204.tar.gz>;
	doap:revision     "0.204"^^xsd:string.

dist:v_0-205
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-09-03"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Update;
			rdfs:label "Add the 'deps' prefix, and 'BackCompat' and 'Tests' keywords to Pretdsl."@en;
		];
		dcs:versus dist:v_0-204;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.205.tar.gz>;
	doap:revision     "0.205"^^xsd:string.

dist:v_0-206
	a                 doap:Version;
	cpant:compatible_with rdf-trine:v_1-006;
	dc:issued         "2013-09-18"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Fix for 'BackCompat' and 'Tests' keywords in Pretdsl."@en;
		];
		dcs:versus dist:v_0-205;
	];
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-TriN3-0.206.tar.gz>;
	doap:revision     "0.206"^^xsd:string.

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

_:B1
	nfo:fileName      "lib/RDF/TriN3.pm".