@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_27e336fa-1f35-2f9a-5c36-3f886ffd327a
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1901-1926)" ;
  a2a:hasPerson oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_1, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_2, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_3, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_4, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_5, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_6, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_7, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_8, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_9, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_10, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_11, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_12, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_13, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_14, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_15, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_16, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_17, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_18, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_19, oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_20 ;
  a2a:hasEvent oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 ;
  a2a:hasRelationEP oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_0, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_1, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_2, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_3, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_4, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_5, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_6, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_7, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_8, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_9, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_10, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_11, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_12, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_13, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_14, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_15, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_16, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_17, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_18, oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_19 ;
  a2a:hasSource oa:source_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_1
  a a2a:Person ;
  rdfs:label "Hendrik Hoogendoorn" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hoogendoorn" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hoogendoorn"
  ] ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1881-01-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Mijdrecht" ;
    rdfs:label "Mijdrecht"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_2
  a a2a:Person ;
  rdfs:label "Albertus Wijngaards" ;
  a2a:PersonName [
    rdfs:label "Albertus Wijngaards" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Wijngaards"
  ] ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1871-08-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_3
  a a2a:Person ;
  rdfs:label "Aleida Everts" ;
  a2a:PersonName [
    rdfs:label "Aleida Everts" ;
    a2a:PersonNameFirstName "Aleida" ;
    a2a:PersonNameLastName "Everts"
  ] ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1841-07-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Twello" ;
    rdfs:label "Twello"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_4
  a a2a:Person ;
  rdfs:label "Johannes F.H.C. Harmsen" ;
  a2a:PersonName [
    rdfs:label "Johannes F.H.C. Harmsen" ;
    a2a:PersonNameFirstName "Johannes F.H.C." ;
    a2a:PersonNameLastName "Harmsen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1872-10-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_5
  a a2a:Person ;
  rdfs:label "Jenneke Hulshof" ;
  a2a:PersonName [
    rdfs:label "Jenneke Hulshof" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Hulshof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1887-11-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_6
  a a2a:Person ;
  rdfs:label "Christiaan A.J. Holleman" ;
  a2a:PersonName [
    rdfs:label "Christiaan A.J. Holleman" ;
    a2a:PersonNameFirstName "Christiaan A.J." ;
    a2a:PersonNameLastName "Holleman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1892-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_7
  a a2a:Person ;
  rdfs:label "Cornelia M. Huigen" ;
  a2a:PersonName [
    rdfs:label "Cornelia M. Huigen" ;
    a2a:PersonNameFirstName "Cornelia M." ;
    a2a:PersonNameLastName "Huigen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1901-06-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_8
  a a2a:Person ;
  rdfs:label "Johannes H.W.C. Holleman" ;
  a2a:PersonName [
    rdfs:label "Johannes H.W.C. Holleman" ;
    a2a:PersonNameFirstName "Johannes H.W.C." ;
    a2a:PersonNameLastName "Holleman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1896-05-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_9
  a a2a:Person ;
  rdfs:label "Marinus Hulshof" ;
  a2a:PersonName [
    rdfs:label "Marinus Hulshof" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Hulshof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1884-07-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Twello" ;
    rdfs:label "Twello"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_10
  a a2a:Person ;
  rdfs:label "Caroline W.P. Albers" ;
  a2a:PersonName [
    rdfs:label "Caroline W.P. Albers" ;
    a2a:PersonNameFirstName "Caroline W.P." ;
    a2a:PersonNameLastName "Albers"
  ] ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1890-07-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Geldern" ;
    rdfs:label "Geldern"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_11
  a a2a:Person ;
  rdfs:label "Jacobus J. H. Altena" ;
  a2a:PersonName [
    rdfs:label "Jacobus J. H. Altena" ;
    a2a:PersonNameFirstName "Jacobus J. H." ;
    a2a:PersonNameLastName "Altena"
  ] ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1900-11-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_12
  a a2a:Person ;
  rdfs:label "Aleida W. Flink" ;
  a2a:PersonName [
    rdfs:label "Aleida W. Flink" ;
    a2a:PersonNameFirstName "Aleida W." ;
    a2a:PersonNameLastName "Flink"
  ] ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1895-04-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_13
  a a2a:Person ;
  rdfs:label "Hendrika van Olst" ;
  a2a:PersonName [
    rdfs:label "Hendrika van Olst" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Olst"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1899-02-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_14
  a a2a:Person ;
  rdfs:label "Jacob Holtman" ;
  a2a:PersonName [
    rdfs:label "Jacob Holtman" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Holtman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1879" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1879-04-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_15
  a a2a:Person ;
  rdfs:label "Maria Wolfs" ;
  a2a:PersonName [
    rdfs:label "Maria Wolfs" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Wolfs"
  ] ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1904-04-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Krefeld" ;
    rdfs:label "Krefeld"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_16
  a a2a:Person ;
  rdfs:label "Aleida Everts" ;
  a2a:PersonName [
    rdfs:label "Aleida Everts" ;
    a2a:PersonNameFirstName "Aleida" ;
    a2a:PersonNameLastName "Everts"
  ] ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1889-10-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Voorst" ;
    rdfs:label "Voorst"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_17
  a a2a:Person ;
  rdfs:label "Adrina L. Fockens" ;
  a2a:PersonName [
    rdfs:label "Adrina L. Fockens" ;
    a2a:PersonNameFirstName "Adrina L." ;
    a2a:PersonNameLastName "Fockens"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1899-11-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_18
  a a2a:Person ;
  rdfs:label "Hendrik J. Hietbrink" ;
  a2a:PersonName [
    rdfs:label "Hendrik J. Hietbrink" ;
    a2a:PersonNameFirstName "Hendrik J." ;
    a2a:PersonNameLastName "Hietbrink"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1899-02-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hengelo" ;
    rdfs:label "Hengelo"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_19
  a a2a:Person ;
  rdfs:label "Hermina M. Holtman" ;
  a2a:PersonName [
    rdfs:label "Hermina M. Holtman" ;
    a2a:PersonNameFirstName "Hermina M." ;
    a2a:PersonNameLastName "Holtman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1907-06-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bussum" ;
    rdfs:label "Bussum"
  ] .

oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_20
  a a2a:Person ;
  rdfs:label "Geertruida M. de Jong" ;
  a2a:PersonName [
    rdfs:label "Geertruida M. de Jong" ;
    a2a:PersonNameFirstName "Geertruida M." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1893-04-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_1 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_2 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_3 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_4 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_5 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_6 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_7 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_8 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_9 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_10 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_11 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_12 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_13 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_14 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_15 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_16 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_16
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_17 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_17
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_18 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_18
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_19 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:relationep_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_19
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Person5115026_20 ;
  a2a:EventKeyRef oa:event_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a_Event1 .

oa:source_cod_27e336fa-1f35-2f9a-5c36-3f886ffd327a
  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 "114" ;
    rdfs:label "CODA, Apeldoorn, 1901-1926 Apeldoorn, 114"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://archieven.coda-apeldoorn.nl/mediaviewer/imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=11630665" ;
    a2a:UriPreview "https://deventit.coda-apeldoorn.nl/HttpHandler/icoon.ico?icoonfromxmlbeschr=5115026"
  ] ;
  a2a:SourceLastChangeDate "2020-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieven.coda-apeldoorn.nl/detail.php?id=5115026" ;
  a2a:RecordIdentifier "5115026" ;
  a2a:RecordGUID "{27e336fa-1f35-2f9a-5c36-3f886ffd327a}" ;
  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" .

