AtteanX-Endpoint

 view release on metacpan or  search on metacpan

meta/changes.ttl  view on Meta::CPAN

# -*-n3-*-

@prefix :			<http://usefulinc.com/ns/doap#> .
@prefix dc:			<http://purl.org/dc/terms/> .
@prefix dcs:		<http://ontologi.es/doap-changeset#> .
@prefix foaf:		<http://xmlns.com/foaf/0.1/> .
@prefix rdfs:		<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:		<http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix doap:		<http://usefulinc.com/ns/doap#> .
@prefix my:			<http://purl.org/NET/cpan-uri/dist/AtteanX-Endpoint/> .

<>
	dc:title			"Changes for AtteanX::Endpoint" ;
	dc:subject			my:project ;
	dc:creator			my:developer ;
	dc:description		"Changes for AtteanX::Endpoint" ;
	.

my:project
	a 						:Project ;
	:name					"AtteanX::Endpoint" ;
	:shortdesc				"An Attean SPARQL 1.1 Endpoint implementation." ;
	:programming-language	"Perl" ;
	:created				"2016-03-25"^^xsd:date ;
	:maintainer				my:developer ;
	:homepage				<http://search.cpan.org/dist/AtteanX::Endpoint/> ;
	:bug-database			<https://github.com/kasei/atteanx-endpoint/issues> ;
	doap:download-page		<http://search.cpan.org/dist/AtteanX-Endpoint/> ;
	doap:download-mirror	<http://kasei.us/code/files/> ;
	.

my:project :release my:v_0-003 .

my:v_0-003
	a					:Version ;
	dc:issued			"2026-05-21"^^xsd:date ;
	:revision			"0.003" ;
	dcs:changeset [
		dcs:versus my:v_0-002 ;
		dcs:item
			[ a dcs:Update ; rdfs:label "Add implementation of SPARQL Graph Store Protocol."],
			[ a dcs:Update ; rdfs:label "Miscellaneous bug-fixes."]
	]
	.

my:v_0-002
	a					:Version ;
	dc:issued			"2017-10-26"^^xsd:date ;
	:revision			"0.002" ;
	dcs:changeset [
		dcs:versus my:v_0-001 ;
		dcs:item
			[ a dcs:Update ; rdfs:label "Replace use of HTML::HTML5::Parser with XML::LibXML::Parser (#4 from @kjetilk)."],
			[ a dcs:Update ; rdfs:label "Change hashbang to use env (#2 from KjetilK)."],
			[ a dcs:Update ; rdfs:label "Updated copyright year and added text about CodeMirror license."]
	]
	.

my:project :release my:v_0-001 .
my:v_0-001
	a					:Version ;
	dc:issued			"2016-03-25"^^xsd:date ;
	:revision			"0.001" ;
	dcs:changeset [
		dcs:item
			[ a dcs:Addition ; rdfs:label "Initial release." ]
	]
	.

my:developer
	a               foaf:Person ;
	foaf:name       "Gregory Todd Williams" ;
	foaf:homepage   <http://kasei.us/> ;
	foaf:page		<https://metacpan.org/author/GWILLIAMS> , <https://github.com/kasei/> ;
	foaf:page       <http://search.cpan.org/~gwilliams/> ;
	foaf:mbox       <mailto:gwilliams@cpan.org> ;
	<http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/gwilliams> ;
	.



( run in 1.194 second using v1.01-cache-2.11-cpan-98e64b0badf )