@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-e9c1-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 31 juli 1798" ;
  a2a:hasPerson oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-3b3da006-ea63-0056-1207-e3c2f60a6cc1, oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-0d8118ef-f765-6d97-4f30-b7b101056700, oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-c1107b9c-dfd4-951c-a916-32d3777ba7da, oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-cb9a3a1d-9d7b-930e-911a-5afe1b1a1b70, oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-8b33d42d-8aca-0aa4-5f07-ed7b1e045caa ;
  a2a:hasEvent oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-e9c1-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-3b3da006-ea63-0056-1207-e3c2f60a6cc1
  a a2a:Person ;
  rdfs:label "Faesch" ;
  a2a:PersonName [
    rdfs:label "Faesch" ;
    a2a:PersonNameLastName "Faesch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-0d8118ef-f765-6d97-4f30-b7b101056700
  a a2a:Person ;
  rdfs:label "Braunsberg" ;
  a2a:PersonName [
    rdfs:label "Braunsberg" ;
    a2a:PersonNameLastName "Braunsberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-c1107b9c-dfd4-951c-a916-32d3777ba7da
  a a2a:Person ;
  rdfs:label "Kluppel" ;
  a2a:PersonName [
    rdfs:label "Kluppel" ;
    a2a:PersonNameLastName "Kluppel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-cb9a3a1d-9d7b-930e-911a-5afe1b1a1b70
  a a2a:Person ;
  rdfs:label "John Theophilus Daubuz" ;
  a2a:PersonName [
    rdfs:label "John Theophilus Daubuz" ;
    a2a:PersonNameFirstName "John Theophilus" ;
    a2a:PersonNameLastName "Daubuz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person-8b33d42d-8aca-0aa4-5f07-ed7b1e045caa
  a a2a:Person ;
  rdfs:label "Joseph Nourse" ;
  a2a:PersonName [
    rdfs:label "Joseph Nourse" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Nourse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1798" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1798-07-31"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person:3b3da006-ea63-0056-1207-e3c2f60a6cc1 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person:0d8118ef-f765-6d97-4f30-b7b101056700 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person:c1107b9c-dfd4-951c-a916-32d3777ba7da ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person:cb9a3a1d-9d7b-930e-911a-5afe1b1a1b70 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Person:8b33d42d-8aca-0aa4-5f07-ed7b1e045caa ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e9c1-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-e9c1-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1798-07-31 - 1798-07-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-07-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-07-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1798" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1798-07-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 15671, Periode: 1798" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "646012" ;
    a2a:RegistryNumber "15671" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 15671, Periode: 1798, Notariële archieven, 646012, 15671"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b3a909a2-9aae-76df-3c57-4cb86236d7fa.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e9c1-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b3a909a2-9aae-76df-3c57-4cb86236d7fa.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e8db3575-95f0-9496-a852-23bfb0b43829.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e9c1-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e8db3575-95f0-9496-a852-23bfb0b43829.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-e9c1-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-e9c1-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Anthony Mijlius
Locatieomschrijving: London
Locatieomschrijving: United States of America
Taal: engels""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/15671" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "KLAB06925000075", "KLAB06925000076" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_754_00000754.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAB06925000076; positie: 2478, 1453, 376, 120" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAB06925000076; positie: 1457, 1498, 621, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAB06925000076; positie: 2086, 1479, 337, 85" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAB06925000076; positie: 1989, 803, 673, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAB06925000076; positie: 2271, 1554, 564, 92" .
