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

eks:poliittinen-historia
  ns0:isMemberOf eks:43_01 ;
  dc11:type "eksuu15" ;
  skos:related eks:historia ;
  dc:date "2015-03-26"^^xsd:date ;
  skos:prefLabel "politisk histori"@sv, "poliittinen historia"@fi, "political history"@en ;
  a skos:Concept .

eks:43
  skos:prefLabel "Historia"@sv, "Historia"@fi, "History"@en ;
  a skos:Collection ;
  skos:member eks:43_01 .

eks:historia
  skos:prefLabel "historia"@sv, "historia"@fi, "history"@en ;
  a skos:Concept ;
  skos:related eks:poliittinen-historia .

eks:43_01
  skos:notation "43.01" ;
  skos:prefLabel "Teori och forskning"@sv, "Teoria ja tutkimus"@fi, "Theory and research"@en ;
  a skos:Collection ;
  skos:member eks:poliittinen-historia .

