@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_044386e2-c8c6-e46e-0105-5085c5ff068b
  a a2a:Record ;
  rdfs:label "DTB Dopen op 26 april 1648 te Leimuiden" ;
  a2a:hasPerson oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-b910bc7e-2e0b-377d-7253-bd673229e3ca, oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-d92b6ca8-8808-fc0b-9f4e-cbcae80b6a5e, oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-99ec069c-54d6-6e30-2ce8-440e73dc6ec9 ;
  a2a:hasEvent oa:event_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_0, oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_1, oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_2 ;
  a2a:hasSource oa:source_elo_044386e2-c8c6-e46e-0105-5085c5ff068b .

oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-b910bc7e-2e0b-377d-7253-bd673229e3ca
  a a2a:Person ;
  rdfs:label "Cornelis" ;
  a2a:PersonName [
    rdfs:label "Cornelis" ;
    a2a:PersonNameFirstName "Cornelis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-d92b6ca8-8808-fc0b-9f4e-cbcae80b6a5e
  a a2a:Person ;
  rdfs:label "Jacob Jaspers" ;
  a2a:PersonName [
    rdfs:label "Jacob Jaspers" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Jaspers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person-99ec069c-54d6-6e30-2ce8-440e73dc6ec9
  a a2a:Person ;
  rdfs:label "Geertge Jacobs" ;
  a2a:PersonName [
    rdfs:label "Geertge Jacobs" ;
    a2a:PersonNameFirstName "Geertge" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1648" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1648-04-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leimuiden" ;
    rdfs:label "Leimuiden"
  ] .

oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person:b910bc7e-2e0b-377d-7253-bd673229e3ca ;
  a2a:EventKeyRef oa:event_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Event1 .

oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person:d92b6ca8-8808-fc0b-9f4e-cbcae80b6a5e ;
  a2a:EventKeyRef oa:event_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Event1 .

oa:relationep_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Person:99ec069c-54d6-6e30-2ce8-440e73dc6ec9 ;
  a2a:EventKeyRef oa:event_elo_044386e2-c8c6-e46e-0105-5085c5ff068b_Event1 .

oa:source_elo_044386e2-c8c6-e46e-0105-5085c5ff068b
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leimuiden" ;
    rdfs:label "Leimuiden", "1643-01-01 - 1673-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1643-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1673-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1648" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1648-04-26"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw- en begraafregisters Leimuiden, Deel: 1, Periode: 1643-1673" ;
    a2a:Book "Doopboek (NH) van Leimuiden, november 1643 - 1673;" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "30v" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Collectie doop-, trouw- en begraafregisters Leimuiden, Deel: 1, Periode: 1643-1673, Doopboek (NH) van Leimuiden, november 1643 - 1673;, 1, 30v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/044386e2-c8c6-e46e-0105-5085c5ff068b/iiif/3/963748/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/044386e2-c8c6-e46e-0105-5085c5ff068b" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/044386e2-c8c6-e46e-0105-5085c5ff068b/iiif/3/963748/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/044386e2-c8c6-e46e-0105-5085c5ff068b" ;
  a2a:RecordGUID "{044386e2-c8c6-e46e-0105-5085c5ff068b}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 26-04-1648<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/123.1.14/file/1\">Inventarisnummer 1 van archiefnummer 123.1.14 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Collectie doop-, trouw- en begraafregisters Leimuiden" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkregister_periode "1643-1673" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_405_00000405.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 26-04-1648" .
