@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_3e6be483-542a-bb89-844d-5c53232bb4b2
  a a2a:Record ;
  rdfs:label "DTB Dopen op 27 augustus 1732 te Leiden" ;
  a2a:hasPerson oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-41823de0-bbc3-e618-84bb-27c680997aff, oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-03a1a68e-67a0-ae45-3d89-4e4a5f49feda, oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-8a555d1f-61c0-3935-254f-e0d59df0d620, oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-980d9a56-ef68-fb41-2ec1-1dec2ec6e0fc, oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-2e997dc2-b1f3-63d0-1cb2-852ac8c82f17 ;
  a2a:hasEvent oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_0, oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_1, oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_2, oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_3, oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_4 ;
  a2a:hasSource oa:source_elo_3e6be483-542a-bb89-844d-5c53232bb4b2 .

oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-41823de0-bbc3-e618-84bb-27c680997aff
  a a2a:Person ;
  rdfs:label "Louwerens" ;
  a2a:PersonName [
    rdfs:label "Louwerens" ;
    a2a:PersonNameFirstName "Louwerens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-03a1a68e-67a0-ae45-3d89-4e4a5f49feda
  a a2a:Person ;
  rdfs:label "Joost Vincent" ;
  a2a:PersonName [
    rdfs:label "Joost Vincent" ;
    a2a:PersonNameFirstName "Joost" ;
    a2a:PersonNamePatronym "Vincent"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-8a555d1f-61c0-3935-254f-e0d59df0d620
  a a2a:Person ;
  rdfs:label "Haasje Blom" ;
  a2a:PersonName [
    rdfs:label "Haasje Blom" ;
    a2a:PersonNameFirstName "Haasje" ;
    a2a:PersonNameLastName "Blom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-980d9a56-ef68-fb41-2ec1-1dec2ec6e0fc
  a a2a:Person ;
  rdfs:label "Jacobus de Koning" ;
  a2a:PersonName [
    rdfs:label "Jacobus de Koning" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person-2e997dc2-b1f3-63d0-1cb2-852ac8c82f17
  a a2a:Person ;
  rdfs:label "Dina Carton" ;
  a2a:PersonName [
    rdfs:label "Dina Carton" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNameLastName "Carton"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1732-08-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person:41823de0-bbc3-e618-84bb-27c680997aff ;
  a2a:EventKeyRef oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 .

oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person:03a1a68e-67a0-ae45-3d89-4e4a5f49feda ;
  a2a:EventKeyRef oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 .

oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person:8a555d1f-61c0-3935-254f-e0d59df0d620 ;
  a2a:EventKeyRef oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 .

oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person:980d9a56-ef68-fb41-2ec1-1dec2ec6e0fc ;
  a2a:EventKeyRef oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 .

oa:relationep_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Person:2e997dc2-b1f3-63d0-1cb2-852ac8c82f17 ;
  a2a:EventKeyRef oa:event_elo_3e6be483-542a-bb89-844d-5c53232bb4b2_Event1 .

oa:source_elo_3e6be483-542a-bb89-844d-5c53232bb4b2
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1725-01-01 - 1740-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1740-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1732" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1732-08-27"^^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: 228, Periode: 1..." ;
    a2a:Book "Doopboek van de Pieterskerk (NH) te Leiden, 1725 - 1740." ;
    a2a:RegistryNumber "228" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 228, Periode: 1..., Doopboek van de Pieterskerk (NH) te Leiden, 1725 - 1740., 228"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/3e6be483-542a-bb89-844d-5c53232bb4b2/iiif/3/1458279/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/3e6be483-542a-bb89-844d-5c53232bb4b2" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/3e6be483-542a-bb89-844d-5c53232bb4b2/iiif/3/1458279/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/3e6be483-542a-bb89-844d-5c53232bb4b2" ;
  a2a:RecordGUID "{3e6be483-542a-bb89-844d-5c53232bb4b2}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 27-08-1732<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/228\">Inventarisnummer 228 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "228" ;
  a2a:SourceRemarkregister_periode "1725-1740" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_11031_00011031.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 27-08-1732" .
