@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Collection#> .
ns1:spatial	rdf:type	ns1:PrimaryGroupingPrincipleTypeTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:spatial	rdfs:label	"spatial" ;
	rdfs:comment	"Examples include arctic fauna, plants from Guiana." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:spatial	dc:title	"spatial" .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:spatial	ns4:definition	" Relating to a physical location or region. " .