@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:geodeticDatum	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:geodeticDatum	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:geodeticDatum	rdfs:label	"Geodetic Datum"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value \"unknown\"."@en ;
	dct:description	"Examples: \"EPSG:4326\", \"WGS84\", \"NAD27\", \"Campo Inchauspe\", \"European 1950\", \"Clarke 1866\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:geodeticDatum	dct:hasVersion	ns4:geodeticDatum-2009-04-24 ;
	dct:replaces	dwc:GeodeticDatum-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:geodeticDatum	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .