@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_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363
  a a2a:Record ;
  rdfs:label "DTB Dopen op 21 september 1692 te Leiderdorp" ;
  a2a:hasPerson oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-3f71647d-fa4a-d909-89ff-9c519672ae66, oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-9a1970dc-dc61-c522-38c4-28612d2a341c, oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-574de727-8935-9af3-e64a-e102a1f6cef7, oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-8d3da886-8a4c-851e-4317-3188d961f275, oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-888dc0f3-c3c0-a0bf-d602-5cf747397967 ;
  a2a:hasEvent oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_0, oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_1, oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_2, oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_3, oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_4 ;
  a2a:hasSource oa:source_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363 .

oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-3f71647d-fa4a-d909-89ff-9c519672ae66
  a a2a:Person ;
  rdfs:label "Arien Engelendael" ;
  a2a:PersonName [
    rdfs:label "Arien Engelendael" ;
    a2a:PersonNameFirstName "Arien" ;
    a2a:PersonNameLastName "Engelendael"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-9a1970dc-dc61-c522-38c4-28612d2a341c
  a a2a:Person ;
  rdfs:label "Leendert Arijensen Engeldael" ;
  a2a:PersonName [
    rdfs:label "Leendert Arijensen Engeldael" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNamePatronym "Arijensen" ;
    a2a:PersonNameLastName "Engeldael"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-574de727-8935-9af3-e64a-e102a1f6cef7
  a a2a:Person ;
  rdfs:label "Maria Jans Ledenburgh" ;
  a2a:PersonName [
    rdfs:label "Maria Jans Ledenburgh" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Ledenburgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-8d3da886-8a4c-851e-4317-3188d961f275
  a a2a:Person ;
  rdfs:label "Jacob Engelendael" ;
  a2a:PersonName [
    rdfs:label "Jacob Engelendael" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Engelendael"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person-888dc0f3-c3c0-a0bf-d602-5cf747397967
  a a2a:Person ;
  rdfs:label "Fijtje Engelendael" ;
  a2a:PersonName [
    rdfs:label "Fijtje Engelendael" ;
    a2a:PersonNameFirstName "Fijtje" ;
    a2a:PersonNameLastName "Engelendael"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1692" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1692-09-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person:3f71647d-fa4a-d909-89ff-9c519672ae66 ;
  a2a:EventKeyRef oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 .

oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person:9a1970dc-dc61-c522-38c4-28612d2a341c ;
  a2a:EventKeyRef oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 .

oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person:574de727-8935-9af3-e64a-e102a1f6cef7 ;
  a2a:EventKeyRef oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 .

oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person:8d3da886-8a4c-851e-4317-3188d961f275 ;
  a2a:EventKeyRef oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 .

oa:relationep_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Person:888dc0f3-c3c0-a0bf-d602-5cf747397967 ;
  a2a:EventKeyRef oa:event_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363_Event1 .

oa:source_elo_753b9e8b-e0b4-cd5f-042c-2c6a77fd2363
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp", "1688-01-01 - 1740-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1688-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1740-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1692" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1692-09-21"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dorps- en gemeentebestuur van Leiderdorp (1561-1958), Deel: 1477, Periode: 1688-1740" ;
    a2a:Book "Doopboek (NH) van Leiderdorp, 1688 - 1740." ;
    a2a:RegistryNumber "1477" ;
    a2a:Folio "16" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Dorps- en gemeentebestuur van Leiderdorp (1561-1958), Deel: 1477, Periode: 1688-1740, Doopboek (NH) van Leiderdorp, 1688 - 1740., 1477, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/753b9e8b-e0b4-cd5f-042c-2c6a77fd2363/iiif/3/966019/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/753b9e8b-e0b4-cd5f-042c-2c6a77fd2363" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/753b9e8b-e0b4-cd5f-042c-2c6a77fd2363/iiif/3/966019/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/753b9e8b-e0b4-cd5f-042c-2c6a77fd2363" ;
  a2a:RecordGUID "{753b9e8b-e0b4-cd5f-042c-2c6a77fd2363}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 21-09-1692<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0800/file/1477\">Inventarisnummer 1477 van archiefnummer 0800 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Dorps- en gemeentebestuur van Leiderdorp (1561-1958)" ;
  a2a:SourceRemarkdeel "1477" ;
  a2a:SourceRemarkregister_periode "1688-1740" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_12499_00012499.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 21-09-1692" .
