@prefix eks: <http://ldf.fi/eks/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

eks:vaeestoenlaskenta
  ns0:isMemberOf eks:49_01 ;
  dc11:type "ps3" ;
  dc:date "1994-11-07"^^xsd:date ;
  skos:prefLabel "folkräkning"@sv, "census"@en, "väestönlaskenta"@fi ;
  a skos:Concept .

eks:49
  skos:prefLabel "Allmänna termer"@sv, "Yleiset termit"@fi, "General terms"@en ;
  a skos:Collection ;
  skos:member eks:49_01 .

eks:49_01
  skos:notation "49.01" ;
  skos:prefLabel "Statistik"@sv, "Tilastot"@fi, "Statistics"@en ;
  a skos:Collection ;
  skos:member eks:vaeestoenlaskenta .

