@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_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD
  a a2a:Record ;
  rdfs:label "Doop op 14 maart 1756 te Bleiswijk" ;
  a2a:hasPerson oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779658, oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779659, oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779660, oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779661 ;
  a2a:hasEvent oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_0, oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_1, oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_2, oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_3 ;
  a2a:hasSource oa:source_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD .

oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779658
  a a2a:Person ;
  rdfs:label "Aart" ;
  a2a:PersonName [
    rdfs:label "Aart" ;
    a2a:PersonNameFirstName "Aart"
  ] .

oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779659
  a a2a:Person ;
  rdfs:label "Jacob Aartsz Lans" ;
  a2a:PersonName [
    rdfs:label "Jacob Aartsz Lans" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Aartsz" ;
    a2a:PersonNameLastName "Lans"
  ] .

oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779660
  a a2a:Person ;
  rdfs:label "Ariaantje Cornelisdr Evenblij" ;
  a2a:PersonName [
    rdfs:label "Ariaantje Cornelisdr Evenblij" ;
    a2a:PersonNameFirstName "Ariaantje" ;
    a2a:PersonNamePatronym "Cornelisdr" ;
    a2a:PersonNameLastName "Evenblij"
  ] .

oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779661
  a a2a:Person ;
  rdfs:label "Lena Brouwers" ;
  a2a:PersonName [
    rdfs:label "Lena Brouwers" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Brouwers"
  ] .

oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "14-03-1756" ;
    a2a:Year "1756" ;
    a2a:Month "03" ;
    a2a:Day "14" ;
    rdfs:label "1756-03-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bleiswijk" ;
    rdfs:label "Bleiswijk"
  ] .

oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779658 ;
  a2a:EventKeyRef oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1 .

oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779659 ;
  a2a:EventKeyRef oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1 .

oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779660 ;
  a2a:EventKeyRef oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1 .

oa:relationep_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Person2036779661 ;
  a2a:EventKeyRef oa:event_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD_Event1 .

oa:source_srt_809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Bleiswijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Bleiswijk, Nederland", "1756-03-14 - 1756-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-03-1756" ;
    a2a:Year "1756" ;
    a2a:Month "03" ;
    a2a:Day "14" ;
    rdfs:label "14-03-1756"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archief van de Gemeente Bleiswijk" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "1241" ;
    a2a:Folio "86" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archief van de Gemeente Bleiswijk, Doop gereformeerd, 1241, 86"
  ] ;
  a2a:SourceLastChangeDate "2026-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/809CBCD155994CD7AF797F6C3E4FEDCD" ;
  a2a:RecordIdentifier "2036779657" ;
  a2a:RecordGUID "{809CBCD1-5599-4CD7-AF79-7F6C3E4FEDCD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4F4FC4256E874AFEBD00C5B0760FCE6B" .

