@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-e60c-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Wisselprotest op 31 januari 1806" ;
  a2a:hasPerson oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-da0b41ad-9aec-7a5b-a8c1-3cf80bbb71c0, oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-f15cccf0-2d29-2929-1dde-d5ff34b30e40, oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-ffc17e95-4d6a-1460-0028-831862fb6e8b ;
  a2a:hasEvent oa:event_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae03-e60c-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-da0b41ad-9aec-7a5b-a8c1-3cf80bbb71c0
  a a2a:Person ;
  rdfs:label "Barensfeld" ;
  a2a:PersonName [
    rdfs:label "Barensfeld" ;
    a2a:PersonNameLastName "Barensfeld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-f15cccf0-2d29-2929-1dde-d5ff34b30e40
  a a2a:Person ;
  rdfs:label "van Staphorst" ;
  a2a:PersonName [
    rdfs:label "van Staphorst" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Staphorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person-ffc17e95-4d6a-1460-0028-831862fb6e8b
  a a2a:Person ;
  rdfs:label "Johannes Morsman" ;
  a2a:PersonName [
    rdfs:label "Johannes Morsman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Morsman"
  ] ;
  a2a:Gender "Onbekend" .

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

oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person:da0b41ad-9aec-7a5b-a8c1-3cf80bbb71c0 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person:f15cccf0-2d29-2929-1dde-d5ff34b30e40 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e60c-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Person:ffc17e95-4d6a-1460-0028-831862fb6e8b ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e60c-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-e60c-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1806-01-31 - 1806-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1806-01-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 15681, Periode: 1806" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "631976" ;
    a2a:RegistryNumber "15681" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 15681, Periode: 1806, Notariële archieven, 631976, 15681"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e1f31c30-cbe6-865f-edcb-528b6e9406ed.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e60c-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e1f31c30-cbe6-865f-edcb-528b6e9406ed.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/54a5f405-c2c7-b606-2b91-9692418a4a18.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e60c-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/54a5f405-c2c7-b606-2b91-9692418a4a18.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-e60c-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-e60c-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Anthony Mijlius
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/15681" ;
  a2a:SourceRemarkAkteSoort "Wisselprotest" ;
  a2a:SourceRemarkfilename "NOTD02177000150", "NOTD02177000151" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_735_00000735.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02177000151; positie: 1000, 2422, 337, 86" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02177000151; positie: 1951, 2319, 289, 78" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02177000151; positie: 838, 2491, 586, 87" .
