@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_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8
  a a2a:Record ;
  rdfs:label "DTB Dopen op 6 juli 1732 te Esselijkerwoude" ;
  a2a:hasPerson oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-d78d4fe4-f7f4-2331-9fbb-77a3fea1b053, oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-4a6bdd53-0840-21af-7210-69242050ac02, oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-306f333e-1987-b5e7-4bb2-184031a48d2c, oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-575d2443-2c6b-5c49-69c2-ff5573f09e3a ;
  a2a:hasEvent oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_0, oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_1, oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_2, oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_3 ;
  a2a:hasSource oa:source_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8 .

oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-d78d4fe4-f7f4-2331-9fbb-77a3fea1b053
  a a2a:Person ;
  rdfs:label "Pieter Vis" ;
  a2a:PersonName [
    rdfs:label "Pieter Vis" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Vis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-4a6bdd53-0840-21af-7210-69242050ac02
  a a2a:Person ;
  rdfs:label "Reijer Pieterse Vis" ;
  a2a:PersonName [
    rdfs:label "Reijer Pieterse Vis" ;
    a2a:PersonNameFirstName "Reijer" ;
    a2a:PersonNamePatronym "Pieterse" ;
    a2a:PersonNameLastName "Vis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-306f333e-1987-b5e7-4bb2-184031a48d2c
  a a2a:Person ;
  rdfs:label "Antje Cornelisse van Tol" ;
  a2a:PersonName [
    rdfs:label "Antje Cornelisse van Tol" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Cornelisse" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person-575d2443-2c6b-5c49-69c2-ff5573f09e3a
  a a2a:Person ;
  rdfs:label "Aaltje Cornelisse van der Helm" ;
  a2a:PersonName [
    rdfs:label "Aaltje Cornelisse van der Helm" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Cornelisse" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Helm"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1732-07-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Esselijkerwoude" ;
    rdfs:label "Esselijkerwoude"
  ] .

oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person:d78d4fe4-f7f4-2331-9fbb-77a3fea1b053 ;
  a2a:EventKeyRef oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1 .

oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person:4a6bdd53-0840-21af-7210-69242050ac02 ;
  a2a:EventKeyRef oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1 .

oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person:306f333e-1987-b5e7-4bb2-184031a48d2c ;
  a2a:EventKeyRef oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1 .

oa:relationep_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Person:575d2443-2c6b-5c49-69c2-ff5573f09e3a ;
  a2a:EventKeyRef oa:event_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8_Event1 .

oa:source_elo_d475485a-2ec2-b8fd-e024-4f3df7f534d8
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Woubrugge" ;
    rdfs:label "Woubrugge", "1712-01-01 - 1738-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1712-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1738-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1732" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1732-07-06"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafregisters van Woubrugge, Deel: 1, Periode: 1712-1738" ;
    a2a:Book "Doopboek (NH) van Woubrugge, 10 april 1712 - 7 april 1738;" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "62" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw- en begraafregisters van Woubrugge, Deel: 1, Periode: 1712-1738, Doopboek (NH) van Woubrugge, 10 april 1712 - 7 april 1738;, 1, 62"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/cb111f2c-e126-408c-b849-1b603f2b92a8/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/d475485a-2ec2-b8fd-e024-4f3df7f534d8" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/cb111f2c-e126-408c-b849-1b603f2b92a8/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/d475485a-2ec2-b8fd-e024-4f3df7f534d8" ;
  a2a:RecordGUID "{d475485a-2ec2-b8fd-e024-4f3df7f534d8}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 06-07-1732<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/125.1.18/file/1\">Inventarisnummer 1 van archiefnummer 125.1.18 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw- en begraafregisters van Woubrugge" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkregister_periode "1712-1738" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_19680_00019680.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 06-07-1732" .
