@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_78bfc367-36da-d4e6-2fe7-52b90cd4328a
  a a2a:Record ;
  rdfs:label "DTB Dopen op 18 februari 1642 te Leiden" ;
  a2a:hasPerson oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-783bffe3-796f-b0dc-d97f-b7f50b0095fb, oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-a9166b00-ed46-97e5-2f3f-58688e542863, oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-cac2bdea-239c-83a8-2ca0-13f875e43325, oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-164a611b-012f-f61a-2df4-fc11c7ad5e46, oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-5e560443-3dd0-84a4-180a-3efbeec44c5e ;
  a2a:hasEvent oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_0, oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_1, oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_2, oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_3, oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_4 ;
  a2a:hasSource oa:source_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a .

oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-783bffe3-796f-b0dc-d97f-b7f50b0095fb
  a a2a:Person ;
  rdfs:label "Maria Ardenoys" ;
  a2a:PersonName [
    rdfs:label "Maria Ardenoys" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Ardenoys"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-a9166b00-ed46-97e5-2f3f-58688e542863
  a a2a:Person ;
  rdfs:label "Pieter Ardenoys" ;
  a2a:PersonName [
    rdfs:label "Pieter Ardenoys" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ardenoys"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-cac2bdea-239c-83a8-2ca0-13f875e43325
  a a2a:Person ;
  rdfs:label "Maria Ouseel" ;
  a2a:PersonName [
    rdfs:label "Maria Ouseel" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Ouseel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-164a611b-012f-f61a-2df4-fc11c7ad5e46
  a a2a:Person ;
  rdfs:label "Susanna Ardenois" ;
  a2a:PersonName [
    rdfs:label "Susanna Ardenois" ;
    a2a:PersonNameFirstName "Susanna" ;
    a2a:PersonNameLastName "Ardenois"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person-5e560443-3dd0-84a4-180a-3efbeec44c5e
  a a2a:Person ;
  rdfs:label "Pieter Ouseel" ;
  a2a:PersonName [
    rdfs:label "Pieter Ouseel" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ouseel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1642" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1642-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person:783bffe3-796f-b0dc-d97f-b7f50b0095fb ;
  a2a:EventKeyRef oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 .

oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person:a9166b00-ed46-97e5-2f3f-58688e542863 ;
  a2a:EventKeyRef oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 .

oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person:cac2bdea-239c-83a8-2ca0-13f875e43325 ;
  a2a:EventKeyRef oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 .

oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person:164a611b-012f-f61a-2df4-fc11c7ad5e46 ;
  a2a:EventKeyRef oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 .

oa:relationep_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Person:5e560443-3dd0-84a4-180a-3efbeec44c5e ;
  a2a:EventKeyRef oa:event_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a_Event1 .

oa:source_elo_78bfc367-36da-d4e6-2fe7-52b90cd4328a
  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 "1642" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1642-02-18"^^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/iiif/3/2069c5df-7cef-4728-8402-77fd12d71097/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/78bfc367-36da-d4e6-2fe7-52b90cd4328a" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/2069c5df-7cef-4728-8402-77fd12d71097/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/78bfc367-36da-d4e6-2fe7-52b90cd4328a" ;
  a2a:RecordGUID "{78bfc367-36da-d4e6-2fe7-52b90cd4328a}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 18-02-1642<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_20260701_10922_00010922.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 18-02-1642" .
