@prefix udcs: <http://udcdata.info/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

udcs:007128
  skos:notation "(698)"^^udcs:UDCnotation ;
  skos:prefLabel "Maskarenerna"@sv, "Maskareenit"@fi, "Mascarene Islands"@en ;
  a skos:Concept ;
  skos:narrower udcs:007129 .

udcs:udc-schema a owl:Ontology, skos:ConceptScheme .
udcs:007129
  skos:notation "(698.1)"^^udcs:UDCnotation ;
  skos:broader udcs:007128 ;
  skos:inScheme udcs:udc-schema ;
  skos:prefLabel "Réunion (France)"@en, "Réunion (Ranska)"@fi, "Réunion"@sv ;
  a skos:Concept .

