@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_rel_e2628080-4cc2-71da-9eed-d77618ab40cb
  a a2a:Record ;
  rdfs:label "Doop op 3 juni 1689 te Reeuwijk" ;
  a2a:hasPerson oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person1, oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person2, oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person3, oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person4, oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person5 ;
  a2a:hasEvent oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_0, oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_1, oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_2, oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_3, oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_4 ;
  a2a:hasSource oa:source_rel_e2628080-4cc2-71da-9eed-d77618ab40cb .

oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person1
  a a2a:Person ;
  rdfs:label "Anna Sael" ;
  a2a:PersonName [
    rdfs:label "Anna Sael" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Sael"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "N. Reeuwijk" ;
    rdfs:label "N. Reeuwijk"
  ] .

oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person2
  a a2a:Person ;
  rdfs:label "Elbert Cornelisse Sael" ;
  a2a:PersonName [
    rdfs:label "Elbert Cornelisse Sael" ;
    a2a:PersonNameFirstName "Elbert" ;
    a2a:PersonNamePatronym "Cornelisse" ;
    a2a:PersonNameLastName "Sael"
  ] .

oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person3
  a a2a:Person ;
  rdfs:label "Marij Jans van Leewen" ;
  a2a:PersonName [
    rdfs:label "Marij Jans van Leewen" ;
    a2a:PersonNameFirstName "Marij" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leewen"
  ] .

oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person4
  a a2a:Person ;
  rdfs:label "Jan Aerde van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Jan Aerde van Leeuwen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Aerde" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] .

oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person5
  a a2a:Person ;
  rdfs:label "Marrichie Thijsen Sael" ;
  a2a:PersonName [
    rdfs:label "Marrichie Thijsen Sael" ;
    a2a:PersonNameFirstName "Marrichie" ;
    a2a:PersonNamePatronym "Thijsen" ;
    a2a:PersonNameLastName "Sael"
  ] .

oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1689" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1689-06-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Reeuwijk" ;
    rdfs:label "Reeuwijk"
  ] ;
  a2a:EventRemarkOpmerking "Rooms-katholiek" .

oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person1 ;
  a2a:EventKeyRef oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 .

oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person2 ;
  a2a:EventKeyRef oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 .

oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person3 ;
  a2a:EventKeyRef oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 .

oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person4 ;
  a2a:EventKeyRef oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 .

oa:relationep_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Person5 ;
  a2a:EventKeyRef oa:event_rel_e2628080-4cc2-71da-9eed-d77618ab40cb_Event1 .

oa:source_rel_e2628080-4cc2-71da-9eed-d77618ab40cb
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Reeuwijk" ;
    rdfs:label "Reeuwijk", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Dopen" ;
    a2a:RegistryNumber "8" ;
    a2a:Folio "38" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 8, 38"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Reeuwijk, doopregistratie" ;
  a2a:RecordGUID "{e2628080-4cc2-71da-9eed-d77618ab40cb}" ;
  a2a:SourceRemarkOpmerking "3-6-1689" ;
  a2a:SourceRemarkProvenance "rhcrl_r060_8_dopen-rk-reeuwijk_1680-1784_a.xlsx via wetransfer, csv2a2a" .

