@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://www.thegazette.co.uk/id/organization/> .
@prefix ns2:	<http://purl.org/dc/terms/> .
ns1:TheNationalArchives	rdf:type	ns2:Agent .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:TheNationalArchives	rdf:type	foaf:Organization ,
		foaf:Agent .
@prefix ns4:	<http://www.w3.org/ns/org#> .
ns1:TheNationalArchives	rdf:type	ns4:Organization .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:TheNationalArchives	rdfs:label	"The National Archives"@en ;
	foaf:homepage	<http://www.nationalarchives.gov.uk/> .
@prefix ns6:	<https://www.thegazette.co.uk/id/data/> .
@prefix void:	<http://rdfs.org/ns/void#> .
ns6:longitudinal-data	rdf:type	void:Dataset .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns6:longitudinal-data	ns2:created	"2014-01-01"^^xsd:date ;
	ns2:modified	"2014-03-28"^^xsd:date ;
	ns2:contributor	<http://data.companieshouse.gov.uk/doc/company/03049649> ;
	ns2:creator	ns1:TheNationalArchives ;
	ns2:description	"This dataset is extracted from archive index documents using OCR and further text analysis."@en ;
	ns2:issued	"2014-03-28"^^xsd:date ;
	ns2:license	<http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2> ;
	ns2:publisher	"TSO (The Stationery Office), St Crispins, Duke Street, Norwich, NR3 1PD, 01603 622211, customer.services@tso.co.uk"@en ;
	ns2:source	<https://www.thegazette.co.uk> ;
	ns2:title	"The Gazette Longitudinal Data"@en .
@prefix ns9:	<http://www.w3.org/ns/formats/> .
ns6:longitudinal-data	void:feature	ns9:RDF_XML ,
		ns9:Turtle ;
	void:exampleResource	<https://www.thegazette.co.uk/id/index/year/1916/volume/1> ,
		<https://www.thegazette.co.uk/id/index/year/1916/volume/1/page/080> ,
		<https://www.thegazette.co.uk/id/index/year/1916/volume/1/page/109/item/0142> .
@prefix ns10:	<https://www.thegazette.co.uk/id/honour/> .
ns6:longitudinal-data	void:exampleResource	ns10:CBE .
@prefix ns11:	<https://www.thegazette.co.uk/longitudinal-dataset/> .
ns6:longitudinal-data	void:sparqlEndpoint	ns11:sparql ;
	void:vocabulary	<http://www.w3.org/ns/prov#> ,
		ns2: ,
		<https://www.thegazette.co.uk/def/honours#> ,
		<https://www.thegazette.co.uk/def/index#> ,
		<http://xmlns.com/foaf/0.1> ;
	foaf:homepage	<https://www.thegazette.co.uk/> .