@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_E8097DBF-D96D-4CD3-960D-EC4115D5C95D
  a a2a:Record ;
  rdfs:label "Doop op 7 juni 1623 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510906, oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510907, oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510908, oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510909 ;
  a2a:hasEvent oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_0, oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_1, oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_2, oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_3 ;
  a2a:hasSource oa:source_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D .

oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510906
  a a2a:Person ;
  rdfs:label "Anneken" ;
  a2a:PersonName [
    rdfs:label "Anneken" ;
    a2a:PersonNameFirstName "Anneken"
  ] .

oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510907
  a a2a:Person ;
  rdfs:label "Pieter Ariens" ;
  a2a:PersonName [
    rdfs:label "Pieter Ariens" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ariens"
  ] .

oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510908
  a a2a:Person ;
  rdfs:label "Maijken Willems" ;
  a2a:PersonName [
    rdfs:label "Maijken Willems" ;
    a2a:PersonNameFirstName "Maijken" ;
    a2a:PersonNameLastName "Willems"
  ] .

oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510909
  a a2a:Person ;
  rdfs:label "Maritgen Jooris" ;
  a2a:PersonName [
    rdfs:label "Maritgen Jooris" ;
    a2a:PersonNameFirstName "Maritgen" ;
    a2a:PersonNameLastName "Jooris"
  ] .

oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1623" ;
    a2a:Month "06" ;
    a2a:Day "07" ;
    rdfs:label "1623-06-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510906 ;
  a2a:EventKeyRef oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1 .

oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510907 ;
  a2a:EventKeyRef oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1 .

oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510908 ;
  a2a:EventKeyRef oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1 .

oa:relationep_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Person2034510909 ;
  a2a:EventKeyRef oa:event_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D_Event1 .

oa:source_srt_E8097DBF-D96D-4CD3-960D-EC4115D5C95D
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1623-06-07 - 1623-06-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1623-06-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1623-06-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-06-1623" ;
    a2a:Year "1623" ;
    a2a:Month "06" ;
    a2a:Day "07" ;
    rdfs:label "07-06-1623"
  ] ;
  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 "1" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 1"
  ] ;
  a2a:SourceLastChangeDate "2025-05-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E8097DBFD96D4CD3960DEC4115D5C95D" ;
  a2a:RecordIdentifier "2034510905" ;
  a2a:RecordGUID "{E8097DBF-D96D-4CD3-960D-EC4115D5C95D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7BBEF019CF964147936A79BF34070C94" .

