@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-ac80-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 7 juni 1783" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-4d0a2f57-daa2-da5f-5763-e2d13646aae3, oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-7bd3b223-c96f-9a5d-3d50-e5d5f95e0b8f, oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-78f090b3-2dad-f8b6-276d-23edfdc5e2a0 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-4d0a2f57-daa2-da5f-5763-e2d13646aae3
  a a2a:Person ;
  rdfs:label "H.J. de Wolff" ;
  a2a:PersonName [
    rdfs:label "H.J. de Wolff" ;
    a2a:PersonNameFirstName "H.J." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wolff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-7bd3b223-c96f-9a5d-3d50-e5d5f95e0b8f
  a a2a:Person ;
  rdfs:label "Matthijs Coster" ;
  a2a:PersonName [
    rdfs:label "Matthijs Coster" ;
    a2a:PersonNameFirstName "Matthijs" ;
    a2a:PersonNameLastName "Coster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person-78f090b3-2dad-f8b6-276d-23edfdc5e2a0
  a a2a:Person ;
  rdfs:label "Johan Gottl. Drewecke" ;
  a2a:PersonName [
    rdfs:label "Johan Gottl. Drewecke" ;
    a2a:PersonNameFirstName "Johan Gottl." ;
    a2a:PersonNameLastName "Drewecke"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1783-06-07"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person:4d0a2f57-daa2-da5f-5763-e2d13646aae3 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person:7bd3b223-c96f-9a5d-3d50-e5d5f95e0b8f ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Person:78f090b3-2dad-f8b6-276d-23edfdc5e2a0 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-ac80-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1783-06-07 - 1783-06-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-06-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-06-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1783" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1783-06-07"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10903, Periode: 1783" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "373060" ;
    a2a:RegistryNumber "10903" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10903, Periode: 1783, Notariële archieven, 373060, 10903"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/3a9a13b3-c017-609b-a1af-cc0d053c3dec.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-ac80-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3a9a13b3-c017-609b-a1af-cc0d053c3dec.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9806d1aa-cc4c-317a-baa7-bbad7f4922e7.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-ac80-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9806d1aa-cc4c-317a-baa7-bbad7f4922e7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-ac80-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-ac80-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10903" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTA01507000614", "NOTA01507000615" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_9359_00009359.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01507000615; positie: 2545, 1732, 550, 107" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01507000615; positie: 2523, 1088, 542, 141" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01507000615; positie: 2661, 885, 470, 113" .
