@prefix eks: <http://ldf.fi/eks/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@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:naelaenhaetae
  ns0:isMemberOf eks:32_08_03 ;
  skos:related eks:naelkae ;
  dc:date "1991-03-07"^^xsd:date ;
  skos:prefLabel "hungersnöd"@sv, "nälänhätä"@fi, "famine"@en ;
  a skos:Concept .

eks:32
  skos:prefLabel "Internationell politik"@sv, "Kansainvälinen politiikka"@fi, "International politics"@en ;
  a skos:Collection ;
  skos:member eks:32_08 .

eks:32_08
  skos:prefLabel "Internationella relationer"@sv, "Kansainväliset suhteet"@fi, "International relations"@en ;
  a skos:Collection ;
  skos:member eks:32_08_03 .

eks:naelkae
  skos:prefLabel "hunger"@sv, "nälkä"@fi, "hunger"@en ;
  a skos:Concept ;
  skos:related eks:naelaenhaetae .

eks:32_08_03
  skos:notation "32.08.03" ;
  skos:prefLabel "Internationell ekonomi"@sv, "Kansainvälinen talous"@fi, "International economy"@en ;
  a skos:Collection ;
  skos:member eks:naelaenhaetae .

