@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_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80
  a a2a:Record ;
  rdfs:label "Doop op 10 februari 1711 te Woerden" ;
  a2a:hasPerson oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person1, oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person2, oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person3, oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person4 ;
  a2a:hasEvent oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_0, oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_1, oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_2, oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_3 ;
  a2a:hasSource oa:source_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80 .

oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person1
  a a2a:Person ;
  rdfs:label "Mattie Coperdraat" ;
  a2a:PersonName [
    rdfs:label "Mattie Coperdraat" ;
    a2a:PersonNameFirstName "Mattie" ;
    a2a:PersonNameLastName "Coperdraat"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Boschwaarder" ;
    rdfs:label "Boschwaarder"
  ] .

oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person2
  a a2a:Person ;
  rdfs:label "Adrianus Piterse Coperdraat" ;
  a2a:PersonName [
    rdfs:label "Adrianus Piterse Coperdraat" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePatronym "Piterse" ;
    a2a:PersonNameLastName "Coperdraat"
  ] .

oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person3
  a a2a:Person ;
  rdfs:label "Maria Jans" ;
  a2a:PersonName [
    rdfs:label "Maria Jans" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person4
  a a2a:Person ;
  rdfs:label "Aleijdis Gerrits" ;
  a2a:PersonName [
    rdfs:label "Aleijdis Gerrits" ;
    a2a:PersonNameFirstName "Aleijdis" ;
    a2a:PersonNameLastName "Gerrits"
  ] .

oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1711-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] ;
  a2a:EventRemarkOpmerking "Rooms-katholiek" .

oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person1 ;
  a2a:EventKeyRef oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1 .

oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person2 ;
  a2a:EventKeyRef oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1 .

oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person3 ;
  a2a:EventKeyRef oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1 .

oa:relationep_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Person4 ;
  a2a:EventKeyRef oa:event_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80_Event1 .

oa:source_rel_f2b9b7f6-9e8e-76fb-5259-d9ce54071a80
  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 "21" ;
    a2a:Folio "43" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Dopen, 21, 43"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Woerden, doopregistratie" ;
  a2a:RecordGUID "{f2b9b7f6-9e8e-76fb-5259-d9ce54071a80}" ;
  a2a:SourceRemarkOpmerking "10-2-1711" ;
  a2a:SourceRemarkProvenance "rhcrl_w020_21-22_dopen-rk-woerden_1659-1803_b.xlsx via wetransfer, csv2a2a" .

