@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 dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://www.yso.fi/onto/jupo-meta/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p5273
  skos:prefLabel "rented homes"@en, "hyresbostäder"@sv, "vuokra-asunnot"@fi ;
  a skos:Concept .

jupo:p1372
  skos:prefLabel "asunnot"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p531 .

jupo:p531
  skos:narrower jupo:p2183 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "vuokra-asunnot"@fi ;
  dc11:source "JHS" ;
  skos:exactMatch yso:p5273 ;
  ns0:associativeLabel "asunnonvälitys"@fi, "asuntojen vuokraus"@fi ;
  skos:broader jupo:p1372 ;
  ns0:subject "asuminen"@fi .

jupo:p2183
  skos:prefLabel "kaupungin vuokra-asunnot"@fi ;
  a skos:Concept ;
  skos:broader jupo:p531 .

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

jupo:p532
  a skos:Collection ;
  skos:prefLabel "asunnot hallintaperusteen mukaan"@fi ;
  skos:member jupo:p531 .

ns0:associativeLabel rdfs:label "associativeLabel"@en .
