@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/ECMWF> .

<https://vocab.met.no/mmd/Organisation/ECMWF>
  skos:hiddenLabel "European Centre for Medium-Range Weather Forecasts (ECMWF)"@en ;
  skos:exactMatch <https://ror.org/014w0fd65> ;
  skos:altLabel "ECMWF"@en ;
  skos:prefLabel "European Centre for Medium-Range Weather Forecasts"@en ;
  a skos:Concept .

