@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mmd:ISO_Topic_Category
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "ISO Topic Category"@en ;
  skos:member <https://vocab.met.no/mmd/ISO_Topic_Category/oceans> .

<https://vocab.met.no/mmd/ISO_Topic_Category/oceans>
  skos:altLabel "OCEANS"@en ;
  skos:prefLabel "oceans"@en ;
  skos:definition "Features and characteristics of salt water bodies (excluding inland waters), for example tides, tidal waves, coastal information, reefs, maritime, outer continental shelf submerged lands, shoreline"@en ;
  a skos:Concept .

