@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:taloustilasto
  ns0:isMemberOf eks:49_01 ;
  dc11:type "l", "ps3" ;
  dc:date "1995-01-26"^^xsd:date ;
  skos:prefLabel "ekonomisk statistik"@sv, "taloustilasto"@fi, "economic statistics"@en ;
  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:tilastot skos:related eks:taloustilasto .
eks:49_01
  skos:notation "49.01" ;
  skos:prefLabel "Statistik"@sv, "Tilastot"@fi, "Statistics"@en ;
  a skos:Collection ;
  skos:member eks:taloustilasto .

