@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:sampleSizeValue	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:sampleSizeValue	dct:modified	"2015-03-19" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:sampleSizeValue	rdfs:label	"Sampling Size Value"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A numeric value for a measurement of the size (time duration, length, area, or volume) of a sample in a sampling event."@en ;
	dct:description	"A sampleSizeValue must have a corresponding sampleSizeUnit. Example: \"5\" for sampleSizeValue with \"metre\" for sampleSizeUnit."@en ;
	dct:issued	"2014-11-07" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:sampleSizeValue	dct:hasVersion	ns4:sampleSizeValue-2014-12-23 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:sampleSizeValue	ns5:abcdEquivalence	"not in ABCD" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:sampleSizeValue	ns5:decision	ns6:Decision-2015-13-19_18 ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .