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

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

yso:p1797
  skos:prefLabel "housing"@en, "boende"@sv, "asuminen"@fi ;
  a skos:Concept ;
  skos:narrower yso:p25290 .

yso:p13997
  skos:prefLabel "bostadsbidrag"@sv, "housing allowance"@en, "asumistuki"@fi ;
  a skos:Concept ;
  skos:related yso:p25290 .

yso:p25290
  skos:broader yso:p1797 ;
  skos:related yso:p13997 ;
  skos:altLabel "tukiasuminen"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "supported accomodation"@en, "stödboende"@sv, "tuettu asuminen"@fi ;
  a skos:Concept .

