@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/climatologyMeteorologyAtmosphere> .

<https://vocab.met.no/mmd/ISO_Topic_Category/climatologyMeteorologyAtmosphere>
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P05/current/004/> ;
  skos:altLabel "CLIMATOLOGY/METEOROLOGY/ATMOSPHERE"@en ;
  skos:prefLabel "climatologyMeteorologyAtmosphere"@en ;
  skos:definition "Processes and phenomena of the atmosphere, for example cloud cover, weather, climate, atmospheric conditions, climate change, precipitation"@en ;
  a skos:Concept .

