@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_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701
  a a2a:Record ;
  rdfs:label "Doop op 27 december 1705 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175084, oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175085, oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175086, oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175087, oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175088, oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175089 ;
  a2a:hasEvent oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_0, oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_1, oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_2, oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_3, oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_4, oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_5 ;
  a2a:hasSource oa:source_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701 .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175084
  a a2a:Person ;
  rdfs:label "Aernout" ;
  a2a:PersonName [
    rdfs:label "Aernout" ;
    a2a:PersonNameFirstName "Aernout"
  ] .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175085
  a a2a:Person ;
  rdfs:label "Dirck Claesse Goekoop" ;
  a2a:PersonName [
    rdfs:label "Dirck Claesse Goekoop" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNamePatronym "Claesse" ;
    a2a:PersonNameLastName "Goekoop"
  ] .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175086
  a a2a:Person ;
  rdfs:label "Willemijntje Aerts van Strien" ;
  a2a:PersonName [
    rdfs:label "Willemijntje Aerts van Strien" ;
    a2a:PersonNameFirstName "Willemijntje" ;
    a2a:PersonNamePatronym "Aerts" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Strien"
  ] .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175087
  a a2a:Person ;
  rdfs:label "Japick Janse van der Wolf" ;
  a2a:PersonName [
    rdfs:label "Japick Janse van der Wolf" ;
    a2a:PersonNameFirstName "Japick" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wolf"
  ] .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175088
  a a2a:Person ;
  rdfs:label "Grietje Anto van Strien" ;
  a2a:PersonName [
    rdfs:label "Grietje Anto van Strien" ;
    a2a:PersonNameFirstName "Grietje Anto" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Strien"
  ] .

oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175089
  a a2a:Person ;
  rdfs:label "Caetje Claes Goekoop" ;
  a2a:PersonName [
    rdfs:label "Caetje Claes Goekoop" ;
    a2a:PersonNameFirstName "Caetje" ;
    a2a:PersonNamePatronym "Claes" ;
    a2a:PersonNameLastName "Goekoop"
  ] .

oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "27-12-1705" ;
    a2a:Year "1705" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1705-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175084 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175085 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175086 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175087 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175088 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:relationep_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Person2034175089 ;
  a2a:EventKeyRef oa:event_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701_Event1 .

oa:source_srt_EB0DC556-2FCF-4F77-89C3-9C1FFD63B701
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1705-12-27 - 1705-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1705-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1705-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-12-1705" ;
    a2a:Year "1705" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "27-12-1705"
  ] ;
  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 "21" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 21"
  ] ;
  a2a:SourceLastChangeDate "2026-04-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/EB0DC5562FCF4F7789C39C1FFD63B701" ;
  a2a:RecordIdentifier "2034175083" ;
  a2a:RecordGUID "{EB0DC556-2FCF-4F77-89C3-9C1FFD63B701}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D433EEA964EE4A7BB7BC0204D23968B2" .

