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