@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-c47f-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 1 juni 1654" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-f17c7a52-fe1b-2e58-2921-06541e743f4c, oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-aa8251d9-ce56-c9c8-bb36-a8e01bae8b10, oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-86f43fc2-d13b-0f0b-2bbd-20ea747a7ee2 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-f17c7a52-fe1b-2e58-2921-06541e743f4c
  a a2a:Person ;
  rdfs:label "Antonio Lopes Suasso" ;
  a2a:PersonName [
    rdfs:label "Antonio Lopes Suasso" ;
    a2a:PersonNameFirstName "Antonio" ;
    a2a:PersonNameLastName "Lopes Suasso"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-aa8251d9-ce56-c9c8-bb36-a8e01bae8b10
  a a2a:Person ;
  rdfs:label "Paulo Pinto" ;
  a2a:PersonName [
    rdfs:label "Paulo Pinto" ;
    a2a:PersonNameFirstName "Paulo" ;
    a2a:PersonNameLastName "Pinto"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person-86f43fc2-d13b-0f0b-2bbd-20ea747a7ee2
  a a2a:Person ;
  rdfs:label "Jacomo Pinto" ;
  a2a:PersonName [
    rdfs:label "Jacomo Pinto" ;
    a2a:PersonNameFirstName "Jacomo" ;
    a2a:PersonNameLastName "Pinto"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1654-06-01"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person:f17c7a52-fe1b-2e58-2921-06541e743f4c ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person:aa8251d9-ce56-c9c8-bb36-a8e01bae8b10 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Person:86f43fc2-d13b-0f0b-2bbd-20ea747a7ee2 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-c47f-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1654-06-01 - 1654-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1654-06-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 972A, Periode: 1654" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "363186" ;
    a2a:RegistryNumber "972A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 972A, Periode: 1654, Notariële archieven, 363186, 972A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/7d11b9be-a909-3f76-32d3-6fed12aa7f9e.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c47f-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/7d11b9be-a909-3f76-32d3-6fed12aa7f9e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9261ac69-aaff-17c5-5d6e-03969e163b2d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-c47f-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9261ac69-aaff-17c5-5d6e-03969e163b2d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-c47f-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-c47f-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Middelborgh in Zeelandt
Onderwerpsomschrijving: VOC Kamer Middelburg
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/972A" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "VBPA00055000103", "VBPA00055000104" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230311_18313_00018313.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000103; positie: 2536, 1002, 806, 208" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000103; positie: 1324, 2260, 429, 169" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000103; positie: 2063, 2285, 897, 149" .
