@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_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8
  a a2a:Record ;
  rdfs:label "DTB Dopen op 23 oktober 1663 te Leiden" ;
  a2a:hasPerson oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-c2bfb6ba-c026-cc04-e25e-d2ccab55cc55, oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-915bb6ab-94f7-2f29-a25e-bcd3d3aafaa7, oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-bc71a818-a57d-1f63-a760-b94211c30530, oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-e2c6a10e-0e91-ec1e-aa3d-c0e3fb61a090, oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-400d5406-5f80-5fab-ddc7-de19e7634c93 ;
  a2a:hasEvent oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_0, oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_1, oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_2, oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_3, oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_4 ;
  a2a:hasSource oa:source_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8 .

oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-c2bfb6ba-c026-cc04-e25e-d2ccab55cc55
  a a2a:Person ;
  rdfs:label "Marie" ;
  a2a:PersonName [
    rdfs:label "Marie" ;
    a2a:PersonNameFirstName "Marie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-915bb6ab-94f7-2f29-a25e-bcd3d3aafaa7
  a a2a:Person ;
  rdfs:label "Jean Nicolas" ;
  a2a:PersonName [
    rdfs:label "Jean Nicolas" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePatronym "Nicolas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-bc71a818-a57d-1f63-a760-b94211c30530
  a a2a:Person ;
  rdfs:label "Magdelene du Jardin" ;
  a2a:PersonName [
    rdfs:label "Magdelene du Jardin" ;
    a2a:PersonNameFirstName "Magdelene" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Jardin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-e2c6a10e-0e91-ec1e-aa3d-c0e3fb61a090
  a a2a:Person ;
  rdfs:label "Henry Jean" ;
  a2a:PersonName [
    rdfs:label "Henry Jean" ;
    a2a:PersonNameFirstName "Henry" ;
    a2a:PersonNamePatronym "Jean"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person-400d5406-5f80-5fab-ddc7-de19e7634c93
  a a2a:Person ;
  rdfs:label "Elizabeth Joly" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Joly" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Joly"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1663" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1663-10-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person:c2bfb6ba-c026-cc04-e25e-d2ccab55cc55 ;
  a2a:EventKeyRef oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 .

oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person:915bb6ab-94f7-2f29-a25e-bcd3d3aafaa7 ;
  a2a:EventKeyRef oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 .

oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person:bc71a818-a57d-1f63-a760-b94211c30530 ;
  a2a:EventKeyRef oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 .

oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person:e2c6a10e-0e91-ec1e-aa3d-c0e3fb61a090 ;
  a2a:EventKeyRef oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 .

oa:relationep_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Person:400d5406-5f80-5fab-ddc7-de19e7634c93 ;
  a2a:EventKeyRef oa:event_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8_Event1 .

oa:source_elo_2eb076ef-491e-9b4d-aa1f-5c9dddab08d8
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1654-01-01 - 1683-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1683-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1663" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1663-10-23"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 304, Periode: 1..." ;
    a2a:Book "Doopboek van de kerk De Zon (RK) te Leiden, 1654 - 23 september 1683." ;
    a2a:RegistryNumber "304" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 304, Periode: 1..., Doopboek van de kerk De Zon (RK) te Leiden, 1654 - 23 september 1683., 304"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/0cbbd6da-6d03-41ee-aec0-5c51a0986334/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/2eb076ef-491e-9b4d-aa1f-5c9dddab08d8" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/0cbbd6da-6d03-41ee-aec0-5c51a0986334/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/2eb076ef-491e-9b4d-aa1f-5c9dddab08d8" ;
  a2a:RecordGUID "{2eb076ef-491e-9b4d-aa1f-5c9dddab08d8}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 23-10-1663<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/304\">Inventarisnummer 304 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "304" ;
  a2a:SourceRemarkregister_periode "1654-1683" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_8020_00008020.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 23-10-1663" .
