@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_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565
  a a2a:Record ;
  rdfs:label "Doop op 13 mei 1786 te Cabauw" ;
  a2a:hasPerson oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person1, oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person2, oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person3, oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person4 ;
  a2a:hasEvent oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_0, oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_1, oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_2, oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_3 ;
  a2a:hasSource oa:source_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565 .

oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person1
  a a2a:Person ;
  rdfs:label "Aaltje Molders" ;
  a2a:PersonName [
    rdfs:label "Aaltje Molders" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Molders"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Lopik" ;
    rdfs:label "Lopik"
  ] .

oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person2
  a a2a:Person ;
  rdfs:label "Jan Molders" ;
  a2a:PersonName [
    rdfs:label "Jan Molders" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Molders"
  ] .

oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person3
  a a2a:Person ;
  rdfs:label "Krijntie Homburg" ;
  a2a:PersonName [
    rdfs:label "Krijntie Homburg" ;
    a2a:PersonNameFirstName "Krijntie" ;
    a2a:PersonNameLastName "Homburg"
  ] .

oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person4
  a a2a:Person ;
  rdfs:label "Pietie Homburg" ;
  a2a:PersonName [
    rdfs:label "Pietie Homburg" ;
    a2a:PersonNameFirstName "Pietie" ;
    a2a:PersonNameLastName "Homburg"
  ] .

oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1786" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1786-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Cabauw" ;
    rdfs:label "Cabauw"
  ] ;
  a2a:EventRemarkOpmerking "Rooms-katholiek" .

oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person1 ;
  a2a:EventKeyRef oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1 .

oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person2 ;
  a2a:EventKeyRef oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1 .

oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person3 ;
  a2a:EventKeyRef oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1 .

oa:relationep_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Person4 ;
  a2a:EventKeyRef oa:event_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565_Event1 .

oa:source_rel_6df8f49d-a6e9-35ea-9c3d-98e38d6ef565
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Cabauw" ;
    rdfs:label "Cabauw", "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 "541" ;
    a2a:Folio "88" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 541, 88"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Cabauw, doopregistratie" ;
  a2a:RecordGUID "{6df8f49d-a6e9-35ea-9c3d-98e38d6ef565}" ;
  a2a:SourceRemarkOpmerking "13-5-1786" ;
  a2a:SourceRemarkProvenance "rhcrl_l158_540-541_dopen-rk-cabauw_1679-1811_b.xlsx via wetransfer, csv2a2a" .

