@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-89a0-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 11 mei 1742" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-37c52dc8-446c-6f77-c300-c04c2045cb18, oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-d2f00273-ab7d-048c-3ab0-efe7725791b6, oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-be2510ea-802c-1455-3849-57f747e5ac0e, oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-bbdf4670-e239-4285-8448-3db9a1a431af, oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-e6fef960-5775-85ca-b3bb-bb0931ce357e ;
  a2a:hasEvent oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_4 ;
  a2a:hasSource oa:source_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-37c52dc8-446c-6f77-c300-c04c2045cb18
  a a2a:Person ;
  rdfs:label "Moses Blaauw" ;
  a2a:PersonName [
    rdfs:label "Moses Blaauw" ;
    a2a:PersonNameFirstName "Moses" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-d2f00273-ab7d-048c-3ab0-efe7725791b6
  a a2a:Person ;
  rdfs:label "Benjamin Mendes da Costa" ;
  a2a:PersonName [
    rdfs:label "Benjamin Mendes da Costa" ;
    a2a:PersonNameFirstName "Benjamin" ;
    a2a:PersonNameLastName "Mendes da Costa"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-be2510ea-802c-1455-3849-57f747e5ac0e
  a a2a:Person ;
  rdfs:label "Gabriel Lopes" ;
  a2a:PersonName [
    rdfs:label "Gabriel Lopes" ;
    a2a:PersonNameFirstName "Gabriel" ;
    a2a:PersonNameLastName "Lopes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-bbdf4670-e239-4285-8448-3db9a1a431af
  a a2a:Person ;
  rdfs:label "Clara Blaauw" ;
  a2a:PersonName [
    rdfs:label "Clara Blaauw" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person-e6fef960-5775-85ca-b3bb-bb0931ce357e
  a a2a:Person ;
  rdfs:label "Jacob d'Mosech Mendes da Costa" ;
  a2a:PersonName [
    rdfs:label "Jacob d'Mosech Mendes da Costa" ;
    a2a:PersonNameFirstName "Jacob d'Mosech" ;
    a2a:PersonNameLastName "Mendes da Costa"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1742" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1742-05-11"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person:37c52dc8-446c-6f77-c300-c04c2045cb18 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person:d2f00273-ab7d-048c-3ab0-efe7725791b6 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person:be2510ea-802c-1455-3849-57f747e5ac0e ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person:bbdf4670-e239-4285-8448-3db9a1a431af ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Person:e6fef960-5775-85ca-b3bb-bb0931ce357e ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-89a0-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1742-05-11 - 1742-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1742-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1742-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1742" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1742-05-11"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10223, Periode: 1742" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "341375" ;
    a2a:RegistryNumber "10223" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10223, Periode: 1742, Notariële archieven, 341375, 10223"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e1222602-f4cf-0083-47aa-d07bbc2e392c.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-89a0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e1222602-f4cf-0083-47aa-d07bbc2e392c.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9399b7f3-8e13-e7b2-04c8-f8639a4b58cd.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-89a0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9399b7f3-8e13-e7b2-04c8-f8639a4b58cd.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b40d9878-418d-9b4d-7593-59e3352f7ada.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-89a0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b40d9878-418d-9b4d-7593-59e3352f7ada.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-89a0-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-89a0-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benjamin Phaff
Locatieomschrijving: London
Taal: engels""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10223" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTB00026000134", "NOTB00026000135", "NOTB00026000136" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_6094_00006094.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTB00026000135; positie: 2916, 3295, 491, 71" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTB00026000135; positie: 3770, 1996, 978, 145" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTB00026000135; positie: 3521, 3147, 562, 99" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTB00026000135; positie: 3502, 1238, 756, 170" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTB00026000135; positie: 4246, 3033, 549, 139" .
