@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:georeferencedDate	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:georeferencedDate	rdfs:subPropertyOf	dct:date ;
	dct:modified	"2011-10-16" ;
	rdfs:label	"Georeferenced Date"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E)."@en ;
	dct:description	"Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007."@en ;
	dct:issued	"2011-10-16" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:georeferencedDate	dct:hasVersion	ns4:georeferencedDate-2011-10-16 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:georeferencedDate	ns5:abcdEquivalence	"not in ABCD" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:georeferencedDate	ns5:decision	ns6:Decision-2011-10-16_9 ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .