@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimLatitude	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimLatitude	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimLatitude	rdfs:label	"Verbatim Latitude"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem."@en ;
	dct:description	"Example: \"41 05 54.03S\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimLatitude	dct:hasVersion	ns4:verbatimLatitude-2009-04-24 ;
	dct:replaces	dwc:VerbatimLatitude-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimLatitude	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .