@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/dc/terms/temporal>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/coverage> .
<http://purl.org/dc/terms/coverage>
	rdf:type	rdf:Property ;
	rdfs:subPropertyOf	dc:coverage ;
	rdfs:label	"Coverage"@en ;
	rdfs:range	<http://purl.org/dc/terms/LocationPeriodOrJurisdiction> ;
	rdfs:isDefinedBy	<http://purl.org/dc/terms/> ;
	rdfs:comment	"The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en ;
	<http://purl.org/dc/terms/description>	"Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en ;
	<http://purl.org/dc/terms/modified>	"2008-01-14"^^xsd:date ;
	<http://purl.org/dc/terms/issued>	"2008-01-14"^^xsd:date ;
	<http://purl.org/dc/terms/hasVersion>	<http://dublincore.org/usage/terms/history/#coverageT-001> .
<http://purl.org/dc/terms/spatial>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/coverage> .