@prefix eks: <http://ldf.fi/eks/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eks:asuntotuotanto
  skos:prefLabel "bostadsproduktion"@sv, "housing production"@en, "asuntotuotanto"@fi ;
  a skos:Concept .

eks:asuntopolitiikka
  skos:prefLabel "bostadspolitik"@sv, "housing policy"@en, "asuntopolitiikka"@fi ;
  a skos:Concept .

eks:asunnot
  skos:prefLabel "bostäder"@sv, "residences"@en, "asunnot"@fi ;
  a skos:Concept .

eks:asuntomarkkinat
  ns0:isMemberOf eks:42_03 ;
  dc11:type "ps3" ;
  skos:related eks:asuntotuotanto, eks:asuntopolitiikka, eks:asunnot ;
  dc:date "1994-01-20"^^xsd:date ;
  skos:prefLabel "bostadsmarknader"@sv, "asuntomarkkinat"@fi, "housing markets"@en ;
  a skos:Concept .

eks:42
  skos:prefLabel "Miljö, regionsplanering, boende"@sv, "Ympäristö, aluesuunnittelu, asuminen"@fi, "Environment, regional planning, housing"@en ;
  a skos:Collection ;
  skos:member eks:42_03 .

eks:42_03
  skos:notation "42.03" ;
  skos:prefLabel "Boende"@sv, "Asuminen"@fi, "Housing"@en ;
  a skos:Collection ;
  skos:member eks:asuntomarkkinat .

