@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Collection#> .
ns1:notApplicable	rdf:type	ns1:SpecimenPreservationMethodTypeTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:notApplicable	rdfs:label	"Not Applicable" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:notApplicable	dc:title	"Not Applicable" .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:notApplicable	ns4:definition	" For living collections that grow and reproduce. " .