@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-3cca-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 29 april 1767" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-f233308a-4a9c-39da-b7fa-9058c3d3f5d0, oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-cf2f2769-7bb9-51a5-6e7f-7d59285f02e7, oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-fa29944d-7627-0744-0ed0-6b48c8de99d6 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-f233308a-4a9c-39da-b7fa-9058c3d3f5d0
  a a2a:Person ;
  rdfs:label "Jacobus Pleteneke" ;
  a2a:PersonName [
    rdfs:label "Jacobus Pleteneke" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Pleteneke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-cf2f2769-7bb9-51a5-6e7f-7d59285f02e7
  a a2a:Person ;
  rdfs:label "Jan Baptista Fleisschmann" ;
  a2a:PersonName [
    rdfs:label "Jan Baptista Fleisschmann" ;
    a2a:PersonNameFirstName "Jan Baptista" ;
    a2a:PersonNameLastName "Fleisschmann"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person-fa29944d-7627-0744-0ed0-6b48c8de99d6
  a a2a:Person ;
  rdfs:label "Johan Anthonij Frauscke" ;
  a2a:PersonName [
    rdfs:label "Johan Anthonij Frauscke" ;
    a2a:PersonNameFirstName "Johan Anthonij" ;
    a2a:PersonNameLastName "Frauscke"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1767-04-29"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person:f233308a-4a9c-39da-b7fa-9058c3d3f5d0 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person:cf2f2769-7bb9-51a5-6e7f-7d59285f02e7 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Person:fa29944d-7627-0744-0ed0-6b48c8de99d6 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-3cca-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1767-04-29 - 1767-04-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-04-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-04-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1767-04-29"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10832, Periode: 1767" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "330618" ;
    a2a:RegistryNumber "10832" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10832, Periode: 1767, Notariële archieven, 330618, 10832"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/57518d2e-322e-bf34-bedf-af176a2c835e.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3cca-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/57518d2e-322e-bf34-bedf-af176a2c835e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b62562ec-dbc0-c44f-2ad3-44a6350e9c83.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3cca-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b62562ec-dbc0-c44f-2ad3-44a6350e9c83.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9030ff4b-65fd-8fea-15c9-00e836fab519.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3cca-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9030ff4b-65fd-8fea-15c9-00e836fab519.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-3cca-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-3cca-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Brussel
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10832" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTA01453000731", "NOTA01453000732", "NOTA01453000733" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_7150_00007150.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01453000732; positie: 3381, 2563, 535, 74" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01453000732; positie: 2459, 938, 538, 129" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01453000732; positie: 2762, 797, 352, 116" .
