@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-aabd-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 4 januari 1748" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-000468f0-2153-34e0-058a-8e548566e8e2, oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-4457b0b6-c0fa-6d3b-45ed-c9bcab608600, oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-914191ac-9ac4-b037-51e8-f6c7a544635b, oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-72d98b97-8485-ce4a-1fbc-d1f44bb22405, oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-57ab0952-73e0-e87d-9851-15a2f888a4bd, oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-e3ed9605-dd1b-ba06-bec7-dcc5cdfbee2c ;
  a2a:hasEvent oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_4, oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_5 ;
  a2a:hasSource oa:source_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-000468f0-2153-34e0-058a-8e548566e8e2
  a a2a:Person ;
  rdfs:label "Knibbe" ;
  a2a:PersonName [
    rdfs:label "Knibbe" ;
    a2a:PersonNameLastName "Knibbe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-4457b0b6-c0fa-6d3b-45ed-c9bcab608600
  a a2a:Person ;
  rdfs:label "Blote" ;
  a2a:PersonName [
    rdfs:label "Blote" ;
    a2a:PersonNameLastName "Blote"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-914191ac-9ac4-b037-51e8-f6c7a544635b
  a a2a:Person ;
  rdfs:label "Jacques Ferrand" ;
  a2a:PersonName [
    rdfs:label "Jacques Ferrand" ;
    a2a:PersonNameFirstName "Jacques" ;
    a2a:PersonNameLastName "Ferrand"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-72d98b97-8485-ce4a-1fbc-d1f44bb22405
  a a2a:Person ;
  rdfs:label "Kopp" ;
  a2a:PersonName [
    rdfs:label "Kopp" ;
    a2a:PersonNameLastName "Kopp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-57ab0952-73e0-e87d-9851-15a2f888a4bd
  a a2a:Person ;
  rdfs:label "Mathijs Herfst" ;
  a2a:PersonName [
    rdfs:label "Mathijs Herfst" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Herfst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person-e3ed9605-dd1b-ba06-bec7-dcc5cdfbee2c
  a a2a:Person ;
  rdfs:label "Stuedtman" ;
  a2a:PersonName [
    rdfs:label "Stuedtman" ;
    a2a:PersonNameLastName "Stuedtman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1748-01-04"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:000468f0-2153-34e0-058a-8e548566e8e2 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:4457b0b6-c0fa-6d3b-45ed-c9bcab608600 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:914191ac-9ac4-b037-51e8-f6c7a544635b ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:72d98b97-8485-ce4a-1fbc-d1f44bb22405 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:57ab0952-73e0-e87d-9851-15a2f888a4bd ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Person:e3ed9605-dd1b-ba06-bec7-dcc5cdfbee2c ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-aabd-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1748-01-04 - 1748-01-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1748-01-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-01-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1748" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1748-01-04"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10243, Periode: 1748" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "362166" ;
    a2a:RegistryNumber "10243" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10243, Periode: 1748, Notariële archieven, 362166, 10243"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b6085f9d-9330-6ebd-cbfa-617b9fe2ddd3.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-aabd-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b6085f9d-9330-6ebd-cbfa-617b9fe2ddd3.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/cebb6611-9ce5-812c-6f21-10a1bda1115c.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-aabd-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/cebb6611-9ce5-812c-6f21-10a1bda1115c.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/94497aab-7e40-ecdc-4928-eb855422c199.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-aabd-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/94497aab-7e40-ecdc-4928-eb855422c199.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-aabd-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-aabd-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benjamin Phaff
Locatieomschrijving: Hamburg
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10243" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "KLAC02157000055", "KLAC02157000056", "KLAC02157000057" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_9354_00009354.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 2472, 434, 308, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 2175, 430, 319, 100" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 893, 323, 651, 124" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 903, 2997, 199, 100" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 943, 2616, 531, 116" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAC02157000057; positie: 2172, 2899, 396, 109" .
