@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:MeasurementOrFact	rdf:type	rdfs:Class .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:MeasurementOrFact	dct:modified	"2014-10-23" ;
	rdfs:label	"Measurement or Fact"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource)."@en ;
	dct:description	"Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars."@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:MeasurementOrFact	dct:hasVersion	ns4:MeasurementOrFact-2014-10-23 ;
	dct:replaces	dwc:MeasurementOrFact-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:MeasurementOrFact	ns5:abcdEquivalence	"Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:MeasurementOrFact	ns5:decision	ns6:Decision-2014-10-26_15 ;
	ns5:status	"recommended" .