@prefix eks: <http://ldf.fi/eks/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@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:punainen-risti
  dc11:source "muo", "kir" ;
  ns0:isMemberOf eks:32_06 ;
  dc11:type "ps1", "ka" ;
  dc:date "1990-01-06"^^xsd:date ;
  skos:altLabel "Kansainvälinen punainen risti"@fi ;
  skos:prefLabel "Röda korset"@sv, "Punainen risti"@fi, "Red Cross"@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_06 .

eks:32_06
  skos:notation "32.06" ;
  skos:prefLabel "Icke-statliga organisationer"@sv, "Hallituksiin sitoutumattomat järjestöt"@fi, "Non-governmental organizations"@en ;
  a skos:Collection ;
  skos:member eks:punainen-risti .

