@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_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1901-1926)" ;
  a2a:hasPerson oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_1, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_2, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_3, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_4, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_5, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_6, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_7, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_8, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_9, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_10, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_11, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_12, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_13, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_14, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_15, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_16, oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_17 ;
  a2a:hasEvent oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 ;
  a2a:hasRelationEP oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_0, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_1, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_2, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_3, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_4, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_5, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_6, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_7, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_8, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_9, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_10, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_11, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_12, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_13, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_14, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_15, oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_16 ;
  a2a:hasSource oa:source_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0 .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_1
  a a2a:Person ;
  rdfs:label "Cornelius Oonk" ;
  a2a:PersonName [
    rdfs:label "Cornelius Oonk" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1902-04-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bocholt" ;
    rdfs:label "Bocholt"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_2
  a a2a:Person ;
  rdfs:label "Wilhelmina Oonk" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Oonk" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1899-10-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_3
  a a2a:Person ;
  rdfs:label "Willemmina M. Schiphorst" ;
  a2a:PersonName [
    rdfs:label "Willemmina M. Schiphorst" ;
    a2a:PersonNameFirstName "Willemmina M." ;
    a2a:PersonNameLastName "Schiphorst"
  ] ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1900-08-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_4
  a a2a:Person ;
  rdfs:label "Alberdina J. Hoogeboom" ;
  a2a:PersonName [
    rdfs:label "Alberdina J. Hoogeboom" ;
    a2a:PersonNameFirstName "Alberdina J." ;
    a2a:PersonNameLastName "Hoogeboom"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1899-02-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_5
  a a2a:Person ;
  rdfs:label "Martinus Oonk" ;
  a2a:PersonName [
    rdfs:label "Martinus Oonk" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1895-01-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_6
  a a2a:Person ;
  rdfs:label "Jansje Oonk" ;
  a2a:PersonName [
    rdfs:label "Jansje Oonk" ;
    a2a:PersonNameFirstName "Jansje" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1903-09-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_7
  a a2a:Person ;
  rdfs:label "Reintje Oonk" ;
  a2a:PersonName [
    rdfs:label "Reintje Oonk" ;
    a2a:PersonNameFirstName "Reintje" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1896-03-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_8
  a a2a:Person ;
  rdfs:label "Hendrika Schipper" ;
  a2a:PersonName [
    rdfs:label "Hendrika Schipper" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1866-02-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_9
  a a2a:Person ;
  rdfs:label "Johannes A. van den Brom" ;
  a2a:PersonName [
    rdfs:label "Johannes A. van den Brom" ;
    a2a:PersonNameFirstName "Johannes A." ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Brom"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1893-06-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Buenos Aires" ;
    rdfs:label "Buenos Aires"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_10
  a a2a:Person ;
  rdfs:label "Willem Oonk" ;
  a2a:PersonName [
    rdfs:label "Willem Oonk" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1907-04-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_11
  a a2a:Person ;
  rdfs:label "Gerrit Oonk" ;
  a2a:PersonName [
    rdfs:label "Gerrit Oonk" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1906-02-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_12
  a a2a:Person ;
  rdfs:label "Hendrika Oonk" ;
  a2a:PersonName [
    rdfs:label "Hendrika Oonk" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1897-07-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_13
  a a2a:Person ;
  rdfs:label "Maria Oonk" ;
  a2a:PersonName [
    rdfs:label "Maria Oonk" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1894-01-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_14
  a a2a:Person ;
  rdfs:label "Martinus Oonk" ;
  a2a:PersonName [
    rdfs:label "Martinus Oonk" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1864-10-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_15
  a a2a:Person ;
  rdfs:label "Johanna Peters" ;
  a2a:PersonName [
    rdfs:label "Johanna Peters" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1902-05-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_16
  a a2a:Person ;
  rdfs:label "Jan Spekking" ;
  a2a:PersonName [
    rdfs:label "Jan Spekking" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Spekking"
  ] ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1877-11-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Brummen" ;
    rdfs:label "Brummen"
  ] .

oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_17
  a a2a:Person ;
  rdfs:label "Johanna H. Oonk" ;
  a2a:PersonName [
    rdfs:label "Johanna H. Oonk" ;
    a2a:PersonNameFirstName "Johanna H." ;
    a2a:PersonNameLastName "Oonk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1890-10-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Andernach" ;
    rdfs:label "Andernach"
  ] .

oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_1 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_2 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_3 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_4 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_5 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_6 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_7 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_8 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_9 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_10 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_11 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_12 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_13 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_14 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_15 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_16 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:relationep_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Person5572070_17 ;
  a2a:EventKeyRef oa:event_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0_Event1 .

oa:source_cod_f815ebb8-8fde-4b2b-dc57-6b71828e9ff0
  a a2a:Source ;
  rdfs:label "CODA, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn", "1901-01-01 - 1926-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "CODA" ;
    a2a:Place "Apeldoorn" ;
    a2a:Collection "1901-1926 Apeldoorn" ;
    a2a:DocumentNumber "126" ;
    rdfs:label "CODA, Apeldoorn, 1901-1926 Apeldoorn, 126"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://archieven.coda-apeldoorn.nl/mediaviewer/imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=11742442" ;
    a2a:UriPreview "https://deventit.coda-apeldoorn.nl/HttpHandler/icoon.ico?icoonfromxmlbeschr=5572070"
  ] ;
  a2a:SourceLastChangeDate "2020-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieven.coda-apeldoorn.nl/detail.php?id=5572070" ;
  a2a:RecordIdentifier "5572070" ;
  a2a:RecordGUID "{f815ebb8-8fde-4b2b-dc57-6b71828e9ff0}" ;
  a2a:SourceRemarkProvenance "Bevolkingsregister Apeldoorn 1829-1910 (csv) gedownload via https://archieven.coda-apeldoorn.nl/opendata.php gecombineerd met gescrape-de akteinformatie van website en omgezet naar A2A" .

