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

<https://vocab.met.no/mmd/Organisation/IFREMER>
  skos:hiddenLabel "IFREMER"@en ;
  skos:exactMatch <https://ror.org/044jxhp58> ;
  skos:altLabel "French Research Institute for Exploitation of the Sea"@en ;
  skos:prefLabel "Ifremer"@en ;
  a skos:Concept .

