@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_09AD3C57-5DF8-4CD3-AD0D-6434550559B7
  a a2a:Record ;
  rdfs:label "Doop op 24 september 1673 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559907, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559908, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559909, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559910, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559911, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559912, oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559913 ;
  a2a:hasEvent oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_0, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_1, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_2, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_3, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_4, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_5, oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_6 ;
  a2a:hasSource oa:source_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7 .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559907
  a a2a:Person ;
  rdfs:label "Hubert" ;
  a2a:PersonName [
    rdfs:label "Hubert" ;
    a2a:PersonNameFirstName "Hubert"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559908
  a a2a:Person ;
  rdfs:label "Cornelis van Wetering" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Wetering" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wetering"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559909
  a a2a:Person ;
  rdfs:label "Willemina Cloutt" ;
  a2a:PersonName [
    rdfs:label "Willemina Cloutt" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Cloutt"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559910
  a a2a:Person ;
  rdfs:label "Johannis Celosse" ;
  a2a:PersonName [
    rdfs:label "Johannis Celosse" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNameLastName "Celosse"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559911
  a a2a:Person ;
  rdfs:label "Hubert van Wetering" ;
  a2a:PersonName [
    rdfs:label "Hubert van Wetering" ;
    a2a:PersonNameFirstName "Hubert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wetering"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559912
  a a2a:Person ;
  rdfs:label "Maria Kiekenpoost" ;
  a2a:PersonName [
    rdfs:label "Maria Kiekenpoost" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Kiekenpoost"
  ] .

oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559913
  a a2a:Person ;
  rdfs:label "Cornelia Stercke" ;
  a2a:PersonName [
    rdfs:label "Cornelia Stercke" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Stercke"
  ] .

oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1673" ;
    a2a:Month "09" ;
    a2a:Day "24" ;
    rdfs:label "1673-09-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559907 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559908 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559909 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559910 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559911 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559912 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:relationep_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Person3716559913 ;
  a2a:EventKeyRef oa:event_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7_Event1 .

oa:source_srt_09AD3C57-5DF8-4CD3-AD0D-6434550559B7
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1673-09-24 - 1673-09-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1673-09-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1673-09-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-09-1673" ;
    a2a:Year "1673" ;
    a2a:Month "09" ;
    a2a:Day "24" ;
    rdfs:label "24-09-1673"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "13" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 13"
  ] ;
  a2a:SourceLastChangeDate "2025-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/09AD3C575DF84CD3AD0D6434550559B7" ;
  a2a:RecordIdentifier "3716559906" ;
  a2a:RecordGUID "{09AD3C57-5DF8-4CD3-AD0D-6434550559B7}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/976B9D69C5E34BF2AFF0AD510FAA1121" .

