@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#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

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:narrower yso:p21616 ;
  skos:prefLabel "housing production"@en, "asuntotuotanto"@fi, "bostadsproduktion"@sv ;
  skos:altLabel "bostadsbyggande"@sv, "asuntorakentaminen"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:broader yso:p16128 ;
  skos:closeMatch allars:Y16320, ysa:Y94778 ;
  a skos:Concept .

