@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimSRS	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimSRS	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimSRS	rdfs:label	"Verbatim SRS"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are 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	"2009-07-06" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimSRS	dct:hasVersion	ns4:verbatimSRS-2009-07-06 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimSRS	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .