@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:georeferenceProtocol	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:georeferenceProtocol	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:georeferenceProtocol	rdfs:label	"Georeference Protocol"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties."@en ;
	dct:description	"Examples: \"Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.\", \"MaNIS/HerpNet/ORNIS Georeferencing Guidelines\", \"Georeferencing Quick Reference Guide\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:georeferenceProtocol	dct:hasVersion	ns4:georeferenceProtocol-2009-04-24 ;
	dct:replaces	dwc:GeoreferenceProtocol-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:georeferenceProtocol	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .