@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_0b3928ca-e3fa-e0ea-c450-ae2277bd833b
  a a2a:Record ;
  rdfs:label "Geboorte op 10 september 1885" ;
  a2a:hasPerson oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-33ca341c-a5a4-ea62-f3d7-a794ca8a7950, oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-f867d25d-5fc0-7b38-c413-96dae282ed7e, oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-5d1f32e6-4e5f-2f84-be47-ed7fdc5b6ea7 ;
  a2a:hasEvent oa:event_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_0, oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_1, oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_2 ;
  a2a:hasSource oa:source_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b .

oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-33ca341c-a5a4-ea62-f3d7-a794ca8a7950
  a a2a:Person ;
  rdfs:label "Lena Capoen" ;
  a2a:PersonName [
    rdfs:label "Lena Capoen" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Capoen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-f867d25d-5fc0-7b38-c413-96dae282ed7e
  a a2a:Person ;
  rdfs:label "Johanna Wendels" ;
  a2a:PersonName [
    rdfs:label "Johanna Wendels" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Wendels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1885-09-10"^^xsd:date
  ] .

oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person-5d1f32e6-4e5f-2f84-be47-ed7fdc5b6ea7
  a a2a:Person ;
  rdfs:label "Pieter Johannes Josinus Wendels" ;
  a2a:PersonName [
    rdfs:label "Pieter Johannes Josinus Wendels" ;
    a2a:PersonNameFirstName "Pieter Johannes Josinus" ;
    a2a:PersonNameLastName "Wendels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zilversmid" .

oa:event_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1885-09-10"^^xsd:date
  ] .

oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person:33ca341c-a5a4-ea62-f3d7-a794ca8a7950 ;
  a2a:EventKeyRef oa:event_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Event1 .

oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person:f867d25d-5fc0-7b38-c413-96dae282ed7e ;
  a2a:EventKeyRef oa:event_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Event1 .

oa:relationep_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Person:5d1f32e6-4e5f-2f84-be47-ed7fdc5b6ea7 ;
  a2a:EventKeyRef oa:event_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b_Event1 .

oa:source_smh_0b3928ca-e3fa-e0ea-c450-ae2277bd833b
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven", "1885-09-11 - 1885-09-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-09-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-09-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1885-09-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 9, Periode: 1883-1892" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "9" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 9, Periode: 1883-1892, BS Geboorteregister, 85, 9"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/cf8e5f67-07aa-7a87-275e-cd6e711e911d.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/0b3928ca-e3fa-e0ea-c450-ae2277bd833b" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/cf8e5f67-07aa-7a87-275e-cd6e711e911d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/0b3928ca-e3fa-e0ea-c450-ae2277bd833b" ;
  a2a:RecordGUID "{0b3928ca-e3fa-e0ea-c450-ae2277bd833b}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "9" ;
  a2a:SourceRemarkregister_periode "1883-1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1840_00001840.xml van SMH" .

