@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_2f9d96a5-7901-babc-ccf2-88343ea4a834
  a a2a:Record ;
  rdfs:label "Doop op 15 januari 1713 te Woerden" ;
  a2a:hasPerson oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person1, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person2, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person3, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person4, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person5, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person6, oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person7 ;
  a2a:hasEvent oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_0, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_1, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_2, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_3, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_4, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_5, oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_6 ;
  a2a:hasSource oa:source_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834 .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person1
  a a2a:Person ;
  rdfs:label "van der Wael" ;
  a2a:PersonName [
    rdfs:label "van der Wael" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wael"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1713" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1713-01-14"^^xsd:date
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person2
  a a2a:Person ;
  rdfs:label "Cornelis van der Wael" ;
  a2a:PersonName [
    rdfs:label "Cornelis van der Wael" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wael"
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person3
  a a2a:Person ;
  rdfs:label "Annetje Gijsbers van Dijl" ;
  a2a:PersonName [
    rdfs:label "Annetje Gijsbers van Dijl" ;
    a2a:PersonNameFirstName "Annetje" ;
    a2a:PersonNamePatronym "Gijsbers" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijl"
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person4
  a a2a:Person ;
  rdfs:label "Cornelis van der Wael" ;
  a2a:PersonName [
    rdfs:label "Cornelis van der Wael" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wael"
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person5
  a a2a:Person ;
  rdfs:label "Geertrui Barent van Dijl" ;
  a2a:PersonName [
    rdfs:label "Geertrui Barent van Dijl" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNamePatronym "Barent" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijl"
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person6
  a a2a:Person ;
  rdfs:label "Aeghje Barent Rietvelt" ;
  a2a:PersonName [
    rdfs:label "Aeghje Barent Rietvelt" ;
    a2a:PersonNameFirstName "Aeghje" ;
    a2a:PersonNamePatronym "Barent" ;
    a2a:PersonNameLastName "Rietvelt"
  ] .

oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person7
  a a2a:Person ;
  rdfs:label "Neeltje van Dijl" ;
  a2a:PersonName [
    rdfs:label "Neeltje van Dijl" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijl"
  ] .

oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1713-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] ;
  a2a:EventRemarkOpmerking "Evangelisch-Luthers" .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person1 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person2 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person3 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person4 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person5 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person6 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:relationep_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Person7 ;
  a2a:EventKeyRef oa:event_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834_Event1 .

oa:source_rel_2f9d96a5-7901-babc-ccf2-88343ea4a834
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "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 "143" ;
    a2a:Folio "37" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 143, 37"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Woerden, doopregistratie" ;
  a2a:RecordGUID "{2f9d96a5-7901-babc-ccf2-88343ea4a834}" ;
  a2a:SourceRemarkOpmerking "15-1-1713" ;
  a2a:SourceRemarkProvenance "rhcrl_w144_143_dopen-lut-woerden_1675-1776_b.xlsx via wetransfer, csv2a2a" .

