@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:samplingProtocol	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:samplingProtocol	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:samplingProtocol	rdfs:label	"Sampling Protocol"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name of, reference to, or description of the method or protocol used during an Event."@en ;
	dct:description	"Examples: \"UV light trap\", \"mist net\", \"bottom trawl\", \"ad hoc observation\", \"point count\", \"Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x\", \"Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.\", \"http://www.bsc-eoc.org/download/Owl.pdf\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:samplingProtocol	dct:hasVersion	ns4:samplingProtocol-2009-04-24 ;
	dct:replaces	dwc:CollectingMethod-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:samplingProtocol	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/Method" ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .