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