@prefix biodivportal: <https://biodivportal.gfbio.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biodivportal dcterms:hasPart biodivportal:IHO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gfbio.iho .

bioregistry:gfbio.iho a bioregistry.schema:0000001 ;
    rdfs:label "IHO World Seas" ;
    dcterms:description "A hierarchy of the world oceans, seas and sea regions, based on the publication \"Limits of Oceans & 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)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biodivportal:IHO ;
    foaf:homepage biodivportal:IHO ;
    bioregistry.schema:0000005 "connectedTo"^^xsd:string ;
    bioregistry.schema:0000006 "http://terminologies.gfbio.org/terms/IHO/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "David Fichtmueller" ;
            foaf:mbox "d.fichtmueller@bgbm.org" ] ;
    bioregistry.schema:0000024 "http://terminologies.gfbio.org/terms/IHO/"^^xsd:string ;
    bioregistry.schema:0000027 <http://terminologies.gfbio.org/terms/IHO/connectedTo> ;
    bioregistry.schema:0000029 "gfbio.iho" .

biodivportal:IHO dcterms:isPartOf bioregistry.metaresource:biodivportal .

