@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_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7
  a a2a:Record ;
  rdfs:label "Geboorte op 9 november 1831 te Bergambacht" ;
  a2a:hasPerson oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-06366bc7-495d-2c6e-56f0-0fd2c1d866d0, oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-e79a724a-d640-1de7-e041-ce64f38cc18d, oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-4fe8f239-a319-6021-04dc-3f65c2d3b5a5 ;
  a2a:hasEvent oa:event_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_0, oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_1, oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_2 ;
  a2a:hasSource oa:source_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7 .

oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-06366bc7-495d-2c6e-56f0-0fd2c1d866d0
  a a2a:Person ;
  rdfs:label "Willem Karel Maurits van Leeuwen van Duijvenbode" ;
  a2a:PersonName [
    rdfs:label "Willem Karel Maurits van Leeuwen van Duijvenbode" ;
    a2a:PersonNameFirstName "Willem Karel Maurits" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen van Duijvenbode"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "predikant" .

oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-e79a724a-d640-1de7-e041-ce64f38cc18d
  a a2a:Person ;
  rdfs:label "Teuntje Stolker" ;
  a2a:PersonName [
    rdfs:label "Teuntje Stolker" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNameLastName "Stolker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "z.b." .

oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person-4fe8f239-a319-6021-04dc-3f65c2d3b5a5
  a a2a:Person ;
  rdfs:label "Maria Constantia van Leeuwen van Duijvenbode" ;
  a2a:PersonName [
    rdfs:label "Maria Constantia van Leeuwen van Duijvenbode" ;
    a2a:PersonNameFirstName "Maria Constantia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen van Duijvenbode"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1831-11-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergambacht" ;
    a2a:DescriptiveLocationIndicator "Bergambacht nr. 131" ;
    rdfs:label "Bergambacht, Bergambacht nr. 131"
  ] .

oa:event_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1831-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergambacht" ;
    rdfs:label "Bergambacht"
  ] .

oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person:06366bc7-495d-2c6e-56f0-0fd2c1d866d0 ;
  a2a:EventKeyRef oa:event_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Event1 .

oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person:e79a724a-d640-1de7-e041-ce64f38cc18d ;
  a2a:EventKeyRef oa:event_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Event1 .

oa:relationep_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Person:4fe8f239-a319-6021-04dc-3f65c2d3b5a5 ;
  a2a:EventKeyRef oa:event_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7_Event1 .

oa:source_smh_de3f539d-7579-e3cc-9caa-eea2d867bee7
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergambacht" ;
    rdfs:label "Bergambacht", "1831-11-10 - 1831-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1831-11-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 4, Periode: 1823-1832" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "54" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 4, Periode: 1823-1832, BS Geboorteregister, 54, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/19ce21e3-6827-c866-ba32-218599160943.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/de3f539d-7579-e3cc-9caa-eea2d867bee7" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/19ce21e3-6827-c866-ba32-218599160943.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/de3f539d-7579-e3cc-9caa-eea2d867bee7" ;
  a2a:RecordGUID "{de3f539d-7579-e3cc-9caa-eea2d867bee7}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkregister_periode "1823-1832" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2753_00002753.xml van SMH" .

