@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_29b577f7-9743-4e70-bcfc-4d77b776e43d
  a a2a:Record ;
  rdfs:label "Lijfrente (in het jaar 1500-2026)" ;
  a2a:hasPerson oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-b8eca083-4405-4292-b76b-d5931826e68b, oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-07ec8828-52a5-4e4d-90fe-6d84320e680e, oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-4eedab24-351f-4867-8a81-91bc6be2e5b9 ;
  a2a:hasEvent oa:event_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_0, oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_1, oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_2 ;
  a2a:hasSource oa:source_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d .

oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-b8eca083-4405-4292-b76b-d5931826e68b
  a a2a:Person ;
  rdfs:label "Fye Jansdr" ;
  a2a:PersonName [
    rdfs:label "Fye Jansdr" ;
    a2a:PersonNameFirstName "Fye" ;
    a2a:PersonNamePatronym "Jansdr"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-07ec8828-52a5-4e4d-90fe-6d84320e680e
  a a2a:Person ;
  rdfs:label "Jan Nuweveen" ;
  a2a:PersonName [
    rdfs:label "Jan Nuweveen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Nuweveen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person-4eedab24-351f-4867-8a81-91bc6be2e5b9
  a a2a:Person ;
  rdfs:label "Badeloge Symonsdr" ;
  a2a:PersonName [
    rdfs:label "Badeloge Symonsdr" ;
    a2a:PersonNameFirstName "Badeloge" ;
    a2a:PersonNamePatronym "Symonsdr"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:event_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Event1
  a a2a:Event ;
  rdfs:label "other:Lijfrente" ;
  a2a:EventType "other:Lijfrente" ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_0
  a a2a:RelationEP ;
  rdfs:label "other:Begunstigde" ;
  a2a:RelationType "other:Begunstigde" ;
  a2a:PersonKeyRef oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person:b8eca083-4405-4292-b76b-d5931826e68b ;
  a2a:EventKeyRef oa:event_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Event1 .

oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_1
  a a2a:RelationEP ;
  rdfs:label "other:Begunstigde" ;
  a2a:RelationType "other:Begunstigde" ;
  a2a:PersonKeyRef oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person:4eedab24-351f-4867-8a81-91bc6be2e5b9 ;
  a2a:EventKeyRef oa:event_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Event1 .

oa:relationep_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Person:07ec8828-52a5-4e4d-90fe-6d84320e680e ;
  a2a:EventKeyRef oa:event_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d_Event1 .

oa:source_elo_29b577f7-9743-4e70-bcfc-4d77b776e43d
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1500-01-01 - 2026-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2026-02-06"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Diverse bronnen, Deel: 6" ;
    a2a:Book "Lijfrenteregisters" ;
    a2a:DocumentNumber "5436" ;
    a2a:RegistryNumber "6" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Diverse bronnen, Deel: 6, Lijfrenteregisters, 5436, 6"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/29b577f7-9743-4e70-bcfc-4d77b776e43d" ;
  a2a:RecordGUID "{29b577f7-9743-4e70-bcfc-4d77b776e43d}" ;
  a2a:SourceRemarkOpmerking "Jaar aankoop: 1426<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/Diverse_bronnen/file/6\">Inventarisnummer 6 van archiefnummer Diverse_bronnen in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Diverse bronnen" ;
  a2a:SourceRemarkdeel "6" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_4035_00004035.xml van ELO" .

[] a2a:PersonRemarkdatum_overlijden "14690914" .
