@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:decimalLongitude	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:decimalLongitude	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:decimalLongitude	rdfs:label	"Decimal Longitude"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive."@en ;
	dct:description	"Example: \"-121.1761111\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:decimalLongitude	dct:hasVersion	ns4:decimalLongitude-2009-04-24 ;
	dct:replaces	dwc:DecimalLongitude-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:decimalLongitude	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .