@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_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1893-1901)" ;
  a2a:hasPerson oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_1, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_2, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_3, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_4, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_5, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_6, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_7, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_8, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_9, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_10, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_11, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_12, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_13, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_14, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_15, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_16, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_17, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_18, oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_19 ;
  a2a:hasEvent oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 ;
  a2a:hasRelationEP oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_0, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_1, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_2, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_3, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_4, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_5, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_6, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_7, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_8, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_9, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_10, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_11, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_12, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_13, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_14, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_15, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_16, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_17, oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_18 ;
  a2a:hasSource oa:source_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1 .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_1
  a a2a:Person ;
  rdfs:label "Steven Pol" ;
  a2a:PersonName [
    rdfs:label "Steven Pol" ;
    a2a:PersonNameFirstName "Steven" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1895-04-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_2
  a a2a:Person ;
  rdfs:label "Johannes C. Balfoort" ;
  a2a:PersonName [
    rdfs:label "Johannes C. Balfoort" ;
    a2a:PersonNameFirstName "Johannes C." ;
    a2a:PersonNameLastName "Balfoort"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1868-03-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_3
  a a2a:Person ;
  rdfs:label "Jantje Veeneman" ;
  a2a:PersonName [
    rdfs:label "Jantje Veeneman" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Veeneman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1866-01-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_4
  a a2a:Person ;
  rdfs:label "Cornelis Balfoort" ;
  a2a:PersonName [
    rdfs:label "Cornelis Balfoort" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Balfoort"
  ] ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1830-11-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_5
  a a2a:Person ;
  rdfs:label "Jacob Schoep" ;
  a2a:PersonName [
    rdfs:label "Jacob Schoep" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Schoep"
  ] ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1875-12-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_6
  a a2a:Person ;
  rdfs:label "Johanna C. Balfoort" ;
  a2a:PersonName [
    rdfs:label "Johanna C. Balfoort" ;
    a2a:PersonNameFirstName "Johanna C." ;
    a2a:PersonNameLastName "Balfoort"
  ] ;
  a2a:BirthDate [
    a2a:Year "1862" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1862-09-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_7
  a a2a:Person ;
  rdfs:label "Hendrika van Beek" ;
  a2a:PersonName [
    rdfs:label "Hendrika van Beek" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beek"
  ] ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1877-09-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Epe" ;
    rdfs:label "Epe"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_8
  a a2a:Person ;
  rdfs:label "Antje Pol" ;
  a2a:PersonName [
    rdfs:label "Antje Pol" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1896-03-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_9
  a a2a:Person ;
  rdfs:label "Maria M. Balfoort" ;
  a2a:PersonName [
    rdfs:label "Maria M. Balfoort" ;
    a2a:PersonNameFirstName "Maria M." ;
    a2a:PersonNameLastName "Balfoort"
  ] ;
  a2a:BirthDate [
    a2a:Year "1874" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1874-08-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_10
  a a2a:Person ;
  rdfs:label "Gerrit W. Bastiani" ;
  a2a:PersonName [
    rdfs:label "Gerrit W. Bastiani" ;
    a2a:PersonNameFirstName "Gerrit W." ;
    a2a:PersonNameLastName "Bastiani"
  ] ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1880-08-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_11
  a a2a:Person ;
  rdfs:label "Hendrika Pol" ;
  a2a:PersonName [
    rdfs:label "Hendrika Pol" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1893-01-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_12
  a a2a:Person ;
  rdfs:label "Hermina Pol" ;
  a2a:PersonName [
    rdfs:label "Hermina Pol" ;
    a2a:PersonNameFirstName "Hermina" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1886-09-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_13
  a a2a:Person ;
  rdfs:label "Steven Pol" ;
  a2a:PersonName [
    rdfs:label "Steven Pol" ;
    a2a:PersonNameFirstName "Steven" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1865-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_14
  a a2a:Person ;
  rdfs:label "Gerrit W. Bastiani" ;
  a2a:PersonName [
    rdfs:label "Gerrit W. Bastiani" ;
    a2a:PersonNameFirstName "Gerrit W." ;
    a2a:PersonNameLastName "Bastiani"
  ] ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1843-06-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hattum" ;
    rdfs:label "Hattum"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_15
  a a2a:Person ;
  rdfs:label "Johannes H. Bastiani" ;
  a2a:PersonName [
    rdfs:label "Johannes H. Bastiani" ;
    a2a:PersonNameFirstName "Johannes H." ;
    a2a:PersonNameLastName "Bastiani"
  ] ;
  a2a:BirthDate [
    a2a:Year "1883" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1883-03-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_16
  a a2a:Person ;
  rdfs:label "Johanna H. Wichers" ;
  a2a:PersonName [
    rdfs:label "Johanna H. Wichers" ;
    a2a:PersonNameFirstName "Johanna H." ;
    a2a:PersonNameLastName "Wichers"
  ] ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1859-04-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_17
  a a2a:Person ;
  rdfs:label "Theodora E. Bloem" ;
  a2a:PersonName [
    rdfs:label "Theodora E. Bloem" ;
    a2a:PersonNameFirstName "Theodora E." ;
    a2a:PersonNameLastName "Bloem"
  ] ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1834-08-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_18
  a a2a:Person ;
  rdfs:label "Gerrit Pol" ;
  a2a:PersonName [
    rdfs:label "Gerrit Pol" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1889-01-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_19
  a a2a:Person ;
  rdfs:label "Lambert Pol" ;
  a2a:PersonName [
    rdfs:label "Lambert Pol" ;
    a2a:PersonNameFirstName "Lambert" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1890-05-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_1 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_2 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_3 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_4 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_5 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_6 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_7 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_8 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_9 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_10 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_11 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_12 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_13 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_14 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_15 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_16 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_17 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_17
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_18 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:relationep_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_18
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Person5673806_19 ;
  a2a:EventKeyRef oa:event_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1_Event1 .

oa:source_cod_4701e72f-ed54-8b99-31a6-e10ef3a3e6c1
  a a2a:Source ;
  rdfs:label "CODA, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn", "1893-01-01 - 1901-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "CODA" ;
    a2a:Place "Apeldoorn" ;
    a2a:Collection "1893-1901 Wijk L - Het Loo" ;
    a2a:DocumentNumber "12" ;
    rdfs:label "CODA, Apeldoorn, 1893-1901 Wijk L - Het Loo, 12"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://archieven.coda-apeldoorn.nl/mediaviewer/imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=11551348" ;
    a2a:UriPreview "https://deventit.coda-apeldoorn.nl/HttpHandler/icoon.ico?icoonfromxmlbeschr=5673806"
  ] ;
  a2a:SourceLastChangeDate "2020-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieven.coda-apeldoorn.nl/detail.php?id=5673806" ;
  a2a:RecordIdentifier "5673806" ;
  a2a:RecordGUID "{4701e72f-ed54-8b99-31a6-e10ef3a3e6c1}" ;
  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" .

