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

eks:rakentaminen
  skos:prefLabel "byggande"@sv, "construction"@en, "rakentaminen"@fi ;
  a skos:Concept .

eks:kaupungit
  skos:prefLabel "städer"@sv, "towns"@en, "kaupungit"@fi ;
  a skos:Concept .

eks:muistomerkit
  skos:prefLabel "minnesmärken"@sv, "muistomerkit"@fi, "monuments"@en ;
  a skos:Concept .

eks:ympaeristoensuojelu
  skos:prefLabel "miljöskydd"@sv, "environmental protection"@en, "ympäristönsuojelu"@fi ;
  a skos:Concept .

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

eks:saneeraus
  dc11:source "kir" ;
  ns0:isMemberOf eks:42_03 ;
  skos:related eks:rakentaminen, eks:kaupungit, eks:muistomerkit, eks:ympaeristoensuojelu, eks:asunnot ;
  dc:date "1990-01-06"^^xsd:date ;
  skos:prefLabel "sanering"@sv, "saneeraus"@fi, "renovation"@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:perusparannus skos:related eks:saneeraus .
eks:42_03
  skos:notation "42.03" ;
  skos:prefLabel "Boende"@sv, "Asuminen"@fi, "Housing"@en ;
  a skos:Collection ;
  skos:member eks:saneeraus .

