@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_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca
  a a2a:Record ;
  rdfs:label "DTB Dopen op 13 maart 1791 te Leiden" ;
  a2a:hasPerson oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-3e38af03-f323-5765-fce8-510ec23b956a, oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-96333abd-f36f-2675-52cd-78c2695dec41, oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-05ad94b7-91e0-9107-1cda-97866e4ef467 ;
  a2a:hasEvent oa:event_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_0, oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_1, oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_2 ;
  a2a:hasSource oa:source_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca .

oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-3e38af03-f323-5765-fce8-510ec23b956a
  a a2a:Person ;
  rdfs:label "Allexander Josias Jaques Bake" ;
  a2a:PersonName [
    rdfs:label "Allexander Josias Jaques Bake" ;
    a2a:PersonNameFirstName "Allexander Josias Jaques" ;
    a2a:PersonNameLastName "Bake"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-96333abd-f36f-2675-52cd-78c2695dec41
  a a2a:Person ;
  rdfs:label "H.a. Bake" ;
  a2a:PersonName [
    rdfs:label "H.a. Bake" ;
    a2a:PersonNameFirstName "H.a." ;
    a2a:PersonNameLastName "Bake"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person-05ad94b7-91e0-9107-1cda-97866e4ef467
  a a2a:Person ;
  rdfs:label "H Mitchell" ;
  a2a:PersonName [
    rdfs:label "H Mitchell" ;
    a2a:PersonNameFirstName "H" ;
    a2a:PersonNamePatronym "Mitchell"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1791-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person:3e38af03-f323-5765-fce8-510ec23b956a ;
  a2a:EventKeyRef oa:event_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Event1 .

oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person:96333abd-f36f-2675-52cd-78c2695dec41 ;
  a2a:EventKeyRef oa:event_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Event1 .

oa:relationep_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Person:05ad94b7-91e0-9107-1cda-97866e4ef467 ;
  a2a:EventKeyRef oa:event_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca_Event1 .

oa:source_elo_7e4940f3-a0c8-1242-e623-fb7dc30ea1ca
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1754-01-01 - 1804-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1754-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1791-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: 286, Periode: 1..." ;
    a2a:Book "Doopboek en trouwboek van de Engelse Kerk te Leiden, 1754 - 1804." ;
    a2a:RegistryNumber "286" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 286, Periode: 1..., Doopboek en trouwboek van de Engelse Kerk te Leiden, 1754 - 1804., 286"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/7c60d1d7-e607-4b69-b48b-0c0171295481/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/7e4940f3-a0c8-1242-e623-fb7dc30ea1ca" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/7c60d1d7-e607-4b69-b48b-0c0171295481/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/7e4940f3-a0c8-1242-e623-fb7dc30ea1ca" ;
  a2a:RecordGUID "{7e4940f3-a0c8-1242-e623-fb7dc30ea1ca}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 13-03-1791<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/286\">Inventarisnummer 286 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "286" ;
  a2a:SourceRemarkregister_periode "1754-1804" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_10058_00010058.xml van ELO" .

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