@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:georeferenceSources	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:georeferenceSources	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:georeferenceSources	rdfs:label	"Georeference Sources"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"GeoLocate\", \"USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:georeferenceSources	dct:hasVersion	ns4:georeferenceSources-2014-10-23 ;
	dct:replaces	dwc:georeferenceSources-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:georeferenceSources	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:georeferenceSources	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .