@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:sampleSizeUnit	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:sampleSizeUnit	dct:modified	"2015-03-19" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:sampleSizeUnit	rdfs:label	"Sampling Size Unit"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The unit of measurement of the size (time duration, length, area, or volume) of a sample in a sampling event."@en ;
	dct:description	"A sampleSizeUnit must have a corresponding sampleSizeValue, e.g., \"5\" for sampleSizeValue with \"metre\" for sampleSizeUnit. Examples: \"minute\", \"hour\", \"day\", \"metre\", \"square metre\", \"cubic metre\". Recommended best practice is to use a controlled vocabulary such as the Ontology of Units of Measure http://www.wurvoc.org/vocabularies/om-1.8/ of SI units, derived units, or other non-SI units accepted for use within the SI (e.g., minute, hour, day, litre)."@en ;
	dct:issued	"2014-11-07" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:sampleSizeUnit	dct:hasVersion	ns4:sampleSizeUnit-2014-12-23 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:sampleSizeUnit	ns5:abcdEquivalence	"not in ABCD" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:sampleSizeUnit	ns5:decision	ns6:Decision-2015-13-19_18 ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .