@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_fc31d04d-b1e3-b0e4-5e8f-e521cf080060
  a a2a:Record ;
  rdfs:label "DTB Dopen op 13 juni 1700 te Leiden" ;
  a2a:hasPerson oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-d8dc5876-e60f-fbc2-d3ca-287ca191e5c5, oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-5b3e46c5-e233-8258-476e-4fc78198f8c7, oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-6a4d6618-1e2c-ac85-6534-23b8918fc38d, oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-2cdd4dc4-2ca3-9410-a676-c8f15cc0bc57 ;
  a2a:hasEvent oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_0, oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_1, oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_2, oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_3 ;
  a2a:hasSource oa:source_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060 .

oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-d8dc5876-e60f-fbc2-d3ca-287ca191e5c5
  a a2a:Person ;
  rdfs:label "Lambertus Haring" ;
  a2a:PersonName [
    rdfs:label "Lambertus Haring" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Haring"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-5b3e46c5-e233-8258-476e-4fc78198f8c7
  a a2a:Person ;
  rdfs:label "Jacobus Haring" ;
  a2a:PersonName [
    rdfs:label "Jacobus Haring" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Haring"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-6a4d6618-1e2c-ac85-6534-23b8918fc38d
  a a2a:Person ;
  rdfs:label "Sara Mellis" ;
  a2a:PersonName [
    rdfs:label "Sara Mellis" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "Mellis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person-2cdd4dc4-2ca3-9410-a676-c8f15cc0bc57
  a a2a:Person ;
  rdfs:label "Heijltgen Mellis" ;
  a2a:PersonName [
    rdfs:label "Heijltgen Mellis" ;
    a2a:PersonNameFirstName "Heijltgen" ;
    a2a:PersonNamePatronym "Mellis"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1700-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person:d8dc5876-e60f-fbc2-d3ca-287ca191e5c5 ;
  a2a:EventKeyRef oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1 .

oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person:5b3e46c5-e233-8258-476e-4fc78198f8c7 ;
  a2a:EventKeyRef oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1 .

oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person:6a4d6618-1e2c-ac85-6534-23b8918fc38d ;
  a2a:EventKeyRef oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1 .

oa:relationep_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Person:2cdd4dc4-2ca3-9410-a676-c8f15cc0bc57 ;
  a2a:EventKeyRef oa:event_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060_Event1 .

oa:source_elo_fc31d04d-b1e3-b0e4-5e8f-e521cf080060
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1696-01-01 - 1700-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1696-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1700-06-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: 244, Periode: 1..." ;
    a2a:Book "Doopboek van de Hooglandse Kerk (NH) te Leiden, 26 april 1696 - 1700." ;
    a2a:RegistryNumber "244" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 244, Periode: 1..., Doopboek van de Hooglandse Kerk (NH) te Leiden, 26 april 1696 - 1700., 244"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/fc31d04d-b1e3-b0e4-5e8f-e521cf080060/iiif/3/1576259/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/fc31d04d-b1e3-b0e4-5e8f-e521cf080060" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/fc31d04d-b1e3-b0e4-5e8f-e521cf080060/iiif/3/1576259/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/fc31d04d-b1e3-b0e4-5e8f-e521cf080060" ;
  a2a:RecordGUID "{fc31d04d-b1e3-b0e4-5e8f-e521cf080060}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 13-06-1700<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/244\">Inventarisnummer 244 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "244" ;
  a2a:SourceRemarkregister_periode "1696-1700" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28155_00028155.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 13-06-1700" .
