@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-5ea6-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 13 mei 1704" ;
  a2a:hasPerson oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-ba2e969c-fa6e-e791-cbc0-21f00313fa48, oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-a907c714-07a0-1733-6d99-f77e1ea2bdaa, oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-1a279448-dce4-edf7-d7c4-1524da5a444d, oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-6eabf8a3-1674-56af-bff4-d4d9100707ac, oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-7938d445-22ba-0ded-710b-5352e218c758 ;
  a2a:hasEvent oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-5ea6-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-ba2e969c-fa6e-e791-cbc0-21f00313fa48
  a a2a:Person ;
  rdfs:label "Nicolas Skinner junior" ;
  a2a:PersonName [
    rdfs:label "Nicolas Skinner junior" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNameLastName "Skinner junior"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-a907c714-07a0-1733-6d99-f77e1ea2bdaa
  a a2a:Person ;
  rdfs:label "William Scorey" ;
  a2a:PersonName [
    rdfs:label "William Scorey" ;
    a2a:PersonNameFirstName "William" ;
    a2a:PersonNameLastName "Scorey"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-1a279448-dce4-edf7-d7c4-1524da5a444d
  a a2a:Person ;
  rdfs:label "Mathew Chittij" ;
  a2a:PersonName [
    rdfs:label "Mathew Chittij" ;
    a2a:PersonNameFirstName "Mathew" ;
    a2a:PersonNameLastName "Chittij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-6eabf8a3-1674-56af-bff4-d4d9100707ac
  a a2a:Person ;
  rdfs:label "St. Quentin" ;
  a2a:PersonName [
    rdfs:label "St. Quentin" ;
    a2a:PersonNamePrefixLastName "St." ;
    a2a:PersonNameLastName "Quentin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person-7938d445-22ba-0ded-710b-5352e218c758
  a a2a:Person ;
  rdfs:label "Samuel de Simon Palache" ;
  a2a:PersonName [
    rdfs:label "Samuel de Simon Palache" ;
    a2a:PersonNameFirstName "Samuel de Simon" ;
    a2a:PersonNameLastName "Palache"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1704" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1704-05-13"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person:ba2e969c-fa6e-e791-cbc0-21f00313fa48 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person:a907c714-07a0-1733-6d99-f77e1ea2bdaa ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person:1a279448-dce4-edf7-d7c4-1524da5a444d ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person:6eabf8a3-1674-56af-bff4-d4d9100707ac ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Person:7938d445-22ba-0ded-710b-5352e218c758 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5ea6-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-5ea6-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1704-05-13 - 1704-05-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1704-05-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1704-05-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1704" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1704-05-13"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 5892, Periode: 1704" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "643937" ;
    a2a:RegistryNumber "5892" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 5892, Periode: 1704, Notariële archieven, 643937, 5892"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/cb23a34d-1ecf-3df1-22e6-12a1a3dda24a.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-5ea6-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/cb23a34d-1ecf-3df1-22e6-12a1a3dda24a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/3acd0798-66c6-b0ea-8c27-d18d41ba6d15.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-5ea6-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3acd0798-66c6-b0ea-8c27-d18d41ba6d15.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-5ea6-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-5ea6-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Joan Hoekeback
Locatieomschrijving: London
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/5892" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTD02710000324", "NOTD02710000325" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_212_00000212.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02710000325; positie: 2872, 963, 675, 65" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02710000325; positie: 2603, 1074, 600, 111" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02710000325; positie: 2812, 1450, 426, 65" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02710000325; positie: 3351, 1447, 351, 68" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02710000325; positie: 3236, 586, 907, 52" .
