@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_d837ae03-bd34-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Wisselprotest op 2 januari 1775" ;
  a2a:hasPerson oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-39dc7ad1-e667-be41-d6aa-b1a1c4ba843e, oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-1dd0546e-3a19-e49d-4e21-64014b768fe4, oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-169dada9-bbb7-1798-a7bb-c7ad17cb7c1e, oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-e044e78d-e4de-46bd-4c88-f3c1e5e247a2, oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-8ed08c26-5a9f-64f5-cd25-e1831f0ccdde ;
  a2a:hasEvent oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-bd34-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-39dc7ad1-e667-be41-d6aa-b1a1c4ba843e
  a a2a:Person ;
  rdfs:label "Thomas Armstrong" ;
  a2a:PersonName [
    rdfs:label "Thomas Armstrong" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Armstrong"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-1dd0546e-3a19-e49d-4e21-64014b768fe4
  a a2a:Person ;
  rdfs:label "Nauta Beuckens" ;
  a2a:PersonName [
    rdfs:label "Nauta Beuckens" ;
    a2a:PersonNameLastName "Nauta Beuckens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-169dada9-bbb7-1798-a7bb-c7ad17cb7c1e
  a a2a:Person ;
  rdfs:label "van den Bosch" ;
  a2a:PersonName [
    rdfs:label "van den Bosch" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-e044e78d-e4de-46bd-4c88-f3c1e5e247a2
  a a2a:Person ;
  rdfs:label "Harmanus Volkmar" ;
  a2a:PersonName [
    rdfs:label "Harmanus Volkmar" ;
    a2a:PersonNameFirstName "Harmanus" ;
    a2a:PersonNameLastName "Volkmar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person-8ed08c26-5a9f-64f5-cd25-e1831f0ccdde
  a a2a:Person ;
  rdfs:label "Hubt van Hermaal" ;
  a2a:PersonName [
    rdfs:label "Hubt van Hermaal" ;
    a2a:PersonNameFirstName "Hubt" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hermaal"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Wisselprotest" ;
  a2a:EventType "other:Wisselprotest" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1775-01-02"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person:39dc7ad1-e667-be41-d6aa-b1a1c4ba843e ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person:1dd0546e-3a19-e49d-4e21-64014b768fe4 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person:169dada9-bbb7-1798-a7bb-c7ad17cb7c1e ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person:e044e78d-e4de-46bd-4c88-f3c1e5e247a2 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bd34-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Person:8ed08c26-5a9f-64f5-cd25-e1831f0ccdde ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bd34-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-bd34-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1775-01-02 - 1775-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1775-01-02"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 14334, Periode: 1775" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "637611" ;
    a2a:RegistryNumber "14334" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 14334, Periode: 1775, Notariële archieven, 637611, 14334"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e2b92676-0542-2a44-219c-55d6797fa5eb.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-bd34-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e2b92676-0542-2a44-219c-55d6797fa5eb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e8ac99b3-75bf-039d-822e-6484310349ee.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-bd34-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e8ac99b3-75bf-039d-822e-6484310349ee.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-bd34-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-bd34-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Pieter de Wilde
Locatieomschrijving: St Thomas
Locatieomschrijving: St Crux
Locatieomschrijving: St Jan
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/14334" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "DGVB00056000015", "DGVB00056000016" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_526_00000526.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: DGVB00056000015; positie: 4571, 2300, 551, 127" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: DGVB00056000015; positie: 4761, 2402, 319, 106" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: DGVB00056000015; positie: 4031, 2772, 693, 103" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: DGVB00056000015; positie: 3832, 2462, 908, 121" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: DGVB00056000015; positie: 4786, 2695, 302, 96" .
