@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimLongitude	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimLongitude	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimLongitude	rdfs:label	"Verbatim Longitude"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The verbatim original longitude 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: \"121d 10' 34\" W\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimLongitude	dct:hasVersion	ns4:verbatimLongitude-2009-04-24 ;
	dct:replaces	dwc:VerbatimLongitude-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimLongitude	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .