@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_23b2d4ed-908a-47cb-71e7-eaec838458bc
  a a2a:Record ;
  rdfs:label "DTB Dopen op 15 augustus 1678 te Leiden" ;
  a2a:hasPerson oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-f68db786-9060-c0eb-e675-102df3a8d322, oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-a9f6e6f3-8463-6757-3121-a702e140d250, oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-6531718c-9e46-f1df-f2eb-b829a6826f10, oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-59a3b811-884b-749e-9e68-c672d3fce81b, oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-8e921114-4932-a005-847a-c97c57e8af64 ;
  a2a:hasEvent oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_0, oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_1, oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_2, oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_3, oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_4 ;
  a2a:hasSource oa:source_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc .

oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-f68db786-9060-c0eb-e675-102df3a8d322
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-a9f6e6f3-8463-6757-3121-a702e140d250
  a a2a:Person ;
  rdfs:label "Jacob Anthoni" ;
  a2a:PersonName [
    rdfs:label "Jacob Anthoni" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Anthoni"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-6531718c-9e46-f1df-f2eb-b829a6826f10
  a a2a:Person ;
  rdfs:label "Fytgen Cornelis" ;
  a2a:PersonName [
    rdfs:label "Fytgen Cornelis" ;
    a2a:PersonNameFirstName "Fytgen" ;
    a2a:PersonNamePatronym "Cornelis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-59a3b811-884b-749e-9e68-c672d3fce81b
  a a2a:Person ;
  rdfs:label "Agnes Willems" ;
  a2a:PersonName [
    rdfs:label "Agnes Willems" ;
    a2a:PersonNameFirstName "Agnes" ;
    a2a:PersonNamePatronym "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person-8e921114-4932-a005-847a-c97c57e8af64
  a a2a:Person ;
  rdfs:label "Huybert Pieters" ;
  a2a:PersonName [
    rdfs:label "Huybert Pieters" ;
    a2a:PersonNameFirstName "Huybert" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1678" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1678-08-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person:f68db786-9060-c0eb-e675-102df3a8d322 ;
  a2a:EventKeyRef oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 .

oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person:a9f6e6f3-8463-6757-3121-a702e140d250 ;
  a2a:EventKeyRef oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 .

oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person:6531718c-9e46-f1df-f2eb-b829a6826f10 ;
  a2a:EventKeyRef oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 .

oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person:59a3b811-884b-749e-9e68-c672d3fce81b ;
  a2a:EventKeyRef oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 .

oa:relationep_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Person:8e921114-4932-a005-847a-c97c57e8af64 ;
  a2a:EventKeyRef oa:event_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc_Event1 .

oa:source_elo_23b2d4ed-908a-47cb-71e7-eaec838458bc
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1661-01-01 - 1684-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1661-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1684-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1678" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1678-08-15"^^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: 291, Periode: 1..." ;
    a2a:Book "Doopboek en trouwboek van de kerk aan de Bakkersteeg (RK) te Leiden, 1661 - 1684." ;
    a2a:RegistryNumber "291" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 291, Periode: 1..., Doopboek en trouwboek van de kerk aan de Bakkersteeg (RK) te Leiden, 1661 - 1684., 291"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/fcd0ae40-ebd2-426d-9f2a-51cdf322d7e7/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/23b2d4ed-908a-47cb-71e7-eaec838458bc" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/fcd0ae40-ebd2-426d-9f2a-51cdf322d7e7/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/23b2d4ed-908a-47cb-71e7-eaec838458bc" ;
  a2a:RecordGUID "{23b2d4ed-908a-47cb-71e7-eaec838458bc}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 15-08-1678<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/291\">Inventarisnummer 291 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "291" ;
  a2a:SourceRemarkregister_periode "1661-1684" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_2918_00002918.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 15-08-1678" .
