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