@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_7b940068-b0dd-c245-1ada-eead97b8a027
  a a2a:Record ;
  rdfs:label "DTB Trouwen (in het jaar 1646-1661)" ;
  a2a:hasPerson oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-2c14fbc2-d480-4c07-2364-61e149473857, oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-bf0d0b03-e780-29f6-e981-e835a0790c60, oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-17d419e8-9cef-37b7-38f6-f55c5d993b1d ;
  a2a:hasEvent oa:event_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_0, oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_1, oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_2 ;
  a2a:hasSource oa:source_elo_7b940068-b0dd-c245-1ada-eead97b8a027 .

oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-2c14fbc2-d480-4c07-2364-61e149473857
  a a2a:Person ;
  rdfs:label "Michiel Kleusen" ;
  a2a:PersonName [
    rdfs:label "Michiel Kleusen" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNameLastName "Kleusen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Amersfoort" ;
    rdfs:label "Amersfoort"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eupen" ;
    rdfs:label "Eupen"
  ] ;
  a2a:Profession "drapier" .

oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-bf0d0b03-e780-29f6-e981-e835a0790c60
  a a2a:Person ;
  rdfs:label "Tryntgen Michiels" ;
  a2a:PersonName [
    rdfs:label "Tryntgen Michiels" ;
    a2a:PersonNameFirstName "Tryntgen" ;
    a2a:PersonNamePatronym "Michiels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Amersfoort" ;
    rdfs:label "Amersfoort"
  ] .

oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person-17d419e8-9cef-37b7-38f6-f55c5d993b1d
  a a2a:Person ;
  rdfs:label "Jacob Robbertsz" ;
  a2a:PersonName [
    rdfs:label "Jacob Robbertsz" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Robbertsz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Trouwen" ;
  a2a:EventType "other:DTB Trouwen" ;
  a2a:EventPlace [
    a2a:Place "Leiden, Amersfoort" ;
    rdfs:label "Leiden, Amersfoort"
  ] .

oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person:2c14fbc2-d480-4c07-2364-61e149473857 ;
  a2a:EventKeyRef oa:event_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Event1 .

oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person:bf0d0b03-e780-29f6-e981-e835a0790c60 ;
  a2a:EventKeyRef oa:event_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Event1 .

oa:relationep_elo_7b940068-b0dd-c245-1ada-eead97b8a027_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Person:17d419e8-9cef-37b7-38f6-f55c5d993b1d ;
  a2a:EventKeyRef oa:event_elo_7b940068-b0dd-c245-1ada-eead97b8a027_Event1 .

oa:source_elo_7b940068-b0dd-c245-1ada-eead97b8a027
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1646-01-01 - 1661-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1646-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1661-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: 200, Periode: 1..." ;
    a2a:Book "D. Ondertrouwboek en trouwboek voor schepenen van Leiden, augustus 1646 - augustus 1661." ;
    a2a:RegistryNumber "200" ;
    a2a:Folio "343" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 200, Periode: 1..., D. Ondertrouwboek en trouwboek voor schepenen van Leiden, augustus 1646 - augustus 1661., 200, 343"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/35cf6f65-6757-4496-9b8d-4d43ad09970f/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/7b940068-b0dd-c245-1ada-eead97b8a027" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/35cf6f65-6757-4496-9b8d-4d43ad09970f/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/7b940068-b0dd-c245-1ada-eead97b8a027" ;
  a2a:RecordGUID "{7b940068-b0dd-c245-1ada-eead97b8a027}" ;
  a2a:SourceRemarkOpmerking "Datum ondertrouw: 13-05-1661<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/200\">Inventarisnummer 200 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "200" ;
  a2a:SourceRemarkregister_periode "1646-1661" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_10616_00010616.xml van ELO" .

[] a2a:PersonRemarkdiversen "Relatie tot bruid: wed." .
