@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/IOPAN>
  skos:hiddenLabel "Instytut Oceanologii Polskiej Akademii Nauk"@en, "Institute of Oceanology, Polish Academy of Sciences"@en, "IOPAN Instytut Oceanologii, Polska Akademia Nauk"@en ;
  skos:exactMatch <https://ror.org/03mp6cc45> ;
  skos:altLabel "Institute of Oceanology PAN"@en, "IO PAN"@en ;
  skos:prefLabel "Institute of Oceanology Polish Academy of Sciences"@en ;
  a skos:Concept .

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

