@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_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c
  a a2a:Record ;
  rdfs:label "DTB Trouwen (in het jaar 1729-1732)" ;
  a2a:hasPerson oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-849b96d6-467f-06d2-4efd-f0a8028ac151, oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-3a7825f6-a3b4-6fe6-ca78-e9c64f967f61, oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-4aa092e4-c125-945e-25b9-6610eb205e88, oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-a45e8fb8-0cc5-1f44-2c84-8ec0bad6e302 ;
  a2a:hasEvent oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_0, oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_1, oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_2, oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_3 ;
  a2a:hasSource oa:source_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c .

oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-849b96d6-467f-06d2-4efd-f0a8028ac151
  a a2a:Person ;
  rdfs:label "Pieter Ingeneger" ;
  a2a:PersonName [
    rdfs:label "Pieter Ingeneger" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ingeneger"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden, Breedestraat" ;
    rdfs:label "Leiden, Breedestraat"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "commissaris van het Amsterdamse Veer" .

oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-3a7825f6-a3b4-6fe6-ca78-e9c64f967f61
  a a2a:Person ;
  rdfs:label "Maria van der Weijden" ;
  a2a:PersonName [
    rdfs:label "Maria van der Weijden" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Weijden"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden, Papegraft" ;
    rdfs:label "Leiden, Papegraft"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-4aa092e4-c125-945e-25b9-6610eb205e88
  a a2a:Person ;
  rdfs:label "Adrianus Ingeneger" ;
  a2a:PersonName [
    rdfs:label "Adrianus Ingeneger" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Ingeneger"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person-a45e8fb8-0cc5-1f44-2c84-8ec0bad6e302
  a a2a:Person ;
  rdfs:label "Lena Dijkmans" ;
  a2a:PersonName [
    rdfs:label "Lena Dijkmans" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Dijkmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Trouwen" ;
  a2a:EventType "other:DTB Trouwen" ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person:849b96d6-467f-06d2-4efd-f0a8028ac151 ;
  a2a:EventKeyRef oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1 .

oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person:3a7825f6-a3b4-6fe6-ca78-e9c64f967f61 ;
  a2a:EventKeyRef oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1 .

oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person:4aa092e4-c125-945e-25b9-6610eb205e88 ;
  a2a:EventKeyRef oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1 .

oa:relationep_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Person:a45e8fb8-0cc5-1f44-2c84-8ec0bad6e302 ;
  a2a:EventKeyRef oa:event_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c_Event1 .

oa:source_elo_939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1729-01-01 - 1732-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1729-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1732-12-31"^^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: 35, Periode: 17..." ;
    a2a:Book "LL. Kerkelijk ondertrouwboek (NH) van Leiden, 1729 - juni 1732." ;
    a2a:RegistryNumber "35" ;
    a2a:Folio "98" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 35, Periode: 17..., LL. Kerkelijk ondertrouwboek (NH) van Leiden, 1729 - juni 1732., 35, 98"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c/iiif/3/1148836/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c/iiif/3/1148836/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/939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c" ;
  a2a:RecordGUID "{939c3a4e-1f01-a4a2-b32f-ce5ccf0d431c}" ;
  a2a:SourceRemarkOpmerking "Datum ondertrouw: 22-04-1730<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/35\">Inventarisnummer 35 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "35" ;
  a2a:SourceRemarkregister_periode "1729-1732" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_17899_00017899.xml van ELO" .

