@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/ysa-meta/GeographicalConcept> a owl:Class .
ysa:Y105248
  skos:prefLabel "Ylöjärvi"@fi ;
  a <http://www.yso.fi/onto/ysa-meta/GeographicalConcept>, skos:Concept ;
  skos:narrower ysa:Y138652 .

ysa:Y138652
  skos:broader ysa:Y105248 ;
  skos:altLabel "Ylöjärvi -- Ilmarinkylä"@fi ;
  skos:exactMatch allars:Y48681 ;
  skos:inScheme ysa:ysa_juuri ;
  skos:prefLabel "Ylöjärvi -- Ilmari"@fi ;
  a <http://www.yso.fi/onto/ysa-meta/GeographicalConcept>, skos:Concept .

allars:Y48681 skos:exactMatch ysa:Y138652 .
ysa:ysa_juuri
  skos:prefLabel "YSA - Yleinen suomalainen asiasanasto"@fi, "YSA - General Finnish thesaurus"@en ;
  a skos:ConceptScheme .

