@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_0F950498-EEE6-437F-9A67-ECB90FE75CEA
  a a2a:Record ;
  rdfs:label "Doop op 23 juni 1782 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526143, oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526144, oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526145, oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526146, oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526147 ;
  a2a:hasEvent oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_0, oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_1, oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_2, oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_3, oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_4 ;
  a2a:hasSource oa:source_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA .

oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526143
  a a2a:Person ;
  rdfs:label "Laurens Wens" ;
  a2a:PersonName [
    rdfs:label "Laurens Wens" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Wens"
  ] .

oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526144
  a a2a:Person ;
  rdfs:label "Laurens Wens" ;
  a2a:PersonName [
    rdfs:label "Laurens Wens" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Wens"
  ] .

oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526145
  a a2a:Person ;
  rdfs:label "Elizabet Jacobs" ;
  a2a:PersonName [
    rdfs:label "Elizabet Jacobs" ;
    a2a:PersonNameFirstName "Elizabet" ;
    a2a:PersonNameLastName "Jacobs"
  ] .

oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526146
  a a2a:Person ;
  rdfs:label "Dirk Jakops" ;
  a2a:PersonName [
    rdfs:label "Dirk Jakops" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Jakops"
  ] .

oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526147
  a a2a:Person ;
  rdfs:label "Tanneke Lukas" ;
  a2a:PersonName [
    rdfs:label "Tanneke Lukas" ;
    a2a:PersonNameFirstName "Tanneke" ;
    a2a:PersonNameLastName "Lukas"
  ] .

oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "23-06-1782" ;
    a2a:Year "1782" ;
    a2a:Month "06" ;
    a2a:Day "23" ;
    rdfs:label "1782-06-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526143 ;
  a2a:EventKeyRef oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 .

oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526144 ;
  a2a:EventKeyRef oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 .

oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526145 ;
  a2a:EventKeyRef oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 .

oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526146 ;
  a2a:EventKeyRef oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 .

oa:relationep_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Person2378526147 ;
  a2a:EventKeyRef oa:event_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA_Event1 .

oa:source_srt_0F950498-EEE6-437F-9A67-ECB90FE75CEA
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1782-06-23 - 1782-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1782-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1782-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "23-06-1782" ;
    a2a:Year "1782" ;
    a2a:Month "06" ;
    a2a:Day "23" ;
    rdfs:label "23-06-1782"
  ] ;
  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 "37" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 37"
  ] ;
  a2a:SourceLastChangeDate "2021-10-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0F950498EEE6437F9A67ECB90FE75CEA" ;
  a2a:RecordIdentifier "2378526142" ;
  a2a:RecordGUID "{0F950498-EEE6-437F-9A67-ECB90FE75CEA}" ;
  a2a:SourceRemarkOpmerking "Groter kerk" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AF63E5D6B17F42CFB02889CF09E90A09" .

