@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/> .

<http://www.yso.fi/onto/jupo-meta/subject> rdfs:label "subject"@en .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p1038
  a skos:Concept ;
  dc11:source "JHS" ;
  ns0:associativeLabel "aravalaina"@fi, "asuntolaina"@fi, "arava-asunto"@fi, "aravalainat"@fi ;
  skos:hiddenLabel "asuntolainat ja rahoitus"@fi ;
  skos:broader jupo:p8 ;
  skos:exactMatch yso:p13998 ;
  skos:prefLabel "asuntolainat"@fi ;
  ns0:subject "asuminen"@fi ;
  skos:inScheme yso:conceptscheme .

yso:p13998
  skos:prefLabel "bostadslån"@sv, "home loans"@en, "asuntolainat"@fi ;
  a skos:Concept ;
  skos:exactMatch jupo:p1038 .

jupo:p8
  skos:prefLabel "lainat"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1038 .

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