@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_ghn_81ebc816-0678-615c-e053-09f0900a415a
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1945-1967)" ;
  a2a:hasPerson oa:person_ghn_81ebc816-0678-615c-e053-09f0900a415a_Person1 ;
  a2a:hasEvent oa:event_ghn_81ebc816-0678-615c-e053-09f0900a415a_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_81ebc816-0678-615c-e053-09f0900a415a_0 ;
  a2a:hasSource oa:source_ghn_81ebc816-0678-615c-e053-09f0900a415a .

oa:person_ghn_81ebc816-0678-615c-e053-09f0900a415a_Person1
  a a2a:Person ;
  rdfs:label "D. van Eden" ;
  a2a:PersonName [
    rdfs:label "D. van Eden" ;
    a2a:PersonNameFirstName "D." ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1910-06-15"^^xsd:date
  ] .

oa:event_ghn_81ebc816-0678-615c-e053-09f0900a415a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark01_Plaats_van_tewerkstelling "Wezep, Centraal Bewarings- en Verblijfskamp" .

oa:relationep_ghn_81ebc816-0678-615c-e053-09f0900a415a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ghn_81ebc816-0678-615c-e053-09f0900a415a_Person1 ;
  a2a:EventKeyRef oa:event_ghn_81ebc816-0678-615c-e053-09f0900a415a_Event1 .

oa:source_ghn_81ebc816-0678-615c-e053-09f0900a415a
  a a2a:Source ;
  rdfs:label "Nationaal Archief, Personeelsdossier" ;
  a2a:SourcePlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag", "1945-01-01 - 1967-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Personeelsdossier" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief" ;
    a2a:Collection "Ministerie van Justitie: Directoraat-Generaal Bijzondere Rechtspleging" ;
    a2a:RegistryNumber "4667" ;
    rdfs:label "Nationaal Archief, Ministerie van Justitie: Directoraat-Generaal Bijzondere Rechtspleging, 4667"
  ] ;
  a2a:SourceLastChangeDate "2019-02-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.gahetna.nl/collectie/archief/inventaris/inleiding/eadid/2.09.70/inventarisnr/4667/level/file" ;
  a2a:RecordGUID "{81ebc816-0678-615c-e053-09f0900a415a}" ;
  a2a:SourceRemarklink_EAD "http://www.gahetna.nl/collectie/archief/ead/index/eadid/2.09.70" ;
  a2a:SourceRemarkProvenance "EAD-XML 2.09.70 eadxml2csv csv2a2a" .

