@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_723c339b-19df-e7ce-91da-c62b99c46423
  a a2a:Record ;
  rdfs:label "DTB Dopen op 26 december 1706 te Leiden" ;
  a2a:hasPerson oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-5c515814-e434-a2f0-8c8c-8606ae4042e8, oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-8c02ed2b-55ce-1821-805e-56e072c1db25, oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-bdda0e44-4691-1731-7fb8-1bf813c30440, oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-95eee840-5cae-532f-6d6a-7cce7cc8e0cc, oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-e523fcc7-c6f5-4325-1179-027ae4aca1b4 ;
  a2a:hasEvent oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_0, oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_1, oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_2, oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_3, oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_4 ;
  a2a:hasSource oa:source_elo_723c339b-19df-e7ce-91da-c62b99c46423 .

oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-5c515814-e434-a2f0-8c8c-8606ae4042e8
  a a2a:Person ;
  rdfs:label "Martha du Pree" ;
  a2a:PersonName [
    rdfs:label "Martha du Pree" ;
    a2a:PersonNameFirstName "Martha" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Pree"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-8c02ed2b-55ce-1821-805e-56e072c1db25
  a a2a:Person ;
  rdfs:label "Jacob du Pree" ;
  a2a:PersonName [
    rdfs:label "Jacob du Pree" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Pree"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-bdda0e44-4691-1731-7fb8-1bf813c30440
  a a2a:Person ;
  rdfs:label "Katarina Rat" ;
  a2a:PersonName [
    rdfs:label "Katarina Rat" ;
    a2a:PersonNameFirstName "Katarina" ;
    a2a:PersonNameLastName "Rat"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-95eee840-5cae-532f-6d6a-7cce7cc8e0cc
  a a2a:Person ;
  rdfs:label "Pieter de Ring" ;
  a2a:PersonName [
    rdfs:label "Pieter de Ring" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ring"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person-e523fcc7-c6f5-4325-1179-027ae4aca1b4
  a a2a:Person ;
  rdfs:label "Elsje Barents" ;
  a2a:PersonName [
    rdfs:label "Elsje Barents" ;
    a2a:PersonNameFirstName "Elsje" ;
    a2a:PersonNamePatronym "Barents"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1706" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1706-12-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person:5c515814-e434-a2f0-8c8c-8606ae4042e8 ;
  a2a:EventKeyRef oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 .

oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person:8c02ed2b-55ce-1821-805e-56e072c1db25 ;
  a2a:EventKeyRef oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 .

oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person:bdda0e44-4691-1731-7fb8-1bf813c30440 ;
  a2a:EventKeyRef oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 .

oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person:95eee840-5cae-532f-6d6a-7cce7cc8e0cc ;
  a2a:EventKeyRef oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 .

oa:relationep_elo_723c339b-19df-e7ce-91da-c62b99c46423_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_723c339b-19df-e7ce-91da-c62b99c46423_Person:e523fcc7-c6f5-4325-1179-027ae4aca1b4 ;
  a2a:EventKeyRef oa:event_elo_723c339b-19df-e7ce-91da-c62b99c46423_Event1 .

oa:source_elo_723c339b-19df-e7ce-91da-c62b99c46423
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1696-01-01 - 1707-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1696-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1707-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1706" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1706-12-26"^^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: 266, Periode: 1..." ;
    a2a:Book "Doopboek van de Loots- of Oosterkerk (NH) te Leiden, 1696 - 26 juni 1707." ;
    a2a:RegistryNumber "266" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 266, Periode: 1..., Doopboek van de Loots- of Oosterkerk (NH) te Leiden, 1696 - 26 juni 1707., 266"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/723c339b-19df-e7ce-91da-c62b99c46423/iiif/3/1746310/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/723c339b-19df-e7ce-91da-c62b99c46423" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/723c339b-19df-e7ce-91da-c62b99c46423/iiif/3/1746310/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/723c339b-19df-e7ce-91da-c62b99c46423" ;
  a2a:RecordGUID "{723c339b-19df-e7ce-91da-c62b99c46423}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 26-12-1706<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/266\">Inventarisnummer 266 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "266" ;
  a2a:SourceRemarkregister_periode "1696-1707" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_12536_00012536.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 26-12-1706" .
