@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/geoscientificInformation>
  skos:altLabel "GEOSCIENTIFIC INFORMATION"@en ;
  skos:prefLabel "geoscientificInformation"@en ;
  skos:definition "Information pertaining to earth sciences, for example geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth's rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, groundwater, erosion"@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/geoscientificInformation> .

