@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:pointRadiusSpatialFit	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:pointRadiusSpatialFit	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:pointRadiusSpatialFit	rdfs:label	"Point Radius Spatial Fit"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) 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 point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit 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:pointRadiusSpatialFit	dct:hasVersion	ns4:pointRadiusSpatialFit-2009-04-24 ;
	dct:replaces	dwc:PointRadiusSpatialFit-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:pointRadiusSpatialFit	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .