@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:footprintSRS	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:footprintSRS	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:footprintSRS	rdfs:label	"Footprint SRS"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead."@en ;
	dct:description	"Example: The WKT for the standard WGS84 SRS (EPSG:4326) is \"GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.0174532925199433]]\" without the enclosing quotes."@en ;
	dct:issued	"2009-07-06" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:footprintSRS	dct:hasVersion	ns4:footprintSRS-2009-07-06 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:footprintSRS	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .