@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-bde3-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 26 augustus 1797" ;
  a2a:hasPerson oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-2d98b898-49ff-9ea5-8811-bb78db548b8a, oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-babb53bd-74ec-9321-1181-acf15a01da14, oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-97979e0c-e356-764d-fcbd-c62805f78eea, oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-53ab0f8a-8061-b68b-6ef0-007ef9cf5d50, oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-1c17f0b1-c456-af0e-9852-450e5efdf0a9 ;
  a2a:hasEvent oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-bde3-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-2d98b898-49ff-9ea5-8811-bb78db548b8a
  a a2a:Person ;
  rdfs:label "Juan Baptista Carli di Carlo" ;
  a2a:PersonName [
    rdfs:label "Juan Baptista Carli di Carlo" ;
    a2a:PersonNameFirstName "Juan Baptista" ;
    a2a:PersonNameLastName "Carli di Carlo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-babb53bd-74ec-9321-1181-acf15a01da14
  a a2a:Person ;
  rdfs:label "Tomas Francisco Carli" ;
  a2a:PersonName [
    rdfs:label "Tomas Francisco Carli" ;
    a2a:PersonNameFirstName "Tomas Francisco" ;
    a2a:PersonNameLastName "Carli"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-97979e0c-e356-764d-fcbd-c62805f78eea
  a a2a:Person ;
  rdfs:label "Augustin Lorla" ;
  a2a:PersonName [
    rdfs:label "Augustin Lorla" ;
    a2a:PersonNameFirstName "Augustin" ;
    a2a:PersonNameLastName "Lorla"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-53ab0f8a-8061-b68b-6ef0-007ef9cf5d50
  a a2a:Person ;
  rdfs:label "Josi Cayeto Puyol y March" ;
  a2a:PersonName [
    rdfs:label "Josi Cayeto Puyol y March" ;
    a2a:PersonNameFirstName "Josi Cayeto" ;
    a2a:PersonNameLastName "Puyol y March"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person-1c17f0b1-c456-af0e-9852-450e5efdf0a9
  a a2a:Person ;
  rdfs:label "Estevan d'Isay" ;
  a2a:PersonName [
    rdfs:label "Estevan d' Isay" ;
    a2a:PersonNameFirstName "Estevan" ;
    a2a:PersonNamePrefixLastName "d'" ;
    a2a:PersonNameLastName "Isay"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1797" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1797-08-26"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person:2d98b898-49ff-9ea5-8811-bb78db548b8a ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person:babb53bd-74ec-9321-1181-acf15a01da14 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person:97979e0c-e356-764d-fcbd-c62805f78eea ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person:53ab0f8a-8061-b68b-6ef0-007ef9cf5d50 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-bde3-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Person:1c17f0b1-c456-af0e-9852-450e5efdf0a9 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-bde3-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-bde3-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1797-08-26 - 1797-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1797" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1797-08-26"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 15669, Periode: 1797" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "638025" ;
    a2a:RegistryNumber "15669" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 15669, Periode: 1797, Notariële archieven, 638025, 15669"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/5bdee061-bb42-25f8-73e7-c891e356ce1c.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-bde3-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5bdee061-bb42-25f8-73e7-c891e356ce1c.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/586e0a5f-d9fe-c5b6-28ed-3c71dc91a3bc.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-bde3-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/586e0a5f-d9fe-c5b6-28ed-3c71dc91a3bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-bde3-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-bde3-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Anthony Mijlius
Locatieomschrijving: Barcelona
Taal: spaans""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/15669" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTD02166000202", "NOTD02166000203" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_530_00000530.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02166000203; positie: 1367, 1222, 1304, 128" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02166000203; positie: 1010, 1117, 941, 110" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02166000203; positie: 1963, 1341, 698, 111" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02166000203; positie: 1515, 2000, 1183, 120" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02166000203; positie: 1117, 1413, 636, 94" .
