@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_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D
  a a2a:Record ;
  rdfs:label "Doop op 15 september 1622 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504744, oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504745, oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504746, oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504747 ;
  a2a:hasEvent oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_0, oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_1, oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_2, oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_3 ;
  a2a:hasSource oa:source_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D .

oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504744
  a a2a:Person ;
  rdfs:label "Anneken" ;
  a2a:PersonName [
    rdfs:label "Anneken" ;
    a2a:PersonNameFirstName "Anneken"
  ] .

oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504745
  a a2a:Person ;
  rdfs:label "Jan Sarch" ;
  a2a:PersonName [
    rdfs:label "Jan Sarch" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Sarch"
  ] .

oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504746
  a a2a:Person ;
  rdfs:label "Heijltgen Marttens" ;
  a2a:PersonName [
    rdfs:label "Heijltgen Marttens" ;
    a2a:PersonNameFirstName "Heijltgen" ;
    a2a:PersonNameLastName "Marttens"
  ] .

oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504747
  a a2a:Person ;
  rdfs:label "Martgen Claes" ;
  a2a:PersonName [
    rdfs:label "Martgen Claes" ;
    a2a:PersonNameFirstName "Martgen" ;
    a2a:PersonNameLastName "Claes"
  ] .

oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1622" ;
    a2a:Month "09" ;
    a2a:Day "15" ;
    rdfs:label "1622-09-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504744 ;
  a2a:EventKeyRef oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1 .

oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504745 ;
  a2a:EventKeyRef oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1 .

oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504746 ;
  a2a:EventKeyRef oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1 .

oa:relationep_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Person2034504747 ;
  a2a:EventKeyRef oa:event_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D_Event1 .

oa:source_srt_FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1622-09-15 - 1622-09-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1622-09-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1622-09-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-09-1622" ;
    a2a:Year "1622" ;
    a2a:Month "09" ;
    a2a:Day "15" ;
    rdfs:label "15-09-1622"
  ] ;
  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/FD8A28AEDAF94D0994829DAF3BE3EA0D" ;
  a2a:RecordIdentifier "2034504743" ;
  a2a:RecordGUID "{FD8A28AE-DAF9-4D09-9482-9DAF3BE3EA0D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7BBEF019CF964147936A79BF34070C94" .

