@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-4305-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Wisselprotest op 27 augustus 1776" ;
  a2a:hasPerson oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-3d0a99b5-e839-fd37-a1a5-0db2decb49a2, oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-a9172966-17b4-182f-a0d8-ea0196cd62ca, oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-e038f92f-f210-a405-3bbd-8ec64ce300f9 ;
  a2a:hasEvent oa:event_saa_d837ae04-4305-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae04-4305-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-3d0a99b5-e839-fd37-a1a5-0db2decb49a2
  a a2a:Person ;
  rdfs:label "J. M. Scheeper" ;
  a2a:PersonName [
    rdfs:label "J. M. Scheeper" ;
    a2a:PersonNameFirstName "J. M." ;
    a2a:PersonNameLastName "Scheeper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-a9172966-17b4-182f-a0d8-ea0196cd62ca
  a a2a:Person ;
  rdfs:label "P. Hatterweer Junior" ;
  a2a:PersonName [
    rdfs:label "P. Hatterweer Junior" ;
    a2a:PersonNameFirstName "P." ;
    a2a:PersonNameLastName "Hatterweer Junior"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person-e038f92f-f210-a405-3bbd-8ec64ce300f9
  a a2a:Person ;
  rdfs:label "Barth. van den Santheuvel" ;
  a2a:PersonName [
    rdfs:label "Barth. van den Santheuvel" ;
    a2a:PersonNameFirstName "Barth." ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Santheuvel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-4305-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1776-08-27"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person:3d0a99b5-e839-fd37-a1a5-0db2decb49a2 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4305-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person:a9172966-17b4-182f-a0d8-ea0196cd62ca ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4305-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4305-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4305-6b6d-e053-b784100acdee_Person:e038f92f-f210-a405-3bbd-8ec64ce300f9 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4305-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-4305-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1776-08-27 - 1776-08-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1776-08-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1776-08-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1776" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1776-08-27"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 14338, Periode: 1776" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "626034" ;
    a2a:RegistryNumber "14338" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 14338, Periode: 1776, Notariële archieven, 626034, 14338"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e4a27464-2a5b-affa-6f52-16c749d040d1.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4305-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e4a27464-2a5b-affa-6f52-16c749d040d1.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/30500e5c-5bdc-46cb-5d2b-2b7c35385fc3.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4305-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/30500e5c-5bdc-46cb-5d2b-2b7c35385fc3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-4305-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-4305-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Pieter de Wilde
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/14338" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTI01324000819", "NOTI01324000820" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_71_00000071.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01324000819; positie: 3947, 1785, 326, 74" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01324000819; positie: 2934, 2409, 643, 89" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01324000819; positie: 4011, 1873, 234, 95" .
