@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/environment>
  skos:altLabel "ENVIRONMENT"@en ;
  skos:prefLabel "environment"@en ;
  skos:definition "Environmental resources, protection and conservation, for example environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape, water quality, air quality, environmental modeling"@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/environment> .

