@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Collection#> .
ns1:monitoring	rdf:type	ns1:PrimaryPurposeTypeTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:monitoring	rdfs:label	"Monitoring" ;
	rdfs:comment	"" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:monitoring	dc:title	"Monitoring" .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:monitoring	ns4:definition	" Acquired as a result of observation, measurement, or\n\t\tsampling." .