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

eks:henkiloehistoria
  dc11:source "muo" ;
  skos:scopeNote "Käytetään merkityksessä henkilöhistoriallinen tutkimus"@fi ;
  ns0:isMemberOf eks:43_01 ;
  dc11:type "t", "ps" ;
  dc:date "1992-06-23"^^xsd:date ;
  skos:prefLabel "personhistoria"@sv, "henkilöhistoria"@fi, "biography"@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:related eks:henkiloehistoria .
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:henkiloehistoria .

