@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_e9c7c12d-522f-ea50-3fce-09e1de1fec6e
  a a2a:Record ;
  rdfs:label "DTB Dopen op 23 mei 1641 te Leiden" ;
  a2a:hasPerson oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-e0d1a292-a9ef-57c6-3ee7-5d833f20c88d, oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-04f13501-2d4b-cb3a-9609-09163f31a989, oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-3e4e0f37-a463-e02a-a016-e1c9885028fd ;
  a2a:hasEvent oa:event_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_0, oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_1, oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_2 ;
  a2a:hasSource oa:source_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e .

oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-e0d1a292-a9ef-57c6-3ee7-5d833f20c88d
  a a2a:Person ;
  rdfs:label "Jacob Letting" ;
  a2a:PersonName [
    rdfs:label "Jacob Letting" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Letting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-04f13501-2d4b-cb3a-9609-09163f31a989
  a a2a:Person ;
  rdfs:label "Joost Letting" ;
  a2a:PersonName [
    rdfs:label "Joost Letting" ;
    a2a:PersonNameFirstName "Joost" ;
    a2a:PersonNameLastName "Letting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person-3e4e0f37-a463-e02a-a016-e1c9885028fd
  a a2a:Person ;
  rdfs:label "Agnietje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Agnietje Jacobs" ;
    a2a:PersonNameFirstName "Agnietje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1641" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1641-05-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person:e0d1a292-a9ef-57c6-3ee7-5d833f20c88d ;
  a2a:EventKeyRef oa:event_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Event1 .

oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person:04f13501-2d4b-cb3a-9609-09163f31a989 ;
  a2a:EventKeyRef oa:event_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Event1 .

oa:relationep_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Person:3e4e0f37-a463-e02a-a016-e1c9885028fd ;
  a2a:EventKeyRef oa:event_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e_Event1 .

oa:source_elo_e9c7c12d-522f-ea50-3fce-09e1de1fec6e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1636-01-01 - 1644-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1636-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1644-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1641" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1641-05-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: 234, Periode: 1..." ;
    a2a:Book "Doopboek van de Hooglandse Kerk (NH) te Leiden, 1636 - 6 december 1644." ;
    a2a:RegistryNumber "234" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 234, Periode: 1..., Doopboek van de Hooglandse Kerk (NH) te Leiden, 1636 - 6 december 1644., 234"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/e9c7c12d-522f-ea50-3fce-09e1de1fec6e/iiif/3/1498967/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/e9c7c12d-522f-ea50-3fce-09e1de1fec6e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/e9c7c12d-522f-ea50-3fce-09e1de1fec6e/iiif/3/1498967/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/e9c7c12d-522f-ea50-3fce-09e1de1fec6e" ;
  a2a:RecordGUID "{e9c7c12d-522f-ea50-3fce-09e1de1fec6e}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 23-05-1641<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/234\">Inventarisnummer 234 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "234" ;
  a2a:SourceRemarkregister_periode "1636-1644" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28870_00028870.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 23-05-1641" .
