@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_3CE846FC-286A-4FA4-82EC-3D85CFD435CD
  a a2a:Record ;
  rdfs:label "Doop op 7 oktober 1654 te Berkel en Rodenrijs" ;
  a2a:hasPerson oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756777, oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756778, oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756779, oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756780 ;
  a2a:hasEvent oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_0, oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_1, oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_2, oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_3 ;
  a2a:hasSource oa:source_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD .

oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756777
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] .

oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756778
  a a2a:Person ;
  rdfs:label "Ary Willeboortsz" ;
  a2a:PersonName [
    rdfs:label "Ary Willeboortsz" ;
    a2a:PersonNameFirstName "Ary" ;
    a2a:PersonNamePatronym "Willeboortsz"
  ] .

oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756779
  a a2a:Person ;
  rdfs:label "Neeltge Philips" ;
  a2a:PersonName [
    rdfs:label "Neeltge Philips" ;
    a2a:PersonNameFirstName "Neeltge" ;
    a2a:PersonNamePatronym "Philips"
  ] .

oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756780
  a a2a:Person ;
  rdfs:label "Trijntge Vrancken" ;
  a2a:PersonName [
    rdfs:label "Trijntge Vrancken" ;
    a2a:PersonNameFirstName "Trijntge" ;
    a2a:PersonNamePatronym "Vrancken"
  ] .

oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "07-10-1654" ;
    a2a:Year "1654" ;
    a2a:Month "10" ;
    a2a:Day "07" ;
    rdfs:label "1654-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Berkel en Rodenrijs" ;
    rdfs:label "Berkel en Rodenrijs"
  ] .

oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756777 ;
  a2a:EventKeyRef oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1 .

oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756778 ;
  a2a:EventKeyRef oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1 .

oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756779 ;
  a2a:EventKeyRef oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1 .

oa:relationep_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Person2666756780 ;
  a2a:EventKeyRef oa:event_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD_Event1 .

oa:source_srt_3CE846FC-286A-4FA4-82EC-3D85CFD435CD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Berkel en Rodenrijs" ;
    a2a:Country "Nederland" ;
    rdfs:label "Berkel en Rodenrijs, Nederland", "1654-10-07 - 1654-10-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-10-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-10-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-10-1654" ;
    a2a:Year "1654" ;
    a2a:Month "10" ;
    a2a:Day "07" ;
    rdfs:label "07-10-1654"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archief van de Parochie O.L. Vrouw Geboorte te Berkel en Rodenrijs" ;
    a2a:Book "Doop rooms-katholiek; Trouw rooms-katholiek" ;
    a2a:RegistryNumber "371" ;
    a2a:Folio "83" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archief van de Parochie O.L. Vrouw Geboorte te Berkel en Rodenrijs, Doop rooms-katholiek; Trouw rooms-katholiek, 371, 83"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/5EED6E6623254E16B06A3244F03F9857" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/5EED6E6623254E16B06A3244F03F9857" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/5EED6E6623254E16B06A3244F03F9857"
  ] ;
  a2a:SourceLastChangeDate "2022-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3CE846FC286A4FA482EC3D85CFD435CD" ;
  a2a:RecordIdentifier "2666756776" ;
  a2a:RecordGUID "{3CE846FC-286A-4FA4-82EC-3D85CFD435CD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9FB9835275174C1EBA151776E9AC6E42" .

