@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_e856e34b-baa6-5b2b-ccec-8cfe57f2242f
  a a2a:Record ;
  rdfs:label "DTB Dopen op 1 januari 1636 te Leiden" ;
  a2a:hasPerson oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-4d5ba295-c165-8bd2-2b00-0b7d6e6f8785, oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-416b76c5-7802-d43d-a2db-37f4836dd26e, oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-ee05d866-4f47-4545-e579-678f57b35d11, oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-4b2d9b77-340a-764f-1325-877806a04fc4, oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-dd2c45d3-fd47-4ac5-9180-74d60674a04c, oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-d63b7336-62c7-8afb-d04b-1823d8bc40b5 ;
  a2a:hasEvent oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_0, oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_1, oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_2, oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_3, oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_4, oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_5 ;
  a2a:hasSource oa:source_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-4d5ba295-c165-8bd2-2b00-0b7d6e6f8785
  a a2a:Person ;
  rdfs:label "Anneken" ;
  a2a:PersonName [
    rdfs:label "Anneken" ;
    a2a:PersonNameFirstName "Anneken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-416b76c5-7802-d43d-a2db-37f4836dd26e
  a a2a:Person ;
  rdfs:label "Dirck Thysz" ;
  a2a:PersonName [
    rdfs:label "Dirck Thysz" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNamePatronym "Thysz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-ee05d866-4f47-4545-e579-678f57b35d11
  a a2a:Person ;
  rdfs:label "Hester Maertens" ;
  a2a:PersonName [
    rdfs:label "Hester Maertens" ;
    a2a:PersonNameFirstName "Hester" ;
    a2a:PersonNamePatronym "Maertens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-4b2d9b77-340a-764f-1325-877806a04fc4
  a a2a:Person ;
  rdfs:label "Maritgen Maertens" ;
  a2a:PersonName [
    rdfs:label "Maritgen Maertens" ;
    a2a:PersonNameFirstName "Maritgen" ;
    a2a:PersonNamePatronym "Maertens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-dd2c45d3-fd47-4ac5-9180-74d60674a04c
  a a2a:Person ;
  rdfs:label "Maerten Dircx" ;
  a2a:PersonName [
    rdfs:label "Maerten Dircx" ;
    a2a:PersonNameFirstName "Maerten" ;
    a2a:PersonNamePatronym "Dircx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person-d63b7336-62c7-8afb-d04b-1823d8bc40b5
  a a2a:Person ;
  rdfs:label "Saertgen Ghysbrechts" ;
  a2a:PersonName [
    rdfs:label "Saertgen Ghysbrechts" ;
    a2a:PersonNameFirstName "Saertgen" ;
    a2a:PersonNamePatronym "Ghysbrechts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1636" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1636-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:4d5ba295-c165-8bd2-2b00-0b7d6e6f8785 ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:416b76c5-7802-d43d-a2db-37f4836dd26e ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:ee05d866-4f47-4545-e579-678f57b35d11 ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:4b2d9b77-340a-764f-1325-877806a04fc4 ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:dd2c45d3-fd47-4ac5-9180-74d60674a04c ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:relationep_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Person:d63b7336-62c7-8afb-d04b-1823d8bc40b5 ;
  a2a:EventKeyRef oa:event_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f_Event1 .

oa:source_elo_e856e34b-baa6-5b2b-ccec-8cfe57f2242f
  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 "1636" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1636-01-01"^^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/d97a429a-4cf1-4505-86cc-561e41c753a2/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/e856e34b-baa6-5b2b-ccec-8cfe57f2242f" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/d97a429a-4cf1-4505-86cc-561e41c753a2/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/e856e34b-baa6-5b2b-ccec-8cfe57f2242f" ;
  a2a:RecordGUID "{e856e34b-baa6-5b2b-ccec-8cfe57f2242f}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 01-01-1636<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_15608_00015608.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 01-01-1636" .
