@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/economy>
  skos:altLabel "ECONOMY"@en ;
  skos:prefLabel "economy"@en ;
  skos:definition "Economic activities, conditions, and employment, for example production, labor, revenue, business, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas"@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/economy> .

