@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix jupo: <http://www.yso.fi/onto/jupo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p6919
  skos:prefLabel "facilities"@en, "toimitilat"@fi, "lokaler"@sv ;
  a skos:Concept ;
  skos:narrower jupo:p2190 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p2190
  skos:broader yso:p6919, jupo:p1321 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kaupungin toimitilat"@fi ;
  a skos:Concept .

jupo:p1321
  skos:prefLabel "toimitilat"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p2190 .

