@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:Organisation
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Organisation"@en ;
  skos:member <https://vocab.met.no/mmd/Organisation/AWI> .

<https://vocab.met.no/mmd/Organisation/AWI>
  skos:hiddenLabel "Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research"@en, "AWI Alfred Wegener Institute for Polar and Marine Research"@en, "Alfred-Wegener-Institut Helmholtz-Zentrum für Polar- und Meeresforschung"@en, "Alfred-Wegener-Institut"@en ;
  skos:exactMatch <https://ror.org/032e6b942> ;
  skos:altLabel "AWI"@en ;
  skos:prefLabel "Alfred Wegener Institute for Polar and Marine Research"@en ;
  a skos:Concept .

