@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .

<http://www.yso.fi/onto/allars-meta/GeographicalConcept> a owl:Class .
ysa:Y204132 skos:exactMatch allars:Y50008 .
allars:allars_juuri
  skos:prefLabel "Allärs - Allmän tesaurus på svenska"@sv, "Allärs"@en ;
  a skos:ConceptScheme .

allars:Y32589
  skos:prefLabel "Kroatien"@sv ;
  a <http://www.yso.fi/onto/allars-meta/GeographicalConcept>, skos:Concept ;
  skos:narrower allars:Y50008 .

allars:Y50008
  skos:broader allars:Y32589 ;
  skos:altLabel "Agram"@sv ;
  skos:exactMatch ysa:Y204132 ;
  skos:inScheme allars:allars_juuri ;
  skos:prefLabel "Zagreb"@sv ;
  a <http://www.yso.fi/onto/allars-meta/GeographicalConcept>, skos:Concept .

