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

yso:conceptscheme a skos:ConceptScheme .
kauno:p2855
  skos:prefLabel "rakennukset"@fi, "byggnader"@sv ;
  a skos:Concept ;
  skos:narrower kauno:p3273 .

kauno:p3273
  skos:altLabel "kontor"@sv, "konttorit"@fi ;
  skos:broader kauno:p2855 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "toimistot (rakennukset)"@fi, "byråer (byggnader)"@sv ;
  kauno:facet kauno:section_2 ;
  skos:exactMatch yso:p3101 ;
  a skos:Concept ;
  owl:sameAs kauno:toimistot_2 .

yso:p3101
  skos:prefLabel "byråer"@sv, "offices"@en, "toimistot (rakennukset)"@fi ;
  a skos:Concept ;
  skos:exactMatch kauno:p3273 .

