@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_31963198-922a-e8ea-78f4-ec3428b0aa18
  a a2a:Record ;
  rdfs:label "DTB Dopen op 31 juli 1614 te Leiden" ;
  a2a:hasPerson oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-7ef2536c-5480-9f40-7a87-ab736a6225e2, oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-858eb350-9ae6-ea06-d7f0-3b9e6491c68c, oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-ec3c9f71-22ec-bf16-e3c5-ef67e971d86f, oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-37a88123-ffe4-e12f-7134-8cc98a7b675a, oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-069544c8-2757-3b9d-05b7-d91892f6e971, oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-314a3d4d-18bd-0401-7553-436cac58e884 ;
  a2a:hasEvent oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_0, oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_1, oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_2, oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_3, oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_4, oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_5 ;
  a2a:hasSource oa:source_elo_31963198-922a-e8ea-78f4-ec3428b0aa18 .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-7ef2536c-5480-9f40-7a87-ab736a6225e2
  a a2a:Person ;
  rdfs:label "Nn Hestermans" ;
  a2a:PersonName [
    rdfs:label "Nn Hestermans" ;
    a2a:PersonNameFirstName "Nn" ;
    a2a:PersonNameLastName "Hestermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-858eb350-9ae6-ea06-d7f0-3b9e6491c68c
  a a2a:Person ;
  rdfs:label "Henry Hestermans" ;
  a2a:PersonName [
    rdfs:label "Henry Hestermans" ;
    a2a:PersonNameFirstName "Henry" ;
    a2a:PersonNameLastName "Hestermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-ec3c9f71-22ec-bf16-e3c5-ef67e971d86f
  a a2a:Person ;
  rdfs:label "Jacob Thomas" ;
  a2a:PersonName [
    rdfs:label "Jacob Thomas" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Thomas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-37a88123-ffe4-e12f-7134-8cc98a7b675a
  a a2a:Person ;
  rdfs:label "Jacob Jore" ;
  a2a:PersonName [
    rdfs:label "Jacob Jore" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Jore"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-069544c8-2757-3b9d-05b7-d91892f6e971
  a a2a:Person ;
  rdfs:label "Marie Michele" ;
  a2a:PersonName [
    rdfs:label "Marie Michele" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNamePatronym "Michele"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person-314a3d4d-18bd-0401-7553-436cac58e884
  a a2a:Person ;
  rdfs:label "Marie Fransimon" ;
  a2a:PersonName [
    rdfs:label "Marie Fransimon" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Fransimon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1614" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1614-07-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:7ef2536c-5480-9f40-7a87-ab736a6225e2 ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:858eb350-9ae6-ea06-d7f0-3b9e6491c68c ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:ec3c9f71-22ec-bf16-e3c5-ef67e971d86f ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:37a88123-ffe4-e12f-7134-8cc98a7b675a ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:069544c8-2757-3b9d-05b7-d91892f6e971 ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:relationep_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Person:314a3d4d-18bd-0401-7553-436cac58e884 ;
  a2a:EventKeyRef oa:event_elo_31963198-922a-e8ea-78f4-ec3428b0aa18_Event1 .

oa:source_elo_31963198-922a-e8ea-78f4-ec3428b0aa18
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1599-01-01 - 1627-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1599-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1627-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1614" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1614-07-31"^^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: 270, Periode: 1..." ;
    a2a:Book "Doopboek van de Vrouwekerk (Waals, NH) te Leiden, 1599 - 29 juli 1627." ;
    a2a:RegistryNumber "270" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 270, Periode: 1..., Doopboek van de Vrouwekerk (Waals, NH) te Leiden, 1599 - 29 juli 1627., 270"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/a9438ae6-2de2-41b1-aee7-8176dccea7e4/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/31963198-922a-e8ea-78f4-ec3428b0aa18" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/a9438ae6-2de2-41b1-aee7-8176dccea7e4/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/31963198-922a-e8ea-78f4-ec3428b0aa18" ;
  a2a:RecordGUID "{31963198-922a-e8ea-78f4-ec3428b0aa18}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 31-07-1614<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/270\">Inventarisnummer 270 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "270" ;
  a2a:SourceRemarkregister_periode "1599-1627" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_7435_00007435.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 31-07-1614" .
