<?xml version="1.0"?>
<rdf:RDF xmlns="http://terminologies.gfbio.org/terms/IHO/"
	xml:base="http://terminologies.gfbio.org/terms/IHO/"
	xmlns:iho="http://terminologies.gfbio.org/terms/IHO/"
	xmlns:gfbio="http://terminologies.gfbio.org/terms/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
	xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#"
	xmlns:gn="http://www.geonames.org/ontology#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:dcterms="http://purl.org/dc/terms/">
	<owl:Ontology rdf:about="http://terminologies.gfbio.org/terms/IHO">
		<dc:title>IHO World Seas</dc:title>
		<dc:creator>International Hydrographic Organization (IHO)</dc:creator>
		<dc:contributor>Flanders Marine Institute (VLIZ)</dc:contributor>
		<dc:contributor>Botanic Garden and Botanical Museum Berlin (BGBM)</dc:contributor>
		<dc:description>A hierarchy of the world oceans, seas and sea regions, based on the publication "Limits of Oceans &amp; Seas, Special Publication No. 23" (1953) by the International Hydrographic Organization (IHO), extracted from the Shape Files (version 2 [2017]) available on http://www.marineregions.org and provided by Flanders Marine Institute (VLIZ).</dc:description>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/sources.php#iho"/>
		<dc:source>VLIZ (2017). IHO Sea Areas, version 2. Available online at http://www.marineregions.org/. Consulted on 2017-03-29.</dc:source>
		<dcterms:modified>2019-11-27</dcterms:modified>
        <dc:language>en</dc:language>
		<owl:versionInfo>2.0.1</owl:versionInfo>
		
		<owl:versionIRI rdf:resource="http://terminologies.gfbio.org/terms/iho/2019-11-27/iho.owl"/>
		<owl:imports rdf:resource="http://www.geonames.org/ontology/ontology_v3.1.rdf"/>
		<owl:imports rdf:resource="https://www.w3.org/2003/01/geo/wgs84_pos"/>
	</owl:Ontology>

    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:ObjectProperty rdf:about="connectedTo">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
		<rdfs:comment xml:lang="en">Another sea region that is connected to the current one</rdfs:comment>
		<rdfs:domain rdf:resource="gn:Feature"/>
		<rdfs:label xml:lang="en">connected to</rdfs:label>
		<rdfs:range rdf:resource="gn:Feature"/>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="minLat">
		<rdfs:domain rdf:resource="gn:Feature"/>
		<rdfs:label xml:lang="en">Minimum Latitude</rdfs:label>
		<rdfs:comment>The WGS84 latitude in decimal degree of the southernmost point of a set of coordinates, also the southern side of the bounding box.</rdfs:comment>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#lat"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="maxLat">
		<rdfs:domain rdf:resource="gn:Feature"/>
		<rdfs:label xml:lang="en">Maximum Latitude</rdfs:label>
		<rdfs:comment>The WGS84 latitude in decimal degree of the northernmost point of a set of coordinates, also the northern side of the bounding box.</rdfs:comment>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#lat"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="minLong">
		<rdfs:domain rdf:resource="gn:Feature"/>
		<rdfs:label xml:lang="en">Minimum Longitude</rdfs:label>
		<rdfs:comment>The WGS84 longitude in decimal degree of the westernmost point of a set of coordinates, also the western side of the bounding box.</rdfs:comment>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#long"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="maxLong">
		<rdfs:domain rdf:resource="gn:Feature"/>
		<rdfs:label xml:lang="en">Maximum Longitude</rdfs:label>
		<rdfs:comment>The WGS84 longitude in decimal degree of the easternmost point of a set of coordinates, also the eastern side of the bounding box.</rdfs:comment>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
		<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#long"/>
	</owl:DatatypeProperty>
    <owl:AnnotationProperty rdf:about="http://www.geonames.org/ontology#featureClass">
		<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Feature Class</rdfs:label>      
    </owl:AnnotationProperty>
	<owl:AnnotationProperty rdf:about="http://www.geonames.org/ontology#parentFeature">
		<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Parent Feature</rdfs:label>      
    </owl:AnnotationProperty>
 
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
	 
	
	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:1901">
		<gn:name>World Oceans</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q715269"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1901"/>
		
		<iho:minLat>-85</iho:minLat>
		<iho:maxLat>85</iho:maxLat>
		<iho:minLong>-179.9999</iho:minLong>
		<iho:maxLong>179.9999</iho:maxLong>		
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:1902">
		<gn:name>Atlantic Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q97"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3373405"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1902"/>
		
		<iho:minLat>-60</iho:minLat>
		<iho:maxLat>68.6235</iho:maxLat>
		<iho:minLong>-83.0080</iho:minLong>
		<iho:maxLong>20</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:1903">
		<gn:name>Pacific Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q98"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2363254"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1903"/>
		
		<iho:minLat>-60</iho:minLat>
		<iho:maxLat>58.2165</iho:maxLat>
		<iho:minLong>128.6930</iho:minLong>
		<iho:maxLong>-67.25</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:1905">
		<gn:name>Mediterranean Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q4918"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/363196"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1905"/>
		
		<iho:minLat>30.2638</iho:minLat>
		<iho:maxLat>45.7833</iho:maxLat>
		<iho:minLong>-6.0326</iho:minLong>
		<iho:maxLong>36.2172</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4278"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:4331">
		<gn:name>South China and Eastern Archipelagic Seas</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4331"/>
		
		<iho:minLat>-17.7191</iho:minLat>
		<iho:maxLat>13.4441</iho:maxLat>
		<iho:minLong>104.5261</iho:minLong>
		<iho:maxLong>142.1589</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1903"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/MRGID:4278">
		<gn:name>Mediterranean Sea Area</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4278"/>
		
		<iho:minLat>30.2638</iho:minLat>
		<iho:maxLat>47.2805</iho:maxLat>
		<iho:minLong>-6.0326</iho:minLong>
		<iho:maxLong>41.7760</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/33">
		<gn:name>Rio de La Plata</gn:name>
		<gn:alternateName>Río de La Plata</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q35827"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3426221"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4325"/>
		
		<iho:minLat>-36.4094</iho:minLat>
		<iho:maxLat>-32.4483</iho:maxLat>
		<iho:minLong>-58.5497</iho:minLong>
		<iho:maxLong>-54.9543</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/62A">
		<gn:name>Bass Strait</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q171846"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2194168"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4366"/>
		
		<iho:minLat>-41.1866</iho:minLat>
		<iho:maxLat>-37.5222</iho:maxLat>
		<iho:minLong>143.543</iho:minLong>
		<iho:maxLong>149.9716</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/63"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/62"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/62">
		<gn:name>Great Australian Bight</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q186733"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2078067"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4276"/>
		
		<iho:minLat>-43.4980</iho:minLat>
		<iho:maxLat>-31.4740</iho:maxLat>
		<iho:minLong>117.6097</iho:minLong>
		<iho:maxLong>146.2345</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/62A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/63">
		<gn:name>Tasman Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q33254"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2147286"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4365"/>
		
		<iho:minLat>-50.9052</iho:minLat>
		<iho:maxLat>-30</iho:maxLat>
		<iho:minLong>146.8336</iho:minLong>
		<iho:maxLong>175.238</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/62A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/64"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/45A">
		<gn:name>Mozambique Channel</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q165100"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/8426502"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4261"/>
		
		<iho:minLat>-26.8471</iho:minLat>
		<iho:maxLat>-10.4819</iho:maxLat>
		<iho:minLong>32.5871</iho:minLong>
		<iho:maxLong>49.2583</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48o">
		<gn:name>Savu Sea</gn:name>
		<gn:alternateName>Sawu Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q193465"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818189"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4343"/>
		
		<iho:minLat>-10.9225</iho:minLat>
		<iho:maxLat>-8.2139</iho:maxLat>
		<iho:minLong>118.5022</iho:minLong>
		<iho:maxLong>125.0051</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48j"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48i"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48i">
		<gn:name>Timor Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q131418"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2078065"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4344"/>
		
		<iho:minLat>-15.7960</iho:minLat>
		<iho:maxLat>-8.1828</iho:maxLat>
		<iho:minLong>122.8523</iho:minLong>
		<iho:maxLong>132.9313</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48h"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48o"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48l">
		<gn:name>Bali Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q277014"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818207"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4340"/>
		
		<iho:minLat>-8.9986</iho:minLat>
		<iho:maxLat>-7.0130</iho:maxLat>
		<iho:minLong>114.3401</iho:minLong>
		<iho:maxLong>117.1657</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48j"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48n"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/64">
		<gn:name>Coral Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q82931"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2194166"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4364"/>
		
		<iho:minLat>-30</iho:minLat>
		<iho:maxLat>-7.4676</iho:maxLat>
		<iho:minLong>141.2266</iho:minLong>
		<iho:maxLong>169.9414</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/65"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/63"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48h"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48j">
		<gn:name>Flores Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q150370"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818200"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4341"/>
		
		<iho:minLat>-8.7439</iho:minLat>
		<iho:maxLat>-5.5076</iho:maxLat>
		<iho:minLong>117.1333</iho:minLong>
		<iho:maxLong>122.9389</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48l"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48n"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48o"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/65">
		<gn:name>Solomon Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q199479"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2086419"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4361"/>
		
		<iho:minLat>-11.8416</iho:minLat>
		<iho:maxLat>-4.7933</iho:maxLat>
		<iho:minLong>146.9417</iho:minLong>
		<iho:maxLong>162.3058</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/66"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/64"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48h">
		<gn:name>Arafura Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q128880"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818208"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4347"/>
		
		<iho:minLat>-18.0067</iho:minLat>
		<iho:maxLat>-2.9026</iho:maxLat>
		<iho:minLong>130.7588</iho:minLong>
		<iho:maxLong>142.1992</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/64"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48i"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48f"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48k">
		<gn:name>Gulf of Boni</gn:name>
		<gn:alternateName>Teluk Bone</gn:alternateName>
		<gn:alternateName>Gulf of Bone</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q641148"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1648253"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4350"/>
		
		<iho:minLat>-5.6156</iho:minLat>
		<iho:maxLat>-2.5804</iho:maxLat>
		<iho:minLong>120.1888</iho:minLong>
		<iho:maxLong>121.8666</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48n">
		<gn:name>Java Sea</gn:name>
		<gn:alternateName>Jawa Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q49364"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818196"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4338"/>
		
		<iho:minLat>-7.8109</iho:minLat>
		<iho:maxLat>-1.5493</iho:maxLat>
		<iho:minLong>104.5270</iho:minLong>
		<iho:maxLong>119.4894</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48l"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48j"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48m"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48f">
		<gn:name>Ceram Sea</gn:name>
		<gn:alternateName>Seram Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q210855"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818202"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4351"/>
		
		<iho:minLat>-5.2739</iho:minLat>
		<iho:maxLat>-1.1861</iho:maxLat>
		<iho:minLong>125.9172</iho:minLong>
		<iho:maxLong>134.0315</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48h"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/66">
		<gn:name>Bismarck Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q199436"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2110018"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4360"/>
		
		<iho:minLat>-5.9772</iho:minLat>
		<iho:maxLat>-0.7614</iho:maxLat>
		<iho:minLong>142.0036</iho:minLong>
		<iho:maxLong>152.901</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/65"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48g">
		<gn:name>Banda Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q171510"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/6640404"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4349"/>
		
		<iho:minLat>-8.8645</iho:minLat>
		<iho:maxLat>-0.8359</iho:maxLat>
		<iho:minLong>120.4667</iho:minLong>
		<iho:maxLong>133.1514</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48j"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48h"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48i"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48o"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48k"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48f"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/60">
		<gn:name>Gulf of California</gn:name>
		<gn:alternateName>Sea of Cortez</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q132811"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4016118"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4314"/>
		
		<iho:minLat>22.8666</iho:minLat>
		<iho:maxLat>31.96</iho:maxLat>
		<iho:minLong>-115.0311</iho:minLong>
		<iho:maxLong>-106.785</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/25">
		<gn:name>Bay of Fundy</gn:name>
		<gn:alternateName>Fundy Bay</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q181857"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/5889836"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4289"/>
		
		<iho:minLat>44.0866</iho:minLat>
		<iho:maxLat>46.0866</iho:maxLat>
		<iho:minLong>-67.5034</iho:minLong>
		<iho:maxLong>-63.3696</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28a">
		<gn:name>Strait of Gibraltar</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q36124"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2363256"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3346"/>
		
		<iho:minLat>35.7906</iho:minLat>
		<iho:maxLat>36.1844</iho:maxLat>
		<iho:minLong>-6.0326</iho:minLong>
		<iho:maxLong>-5.3076</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28b"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28b">
		<gn:name>Alboran Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q199408"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/6640412"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3324"/>
		
		<iho:minLat>35.0719</iho:minLat>
		<iho:maxLat>36.8405</iho:maxLat>
		<iho:minLong>-5.3458</iho:minLong>
		<iho:maxLong>-1.1969</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28a"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/27">
		<gn:name>Caribbean Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1247"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4563233"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4287"/>
		
		<iho:minLat>7.905</iho:minLat>
		<iho:maxLat>22.7008</iho:maxLat>
		<iho:minLong>-88.9268</iho:minLong>
		<iho:maxLong>-59.2756</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/26"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/58">
		<gn:name>Gulf of Alaska</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q180531"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4031789"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4312"/>
		
		<iho:minLat>54.3128</iho:minLat>
		<iho:maxLat>61.5083</iho:maxLat>
		<iho:minLong>-163.375</iho:minLong>
		<iho:maxLong>-136.6589</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/55"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/55">
		<gn:name>Bering Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q44725"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4031788"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4310"/>
		
		<iho:minLat>51.1422</iho:minLat>
		<iho:maxLat>66.5</iho:maxLat>
		<iho:minLong>162</iho:minLong>
		<iho:maxLong>-157</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/58"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/12"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/12">
		<gn:name>Chukchi Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q159252"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4031753"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4257"/>
		
		<iho:minLat>65.9749</iho:minLat>
		<iho:maxLat>71.5974</iho:maxLat>
		<iho:minLong>176.1</iho:minLong>
		<iho:maxLong>-156.7</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/11"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/55"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/13">
		<gn:name>Beaufort Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q131274"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4030285"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4256"/>
		
		<iho:minLat>68.6572</iho:minLat>
		<iho:maxLat>76.1758</iho:maxLat>
		<iho:minLong>-156.5967</iho:minLong>
		<iho:maxLong>-122.4735</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/15A">
		<gn:name>Labrador Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q184189"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3424929"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4291"/>
		
		<iho:minLat>47.4179</iho:minLat>
		<iho:maxLat>60</iho:maxLat>
		<iho:minLong>-64.2597</iho:minLong>
		<iho:maxLong>-43.9022</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/24"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/16A">
		<gn:name>Hudson Strait</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q207702"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/6640370"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4251"/>
		
		<iho:minLat>57.7677</iho:minLat>
		<iho:maxLat>64.9037</iho:maxLat>
		<iho:minLong>-80.1904</iho:minLong>
		<iho:maxLong>-64.7031</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/16"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/15">
		<gn:name>Davis Strait</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q189262"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3424931"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4250"/>
		
		<iho:minLat>59.7474</iho:minLat>
		<iho:maxLat>70</iho:maxLat>
		<iho:minLong>-70.0288</iho:minLong>
		<iho:maxLong>-43.9143</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/16A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/14A">
		<gn:name>Baffin Bay</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q37040"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3831554"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4253"/>
		
		<iho:minLat>69.4032</iho:minLat>
		<iho:maxLat>82.4824</iho:maxLat>
		<iho:minLong>-82.1587</iho:minLong>
		<iho:maxLong>-50.1916</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/17A">
		<gn:name>Lincoln Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q243125"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3422085"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4254"/>
		
		<iho:minLat>81.5016</iho:minLat>
		<iho:maxLat>83.6013</iho:maxLat>
		<iho:minLong>-69.7660</iho:minLong>
		<iho:maxLong>-34.7261</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/20">
		<gn:name>Bristol Channel</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q188203"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/6640393"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3141"/>
		
		<iho:minLat>50.9894</iho:minLat>
		<iho:maxLat>51.7751</iho:maxLat>
		<iho:minLong>-4.9413</iho:minLong>
		<iho:maxLong>-2.38</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/19">
		<gn:name>Irish Sea and St. George's Channel</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q41735"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/6640368"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2357"/>
		
		<iho:minLat>51.9163</iho:minLat>
		<iho:maxLat>54.9908</iho:maxLat>
		<iho:minLong>-6.4981</iho:minLong>
		<iho:maxLong>-2.7049</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/18"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/18">
		<gn:name>Inner Seas off the West Coast of Scotland</gn:name>
		<gn:alternateName>Inner Scottish Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q5762423"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/8617622"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4283"/>
		
		<iho:minLat>54.3855</iho:minLat>
		<iho:maxLat>58.6241</iho:maxLat>
		<iho:minLong>-8.2190</iho:minLong>
		<iho:maxLong>-4.4854</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/19"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/38">
		<gn:name>Gulf of Aden</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q41837"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/80303"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4265"/>
		
		<iho:minLat>10.4107</iho:minLat>
		<iho:maxLat>15.2005</iho:maxLat>
		<iho:minLong>42.5086</iho:minLong>
		<iho:maxLong>51.2727</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/37"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/39"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/40">
		<gn:name>Gulf of Oman</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q79948"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/121868"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4267"/>
		
		<iho:minLat>22.5368</iho:minLat>
		<iho:maxLat>26.1977</iho:maxLat>
		<iho:minLong>56.2643</iho:minLong>
		<iho:maxLong>61.7828</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/41"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/39"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/37">
		<gn:name>Red Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q23406"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/350155"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4264"/>
		
		<iho:minLat>12.4767</iho:minLat>
		<iho:maxLat>28.1382</iho:maxLat>
		<iho:minLong>33.6680</iho:minLong>
		<iho:maxLong>43.4845</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/35"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/36"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/38"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/36">
		<gn:name>Gulf of Aqaba</gn:name>
		<gn:alternateName>Gulf of Eilat</gn:alternateName>
		<gn:alternateName>Gulf of Akaba</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q81611"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/235620"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4263"/>
		
		<iho:minLat>27.8883</iho:minLat>
		<iho:maxLat>29.5514</iho:maxLat>
		<iho:minLong>34.3463</iho:minLong>
		<iho:maxLong>35.0036</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/37"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/37"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/41">
		<gn:name>Persian Gulf</gn:name>
		<gn:alternateName>Gulf of Iran</gn:alternateName>
		<gn:alternateName>Arabian Gulf</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q34675"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/235616"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4266"/>
		
		<iho:minLat>23.9559</iho:minLat>
		<iho:maxLat>30.5191</iho:maxLat>
		<iho:minLong>47.7072</iho:minLong>
		<iho:maxLong>57.3008</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/40"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28f">
		<gn:name>Ionian Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q37495"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2463713"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3351"/>
		
		<iho:minLat>36.3861</iho:minLat>
		<iho:maxLat>40.5204</iho:maxLat>
		<iho:minLong>15.0813</iho:minLong>
		<iho:maxLong>23.2246</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28g"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28e">
		<gn:name>Tyrrhenian Sea</gn:name>
		<gn:alternateName>Tirreno Sea</gn:alternateName>
		<gn:alternateName>Mar Tirreno</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q38882"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2522836"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3386"/>
		
		<iho:minLat>37.8032</iho:minLat>
		<iho:maxLat>44.0852</iho:maxLat>
		<iho:minLong>8.6463</iho:minLong>
		<iho:maxLong>16.2211</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28f"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28d"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28g">
		<gn:name>Adriatic Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q13924"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3183462"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3314"/>
		
		<iho:minLat>39.6912</iho:minLat>
		<iho:maxLat>45.7833</iho:maxLat>
		<iho:minLong>12.1542</iho:minLong>
		<iho:maxLong>20.0100</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28f"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/35">
		<gn:name>Gulf of Suez</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q168277"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/235614"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4262"/>
		
		<iho:minLat>27.4242</iho:minLat>
		<iho:maxLat>30.0027</iho:maxLat>
		<iho:minLong>32.3408</iho:minLong>
		<iho:maxLong>34.2544</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/37"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28B">
		<gn:name>Mediterranean Sea - Eastern Basin</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4280"/>
		
		<iho:minLat>30.2638</iho:minLat>
		<iho:maxLat>45.7833</iho:maxLat>
		<iho:minLong>10.0070</iho:minLong>
		<iho:maxLong>36.2172</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1905"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/35"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28h"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28f"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28h">
		<gn:name>Aegean Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q34575"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/265695"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3315"/>
		
		<iho:minLat>35.1115</iho:minLat>
		<iho:maxLat>41.0103</iho:maxLat>
		<iho:minLong>22.5238</iho:minLong>
		<iho:maxLong>28.3247</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/29"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/29">
		<gn:name>Sea of Marmara</gn:name>
		<gn:alternateName>Marmara Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q35367"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/630669"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3369"/>
		
		<iho:minLat>39.9911</iho:minLat>
		<iho:maxLat>41.2462</iho:maxLat>
		<iho:minLong>26.1644</iho:minLong>
		<iho:maxLong>29.9375</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4278"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/30"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28h"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/46B">
		<gn:name>Singapore Strait</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q205655"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1880132"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4336"/>
		
		<iho:minLat>0.9897</iho:minLat>
		<iho:maxLat>1.6443</iho:maxLat>
		<iho:minLong>103.37</iho:minLong>
		<iho:maxLong>104.5347</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/46A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48b">
		<gn:name>Celebes Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q19270"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818203"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4359"/>
		
		<iho:minLat>0.8011</iho:minLat>
		<iho:maxLat>7.8515</iho:maxLat>
		<iho:minLong>116.7183</iho:minLong>
		<iho:maxLong>125.6138</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48m"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48a"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/46A">
		<gn:name>Malacca Strait</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q48359"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818192"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4275"/>
		
		<iho:minLat>0.1525</iho:minLat>
		<iho:maxLat>8.3822</iho:maxLat>
		<iho:minLong>95.4321</iho:minLong>
		<iho:maxLong>103.5121</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/44"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/46B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48a">
		<gn:name>Sulu Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q160194"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818187"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4358"/>
		
		<iho:minLat>5.0200</iho:minLat>
		<iho:maxLat>13.4451</iho:maxLat>
		<iho:minLong>116.7396</iho:minLong>
		<iho:maxLong>123.4204</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48b"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/47">
		<gn:name>Gulf of Thailand</gn:name>
		<gn:alternateName>Gulf of Siam</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q131217"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818185"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4334"/>
		
		<iho:minLat>6.1936</iho:minLat>
		<iho:maxLat>13.5191</iho:maxLat>
		<iho:minLong>99.1443</iho:minLong>
		<iho:maxLong>105.1127</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/50">
		<gn:name>Eastern China Sea</gn:name>
		<gn:alternateName>Tung Hai</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q45341"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1676969"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4302"/>
		
		<iho:minLat>24.3161</iho:minLat>
		<iho:maxLat>33.4538</iho:maxLat>
		<iho:minLong>119.0975</iho:minLong>
		<iho:maxLong>131.1291</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/51"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/53">
		<gn:name>Seto Naikai or Inland Sea</gn:name>
		<gn:alternateName>Seto Naikai</gn:alternateName>
		<gn:alternateName>Inland Sea of Japan</gn:alternateName>
		<gn:alternateName>Inland Sea</gn:alternateName>
		<gn:alternateName>Seto Inland Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q231312"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1852650"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4306"/>
		
		<iho:minLat>33.2331</iho:minLat>
		<iho:maxLat>34.7786</iho:maxLat>
		<iho:minLong>130.8947</iho:minLong>
		<iho:maxLong>135.4579</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/56">
		<gn:name>Philippine Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q159183"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818190"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4300"/>
		
		<iho:minLat>2.4094</iho:minLat>
		<iho:maxLat>35.3025</iho:maxLat>
		<iho:minLong>120.1103</iho:minLong>
		<iho:maxLong>146.4545</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48b"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48a"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/50"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/53"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/49"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/51">
		<gn:name>Yellow Sea</gn:name>
		<gn:alternateName>Huang Hai</gn:alternateName>
		<gn:alternateName>Hwang Hai</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q37960"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818183"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4303"/>
		
		<iho:minLat>33.2894</iho:minLat>
		<iho:maxLat>40.9313</iho:maxLat>
		<iho:minLong>117.5364</iho:minLong>
		<iho:maxLong>127.0002</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/50"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/1c">
		<gn:name>Gulf of Riga</gn:name>
		<gn:alternateName>Riga Gulf</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q174731"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/453746"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2409"/>
		
		<iho:minLat>56.9658</iho:minLat>
		<iho:maxLat>59.2022</iho:maxLat>
		<iho:minLong>21.7290</iho:minLong>
		<iho:maxLong>24.5576</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/1">
		<gn:name>Baltic Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q545"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2633321"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2401"/>
		
		<iho:minLat>53.6605</iho:minLat>
		<iho:maxLat>65.9022</iho:maxLat>
		<iho:minLong>9.8455</iho:minLong>
		<iho:maxLong>30.2466</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1902"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/2"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1b"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1a"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/1b">
		<gn:name>Gulf of Finland</gn:name>
		<gn:alternateName>Finland Gulf</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q14686"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/453749"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2407"/>
		
		<iho:minLat>59.2022</iho:minLat>
		<iho:maxLat>60.7358</iho:maxLat>
		<iho:minLong>22.9002</iho:minLong>
		<iho:maxLong>30.2466</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/1a">
		<gn:name>Gulf of Bothnia</gn:name>
		<gn:alternateName>Bothnia Gulf</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q122574"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/630672"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2402"/>
		
		<iho:minLat>59.6702</iho:minLat>
		<iho:maxLat>65.9022</iho:maxLat>
		<iho:minLong>17.0986</iho:minLong>
		<iho:maxLong>25.4442</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/8">
		<gn:name>White Sea</gn:name>
		<gn:alternateName>Beloye More</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q44133"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/577742"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4248"/>
		
		<iho:minLat>63.8033</iho:minLat>
		<iho:maxLat>68.6681</iho:maxLat>
		<iho:minLong>31.8588</iho:minLong>
		<iho:maxLong>44.4963</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/7"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/11">
		<gn:name>East Siberian Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q163434"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2127381"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4244"/>
		
		<iho:minLat>68.5180</iho:minLat>
		<iho:maxLat>77.1320</iho:maxLat>
		<iho:minLong>138.8322</iho:minLong>
		<iho:maxLong>179.9816</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/10"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/12"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/32">
		<gn:name>South Atlantic Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1482804"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3358844"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1914"/>
		
		<iho:minLat>-60</iho:minLat>
		<iho:maxLat>0</iho:maxLat>
		<iho:minLong>-69.6095</iho:minLong>
		<iho:maxLong>20</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1902"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/33"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/34"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/67"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/67">
		<gn:name>Southern Ocean</gn:name>
		<gn:alternateName>Great Southern Ocean</gn:alternateName>
		<gn:alternateName>Antarctic Ocean</gn:alternateName>
		<gn:alternateName>South Polar Ocean</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q7354"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4036776"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1907"/>
		
		<iho:minLat>-85.4702</iho:minLat>
		<iho:maxLat>-60</iho:maxLat>
		<iho:minLong>-180</iho:minLong>
		<iho:maxLong>180</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/61">
		<gn:name>South Pacific Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/4030483"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1910"/>
		
		<iho:minLat>-60</iho:minLat>
		<iho:maxLat>2.5777</iho:maxLat>
		<iho:minLong>129.9166</iho:minLong>
		<iho:maxLong>-67.25</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1903"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/66"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/65"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/64"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/63"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/67"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/34">
		<gn:name>Gulf of Guinea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q41430"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2363255"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4286"/>
		
		<iho:minLat>-0.8138</iho:minLat>
		<iho:maxLat>6.6130</iho:maxLat>
		<iho:minLong>-7.6038</iho:minLong>
		<iho:maxLong>9.9651</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48d">
		<gn:name>Gulf of Tomini</gn:name>
		<gn:alternateName>Teluk Tomini</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1507546"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818199"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4355"/>
		
		<iho:minLat>-1.4405</iho:minLat>
		<iho:maxLat>0.5552</iho:maxLat>
		<iho:minLong>120.0050</iho:minLong>
		<iho:maxLong>123.4102</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48m">
		<gn:name>Makassar Strait</gn:name>
		<gn:alternateName>Makasar Strait</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q194477"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1636782"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4339"/>
		
		<iho:minLat>-5.5956</iho:minLat>
		<iho:maxLat>1.3249</iho:maxLat>
		<iho:minLong>115.9545</iho:minLong>
		<iho:maxLong>120.8283</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48n"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48b"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48e">
		<gn:name>Halmahera Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q212083"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1818198"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4353"/>
		
		<iho:minLat>-1.6809</iho:minLat>
		<iho:maxLat>2.4870</iho:maxLat>
		<iho:minLong>127.5491</iho:minLong>
		<iho:maxLong>130.9316</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48f"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/48c">
		<gn:name>Molukka Sea</gn:name>
		<gn:alternateName>Molukka Sea</gn:alternateName>
		<gn:alternateName>Maluku Sea</gn:alternateName>
		<gn:alternateName>Molucca Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q185291"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1636628"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4354"/>
		
		<iho:minLat>-1.8388</iho:minLat>
		<iho:maxLat>4.4859</iho:maxLat>
		<iho:minLong>123.2931</iho:minLong>
		<iho:maxLong>128.5664</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4331"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48d"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48g"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48f"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48b"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/45">
		<gn:name>Indian Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1239"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1545739"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1904"/>
		
		<iho:minLat>-60</iho:minLat>
		<iho:maxLat>10.4532</iho:maxLat>
		<iho:minLong>20</iho:minLong>
		<iho:maxLong>146.8897</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48l"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48n"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/39"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/43"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/44"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/42"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/62"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48i"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48o"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/67"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/43">
		<gn:name>Bay of Bengal</gn:name>
		<gn:alternateName>Bengal Bay</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q38684"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1281789"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4273"/>
		
		<iho:minLat>5.5701</iho:minLat>
		<iho:maxLat>23.5979</iho:maxLat>
		<iho:minLong>78.9090</iho:minLong>
		<iho:maxLong>95.2335</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/44"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/42"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/49">
		<gn:name>South China Sea</gn:name>
		<gn:alternateName>Nan Hai</gn:alternateName>
		<gn:alternateName>China Sea</gn:alternateName>
		<gn:alternateName>南海</gn:alternateName>
		<gn:alternateName>Biển Đông</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q37660"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1567570"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4332"/>
		
		<iho:minLat>-3.2188</iho:minLat>
		<iho:maxLat>25.6064</iho:maxLat>
		<iho:minLong>102.2216</iho:minLong>
		<iho:maxLong>122.1671</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1903"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48n"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/46A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/47"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/46B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48a"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/50"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/39">
		<gn:name>Arabian Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q58705"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1158455"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4268"/>
		
		<iho:minLat>-0.8999</iho:minLat>
		<iho:maxLat>25.6136</iho:maxLat>
		<iho:minLong>51.0172</iho:minLong>
		<iho:maxLong>74.1013</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/38"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/40"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/42"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/57">
		<gn:name>North Pacific Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1908"/>
		
		<iho:minLat>1.0E-5</iho:minLat>
		<iho:maxLat>58.2165</iho:maxLat>
		<iho:minLong>128.6930</iho:minLong>
		<iho:maxLong>-77.4</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1903"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/48e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/56"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/60"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/27"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/58"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/61"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/59"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/54"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/55"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/59">
		<gn:name>The Coastal Waters of Southeast Alaska and British Columbia</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q5138334"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/8617633"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4313"/>
		
		<iho:minLat>47.0641</iho:minLat>
		<iho:maxLat>59.4641</iho:maxLat>
		<iho:minLong>-137.1186</iho:minLong>
		<iho:maxLong>-122.2911</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/26">
		<gn:name>Gulf of Mexico</gn:name>
		<gn:alternateName>Mexico Gulf</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q12630"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3523271"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4288"/>
		
		<iho:minLat>18.1462</iho:minLat>
		<iho:maxLat>30.7011</iho:maxLat>
		<iho:minLong>-97.8882</iho:minLong>
		<iho:maxLong>-80.3875</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/27"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/23">
		<gn:name>North Atlantic Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q350134"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3411923"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1912"/>
		
		<iho:minLat>0</iho:minLat>
		<iho:maxLat>68.6236</iho:maxLat>
		<iho:minLong>-83.0080</iho:minLong>
		<iho:maxLong>6.6307</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1902"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/22"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28a"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/25"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/18"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/27"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/34"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/26"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/24"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/32"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/5"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/6"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/24">
		<gn:name>Gulf of St. Lawrence</gn:name>
		<gn:alternateName>Gulf of Saint Lawrence</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q169523"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3831546"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4290"/>
		
		<iho:minLat>45.3121</iho:minLat>
		<iho:maxLat>52.0852</iho:maxLat>
		<iho:minLong>-71.2991</iho:minLong>
		<iho:maxLong>-54.8413</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/15A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28c">
		<gn:name>Balearic (Iberian Sea)</gn:name>
		<gn:alternateName>Balear Sea</gn:alternateName>
		<gn:alternateName>Iberian Sea</gn:alternateName>
		<gn:alternateName>Balearic Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q200712"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2363257"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3322"/>
		
		<iho:minLat>38.6433</iho:minLat>
		<iho:maxLat>41.9469</iho:maxLat>
		<iho:minLong>-0.3376</iho:minLong>
		<iho:maxLong>4.2763</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/22">
		<gn:name>Bay of Biscay</gn:name>
		<gn:alternateName>Biscay Bay</gn:alternateName>
		<gn:alternateName>Gulf of Gascogne</gn:alternateName>
		<gn:alternateName>Gulf of Biscay</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q41573"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960858"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2359"/>
		
		<iho:minLat>43.2911</iho:minLat>
		<iho:maxLat>47.8897</iho:maxLat>
		<iho:minLong>-7.8582</iho:minLong>
		<iho:maxLong>-0.5399</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/21A">
		<gn:name>Celtic Sea</gn:name>
		<gn:alternateName>Mer d'Iroise</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q81499"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960856"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2351"/>
		
		<iho:minLat>46.4798</iho:minLat>
		<iho:maxLat>52.2782</iho:maxLat>
		<iho:minLong>-11.5</iho:minLong>
		<iho:maxLong>-4.1921</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/22"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/20"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/19"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28A">
		<gn:name>Mediterranean Sea - Western Basin</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4279"/>
		
		<iho:minLat>35.0719</iho:minLat>
		<iho:maxLat>44.4280</iho:maxLat>
		<iho:minLong>-6.0326</iho:minLong>
		<iho:maxLong>16.2211</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1905"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28B"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28c"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28d"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28b"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/16">
		<gn:name>Hudson Bay</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q3040"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/5978134"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4252"/>
		
		<iho:minLat>50.7349</iho:minLat>
		<iho:maxLat>66.5816</iho:maxLat>
		<iho:minLong>-94.8209</iho:minLong>
		<iho:maxLong>-76.5044</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/16A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/14">
		<gn:name>The Northwestern Passages</gn:name>
		<gn:alternateName>Northwestern Passages</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q81136"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3831547"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=5698"/>
		
		<iho:minLat>63.7916</iho:minLat>
		<iho:maxLat>81.6985</iho:maxLat>
		<iho:minLong>-128.0018</iho:minLong>
		<iho:maxLong>-72.2583</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/13"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/16A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/16"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/17">
		<gn:name>Arctic Ocean</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q788"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960860"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=1906"/>
		
		<iho:minLat>71.3514</iho:minLat>
		<iho:maxLat>90</iho:maxLat>
		<iho:minLong>-180</iho:minLong>
		<iho:maxLong>180</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:1901"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/9"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/10"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/11"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/13"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/14"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/12"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/5"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/7"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/21">
		<gn:name>English Channel</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q34640"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2649991"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2389"/>
		
		<iho:minLat>48.5016</iho:minLat>
		<iho:maxLat>51.1365</iho:maxLat>
		<iho:minLong>-5.6875</iho:minLong>
		<iho:maxLong>1.7256</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/7">
		<gn:name>Barentsz Sea</gn:name>
		<gn:alternateName>Barents Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q45823"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/630674"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4247"/>
		
		<iho:minLat>66.7410</iho:minLat>
		<iho:maxLat>81.8272</iho:maxLat>
		<iho:minLong>16.5476</iho:minLong>
		<iho:maxLong>68.4174</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/9"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/6"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/8"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/5">
		<gn:name>Greenland Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q132868"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960853"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2356"/>
		
		<iho:minLat>65.1122</iho:minLat>
		<iho:maxLat>83.2904</iho:maxLat>
		<iho:minLong>-35.6179</iho:minLong>
		<iho:maxLong>17.2952</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/6"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/4">
		<gn:name>North Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1693"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960848"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2350"/>
		
		<iho:minLat>50.9370</iho:minLat>
		<iho:maxLat>61</iho:maxLat>
		<iho:minLong>-4.4315</iho:minLong>
		<iho:maxLong>9.8290</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/21"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/2"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/3"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/6"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/44">
		<gn:name>Andaman or Burma Sea</gn:name>
		<gn:alternateName>Burma Sea</gn:alternateName>
		<gn:alternateName>Andaman Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q47632"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1158425"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4274"/>
		
		<iho:minLat>5.5694</iho:minLat>
		<iho:maxLat>17.45</iho:maxLat>
		<iho:minLong>92.3569</iho:minLong>
		<iho:maxLong>98.8837</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/43"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/46A"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/30">
		<gn:name>Black Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q166"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/630673"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3319"/>
		
		<iho:minLat>40.9102</iho:minLat>
		<iho:maxLat>47.2523</iho:maxLat>
		<iho:minLong>27.4495</iho:minLong>
		<iho:maxLong>41.7760</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/MRGID:4278"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/31"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/29"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/31">
		<gn:name>Sea of Azov</gn:name>
		<gn:alternateName>Azov Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q35000"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/713066"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3320"/>
		
		<iho:minLat>45.0772</iho:minLat>
		<iho:maxLat>47.2805</iho:maxLat>
		<iho:minLong>33.6710</iho:minLong>
		<iho:maxLong>39.2999</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/30"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/30"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/52">
		<gn:name>Japan Sea</gn:name>
		<gn:alternateName>Japan Sea</gn:alternateName>
		<gn:alternateName>Sea of Japan</gn:alternateName>
		<gn:alternateName>Japanese Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q27092"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2038684"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4307"/>
		
		<iho:minLat>32.5611</iho:minLat>
		<iho:maxLat>52.3134</iho:maxLat>
		<iho:minLong>126.2703</iho:minLong>
		<iho:maxLong>142.2678</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/50"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/53"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/51"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/54"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/54">
		<gn:name>Sea of Okhotsk</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q41602"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2127380"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4309"/>
		
		<iho:minLat>43.2511</iho:minLat>
		<iho:maxLat>62.7118</iho:maxLat>
		<iho:minLong>135.1564</iho:minLong>
		<iho:maxLong>165.63</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/57"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/52"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/9">
		<gn:name>Kara Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q33629"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1504324"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4246"/>
		
		<iho:minLat>66.2194</iho:minLat>
		<iho:maxLat>81.2894</iho:maxLat>
		<iho:minLong>55.1329</iho:minLong>
		<iho:maxLong>104.7586</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/10"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/7"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/10">
		<gn:name>Laptev Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q7988"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2038683"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4245"/>
		
		<iho:minLat>70.7310</iho:minLat>
		<iho:maxLat>81.2799</iho:maxLat>
		<iho:minLong>95.7877</iho:minLong>
		<iho:maxLong>141.0241</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/9"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/11"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/2">
		<gn:name>Kattegat</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q131716"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960850"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2374"/>
		
		<iho:minLat>54.6513</iho:minLat>
		<iho:maxLat>58.0348</iho:maxLat>
		<iho:minLong>9.3828</iho:minLong>
		<iho:maxLong>13.0611</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/3"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/1"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/42">
		<gn:name>Laccadive Sea</gn:name>
		<gn:alternateName>Lakshadweep Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q544914"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/1237875"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=4269"/>
		
		<iho:minLat>-0.8999</iho:minLat>
		<iho:maxLat>14.8670</iho:maxLat>
		<iho:minLong>72.0314</iho:minLong>
		<iho:maxLong>80.5895</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/45"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/39"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/43"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/3">
		<gn:name>Skagerrak</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q1695"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960845"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2379"/>
		
		<iho:minLat>57.1011</iho:minLat>
		<iho:maxLat>59.9030</iho:maxLat>
		<iho:minLong>7.0079</iho:minLong>
		<iho:maxLong>11.8804</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/2"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/6">
		<gn:name>Norwegian Sea</gn:name>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q47545"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/2960847"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=2353"/>
		
		<iho:minLat>61</iho:minLat>
		<iho:maxLat>76.5705</iho:maxLat>
		<iho:minLong>-13.5175</iho:minLong>
		<iho:maxLong>25.7847</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/17"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/4"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/23"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/5"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/7"/>
	</gn:Feature>

	<gn:Feature rdf:about="http://terminologies.gfbio.org/terms/IHO/28d">
		<gn:name>Ligurian Sea</gn:name>
		<gn:alternateName>Ligure Sea</gn:alternateName>
		<gn:featureClass rdf:resource="http://www.geonames.org/ontology#H"/>
		<rdfs:seeAlso rdf:resource="http://www.wikidata.org/entity/Q42820"/>
		<rdfs:seeAlso rdf:resource="http://www.geonames.org/3174724"/>
		<rdfs:seeAlso rdf:resource="http://www.marineregions.org/gazetteer.php?p=details&amp;id=3363"/>
		
		<iho:minLat>43.0104</iho:minLat>
		<iho:maxLat>44.4280</iho:maxLat>
		<iho:minLong>7.5319</iho:minLong>
		<iho:maxLong>9.8513</iho:maxLong>
		
		<gn:parentFeature rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28e"/>
		<iho:connectedTo rdf:resource="http://terminologies.gfbio.org/terms/IHO/28A"/>
	</gn:Feature>

	
</rdf:RDF>