@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_A594DF05-60D4-4D45-87C4-5B033CEF663F
  a a2a:Record ;
  rdfs:label "Doop op 19 september 1762 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624831, oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624832, oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624833, oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624834, oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624835 ;
  a2a:hasEvent oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_0, oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_1, oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_2, oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_3, oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_4 ;
  a2a:hasSource oa:source_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F .

oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624831
  a a2a:Person ;
  rdfs:label "Johan Hendrik Joost Lodewijk" ;
  a2a:PersonName [
    rdfs:label "Johan Hendrik Joost Lodewijk" ;
    a2a:PersonNameFirstName "Johan Hendrik" ;
    a2a:PersonNamePatronym "Joost" ;
    a2a:PersonNameLastName "Lodewijk"
  ] .

oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624832
  a a2a:Person ;
  rdfs:label "Joost Hendrik Lodewijk" ;
  a2a:PersonName [
    rdfs:label "Joost Hendrik Lodewijk" ;
    a2a:PersonNameFirstName "Joost Hendrik" ;
    a2a:PersonNameLastName "Lodewijk"
  ] .

oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624833
  a a2a:Person ;
  rdfs:label "Anna Catharina Overvelt" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Overvelt" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Overvelt"
  ] .

oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624834
  a a2a:Person ;
  rdfs:label "Joost Hendrik Wegman" ;
  a2a:PersonName [
    rdfs:label "Joost Hendrik Wegman" ;
    a2a:PersonNameFirstName "Joost Hendrik" ;
    a2a:PersonNameLastName "Wegman"
  ] .

oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624835
  a a2a:Person ;
  rdfs:label "Johanna Elisabeth Broens" ;
  a2a:PersonName [
    rdfs:label "Johanna Elisabeth Broens" ;
    a2a:PersonNameFirstName "Johanna Elisabeth" ;
    a2a:PersonNameLastName "Broens"
  ] .

oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "19-09-1762" ;
    a2a:Year "1762" ;
    a2a:Month "09" ;
    a2a:Day "19" ;
    rdfs:label "1762-09-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624831 ;
  a2a:EventKeyRef oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 .

oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624832 ;
  a2a:EventKeyRef oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 .

oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624833 ;
  a2a:EventKeyRef oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 .

oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624834 ;
  a2a:EventKeyRef oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 .

oa:relationep_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Person4272624835 ;
  a2a:EventKeyRef oa:event_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F_Event1 .

oa:source_srt_A594DF05-60D4-4D45-87C4-5B033CEF663F
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1762-09-19 - 1762-09-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1762-09-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1762-09-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-09-1762" ;
    a2a:Year "1762" ;
    a2a:Month "09" ;
    a2a:Day "19" ;
    rdfs:label "19-09-1762"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop Luthers; Trouw Luthers" ;
    a2a:RegistryNumber "136" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop Luthers; Trouw Luthers, 136"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/A594DF0560D44D4587C45B033CEF663F" ;
  a2a:RecordIdentifier "4272624830" ;
  a2a:RecordGUID "{A594DF05-60D4-4D45-87C4-5B033CEF663F}" ;
  a2a:SourceRemarkOpmerking "moeder in de Frankestraat." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EBCD72AC739D4639B3CB752144C5573D" .

