@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_d837ae04-4c48-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 3 april 1639" ;
  a2a:hasPerson oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-5c87685f-7d24-c671-e579-b2a35fa8e20e, oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-2c220d9d-50c9-a469-6786-f58731b8ff21, oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-d09f8503-6e89-8ab3-74df-476394b6e3ae, oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-fb79ea17-f885-d823-8379-5e5f9dc4f6f2, oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-e46d4fdd-d796-88fc-430c-488158a580a7 ;
  a2a:hasEvent oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-4c48-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-5c87685f-7d24-c671-e579-b2a35fa8e20e
  a a2a:Person ;
  rdfs:label "Martin" ;
  a2a:PersonName [
    rdfs:label "Martin" ;
    a2a:PersonNameLastName "Martin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-2c220d9d-50c9-a469-6786-f58731b8ff21
  a a2a:Person ;
  rdfs:label "Bartholomeus Groot" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus Groot" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-d09f8503-6e89-8ab3-74df-476394b6e3ae
  a a2a:Person ;
  rdfs:label "Berent Brueser" ;
  a2a:PersonName [
    rdfs:label "Berent Brueser" ;
    a2a:PersonNameFirstName "Berent" ;
    a2a:PersonNameLastName "Brueser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-fb79ea17-f885-d823-8379-5e5f9dc4f6f2
  a a2a:Person ;
  rdfs:label "Quirinus van Swieten" ;
  a2a:PersonName [
    rdfs:label "Quirinus van Swieten" ;
    a2a:PersonNameFirstName "Quirinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Swieten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person-e46d4fdd-d796-88fc-430c-488158a580a7
  a a2a:Person ;
  rdfs:label "Dirick Gerritsz" ;
  a2a:PersonName [
    rdfs:label "Dirick Gerritsz" ;
    a2a:PersonNameFirstName "Dirick" ;
    a2a:PersonNameLastName "Gerritsz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1639" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1639-04-03"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person:5c87685f-7d24-c671-e579-b2a35fa8e20e ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person:2c220d9d-50c9-a469-6786-f58731b8ff21 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person:d09f8503-6e89-8ab3-74df-476394b6e3ae ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person:fb79ea17-f885-d823-8379-5e5f9dc4f6f2 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4c48-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Person:e46d4fdd-d796-88fc-430c-488158a580a7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4c48-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-4c48-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1639-04-03 - 1639-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1639-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1639-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1639" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1639-04-03"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 955C, Periode: 1639" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "605294" ;
    a2a:RegistryNumber "955C" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 955C, Periode: 1639, Notariële archieven, 605294, 955C"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1d066cc8-a109-8eed-c42a-c8f085710eda.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4c48-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1d066cc8-a109-8eed-c42a-c8f085710eda.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/3ef5deb4-3324-67b6-99b8-3dc197bde986.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4c48-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3ef5deb4-3324-67b6-99b8-3dc197bde986.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-4c48-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-4c48-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Straelsont
Onderwerpsomschrijving: Machtigt mandenmaker Gerritsz, reis
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/955C" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "VBPA00023000082", "VBPA00023000083" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_118_00000118.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00023000082; positie: 2459, 2989, 387, 127" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00023000083; positie: 1936, 2647, 1228, 173" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00023000082; positie: 1788, 2725, 739, 133" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00023000083; positie: 743, 2864, 1417, 224" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00023000083; positie: 747, 289, 842, 189" .
