@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_0087B0DF-424D-47EF-99DF-2F9D72E347EB
  a a2a:Record ;
  rdfs:label "Doop op 7 mei 1744 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970342, oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970343, oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970344, oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970345, oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970346, oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970347 ;
  a2a:hasEvent oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_0, oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_1, oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_2, oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_3, oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_4, oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_5 ;
  a2a:hasSource oa:source_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970342
  a a2a:Person ;
  rdfs:label "Odolf Hulshof" ;
  a2a:PersonName [
    rdfs:label "Odolf Hulshof" ;
    a2a:PersonNameFirstName "Odolf" ;
    a2a:PersonNameLastName "Hulshof"
  ] .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970343
  a a2a:Person ;
  rdfs:label "Barent Hulshof" ;
  a2a:PersonName [
    rdfs:label "Barent Hulshof" ;
    a2a:PersonNameFirstName "Barent" ;
    a2a:PersonNameLastName "Hulshof"
  ] .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970344
  a a2a:Person ;
  rdfs:label "Teuntie van Bennekum" ;
  a2a:PersonName [
    rdfs:label "Teuntie van Bennekum" ;
    a2a:PersonNameFirstName "Teuntie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bennekum"
  ] .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970345
  a a2a:Person ;
  rdfs:label "Gerritie Hulshof" ;
  a2a:PersonName [
    rdfs:label "Gerritie Hulshof" ;
    a2a:PersonNameFirstName "Gerritie" ;
    a2a:PersonNameLastName "Hulshof"
  ] .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970346
  a a2a:Person ;
  rdfs:label "Cornelis Oushof" ;
  a2a:PersonName [
    rdfs:label "Cornelis Oushof" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Oushof"
  ] .

oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970347
  a a2a:Person ;
  rdfs:label "Lena Hulshof" ;
  a2a:PersonName [
    rdfs:label "Lena Hulshof" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Hulshof"
  ] .

oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "07-05-1744" ;
    a2a:Year "1744" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "1744-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970342 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970343 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970344 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970345 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970346 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:relationep_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Person2029970347 ;
  a2a:EventKeyRef oa:event_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB_Event1 .

oa:source_srt_0087B0DF-424D-47EF-99DF-2F9D72E347EB
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1744-05-07 - 1744-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1744-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1744-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-05-1744" ;
    a2a:Year "1744" ;
    a2a:Month "05" ;
    a2a:Day "07" ;
    rdfs:label "07-05-1744"
  ] ;
  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/0087B0DF424D47EF99DF2F9D72E347EB" ;
  a2a:RecordIdentifier "2029970341" ;
  a2a:RecordGUID "{0087B0DF-424D-47EF-99DF-2F9D72E347EB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/5995332E60FE4180AD1A36083B40D4BB" .

