@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-0a50-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 18 juli 1772" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-280794d5-4381-6e6d-3e55-89894c5bcb90, oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-e33a2477-84cd-731d-9d13-1d3ea4eb432a, oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-5404aab8-c48b-c4a3-7cd6-92bf061b0395 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-280794d5-4381-6e6d-3e55-89894c5bcb90
  a a2a:Person ;
  rdfs:label "J van Marselis" ;
  a2a:PersonName [
    rdfs:label "J van Marselis" ;
    a2a:PersonNameFirstName "J" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Marselis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-e33a2477-84cd-731d-9d13-1d3ea4eb432a
  a a2a:Person ;
  rdfs:label "T van Marselis" ;
  a2a:PersonName [
    rdfs:label "T van Marselis" ;
    a2a:PersonNameFirstName "T" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Marselis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person-5404aab8-c48b-c4a3-7cd6-92bf061b0395
  a a2a:Person ;
  rdfs:label "Engelbert van Dorp" ;
  a2a:PersonName [
    rdfs:label "Engelbert van Dorp" ;
    a2a:PersonNameFirstName "Engelbert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1772" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1772-07-18"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person:280794d5-4381-6e6d-3e55-89894c5bcb90 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person:e33a2477-84cd-731d-9d13-1d3ea4eb432a ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Person:5404aab8-c48b-c4a3-7cd6-92bf061b0395 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-0a50-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1772-07-18 - 1772-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1772-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1772-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1772" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1772-07-18"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 11206, Periode: 1772" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "333910" ;
    a2a:RegistryNumber "11206" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 11206, Periode: 1772, Notariële archieven, 333910, 11206"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/23f4542f-09d9-0267-c6b9-20429b7c2af3.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-0a50-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/23f4542f-09d9-0267-c6b9-20429b7c2af3.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/6075dd80-a825-2c3d-2065-9691cda2fffc.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-0a50-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/6075dd80-a825-2c3d-2065-9691cda2fffc.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/c4ae5995-679e-aa57-49ca-0070bab6db92.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-0a50-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c4ae5995-679e-aa57-49ca-0070bab6db92.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-0a50-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-0a50-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Mr.johannes Beukelaar
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/11206" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTD01081000076", "NOTD01081000077", "NOTD01081000078" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_4210_00004210.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01081000077; positie: 3107, 2518, 106, 63" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01081000077; positie: 3303, 2507, 573, 57" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01081000077; positie: 2730, 2310, 746, 69" .
