@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:minimumElevationInMeters	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:minimumElevationInMeters	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:minimumElevationInMeters	rdfs:label	"Minimum Elevation In Meters"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The lower limit of the range of elevation (altitude, usually above sea level), in meters."@en ;
	dct:description	"Example: \"100\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:minimumElevationInMeters	dct:hasVersion	ns4:minimumElevationInMeters-2009-04-24 ;
	dct:replaces	dwc:MinimumElevationInMeters-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:minimumElevationInMeters	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .