@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_51308bdf-e2fd-4d2e-27a6-bb05f76972e4
  a a2a:Record ;
  rdfs:label "Geboorte op 13 september 1886" ;
  a2a:hasPerson oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-f79f1409-276e-20ef-d574-9463c390aec3, oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-4ab8ec87-56e1-1c91-9f2f-e33beef8f1ca, oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-6b892f45-3f71-64c9-038c-22e8679d125a ;
  a2a:hasEvent oa:event_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_0, oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_1, oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_2 ;
  a2a:hasSource oa:source_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4 .

oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-f79f1409-276e-20ef-d574-9463c390aec3
  a a2a:Person ;
  rdfs:label "Aart de Waard" ;
  a2a:PersonName [
    rdfs:label "Aart de Waard" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Waard"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "koopman" .

oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-4ab8ec87-56e1-1c91-9f2f-e33beef8f1ca
  a a2a:Person ;
  rdfs:label "Cornelia van Dam" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Dam" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person-6b892f45-3f71-64c9-038c-22e8679d125a
  a a2a:Person ;
  rdfs:label "Pieter de Waard" ;
  a2a:PersonName [
    rdfs:label "Pieter de Waard" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Waard"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1886-09-13"^^xsd:date
  ] .

oa:event_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1886-09-13"^^xsd:date
  ] .

oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person:f79f1409-276e-20ef-d574-9463c390aec3 ;
  a2a:EventKeyRef oa:event_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Event1 .

oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person:4ab8ec87-56e1-1c91-9f2f-e33beef8f1ca ;
  a2a:EventKeyRef oa:event_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Event1 .

oa:relationep_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Person:6b892f45-3f71-64c9-038c-22e8679d125a ;
  a2a:EventKeyRef oa:event_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4_Event1 .

oa:source_smh_51308bdf-e2fd-4d2e-27a6-bb05f76972e4
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lekkerkerk" ;
    rdfs:label "Lekkerkerk", "1886-09-13 - 1886-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1886-09-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 8, Periode: 1883-1892" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "101" ;
    a2a:RegistryNumber "8" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 8, Periode: 1883-1892, BS Geboorteregister, 101, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/bd5c0d53-85a1-e59a-ab6a-c7ef00665fff.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/51308bdf-e2fd-4d2e-27a6-bb05f76972e4" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/bd5c0d53-85a1-e59a-ab6a-c7ef00665fff.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/51308bdf-e2fd-4d2e-27a6-bb05f76972e4" ;
  a2a:RecordGUID "{51308bdf-e2fd-4d2e-27a6-bb05f76972e4}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "8" ;
  a2a:SourceRemarkregister_periode "1883-1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1725_00001725.xml van SMH" .

