@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_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5
  a a2a:Record ;
  rdfs:label "Registratie op 7 maart 1794 te Kerkdriel" ;
  a2a:hasPerson oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9429af6e-215f-d86d-3e81-57826f827efc, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-bd186785-a797-74e1-3b67-f4af80f3b408, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9c7f2e01-2346-6c01-da31-8931f9855242, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-b699f5f1-da8d-bbb5-a34a-76eff70e4d22, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-ac32fdf7-4fdc-8243-52e5-9447915e54ef, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-3b9a2e7e-b9e8-c3e4-6fcc-767315805059, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-dd4d55c5-900a-4285-173f-44bb0a6b0b80, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-ddc6cbc1-4aa7-34a3-12b5-83b84018bc32, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9a2afba2-5bc6-6f27-4f9d-4fe24fc38f27, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-118fda57-3987-5a14-67f1-9fb309895ab2, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-7972b3e4-01ad-f6df-8177-8185c55f112b, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-e8c43a5d-6f94-31a1-0d3b-72949479d6e6, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-90eec200-1f06-48e8-69e3-c4c317a55597, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-3151bd8a-bd1d-952b-ee2e-b12197aebe3f, oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-911a6077-3a24-041b-a918-f1ec20d1ce4e ;
  a2a:hasEvent oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_0, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_1, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_2, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_3, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_4, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_5, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_6, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_7, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_8, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_9, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_10, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_11, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_12, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_13, oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_14 ;
  a2a:hasSource oa:source_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5 .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9429af6e-215f-d86d-3e81-57826f827efc
  a a2a:Person ;
  rdfs:label "Hijman Mulder" ;
  a2a:PersonName [
    rdfs:label "Hijman Mulder" ;
    a2a:PersonNameFirstName "Hijman" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1794" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1794-03-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kerkdriel" ;
    rdfs:label "Kerkdriel"
  ] ;
  a2a:Profession "slager" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-bd186785-a797-74e1-3b67-f4af80f3b408
  a a2a:Person ;
  rdfs:label "Kaatje Levie" ;
  a2a:PersonName [
    rdfs:label "Kaatje Levie" ;
    a2a:PersonNameFirstName "Kaatje" ;
    a2a:PersonNameLastName "Levie"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1809" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1809-02-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9c7f2e01-2346-6c01-da31-8931f9855242
  a a2a:Person ;
  rdfs:label "Theresia Helena Mulder" ;
  a2a:PersonName [
    rdfs:label "Theresia Helena Mulder" ;
    a2a:PersonNameFirstName "Theresia Helena" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1840-03-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-b699f5f1-da8d-bbb5-a34a-76eff70e4d22
  a a2a:Person ;
  rdfs:label "Cato de Vries" ;
  a2a:PersonName [
    rdfs:label "Cato de Vries" ;
    a2a:PersonNameFirstName "Cato" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1865-11-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-ac32fdf7-4fdc-8243-52e5-9447915e54ef
  a a2a:Person ;
  rdfs:label "Marius de Hartog" ;
  a2a:PersonName [
    rdfs:label "Marius de Hartog" ;
    a2a:PersonNameFirstName "Marius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Hartog"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1842-11-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] ;
  a2a:Profession "knecht" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-3b9a2e7e-b9e8-c3e4-6fcc-767315805059
  a a2a:Person ;
  rdfs:label "Meijer David Alter" ;
  a2a:PersonName [
    rdfs:label "Meijer David Alter" ;
    a2a:PersonNameFirstName "Meijer David" ;
    a2a:PersonNameLastName "Alter"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1845-01-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag"
  ] ;
  a2a:Profession "knecht" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-dd4d55c5-900a-4285-173f-44bb0a6b0b80
  a a2a:Person ;
  rdfs:label "Esther Elisabeth Mulder" ;
  a2a:PersonName [
    rdfs:label "Esther Elisabeth Mulder" ;
    a2a:PersonNameFirstName "Esther Elisabeth" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1845-04-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-ddc6cbc1-4aa7-34a3-12b5-83b84018bc32
  a a2a:Person ;
  rdfs:label "Josua Bannet" ;
  a2a:PersonName [
    rdfs:label "Josua Bannet" ;
    a2a:PersonNameFirstName "Josua" ;
    a2a:PersonNameLastName "Bannet"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1852-01-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] ;
  a2a:Profession "knecht" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-9a2afba2-5bc6-6f27-4f9d-4fe24fc38f27
  a a2a:Person ;
  rdfs:label "Hartog van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Hartog van Gelderen" ;
    a2a:PersonNameFirstName "Hartog" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1840-09-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heenvliet" ;
    rdfs:label "Heenvliet"
  ] ;
  a2a:Profession "slager" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-118fda57-3987-5a14-67f1-9fb309895ab2
  a a2a:Person ;
  rdfs:label "Hijman Mozes van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Hijman Mozes van Gelderen" ;
    a2a:PersonNameFirstName "Hijman Mozes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1871-08-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-7972b3e4-01ad-f6df-8177-8185c55f112b
  a a2a:Person ;
  rdfs:label "Isaak van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Isaak van Gelderen" ;
    a2a:PersonNameFirstName "Isaak" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1872-12-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-e8c43a5d-6f94-31a1-0d3b-72949479d6e6
  a a2a:Person ;
  rdfs:label "Jacob Salomon van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Jacob Salomon van Gelderen" ;
    a2a:PersonNameFirstName "Jacob Salomon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1874" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1874-02-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-90eec200-1f06-48e8-69e3-c4c317a55597
  a a2a:Person ;
  rdfs:label "Salomon van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Salomon van Gelderen" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1875-12-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-3151bd8a-bd1d-952b-ee2e-b12197aebe3f
  a a2a:Person ;
  rdfs:label "Helena Elisabeth van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Helena Elisabeth van Gelderen" ;
    a2a:PersonNameFirstName "Helena Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "6" ;
    a2a:Day "22" ;
    rdfs:label "1877-06-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person-911a6077-3a24-041b-a918-f1ec20d1ce4e
  a a2a:Person ;
  rdfs:label "Mozes van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Mozes van Gelderen" ;
    a2a:PersonNameFirstName "Mozes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1878-08-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1794-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kerkdriel" ;
    rdfs:label "Kerkdriel"
  ] .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:9429af6e-215f-d86d-3e81-57826f827efc ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:bd186785-a797-74e1-3b67-f4af80f3b408 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:9c7f2e01-2346-6c01-da31-8931f9855242 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:b699f5f1-da8d-bbb5-a34a-76eff70e4d22 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:ac32fdf7-4fdc-8243-52e5-9447915e54ef ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:3b9a2e7e-b9e8-c3e4-6fcc-767315805059 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:dd4d55c5-900a-4285-173f-44bb0a6b0b80 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:ddc6cbc1-4aa7-34a3-12b5-83b84018bc32 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:9a2afba2-5bc6-6f27-4f9d-4fe24fc38f27 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:118fda57-3987-5a14-67f1-9fb309895ab2 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:7972b3e4-01ad-f6df-8177-8185c55f112b ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:e8c43a5d-6f94-31a1-0d3b-72949479d6e6 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:90eec200-1f06-48e8-69e3-c4c317a55597 ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:3151bd8a-bd1d-952b-ee2e-b12197aebe3f ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:relationep_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Person:911a6077-3a24-041b-a918-f1ec20d1ce4e ;
  a2a:EventKeyRef oa:event_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5_Event1 .

oa:source_sha_e35cb45b-2eb3-db0a-1005-b40c9873e2a5
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1870-01-01 - 1880-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: boek, Deel: 14, Periode: 1870-1880" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "14" ;
    a2a:Folio "465" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 14, Periode: 1870-1880, Bevolkingsregister, 14, 465"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/ae841d0b-32e9-8457-265e-f1cb3afe0c12.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e35cb45b-2eb3-db0a-1005-b40c9873e2a5" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/ae841d0b-32e9-8457-265e-f1cb3afe0c12.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e35cb45b-2eb3-db0a-1005-b40c9873e2a5" ;
  a2a:RecordGUID "{e35cb45b-2eb3-db0a-1005-b40c9873e2a5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4221_00004221.xml van SHA" .

