@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-ca27-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 7 augustus 1688" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-67d0b93f-189f-ee05-615b-0504130ea283, oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-1b0e97dc-278e-e981-aa1c-46d2c65ebcf7, oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-127ba5ec-0c90-6831-c374-585c271b14d1, oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-8e252e77-9c9f-0158-40dd-5c75f8e6835d, oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-9c12343b-26ab-9d36-a3c9-04a013266590 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_4 ;
  a2a:hasSource oa:source_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-67d0b93f-189f-ee05-615b-0504130ea283
  a a2a:Person ;
  rdfs:label "Nicolaes Porteus" ;
  a2a:PersonName [
    rdfs:label "Nicolaes Porteus" ;
    a2a:PersonNameFirstName "Nicolaes" ;
    a2a:PersonNameLastName "Porteus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-1b0e97dc-278e-e981-aa1c-46d2c65ebcf7
  a a2a:Person ;
  rdfs:label "Jean Lanting" ;
  a2a:PersonName [
    rdfs:label "Jean Lanting" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Lanting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-127ba5ec-0c90-6831-c374-585c271b14d1
  a a2a:Person ;
  rdfs:label "Igle Auckes" ;
  a2a:PersonName [
    rdfs:label "Igle Auckes" ;
    a2a:PersonNameFirstName "Igle" ;
    a2a:PersonNameLastName "Auckes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-8e252e77-9c9f-0158-40dd-5c75f8e6835d
  a a2a:Person ;
  rdfs:label "Jan van den Velden" ;
  a2a:PersonName [
    rdfs:label "Jan van den Velden" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Velden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person-9c12343b-26ab-9d36-a3c9-04a013266590
  a a2a:Person ;
  rdfs:label "Willem Kettlewell" ;
  a2a:PersonName [
    rdfs:label "Willem Kettlewell" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Kettlewell"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1688" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1688-08-07"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person:67d0b93f-189f-ee05-615b-0504130ea283 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person:1b0e97dc-278e-e981-aa1c-46d2c65ebcf7 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person:127ba5ec-0c90-6831-c374-585c271b14d1 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person:8e252e77-9c9f-0158-40dd-5c75f8e6835d ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Person:9c12343b-26ab-9d36-a3c9-04a013266590 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-ca27-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1688-08-07 - 1688-08-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1688-08-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1688-08-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1688" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1688-08-07"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 5254, Periode: 1688" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "321901" ;
    a2a:RegistryNumber "5254" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 5254, Periode: 1688, Notariële archieven, 321901, 5254"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/24d974e5-8b6f-6fd7-bd8d-ca2803330ef9.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-ca27-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/24d974e5-8b6f-6fd7-bd8d-ca2803330ef9.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/528a755a-92d3-9436-3051-fc4069863a65.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-ca27-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/528a755a-92d3-9436-3051-fc4069863a65.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b1333acd-5469-4198-d8a0-2552052d1346.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-ca27-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b1333acd-5469-4198-d8a0-2552052d1346.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-ca27-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-ca27-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Simon van Sevenhoven
Locatieomschrijving: Narva
Locatieomschrijving: Revall
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/5254" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTA00369000405", "NOTA00369000406", "NOTA00369000407" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_9372_00009372.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00369000406; positie: 3931, 677, 665, 111" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00369000406; positie: 3378, 3027, 468, 107" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00369000406; positie: 4194, 407, 547, 133" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00369000406; positie: 3130, 722, 680, 89" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00369000406; positie: 3729, 3175, 517, 92" .
