@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_f279c87f-fd6c-69e5-16c8-fd8d144458af
  a a2a:Record ;
  rdfs:label "Registratie op 14 september 1848 te Harlingen" ;
  a2a:hasPerson oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-039d8eab-5e8f-f5bc-df44-cc408f1f2483, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-63cc1de5-5113-1710-1780-9734b5418fc9, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-19f46450-9641-e564-aad1-6b8adf5a522d, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-1b66c885-76cf-21bc-cea0-41229b03c7ad, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3cf10ae3-1758-29c6-e757-7072d076f561, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-838b90a8-27c4-aa44-b0ae-ee75ed8e9cfc, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-b81dd7b6-44cf-b10b-22c4-22fc0896698b, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-10539682-b083-44e2-4120-7af057031fd7, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-33b63cbd-dea5-9e46-753d-9c9cb2e75034, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-c79bb8f9-bd97-007d-29a5-a1fca7a78ca8, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-15856d27-bdf7-0669-31e2-fc7f5a17a1e3, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3a734150-7727-8f55-5a8c-e80cda716fb4, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-e945adf5-4dad-4e55-4294-87fae3b01fd5, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-f261a7f1-38a4-12ec-4b0d-bc2370791762, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3584de4f-1474-7431-60ae-d624ab1ae2b8, oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-9fa938cc-00e7-21d3-ee47-ffc740be27eb ;
  a2a:hasEvent oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_0, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_1, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_2, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_3, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_4, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_5, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_6, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_7, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_8, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_9, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_10, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_11, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_12, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_13, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_14, oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_15 ;
  a2a:hasSource oa:source_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-039d8eab-5e8f-f5bc-df44-cc408f1f2483
  a a2a:Person ;
  rdfs:label "Jacob Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Jacob Kerkhoven" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1848-09-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] ;
  a2a:Profession "notaris" .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-63cc1de5-5113-1710-1780-9734b5418fc9
  a a2a:Person ;
  rdfs:label "Johanna Philippine Suurland" ;
  a2a:PersonName [
    rdfs:label "Johanna Philippine Suurland" ;
    a2a:PersonNameFirstName "Johanna Philippine" ;
    a2a:PersonNameLastName "Suurland"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1858" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1858-04-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] ;
  a2a:Profession "dienstbode" .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-19f46450-9641-e564-aad1-6b8adf5a522d
  a a2a:Person ;
  rdfs:label "Ida Dirkzwager" ;
  a2a:PersonName [
    rdfs:label "Ida Dirkzwager" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Dirkzwager"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1862" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1862-05-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maassluis" ;
    rdfs:label "Maassluis"
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-1b66c885-76cf-21bc-cea0-41229b03c7ad
  a a2a:Person ;
  rdfs:label "Gerritje van der Vliet" ;
  a2a:PersonName [
    rdfs:label "Gerritje van der Vliet" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vliet"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1864-11-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rozenburg" ;
    rdfs:label "Rozenburg"
  ] ;
  a2a:Profession "dienstbode" .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3cf10ae3-1758-29c6-e757-7072d076f561
  a a2a:Person ;
  rdfs:label "Johannes Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Johannes Kerkhoven" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1892-12-25"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-838b90a8-27c4-aa44-b0ae-ee75ed8e9cfc
  a a2a:Person ;
  rdfs:label "Maria Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Maria Kerkhoven" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1894-03-05"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-b81dd7b6-44cf-b10b-22c4-22fc0896698b
  a a2a:Person ;
  rdfs:label "Marina Duijnhouwer" ;
  a2a:PersonName [
    rdfs:label "Marina Duijnhouwer" ;
    a2a:PersonNameFirstName "Marina" ;
    a2a:PersonNameLastName "Duijnhouwer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1877-07-04"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-10539682-b083-44e2-4120-7af057031fd7
  a a2a:Person ;
  rdfs:label "Teuntje Cornelia Kolf" ;
  a2a:PersonName [
    rdfs:label "Teuntje Cornelia Kolf" ;
    a2a:PersonNameFirstName "Teuntje Cornelia" ;
    a2a:PersonNameLastName "Kolf"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1875-02-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-33b63cbd-dea5-9e46-753d-9c9cb2e75034
  a a2a:Person ;
  rdfs:label "Hendrika Johanna Raaijmakers" ;
  a2a:PersonName [
    rdfs:label "Hendrika Johanna Raaijmakers" ;
    a2a:PersonNameFirstName "Hendrika Johanna" ;
    a2a:PersonNameLastName "Raaijmakers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1875-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leerdam" ;
    rdfs:label "Leerdam"
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-c79bb8f9-bd97-007d-29a5-a1fca7a78ca8
  a a2a:Person ;
  rdfs:label "Maarten Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Maarten Kerkhoven" ;
    a2a:PersonNameFirstName "Maarten" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "6" ;
    a2a:Day "20" ;
    rdfs:label "1895-06-20"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-15856d27-bdf7-0669-31e2-fc7f5a17a1e3
  a a2a:Person ;
  rdfs:label "Johanna Kuijk" ;
  a2a:PersonName [
    rdfs:label "Johanna Kuijk" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kuijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1876-01-02"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3a734150-7727-8f55-5a8c-e80cda716fb4
  a a2a:Person ;
  rdfs:label "Anna Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Anna Kerkhoven" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1896-08-19"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-e945adf5-4dad-4e55-4294-87fae3b01fd5
  a a2a:Person ;
  rdfs:label "Elizabeth Biesheuvel" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Biesheuvel" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Biesheuvel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1879" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1879-05-13"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-f261a7f1-38a4-12ec-4b0d-bc2370791762
  a a2a:Person ;
  rdfs:label "Elisabeth Willemina Kolff" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Willemina Kolff" ;
    a2a:PersonNameFirstName "Elisabeth Willemina" ;
    a2a:PersonNameLastName "Kolff"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1880-06-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-3584de4f-1474-7431-60ae-d624ab1ae2b8
  a a2a:Person ;
  rdfs:label "Jacob Kerkhoven" ;
  a2a:PersonName [
    rdfs:label "Jacob Kerkhoven" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Kerkhoven"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1899-01-06"^^xsd:date
  ] .

oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person-9fa938cc-00e7-21d3-ee47-ffc740be27eb
  a a2a:Person ;
  rdfs:label "Neeltje van Amersfoort" ;
  a2a:PersonName [
    rdfs:label "Neeltje van Amersfoort" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Amersfoort"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1877-05-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wageningen" ;
    rdfs:label "Wageningen"
  ] .

oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1848-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:039d8eab-5e8f-f5bc-df44-cc408f1f2483 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:63cc1de5-5113-1710-1780-9734b5418fc9 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:19f46450-9641-e564-aad1-6b8adf5a522d ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:1b66c885-76cf-21bc-cea0-41229b03c7ad ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:3cf10ae3-1758-29c6-e757-7072d076f561 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:838b90a8-27c4-aa44-b0ae-ee75ed8e9cfc ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:b81dd7b6-44cf-b10b-22c4-22fc0896698b ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:10539682-b083-44e2-4120-7af057031fd7 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:33b63cbd-dea5-9e46-753d-9c9cb2e75034 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:c79bb8f9-bd97-007d-29a5-a1fca7a78ca8 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:15856d27-bdf7-0669-31e2-fc7f5a17a1e3 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:3a734150-7727-8f55-5a8c-e80cda716fb4 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:e945adf5-4dad-4e55-4294-87fae3b01fd5 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:f261a7f1-38a4-12ec-4b0d-bc2370791762 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_14
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:3584de4f-1474-7431-60ae-d624ab1ae2b8 ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:relationep_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_15
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Person:9fa938cc-00e7-21d3-ee47-ffc740be27eb ;
  a2a:EventKeyRef oa:event_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af_Event1 .

oa:source_sha_f279c87f-fd6c-69e5-16c8-fd8d144458af
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1890-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-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: 8, Periode: 1890-1900" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "8" ;
    a2a:Folio "299" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 8, Periode: 1890-1900, Bevolkingsregister, 8, 299"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/d0d9c31f-c996-57ff-359d-13a421a09c72.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/f279c87f-fd6c-69e5-16c8-fd8d144458af" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/d0d9c31f-c996-57ff-359d-13a421a09c72.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/f279c87f-fd6c-69e5-16c8-fd8d144458af" ;
  a2a:RecordGUID "{f279c87f-fd6c-69e5-16c8-fd8d144458af}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4278_00004278.xml van SHA" .

