@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-2764-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Wisselprotest op 16 juni 1767" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-a6a15e45-4458-a8c0-42b6-37224df871f7, oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-8ef4ff67-4e82-50e4-251b-2f738c071785, oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-50c26838-fc2a-8715-90bd-fbd41b9a9c67 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-2764-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-a6a15e45-4458-a8c0-42b6-37224df871f7
  a a2a:Person ;
  rdfs:label "A. Jacobsz de Vries" ;
  a2a:PersonName [
    rdfs:label "A. Jacobsz de Vries" ;
    a2a:PersonNameFirstName "A. Jacobsz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-8ef4ff67-4e82-50e4-251b-2f738c071785
  a a2a:Person ;
  rdfs:label "Cornelio van Castricum" ;
  a2a:PersonName [
    rdfs:label "Cornelio van Castricum" ;
    a2a:PersonNameFirstName "Cornelio" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Castricum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person-50c26838-fc2a-8715-90bd-fbd41b9a9c67
  a a2a:Person ;
  rdfs:label "V. de Vries" ;
  a2a:PersonName [
    rdfs:label "V. de Vries" ;
    a2a:PersonNameFirstName "V." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" .

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

oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person:a6a15e45-4458-a8c0-42b6-37224df871f7 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person:8ef4ff67-4e82-50e4-251b-2f738c071785 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Person:50c26838-fc2a-8715-90bd-fbd41b9a9c67 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-2764-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-2764-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1767-06-16 - 1767-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1767-06-16"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10833, Periode: 1767" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "345120" ;
    a2a:RegistryNumber "10833" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10833, Periode: 1767, Notariële archieven, 345120, 10833"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9e0bf2d5-7fbf-fe55-341a-d277781a5a68.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-2764-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9e0bf2d5-7fbf-fe55-341a-d277781a5a68.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/14b6b38a-298d-4f31-951f-af862f547e4d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-2764-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/14b6b38a-298d-4f31-951f-af862f547e4d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-2764-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-2764-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Riga
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10833" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTA01454000659", "NOTA01454000660" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230311_20389_00020389.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01454000660; positie: 1696, 1147, 346, 109" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01454000660; positie: 1373, 993, 887, 104" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01454000660; positie: 2115, 1146, 331, 103" .
