@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_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB
  a a2a:Record ;
  rdfs:label "Doop op 30 januari 1767 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591779, oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591780, oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591781, oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591782, oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591783 ;
  a2a:hasEvent oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_0, oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_1, oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_2, oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_3, oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_4 ;
  a2a:hasSource oa:source_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB .

oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591779
  a a2a:Person ;
  rdfs:label "Anna Lengers" ;
  a2a:PersonName [
    rdfs:label "Anna Lengers" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Lengers"
  ] .

oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591780
  a a2a:Person ;
  rdfs:label "Willem Lengers" ;
  a2a:PersonName [
    rdfs:label "Willem Lengers" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Lengers"
  ] .

oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591781
  a a2a:Person ;
  rdfs:label "Anna Keijser" ;
  a2a:PersonName [
    rdfs:label "Anna Keijser" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Keijser"
  ] .

oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591782
  a a2a:Person ;
  rdfs:label "Sebastianus Versnel" ;
  a2a:PersonName [
    rdfs:label "Sebastianus Versnel" ;
    a2a:PersonNameFirstName "Sebastianus" ;
    a2a:PersonNameLastName "Versnel"
  ] .

oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591783
  a a2a:Person ;
  rdfs:label "Anna van de Middegael" ;
  a2a:PersonName [
    rdfs:label "Anna van de Middegael" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Middegael"
  ] .

oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "30-01-1767" ;
    a2a:Year "1767" ;
    a2a:Month "01" ;
    a2a:Day "30" ;
    rdfs:label "1767-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591779 ;
  a2a:EventKeyRef oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 .

oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591780 ;
  a2a:EventKeyRef oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 .

oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591781 ;
  a2a:EventKeyRef oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 .

oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591782 ;
  a2a:EventKeyRef oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 .

oa:relationep_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Person2660591783 ;
  a2a:EventKeyRef oa:event_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB_Event1 .

oa:source_srt_E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1767-01-30 - 1767-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "30-01-1767" ;
    a2a:Year "1767" ;
    a2a:Month "01" ;
    a2a:Day "30" ;
    rdfs:label "30-01-1767"
  ] ;
  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 Leeuwenstraat; Trouw rooms-katholiek" ;
    a2a:RegistryNumber "161" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop rooms-katholiek Leeuwenstraat; Trouw rooms-katholiek, 161"
  ] ;
  a2a:SourceLastChangeDate "2026-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E06EDF7BDD1A4855ABAFBCABEB84DFEB" ;
  a2a:RecordIdentifier "2660591778" ;
  a2a:RecordGUID "{E06EDF7B-DD1A-4855-ABAF-BCABEB84DFEB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A6343DED871D4B0AB75F97CF2D609A2C" .

