@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:georeferenceRemarks	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:georeferenceRemarks	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:georeferenceRemarks	rdfs:label	"Georeference Remarks"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol."@en ;
	dct:description	"Example: \"assumed distance by road (Hwy. 101)\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:georeferenceRemarks	dct:hasVersion	ns4:georeferenceRemarks-2009-04-24 ;
	dct:replaces	dwc:GeoreferenceRemarks-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:georeferenceRemarks	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .