@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_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6
  a a2a:Record ;
  rdfs:label "DTB Trouwen (in het jaar 1662-1719)" ;
  a2a:hasPerson oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-a077a24d-e65b-77f0-1e3d-dabca70fd27f, oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-9769ad18-95ae-dd20-0fbc-fc22f35e8142, oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-fd3c76f0-9033-f8a9-2def-9de768871751 ;
  a2a:hasEvent oa:event_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_0, oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_1, oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_2 ;
  a2a:hasSource oa:source_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6 .

oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-a077a24d-e65b-77f0-1e3d-dabca70fd27f
  a a2a:Person ;
  rdfs:label "Jan Dolisier" ;
  a2a:PersonName [
    rdfs:label "Jan Dolisier" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Dolisier"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leijden" ;
    rdfs:label "Leijden"
  ] .

oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-9769ad18-95ae-dd20-0fbc-fc22f35e8142
  a a2a:Person ;
  rdfs:label "Christina Elingh" ;
  a2a:PersonName [
    rdfs:label "Christina Elingh" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Elingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person-fd3c76f0-9033-f8a9-2def-9de768871751
  a a2a:Person ;
  rdfs:label "Catharina Theresa Jacob Aris" ;
  a2a:PersonName [
    rdfs:label "Catharina Theresa Jacob Aris" ;
    a2a:PersonNameFirstName "Catharina Theresa" ;
    a2a:PersonNamePatronym "Jacob" ;
    a2a:PersonNameLastName "Aris"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Warmond" ;
    rdfs:label "Warmond"
  ] .

oa:event_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Trouwen" ;
  a2a:EventType "other:DTB Trouwen" ;
  a2a:EventPlace [
    a2a:Place "Warmond" ;
    rdfs:label "Warmond"
  ] .

oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person:a077a24d-e65b-77f0-1e3d-dabca70fd27f ;
  a2a:EventKeyRef oa:event_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Event1 .

oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_1
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person:9769ad18-95ae-dd20-0fbc-fc22f35e8142 ;
  a2a:EventKeyRef oa:event_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Event1 .

oa:relationep_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Person:fd3c76f0-9033-f8a9-2def-9de768871751 ;
  a2a:EventKeyRef oa:event_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6_Event1 .

oa:source_elo_fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Warmond" ;
    rdfs:label "Warmond", "1662-01-01 - 1719-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1662-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1719-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Warmond (1575-1930), Deel: 1234, Periode: 1662-1719" ;
    a2a:Book "1662 - 1719 mei 16." ;
    a2a:RegistryNumber "1234" ;
    a2a:Folio "107" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Warmond (1575-1930), Deel: 1234, Periode: 1662-1719, 1662 - 1719 mei 16., 1234, 107"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/4e78be4b-3a96-41f9-98ed-47cf8206ccd9/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/4e78be4b-3a96-41f9-98ed-47cf8206ccd9/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/fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6" ;
  a2a:RecordGUID "{fa369964-e2b8-69b6-8bfc-5b7f10dc8dc6}" ;
  a2a:SourceRemarkOpmerking "Datum trouwen: 23-11-1699<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0600/file/1234\">Inventarisnummer 1234 van archiefnummer 0600 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Warmond (1575-1930)" ;
  a2a:SourceRemarkdeel "1234" ;
  a2a:SourceRemarkregister_periode "1662-1719" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_29515_00029515.xml van ELO" .

[] a2a:PersonRemarkdiversen "Burgerlijke staat voor het huwelijk: wed." .
[] a2a:PersonRemarkdiversen "Burgerlijke staat voor het huwelijk: j.d." .
