@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_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b
  a a2a:Record ;
  rdfs:label "Registratie op 18 november 1795 te Leiden" ;
  a2a:hasPerson oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-5f0fb615-ea6b-c651-9d50-ffe9a291ca68, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-aa1d8587-e340-1645-ccf0-0d142a9faddb, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-704a3fd4-273d-25b1-07be-1bfd5257e40d, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-29645dd7-657e-d514-519f-0b57b4e8a743, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-531f674b-51df-e06a-6d4f-59360d749e92, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b8fd64bc-3a95-2123-9677-566cc588d127, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-31257974-6a0b-a43a-b16d-2d92659d2c3b, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-6104adaa-21e2-b7f5-a224-86c5ca828c31, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-078408d8-bc1f-76ed-eb5d-0c6fa57fc103, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-ff685212-807a-d0e6-928e-26c30676ebcb, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-e4562544-f61b-8fb1-3f63-fd473e753145, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-3a77d87e-d41d-87fd-4ed5-26c26a3787ac, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b993cbdf-02d0-d1de-64a1-6a865c3e069a, oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b3557bea-72ef-6cc4-1a9e-6adf1c844eff ;
  a2a:hasEvent oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_0, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_1, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_2, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_3, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_4, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_5, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_6, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_7, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_8, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_9, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_10, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_11, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_12, oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_13 ;
  a2a:hasSource oa:source_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-5f0fb615-ea6b-c651-9d50-ffe9a291ca68
  a a2a:Person ;
  rdfs:label "Isac van Drunen" ;
  a2a:PersonName [
    rdfs:label "Isac van Drunen" ;
    a2a:PersonNameFirstName "Isac" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Drunen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1795" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1795-11-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "leraar" .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-aa1d8587-e340-1645-ccf0-0d142a9faddb
  a a2a:Person ;
  rdfs:label "Sara Donker" ;
  a2a:PersonName [
    rdfs:label "Sara Donker" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Donker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1800" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1800-08-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ouderkerk aan den IJssel" ;
    rdfs:label "Ouderkerk aan den IJssel"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-704a3fd4-273d-25b1-07be-1bfd5257e40d
  a a2a:Person ;
  rdfs:label "Andreas Gothart Frederik van Duuren" ;
  a2a:PersonName [
    rdfs:label "Andreas Gothart Frederik van Duuren" ;
    a2a:PersonNameFirstName "Andreas Gothart Frederik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1824-04-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-29645dd7-657e-d514-519f-0b57b4e8a743
  a a2a:Person ;
  rdfs:label "Carel Joh. Frederik van Duuren" ;
  a2a:PersonName [
    rdfs:label "Carel Joh. Frederik van Duuren" ;
    a2a:PersonNameFirstName "Carel Joh. Frederik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "8"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] ;
  a2a:Profession "matroos" .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-531f674b-51df-e06a-6d4f-59360d749e92
  a a2a:Person ;
  rdfs:label "Abraham Theodorus van Duuren" ;
  a2a:PersonName [
    rdfs:label "Abraham Theodorus van Duuren" ;
    a2a:PersonNameFirstName "Abraham Theodorus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1831" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1831-02-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b8fd64bc-3a95-2123-9677-566cc588d127
  a a2a:Person ;
  rdfs:label "Christiaan Hendrik van Duuren" ;
  a2a:PersonName [
    rdfs:label "Christiaan Hendrik van Duuren" ;
    a2a:PersonNameFirstName "Christiaan Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1833-09-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-31257974-6a0b-a43a-b16d-2d92659d2c3b
  a a2a:Person ;
  rdfs:label "Hendricus Meindert van Duuren" ;
  a2a:PersonName [
    rdfs:label "Hendricus Meindert van Duuren" ;
    a2a:PersonNameFirstName "Hendricus Meindert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1838-11-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-6104adaa-21e2-b7f5-a224-86c5ca828c31
  a a2a:Person ;
  rdfs:label "Elisabeth Joh.a Wilhelm.a van Duuren" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Joh.a Wilhelm.a van Duuren" ;
    a2a:PersonNameFirstName "Elisabeth Joh.a Wilhelm.a" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1825-09-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-078408d8-bc1f-76ed-eb5d-0c6fa57fc103
  a a2a:Person ;
  rdfs:label "Maria Elisabeth van Duuren" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth van Duuren" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1840-02-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-ff685212-807a-d0e6-928e-26c30676ebcb
  a a2a:Person ;
  rdfs:label "Aaltje de Bree" ;
  a2a:PersonName [
    rdfs:label "Aaltje de Bree" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bree"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1826-08-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hardinxveld" ;
    rdfs:label "Hardinxveld"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-e4562544-f61b-8fb1-3f63-fd473e753145
  a a2a:Person ;
  rdfs:label "Cornelia Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Cornelia Verhoeven" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Verhoeven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1836-08-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-3a77d87e-d41d-87fd-4ed5-26c26a3787ac
  a a2a:Person ;
  rdfs:label "Dirkje van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Dirkje van den Heuvel" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1833-08-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b993cbdf-02d0-d1de-64a1-6a865c3e069a
  a a2a:Person ;
  rdfs:label "Elizabeth Teuling" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Teuling" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1835" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1835-01-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person-b3557bea-72ef-6cc4-1a9e-6adf1c844eff
  a a2a:Person ;
  rdfs:label "Kornelia van Kuik" ;
  a2a:PersonName [
    rdfs:label "Kornelia van Kuik" ;
    a2a:PersonNameFirstName "Kornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kuik"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1825-12-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Aalburg" ;
    rdfs:label "Aalburg"
  ] .

oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1795" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1795-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:5f0fb615-ea6b-c651-9d50-ffe9a291ca68 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:aa1d8587-e340-1645-ccf0-0d142a9faddb ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:704a3fd4-273d-25b1-07be-1bfd5257e40d ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:29645dd7-657e-d514-519f-0b57b4e8a743 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:531f674b-51df-e06a-6d4f-59360d749e92 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:b8fd64bc-3a95-2123-9677-566cc588d127 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:31257974-6a0b-a43a-b16d-2d92659d2c3b ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:6104adaa-21e2-b7f5-a224-86c5ca828c31 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:078408d8-bc1f-76ed-eb5d-0c6fa57fc103 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:ff685212-807a-d0e6-928e-26c30676ebcb ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:e4562544-f61b-8fb1-3f63-fd473e753145 ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:3a77d87e-d41d-87fd-4ed5-26c26a3787ac ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:b993cbdf-02d0-d1de-64a1-6a865c3e069a ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:relationep_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Person:b3557bea-72ef-6cc4-1a9e-6adf1c844eff ;
  a2a:EventKeyRef oa:event_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b_Event1 .

oa:source_sha_b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "De Werken en Sleeuwijk" ;
    rdfs:label "De Werken en Sleeuwijk", "1852-01-01 - 1861-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-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: 6, Periode: 1852-1861" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "48" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 6, Periode: 1852-1861, Bevolkingsregister, 6, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/4a67ae2e-24d0-331c-df9d-f7925f69e421.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/4a67ae2e-24d0-331c-df9d-f7925f69e421.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b" ;
  a2a:RecordGUID "{b2fb5c4d-8e3e-43f1-712a-ef3fbf2c043b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_5087_00005087.xml van SHA" .

