@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_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD
  a a2a:Record ;
  rdfs:label "Doop op 5 oktober 1707 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669674, oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669675, oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669676, oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669677, oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669678 ;
  a2a:hasEvent oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_0, oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_1, oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_2, oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_3, oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_4 ;
  a2a:hasSource oa:source_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD .

oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669674
  a a2a:Person ;
  rdfs:label "Heindrikje" ;
  a2a:PersonName [
    rdfs:label "Heindrikje" ;
    a2a:PersonNameFirstName "Heindrikje"
  ] .

oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669675
  a a2a:Person ;
  rdfs:label "Arij Heindrikse ''t Hart" ;
  a2a:PersonName [
    rdfs:label "Arij Heindrikse ''t Hart" ;
    a2a:PersonNameFirstName "Arij" ;
    a2a:PersonNamePatronym "Heindrikse" ;
    a2a:PersonNamePrefixLastName "''t" ;
    a2a:PersonNameLastName "Hart"
  ] .

oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669676
  a a2a:Person ;
  rdfs:label "Betje Arens" ;
  a2a:PersonName [
    rdfs:label "Betje Arens" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNameLastName "Arens"
  ] .

oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669677
  a a2a:Person ;
  rdfs:label "Cornelia Willems" ;
  a2a:PersonName [
    rdfs:label "Cornelia Willems" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Willems"
  ] .

oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669678
  a a2a:Person ;
  rdfs:label "Lijsbet Dominicus" ;
  a2a:PersonName [
    rdfs:label "Lijsbet Dominicus" ;
    a2a:PersonNameFirstName "Lijsbet" ;
    a2a:PersonNameLastName "Dominicus"
  ] .

oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "05-10-1707" ;
    a2a:Year "1707" ;
    a2a:Month "10" ;
    a2a:Day "05" ;
    rdfs:label "1707-10-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669674 ;
  a2a:EventKeyRef oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 .

oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669675 ;
  a2a:EventKeyRef oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 .

oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669676 ;
  a2a:EventKeyRef oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 .

oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669677 ;
  a2a:EventKeyRef oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 .

oa:relationep_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Person2034669678 ;
  a2a:EventKeyRef oa:event_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD_Event1 .

oa:source_srt_03F5CD44-3E7B-41DF-95F1-49D3561FF4FD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Delfshaven, Nederland", "1707-10-05 - 1707-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1707-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1707-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-10-1707" ;
    a2a:Year "1707" ;
    a2a:Month "10" ;
    a2a:Day "05" ;
    rdfs:label "05-10-1707"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "1142" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo, Doop gereformeerd, 1142"
  ] ;
  a2a:SourceLastChangeDate "2025-12-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/03F5CD443E7B41DF95F149D3561FF4FD" ;
  a2a:RecordIdentifier "2034669673" ;
  a2a:RecordGUID "{03F5CD44-3E7B-41DF-95F1-49D3561FF4FD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/437777A3B2594B22895D3E47BC4BF4FC" .

