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

<https://vocab.met.no/mmd/ISO_Topic_Category/inlandWaters>
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P05/current/002/> ;
  skos:altLabel "INLAND WATERS"@en ;
  skos:prefLabel "inlandWaters"@en ;
  skos:definition "Inland water features, drainage systems and characteristics, for example rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods and flood hazards, water quality, hydrographic charts, watersheds, wetlands, hydrography"@en ;
  a skos:Concept .

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/inlandWaters> .

