@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-31ea-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 12 september 1754" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-ab3445e3-c150-04c4-6f78-8278c4bf3ee9, oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-98c50c83-dce4-5369-4933-084c7e5e6f18, oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-0a83d989-0e2c-58af-bd57-108aa87992a4, oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-5a995a5a-fb61-c81a-432c-c462351aba11, oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-f89c801d-c57f-c8ce-07b8-61269471aee0, oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-f5834324-5356-5af9-822f-71993b1a7539 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_4, oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_5 ;
  a2a:hasSource oa:source_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-ab3445e3-c150-04c4-6f78-8278c4bf3ee9
  a a2a:Person ;
  rdfs:label "Isabella Maria Hop" ;
  a2a:PersonName [
    rdfs:label "Isabella Maria Hop" ;
    a2a:PersonNameFirstName "Isabella Maria" ;
    a2a:PersonNameLastName "Hop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-98c50c83-dce4-5369-4933-084c7e5e6f18
  a a2a:Person ;
  rdfs:label "Geertruijd Zuerius" ;
  a2a:PersonName [
    rdfs:label "Geertruijd Zuerius" ;
    a2a:PersonNameFirstName "Geertruijd" ;
    a2a:PersonNameLastName "Zuerius"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-0a83d989-0e2c-58af-bd57-108aa87992a4
  a a2a:Person ;
  rdfs:label "Jacob Hendriksz Hop" ;
  a2a:PersonName [
    rdfs:label "Jacob Hendriksz Hop" ;
    a2a:PersonNameFirstName "Jacob Hendriksz" ;
    a2a:PersonNameLastName "Hop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-5a995a5a-fb61-c81a-432c-c462351aba11
  a a2a:Person ;
  rdfs:label "Fredrik Hendrik Issac" ;
  a2a:PersonName [
    rdfs:label "Fredrik Hendrik Issac" ;
    a2a:PersonNameFirstName "Fredrik Hendrik" ;
    a2a:PersonNameLastName "Issac"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-f89c801d-c57f-c8ce-07b8-61269471aee0
  a a2a:Person ;
  rdfs:label "Benjamin Bonnet" ;
  a2a:PersonName [
    rdfs:label "Benjamin Bonnet" ;
    a2a:PersonNameFirstName "Benjamin" ;
    a2a:PersonNameLastName "Bonnet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person-f5834324-5356-5af9-822f-71993b1a7539
  a a2a:Person ;
  rdfs:label "Daniel Vrede" ;
  a2a:PersonName [
    rdfs:label "Daniel Vrede" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Vrede"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1754" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1754-09-12"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:ab3445e3-c150-04c4-6f78-8278c4bf3ee9 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:98c50c83-dce4-5369-4933-084c7e5e6f18 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:0a83d989-0e2c-58af-bd57-108aa87992a4 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:5a995a5a-fb61-c81a-432c-c462351aba11 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:f89c801d-c57f-c8ce-07b8-61269471aee0 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Person:f5834324-5356-5af9-822f-71993b1a7539 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-31ea-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1754-09-12 - 1754-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1754-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1754-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1754" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1754-09-12"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 9236, Periode: 1754" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "366911" ;
    a2a:RegistryNumber "9236" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 9236, Periode: 1754, Notariële archieven, 366911, 9236"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/82c99640-d05c-791d-8227-29788d83a7d3.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-31ea-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/82c99640-d05c-791d-8227-29788d83a7d3.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/562ff7b5-bdad-d2b3-4847-0621b68f234a.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-31ea-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/562ff7b5-bdad-d2b3-4847-0621b68f234a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-31ea-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-31ea-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Jan Ardinois
Locatieomschrijving: London
Locatieomschrijving: Leijden
Locatieomschrijving: Lissepoel
Locatieomschrijving: Lisse
Locatieomschrijving: Breda
Onderwerpsomschrijving: Machtiging tot verkoop perceel grond in Lisse
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/9236" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTA00899000052", "NOTA00899000053" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_7122_00007122.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 2648, 1413, 424, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 3233, 2406, 620, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 3184, 1039, 932, 191" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 3030, 2567, 733, 130" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 2849, 1470, 681, 135" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA00899000052; positie: 3625, 1970, 458, 163" .
