@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_38D30DC5-926D-46AE-8741-7F9DA0363201
  a a2a:Record ;
  rdfs:label "Doop op 27 oktober 1619 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497191, oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497192, oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497193, oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497194, oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497195, oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497196 ;
  a2a:hasEvent oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_0, oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_1, oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_2, oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_3, oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_4, oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_5 ;
  a2a:hasSource oa:source_srt_38D30DC5-926D-46AE-8741-7F9DA0363201 .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497191
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497192
  a a2a:Person ;
  rdfs:label "Ysack Petit" ;
  a2a:PersonName [
    rdfs:label "Ysack Petit" ;
    a2a:PersonNameFirstName "Ysack" ;
    a2a:PersonNameLastName "Petit"
  ] .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497193
  a a2a:Person ;
  rdfs:label "Maijken Marcus" ;
  a2a:PersonName [
    rdfs:label "Maijken Marcus" ;
    a2a:PersonNameFirstName "Maijken" ;
    a2a:PersonNameLastName "Marcus"
  ] .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497194
  a a2a:Person ;
  rdfs:label "Lijon Petit" ;
  a2a:PersonName [
    rdfs:label "Lijon Petit" ;
    a2a:PersonNameFirstName "Lijon" ;
    a2a:PersonNameLastName "Petit"
  ] .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497195
  a a2a:Person ;
  rdfs:label "Jacob Abrahams" ;
  a2a:PersonName [
    rdfs:label "Jacob Abrahams" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Abrahams"
  ] .

oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497196
  a a2a:Person ;
  rdfs:label "Maijken Bastiaens" ;
  a2a:PersonName [
    rdfs:label "Maijken Bastiaens" ;
    a2a:PersonNameFirstName "Maijken" ;
    a2a:PersonNameLastName "Bastiaens"
  ] .

oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1619" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1619-10-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497191 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497192 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497193 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497194 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497195 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:relationep_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Person2034497196 ;
  a2a:EventKeyRef oa:event_srt_38D30DC5-926D-46AE-8741-7F9DA0363201_Event1 .

oa:source_srt_38D30DC5-926D-46AE-8741-7F9DA0363201
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1619-10-27 - 1619-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1619-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1619-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-10-1619" ;
    a2a:Year "1619" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "27-10-1619"
  ] ;
  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/38D30DC5926D46AE87417F9DA0363201" ;
  a2a:RecordIdentifier "2034497190" ;
  a2a:RecordGUID "{38D30DC5-926D-46AE-8741-7F9DA0363201}" ;
  a2a:SourceRemarkOpmerking "kind tweelingbroer van Ysack" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7BBEF019CF964147936A79BF34070C94" .

