@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimCoordinateSystem	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimCoordinateSystem	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimCoordinateSystem	rdfs:label	"Verbatim Coordinate System"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary."@en ;
	dct:description	"Examples: \"decimal degrees\", \"degrees decimal minutes\", \"degrees minutes seconds\", \"UTM\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimCoordinateSystem	dct:hasVersion	ns4:verbatimCoordinateSystem-2009-04-24 ;
	dct:replaces	dwc:VerbatimCoordinateSystem-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimCoordinateSystem	ns5:abcdEquivalence	"(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .