@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:measurementType	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:measurementType	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:measurementType	rdfs:label	"Measurement Type"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary."@en ;
	dct:description	"Examples: \"tail length\", \"temperature\", \"trap line length\", \"survey area\", \"trap type\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:measurementType	dct:hasVersion	ns4:measurementType-2009-04-24 ;
	dct:replaces	dwc:occurrenceMeasurementType-2009-04-24 ,
		dwc:eventMeasurementType-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:measurementType	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter" ;
	ns5:organizedInClass	dwc:MeasurementOrFact ;
	ns5:status	"recommended" .