@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/GeographicRegion#> .
ns1:CLC	rdf:type	ns1:GeographicRegionLevel3Term .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:CLC	dc:title	"Chile Central" .
@prefix ns3:	<http://rs.tdwg.org/ontology/Base#> .
ns1:CLC	ns3:definition	"Chile Central" ;
	ns1:code	"CLC" ;
	ns1:isPartOf	<http://rs.tdwg.org/ontology/voc/GeographicRegion#85> ;
	ns1:iso2Code	"CL" ;
	ns1:name	"Chile Central" .