@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_a3cb51cc-c43c-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 16 december 1761" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-ca6c9ce9-19f2-b418-2e60-f620eb14be28, oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-07e49c6e-b923-f639-eeab-a8617129716f, oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-7e69a776-7ba8-c9f2-128c-2702e4321197, oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-72a7e463-5a36-ec38-2bd9-286aee784ffe, oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-1a46eaa3-3d4c-5b91-9808-a9d71f18f5ae ;
  a2a:hasEvent oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_4 ;
  a2a:hasSource oa:source_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-ca6c9ce9-19f2-b418-2e60-f620eb14be28
  a a2a:Person ;
  rdfs:label "Jacob Meijer" ;
  a2a:PersonName [
    rdfs:label "Jacob Meijer" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-07e49c6e-b923-f639-eeab-a8617129716f
  a a2a:Person ;
  rdfs:label "Philip Bock" ;
  a2a:PersonName [
    rdfs:label "Philip Bock" ;
    a2a:PersonNameFirstName "Philip" ;
    a2a:PersonNameLastName "Bock"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-7e69a776-7ba8-c9f2-128c-2702e4321197
  a a2a:Person ;
  rdfs:label "Lucas Vergeel" ;
  a2a:PersonName [
    rdfs:label "Lucas Vergeel" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNameLastName "Vergeel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-72a7e463-5a36-ec38-2bd9-286aee784ffe
  a a2a:Person ;
  rdfs:label "Aron Levij Joel" ;
  a2a:PersonName [
    rdfs:label "Aron Levij Joel" ;
    a2a:PersonNameFirstName "Aron Levij" ;
    a2a:PersonNameLastName "Joel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person-1a46eaa3-3d4c-5b91-9808-a9d71f18f5ae
  a a2a:Person ;
  rdfs:label "Arnold Rappard" ;
  a2a:PersonName [
    rdfs:label "Arnold Rappard" ;
    a2a:PersonNameFirstName "Arnold" ;
    a2a:PersonNameLastName "Rappard"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1761" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1761-12-16"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person:ca6c9ce9-19f2-b418-2e60-f620eb14be28 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person:07e49c6e-b923-f639-eeab-a8617129716f ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person:7e69a776-7ba8-c9f2-128c-2702e4321197 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person:72a7e463-5a36-ec38-2bd9-286aee784ffe ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Person:1a46eaa3-3d4c-5b91-9808-a9d71f18f5ae ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-c43c-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1761-12-16 - 1761-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1761-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1761-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1761" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1761-12-16"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10795, Periode: 1761" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "363031" ;
    a2a:RegistryNumber "10795" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10795, Periode: 1761, Notariële archieven, 363031, 10795"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/0e7890e9-7fc6-1dbe-b0d6-6138f764b975.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/0e7890e9-7fc6-1dbe-b0d6-6138f764b975.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/a152d5bf-899c-217c-ebb9-6c93bd493e70.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a152d5bf-899c-217c-ebb9-6c93bd493e70.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/61c3d7ca-76a3-49ae-c22b-3094a1bb2641.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/61c3d7ca-76a3-49ae-c22b-3094a1bb2641.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/85a5dca2-e1b1-ae85-4d82-796b1857fb6d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/85a5dca2-e1b1-ae85-4d82-796b1857fb6d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "5" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/5ec6a4a8-aad5-f2c0-688f-f3b1a7a318f7.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5ec6a4a8-aad5-f2c0-688f-f3b1a7a318f7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-c43c-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-c43c-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Hamburg
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10795" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTA01423000755", "NOTA01423000756", "NOTA01423000757", "NOTA01423000758", "NOTA01423000759" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_11326_00011326.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01423000759; positie: 1784, 435, 814, 131" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01423000756; positie: 2427, 1967, 906, 134" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01423000756; positie: 1571, 2354, 985, 136" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01423000758; positie: 3794, 2902, 939, 144" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01423000756; positie: 2654, 3203, 641, 136" .
