@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_854991f6-3803-b0fa-b7a5-8560ec16ebdc
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1849-1860)" ;
  a2a:hasPerson oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_1, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_2, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_3, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_4, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_5, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_6, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_7, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_8, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_9, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_10, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_11, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_12, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_13, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_14, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_15, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_16, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_17, oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_18 ;
  a2a:hasEvent oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 ;
  a2a:hasRelationEP oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_0, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_1, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_2, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_3, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_4, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_5, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_6, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_7, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_8, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_9, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_10, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_11, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_12, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_13, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_14, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_15, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_16, oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_17 ;
  a2a:hasSource oa:source_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_1
  a a2a:Person ;
  rdfs:label "Albert Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Albert Huiskamp" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1853-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_2
  a a2a:Person ;
  rdfs:label "Gerrit Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Gerrit Huiskamp" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:BirthDate [
    a2a:Year "1806" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1806-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_3
  a a2a:Person ;
  rdfs:label "Gerrit B. Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Gerrit B. Ruitenberg" ;
    a2a:PersonNameFirstName "Gerrit B." ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1815-11-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_4
  a a2a:Person ;
  rdfs:label "Hermanus Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Hermanus Huiskamp" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1847-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_5
  a a2a:Person ;
  rdfs:label "Johannes Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Johannes Ruitenberg" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1855-07-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_6
  a a2a:Person ;
  rdfs:label "Leendert Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Leendert Huiskamp" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1841-08-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_7
  a a2a:Person ;
  rdfs:label "Johannes Jurriens" ;
  a2a:PersonName [
    rdfs:label "Johannes Jurriens" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jurriens"
  ] ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1850-12-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_8
  a a2a:Person ;
  rdfs:label "Gerrit Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Gerrit Ruitenberg" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1842-07-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_9
  a a2a:Person ;
  rdfs:label "Hendrika Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Hendrika Ruitenberg" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1847-11-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_10
  a a2a:Person ;
  rdfs:label "Geesje Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Geesje Ruitenberg" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1859-10-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_11
  a a2a:Person ;
  rdfs:label "Cornelia Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Cornelia Ruitenberg" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1845-08-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_12
  a a2a:Person ;
  rdfs:label "Gerrit H. Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Gerrit H. Ruitenberg" ;
    a2a:PersonNameFirstName "Gerrit H." ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1769" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1769-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_13
  a a2a:Person ;
  rdfs:label "Berend J. Jurriens" ;
  a2a:PersonName [
    rdfs:label "Berend J. Jurriens" ;
    a2a:PersonNameFirstName "Berend J." ;
    a2a:PersonNameLastName "Jurriens"
  ] ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1853-02-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_14
  a a2a:Person ;
  rdfs:label "Berendina Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Berendina Ruitenberg" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1850-01-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_15
  a a2a:Person ;
  rdfs:label "Reintje van Dijk" ;
  a2a:PersonName [
    rdfs:label "Reintje van Dijk" ;
    a2a:PersonNameFirstName "Reintje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1817" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1817-06-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_16
  a a2a:Person ;
  rdfs:label "Willemina van Dijk" ;
  a2a:PersonName [
    rdfs:label "Willemina van Dijk" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "29" ;
    rdfs:label "1840-08-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_17
  a a2a:Person ;
  rdfs:label "Gerrit Huiskamp" ;
  a2a:PersonName [
    rdfs:label "Gerrit Huiskamp" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Huiskamp"
  ] ;
  a2a:BirthDate [
    a2a:Year "1858" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1858-03-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_18
  a a2a:Person ;
  rdfs:label "Reinder Ruitenberg" ;
  a2a:PersonName [
    rdfs:label "Reinder Ruitenberg" ;
    a2a:PersonNameFirstName "Reinder" ;
    a2a:PersonNameLastName "Ruitenberg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1852-01-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_1 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_2 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_3 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_4 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_5 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_6 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_7 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_8 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_9 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_10 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_11 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_12 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_13 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_14 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_15 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_16 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_17 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:relationep_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_17
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Person5008065_18 ;
  a2a:EventKeyRef oa:event_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc_Event1 .

oa:source_cod_854991f6-3803-b0fa-b7a5-8560ec16ebdc
  a a2a:Source ;
  rdfs:label "CODA, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn", "1849-01-01 - 1860-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "CODA" ;
    a2a:Place "Apeldoorn" ;
    a2a:Collection "1849-1860 Apeldoorn dorp" ;
    a2a:DocumentNumber "207" ;
    rdfs:label "CODA, Apeldoorn, 1849-1860 Apeldoorn dorp, 207"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://archieven.coda-apeldoorn.nl/mediaviewer/imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=12305827" ;
    a2a:UriPreview "https://deventit.coda-apeldoorn.nl/HttpHandler/icoon.ico?icoonfromxmlbeschr=5008065"
  ] ;
  a2a:SourceLastChangeDate "2020-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieven.coda-apeldoorn.nl/detail.php?id=5008065" ;
  a2a:RecordIdentifier "5008065" ;
  a2a:RecordGUID "{854991f6-3803-b0fa-b7a5-8560ec16ebdc}" ;
  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" .

