@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:p21616
  skos:prefLabel "social housing"@en, "sosiaalinen asuntotuotanto"@fi, "social bostadsproduktion"@sv ;
  a skos:Concept ;
  skos:broader yso:p16127 .

yso:p16128
  skos:prefLabel "building production"@en, "byggnadsproduktion"@sv, "rakennustuotanto"@fi ;
  a skos:Concept ;
  skos:narrower yso:p16127 .

yso:p16127
  skos:broader yso:p16128 ;
  skos:altLabel "asuntorakentaminen"@fi, "bostadsbyggande"@sv ;
  skos:narrower yso:p21616 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "bostadsproduktion"@sv, "housing production"@en, "asuntotuotanto"@fi ;
  a skos:Concept .

