@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_saa_d837ae04-040a-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Renunciatie op 10 juni 1795" ;
  a2a:hasPerson oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-068efcef-4695-38c2-11aa-75a9a0c9896c, oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-2f2fff97-b9f3-9105-ccde-631f4a80ac06, oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-21b12c85-3fe5-b3bd-f703-3690ac19361a, oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-dbe99243-8047-b482-57bf-f0559b335171, oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-9d468fa0-cdc3-35e3-b91f-da890003b06f, oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-8cf0df8d-d4c7-f836-8afd-e6d077e9f87a ;
  a2a:hasEvent oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-040a-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-068efcef-4695-38c2-11aa-75a9a0c9896c
  a a2a:Person ;
  rdfs:label "Jacob Schelte" ;
  a2a:PersonName [
    rdfs:label "Jacob Schelte" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Schelte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-2f2fff97-b9f3-9105-ccde-631f4a80ac06
  a a2a:Person ;
  rdfs:label "Isaac Schelte" ;
  a2a:PersonName [
    rdfs:label "Isaac Schelte" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNameLastName "Schelte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-21b12c85-3fe5-b3bd-f703-3690ac19361a
  a a2a:Person ;
  rdfs:label "Arnoldus Ubink" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Ubink" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Ubink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-dbe99243-8047-b482-57bf-f0559b335171
  a a2a:Person ;
  rdfs:label "Hester Elizabeth Schelte" ;
  a2a:PersonName [
    rdfs:label "Hester Elizabeth Schelte" ;
    a2a:PersonNameFirstName "Hester Elizabeth" ;
    a2a:PersonNameLastName "Schelte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-9d468fa0-cdc3-35e3-b91f-da890003b06f
  a a2a:Person ;
  rdfs:label "Pieter Schoneveld" ;
  a2a:PersonName [
    rdfs:label "Pieter Schoneveld" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Schoneveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person-8cf0df8d-d4c7-f836-8afd-e6d077e9f87a
  a a2a:Person ;
  rdfs:label "Thomas Heijdanus" ;
  a2a:PersonName [
    rdfs:label "Thomas Heijdanus" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Heijdanus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Renunciatie" ;
  a2a:EventType "other:Renunciatie" ;
  a2a:EventDate [
    a2a:Year "1795" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1795-06-10"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:068efcef-4695-38c2-11aa-75a9a0c9896c ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:2f2fff97-b9f3-9105-ccde-631f4a80ac06 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:21b12c85-3fe5-b3bd-f703-3690ac19361a ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:dbe99243-8047-b482-57bf-f0559b335171 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:9d468fa0-cdc3-35e3-b91f-da890003b06f ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-040a-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-040a-6b6d-e053-b784100acdee_Person:8cf0df8d-d4c7-f836-8afd-e6d077e9f87a ;
  a2a:EventKeyRef oa:event_saa_d837ae04-040a-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-040a-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1795-06-10 - 1795-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1795-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1795-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1795" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1795-06-10"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 16417, Periode: 1795" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "618402" ;
    a2a:RegistryNumber "16417" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 16417, Periode: 1795, Notariële archieven, 618402, 16417"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b48a6abe-bbe9-6a87-666b-aef08713a935.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-040a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b48a6abe-bbe9-6a87-666b-aef08713a935.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/76337cb2-f6b5-2538-0d10-b4efe40de132.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-040a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/76337cb2-f6b5-2538-0d10-b4efe40de132.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-040a-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-040a-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Jan Harmsen
Locatieomschrijving: Muijden
Locatieomschrijving: Weesp
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/16417" ;
  a2a:SourceRemarkAkteSoort "Renunciatie" ;
  a2a:SourceRemarkfilename "NOTQ00040000515", "NOTQ00040000516" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_889_00000889.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000515; positie: 3469, 2092, 919, 159" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000516; positie: 1137, 677, 748, 107" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000515; positie: 4255, 2365, 480, 184" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000516; positie: 1389, 1104, 1047, 110" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000516; positie: 2224, 1200, 270, 135" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTQ00040000515; positie: 3502, 2922, 1015, 115" .
