@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:p256
  skos:prefLabel "housing"@en, "bostäder"@sv, "asunnot"@fi ;
  a skos:Concept ;
  skos:narrower tero:p23380 .

tero:conceptscheme a skos:ConceptScheme .
ysa:Y151320 skos:exactMatch tero:p23380 .
allars:Y34626 skos:exactMatch tero:p23380 .
yso:p23380 skos:exactMatch tero:p23380 .
tero:p23380
  skos:prefLabel "loft apartment"@en, "loft-asunnot"@fi, "loftlägenheter"@sv ;
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch ysa:Y151320, yso:p23380, allars:Y34626 ;
  skosext:broaderGeneric tero:p256 ;
  a skos:Concept ;
  skos:broader tero:p256 .

