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