@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_6103C7B4-DCCB-4F3F-9F41-1B957564F29B
  a a2a:Record ;
  rdfs:label "Doop op 13 juni 1745 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979441, oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979442, oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979443, oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979444, oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979445, oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979446 ;
  a2a:hasEvent oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_0, oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_1, oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_2, oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_3, oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_4, oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_5 ;
  a2a:hasSource oa:source_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979441
  a a2a:Person ;
  rdfs:label "Cornelia van der Fijt" ;
  a2a:PersonName [
    rdfs:label "Cornelia van der Fijt" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Fijt"
  ] .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979442
  a a2a:Person ;
  rdfs:label "Willem van der Fijt" ;
  a2a:PersonName [
    rdfs:label "Willem van der Fijt" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Fijt"
  ] .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979443
  a a2a:Person ;
  rdfs:label "Lissia Driesen" ;
  a2a:PersonName [
    rdfs:label "Lissia Driesen" ;
    a2a:PersonNameFirstName "Lissia" ;
    a2a:PersonNameLastName "Driesen"
  ] .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979444
  a a2a:Person ;
  rdfs:label "Jacobus van der Fijt" ;
  a2a:PersonName [
    rdfs:label "Jacobus van der Fijt" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Fijt"
  ] .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979445
  a a2a:Person ;
  rdfs:label "Geertruij Salwegter" ;
  a2a:PersonName [
    rdfs:label "Geertruij Salwegter" ;
    a2a:PersonNameFirstName "Geertruij" ;
    a2a:PersonNameLastName "Salwegter"
  ] .

oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979446
  a a2a:Person ;
  rdfs:label "Maartje Boldensteijn" ;
  a2a:PersonName [
    rdfs:label "Maartje Boldensteijn" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Boldensteijn"
  ] .

oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "13-06-1745" ;
    a2a:Year "1745" ;
    a2a:Month "06" ;
    a2a:Day "13" ;
    rdfs:label "1745-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979441 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979442 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979443 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979444 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979445 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:relationep_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Person2029979446 ;
  a2a:EventKeyRef oa:event_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B_Event1 .

oa:source_srt_6103C7B4-DCCB-4F3F-9F41-1B957564F29B
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1745-06-13 - 1745-06-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1745-06-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1745-06-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-06-1745" ;
    a2a:Year "1745" ;
    a2a:Month "06" ;
    a2a:Day "13" ;
    rdfs:label "13-06-1745"
  ] ;
  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 "28" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 28"
  ] ;
  a2a:SourceLastChangeDate "2023-12-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/6103C7B4DCCB4F3F9F411B957564F29B" ;
  a2a:RecordIdentifier "2029979440" ;
  a2a:RecordGUID "{6103C7B4-DCCB-4F3F-9F41-1B957564F29B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/5995332E60FE4180AD1A36083B40D4BB" .

