@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_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B
  a a2a:Record ;
  rdfs:label "Doop op 15 april 1792 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473590, oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473591, oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473592, oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473593, oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473594 ;
  a2a:hasEvent oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_0, oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_1, oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_2, oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_3, oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_4 ;
  a2a:hasSource oa:source_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B .

oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473590
  a a2a:Person ;
  rdfs:label "Elizabeth Leponder" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Leponder" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Leponder"
  ] .

oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473591
  a a2a:Person ;
  rdfs:label "Christianus Leponder" ;
  a2a:PersonName [
    rdfs:label "Christianus Leponder" ;
    a2a:PersonNameFirstName "Christianus" ;
    a2a:PersonNameLastName "Leponder"
  ] .

oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473592
  a a2a:Person ;
  rdfs:label "Maria Hendrina Hertman" ;
  a2a:PersonName [
    rdfs:label "Maria Hendrina Hertman" ;
    a2a:PersonNameFirstName "Maria Hendrina" ;
    a2a:PersonNameLastName "Hertman"
  ] .

oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473593
  a a2a:Person ;
  rdfs:label "Johannes Sijnen" ;
  a2a:PersonName [
    rdfs:label "Johannes Sijnen" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Sijnen"
  ] .

oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473594
  a a2a:Person ;
  rdfs:label "Cornelia Speij" ;
  a2a:PersonName [
    rdfs:label "Cornelia Speij" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Speij"
  ] .

oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "15-04-1792" ;
    a2a:Year "1792" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "1792-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473590 ;
  a2a:EventKeyRef oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 .

oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473591 ;
  a2a:EventKeyRef oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 .

oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473592 ;
  a2a:EventKeyRef oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 .

oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473593 ;
  a2a:EventKeyRef oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 .

oa:relationep_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Person2027473594 ;
  a2a:EventKeyRef oa:event_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B_Event1 .

oa:source_srt_5B91CD3F-FFCF-41A4-867F-CDF23D085F5B
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1792-04-15 - 1792-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1792-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-04-1792" ;
    a2a:Year "1792" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "15-04-1792"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop rooms-katholiek Steiger; Trouw rooms-katholiek" ;
    a2a:RegistryNumber "152" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop rooms-katholiek Steiger; Trouw rooms-katholiek, 152"
  ] ;
  a2a:SourceLastChangeDate "2026-01-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5B91CD3FFFCF41A4867FCDF23D085F5B" ;
  a2a:RecordIdentifier "2027473589" ;
  a2a:RecordGUID "{5B91CD3F-FFCF-41A4-867F-CDF23D085F5B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/013563A9B485420583A34C6DCC5AF687" .

