@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_ec74e189-bb50-9c8a-906d-fccf61759d7e
  a a2a:Record ;
  rdfs:label "DTB Dopen op 13 maart 1743 te Leiden" ;
  a2a:hasPerson oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-6a5f68d9-38bc-6ca7-4753-0965987306b0, oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-d3caa079-dd79-b838-249b-e5ae4c5ddd40, oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-6d66ce87-be05-4aa3-7238-8a5845bfcbb8, oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-ffe91048-63e3-83a8-a57b-6c8d4fa75325, oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-41626c9d-00bf-938d-9c27-858c32b29cb5 ;
  a2a:hasEvent oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_0, oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_1, oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_2, oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_3, oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_4 ;
  a2a:hasSource oa:source_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e .

oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-6a5f68d9-38bc-6ca7-4753-0965987306b0
  a a2a:Person ;
  rdfs:label "Johannes Ambee" ;
  a2a:PersonName [
    rdfs:label "Johannes Ambee" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Ambee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-d3caa079-dd79-b838-249b-e5ae4c5ddd40
  a a2a:Person ;
  rdfs:label "Klaas Ambee" ;
  a2a:PersonName [
    rdfs:label "Klaas Ambee" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Ambee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-6d66ce87-be05-4aa3-7238-8a5845bfcbb8
  a a2a:Person ;
  rdfs:label "Gerritje Listig" ;
  a2a:PersonName [
    rdfs:label "Gerritje Listig" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Listig"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-ffe91048-63e3-83a8-a57b-6c8d4fa75325
  a a2a:Person ;
  rdfs:label "Johanna Brokaar" ;
  a2a:PersonName [
    rdfs:label "Johanna Brokaar" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Brokaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person-41626c9d-00bf-938d-9c27-858c32b29cb5
  a a2a:Person ;
  rdfs:label "Johannes Ambee" ;
  a2a:PersonName [
    rdfs:label "Johannes Ambee" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Ambee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1743" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1743-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person:6a5f68d9-38bc-6ca7-4753-0965987306b0 ;
  a2a:EventKeyRef oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 .

oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person:d3caa079-dd79-b838-249b-e5ae4c5ddd40 ;
  a2a:EventKeyRef oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 .

oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person:6d66ce87-be05-4aa3-7238-8a5845bfcbb8 ;
  a2a:EventKeyRef oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 .

oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person:ffe91048-63e3-83a8-a57b-6c8d4fa75325 ;
  a2a:EventKeyRef oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 .

oa:relationep_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Person:41626c9d-00bf-938d-9c27-858c32b29cb5 ;
  a2a:EventKeyRef oa:event_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e_Event1 .

oa:source_elo_ec74e189-bb50-9c8a-906d-fccf61759d7e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1741-01-01 - 1769-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1741-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1743" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1743-03-13"^^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: 229, Periode: 1..." ;
    a2a:Book "Doopboek van de Pieterskerk (NH) te Leiden, 1741 - 1769." ;
    a2a:RegistryNumber "229" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 229, Periode: 1..., Doopboek van de Pieterskerk (NH) te Leiden, 1741 - 1769., 229"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/d76c8948-2142-4526-bef2-bd50294e58f6/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/ec74e189-bb50-9c8a-906d-fccf61759d7e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/d76c8948-2142-4526-bef2-bd50294e58f6/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/ec74e189-bb50-9c8a-906d-fccf61759d7e" ;
  a2a:RecordGUID "{ec74e189-bb50-9c8a-906d-fccf61759d7e}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 13-03-1743<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/229\">Inventarisnummer 229 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "229" ;
  a2a:SourceRemarkregister_periode "1741-1769" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_16890_00016890.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 13-03-1743" .
