@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_ae5249ca-bb5b-a89d-27b6-07a85a9dece2
  a a2a:Record ;
  rdfs:label "DTB Trouwen (in het jaar 1725-1728)" ;
  a2a:hasPerson oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-6642ceb2-c1c2-9092-9a01-f58cc5243ab5, oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-e52e3ca6-6f5c-9858-8ce0-ca87fb75a49d, oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-b8a74194-26d6-38db-4638-6e2c421bb2ed ;
  a2a:hasEvent oa:event_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_0, oa:relationep_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_1, oa:relationep_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_2 ;
  a2a:hasSource oa:source_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2 .

oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-6642ceb2-c1c2-9092-9a01-f58cc5243ab5
  a a2a:Person ;
  rdfs:label "Bernard Vaillant" ;
  a2a:PersonName [
    rdfs:label "Bernard Vaillant" ;
    a2a:PersonNameFirstName "Bernard" ;
    a2a:PersonNameLastName "Vaillant"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leijden" ;
    rdfs:label "Leijden"
  ] .

oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-e52e3ca6-6f5c-9858-8ce0-ca87fb75a49d
  a a2a:Person ;
  rdfs:label "Dorothea Put" ;
  a2a:PersonName [
    rdfs:label "Dorothea Put" ;
    a2a:PersonNameFirstName "Dorothea" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person-b8a74194-26d6-38db-4638-6e2c421bb2ed
  a a2a:Person ;
  rdfs:label "Margareta van Lier" ;
  a2a:PersonName [
    rdfs:label "Margareta van Lier" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lier"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_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_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person:6642ceb2-c1c2-9092-9a01-f58cc5243ab5 ;
  a2a:EventKeyRef oa:event_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Event1 .

oa:relationep_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_1
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person:e52e3ca6-6f5c-9858-8ce0-ca87fb75a49d ;
  a2a:EventKeyRef oa:event_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Event1 .

oa:relationep_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Person:b8a74194-26d6-38db-4638-6e2c421bb2ed ;
  a2a:EventKeyRef oa:event_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2_Event1 .

oa:source_elo_ae5249ca-bb5b-a89d-27b6-07a85a9dece2
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1725-01-01 - 1728-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-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: 34, Periode: 17..." ;
    a2a:Book "KK. Kerkelijk ondertrouwboek (NH) van Leiden, 1725 - 1728." ;
    a2a:RegistryNumber "34" ;
    a2a:Folio "283" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 34, Periode: 17..., KK. Kerkelijk ondertrouwboek (NH) van Leiden, 1725 - 1728., 34, 283"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/ae5249ca-bb5b-a89d-27b6-07a85a9dece2/iiif/3/1138405/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/ae5249ca-bb5b-a89d-27b6-07a85a9dece2" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/ae5249ca-bb5b-a89d-27b6-07a85a9dece2/iiif/3/1138405/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/ae5249ca-bb5b-a89d-27b6-07a85a9dece2" ;
  a2a:RecordGUID "{ae5249ca-bb5b-a89d-27b6-07a85a9dece2}" ;
  a2a:SourceRemarkOpmerking "Datum ondertrouw: 24-12-1728<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/34\">Inventarisnummer 34 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "34" ;
  a2a:SourceRemarkregister_periode "1725-1728" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_17163_00017163.xml van ELO" .

