@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/UNITOK>
  skos:hiddenLabel "University of Tokyo"@en ;
  skos:exactMatch <https://ror.org/057zh3y96> ;
  skos:altLabel "UT"@en ;
  skos:prefLabel "The University of Tokyo"@en ;
  a skos:Concept .

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

