@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_0C605359-2FA8-479B-868C-6B719411CD2C
  a a2a:Record ;
  rdfs:label "Doop op 16 april 1633 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148372, oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148373, oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148374, oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148375, oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148376, oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148377 ;
  a2a:hasEvent oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_0, oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_1, oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_2, oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_3, oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_4, oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_5 ;
  a2a:hasSource oa:source_srt_0C605359-2FA8-479B-868C-6B719411CD2C .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148372
  a a2a:Person ;
  rdfs:label "Salemon" ;
  a2a:PersonName [
    rdfs:label "Salemon" ;
    a2a:PersonNameFirstName "Salemon"
  ] .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148373
  a a2a:Person ;
  rdfs:label "Jan Salemonse" ;
  a2a:PersonName [
    rdfs:label "Jan Salemonse" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Salemonse"
  ] .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148374
  a a2a:Person ;
  rdfs:label "Trindtge Jans" ;
  a2a:PersonName [
    rdfs:label "Trindtge Jans" ;
    a2a:PersonNameFirstName "Trindtge" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148375
  a a2a:Person ;
  rdfs:label "Salemon Jansse" ;
  a2a:PersonName [
    rdfs:label "Salemon Jansse" ;
    a2a:PersonNameFirstName "Salemon" ;
    a2a:PersonNameLastName "Jansse"
  ] .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148376
  a a2a:Person ;
  rdfs:label "Dieverge Dirck" ;
  a2a:PersonName [
    rdfs:label "Dieverge Dirck" ;
    a2a:PersonNameFirstName "Dieverge" ;
    a2a:PersonNameLastName "Dirck"
  ] .

oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148377
  a a2a:Person ;
  rdfs:label "Heildtge Pieters" ;
  a2a:PersonName [
    rdfs:label "Heildtge Pieters" ;
    a2a:PersonNameFirstName "Heildtge" ;
    a2a:PersonNameLastName "Pieters"
  ] .

oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "16-04-1633" ;
    a2a:Year "1633" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "1633-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148372 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148373 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148374 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148375 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148376 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:relationep_srt_0C605359-2FA8-479B-868C-6B719411CD2C_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Person4281148377 ;
  a2a:EventKeyRef oa:event_srt_0C605359-2FA8-479B-868C-6B719411CD2C_Event1 .

oa:source_srt_0C605359-2FA8-479B-868C-6B719411CD2C
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1633-04-16 - 1633-04-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1633-04-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1633-04-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-04-1633" ;
    a2a:Year "1633" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "16-04-1633"
  ] ;
  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 "3" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 3"
  ] ;
  a2a:SourceLastChangeDate "2025-08-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0C6053592FA8479B868C6B719411CD2C" ;
  a2a:RecordIdentifier "4281148371" ;
  a2a:RecordGUID "{0C605359-2FA8-479B-868C-6B719411CD2C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/03D9D1EE46E546418CDFEDD6AC999CE5" .

