@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/Organisation/UiT>
  skos:altLabel "UiT"@nb, "University of Tromsø - The Arctic University of Norway"@en, "UiT"@en, "Universitetet i Tromsø - The Arctic University of Norway"@en, "Universitetet i Tromsø - Noregs arktiske universitet"@nb ;
  skos:prefLabel "UiT Noregs arktiske universitet"@nb, "UiT The Arctic University of Norway"@en ;
  skos:hiddenLabel "UiT - The Arctic University of Norway"@en, "UiT- The Arctic University of Norway"@en ;
  skos:exactMatch <https://ror.org/00wge5k78> ;
  a skos:Concept .

mmd:Organisation
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Organisation"@en ;
  skos:member <https://vocab.met.no/mmd/Organisation/UiT> .

