@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_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3
  a a2a:Record ;
  rdfs:label "DTB Dopen op 15 mei 1781 te Leiden" ;
  a2a:hasPerson oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-bcdd9c06-b8e7-a1db-ab56-4ff7762e5520, oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-3653dda4-73cc-02c5-9c52-070107883be7, oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-487cddfd-f06c-c3db-bc03-5f12c13cca13, oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-2071aa49-6005-4a67-992d-0e2040a147d3, oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-8bc639c2-b92e-03d3-a37e-727696c14dbd ;
  a2a:hasEvent oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_0, oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_1, oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_2, oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_3, oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_4 ;
  a2a:hasSource oa:source_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3 .

oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-bcdd9c06-b8e7-a1db-ab56-4ff7762e5520
  a a2a:Person ;
  rdfs:label "Joannes Theodorus Langevelt" ;
  a2a:PersonName [
    rdfs:label "Joannes Theodorus Langevelt" ;
    a2a:PersonNameFirstName "Joannes Theodorus" ;
    a2a:PersonNameLastName "Langevelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-3653dda4-73cc-02c5-9c52-070107883be7
  a a2a:Person ;
  rdfs:label "Abraham Langevelt" ;
  a2a:PersonName [
    rdfs:label "Abraham Langevelt" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Langevelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-487cddfd-f06c-c3db-bc03-5f12c13cca13
  a a2a:Person ;
  rdfs:label "Joanna Langenakker" ;
  a2a:PersonName [
    rdfs:label "Joanna Langenakker" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Langenakker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-2071aa49-6005-4a67-992d-0e2040a147d3
  a a2a:Person ;
  rdfs:label "Abraham Langevelt" ;
  a2a:PersonName [
    rdfs:label "Abraham Langevelt" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Langevelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person-8bc639c2-b92e-03d3-a37e-727696c14dbd
  a a2a:Person ;
  rdfs:label "Gertrude Solinis" ;
  a2a:PersonName [
    rdfs:label "Gertrude Solinis" ;
    a2a:PersonNameFirstName "Gertrude" ;
    a2a:PersonNameLastName "Solinis"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1781" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1781-05-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person:bcdd9c06-b8e7-a1db-ab56-4ff7762e5520 ;
  a2a:EventKeyRef oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 .

oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person:3653dda4-73cc-02c5-9c52-070107883be7 ;
  a2a:EventKeyRef oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 .

oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person:487cddfd-f06c-c3db-bc03-5f12c13cca13 ;
  a2a:EventKeyRef oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 .

oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person:2071aa49-6005-4a67-992d-0e2040a147d3 ;
  a2a:EventKeyRef oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 .

oa:relationep_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Person:8bc639c2-b92e-03d3-a37e-727696c14dbd ;
  a2a:EventKeyRef oa:event_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3_Event1 .

oa:source_elo_f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1646-01-01 - 1788-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1646-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1788-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1781" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1781-05-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: 302, Periode: 1..." ;
    a2a:Book "Doopboek van de kerk aan de Utrechtse Veer (RK) te Leiden, 1646 - 1788." ;
    a2a:RegistryNumber "302" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 302, Periode: 1..., Doopboek van de kerk aan de Utrechtse Veer (RK) te Leiden, 1646 - 1788., 302"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/8ea416b5-5b7a-4f2f-93ab-f33453505d88/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/8ea416b5-5b7a-4f2f-93ab-f33453505d88/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/f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3" ;
  a2a:RecordGUID "{f1b9b17b-e4e0-346f-a7a1-071e3e6f0bb3}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 15-05-1781<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/302\">Inventarisnummer 302 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "302" ;
  a2a:SourceRemarkregister_periode "1646-1788" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_15091_00015091.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 15-05-1781" .
