@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:footprintSpatialFit	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:footprintSpatialFit	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:footprintSpatialFit	rdfs:label	"Footprint Spatial Fit"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1."@en ;
	dct:description	"Detailed explanations with graphical examples can be found in the \"Guide to Best Practices for Georeferencing\", Chapman and Wieczorek, eds. 2006."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:footprintSpatialFit	dct:hasVersion	ns4:footprintSpatialFit-2009-04-24 ;
	dct:replaces	dwc:FootprintSpatialFit-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:footprintSpatialFit	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .