@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-2a32-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 22 februari 1787" ;
  a2a:hasPerson oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-c1a4eee6-b89e-b2a9-9126-5f7dfb77fa4e, oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-d1b93c01-0000-156f-c35e-1d578eea7de8, oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-ea96bf4a-f780-178d-6892-4c98711607fc ;
  a2a:hasEvent oa:event_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae04-2a32-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-c1a4eee6-b89e-b2a9-9126-5f7dfb77fa4e
  a a2a:Person ;
  rdfs:label "Jean Etienne Guerin" ;
  a2a:PersonName [
    rdfs:label "Jean Etienne Guerin" ;
    a2a:PersonNameFirstName "Jean Etienne" ;
    a2a:PersonNameLastName "Guerin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-d1b93c01-0000-156f-c35e-1d578eea7de8
  a a2a:Person ;
  rdfs:label "A F de la Ville" ;
  a2a:PersonName [
    rdfs:label "A F de la Ville" ;
    a2a:PersonNameFirstName "A F" ;
    a2a:PersonNamePrefixLastName "de la" ;
    a2a:PersonNameLastName "Ville"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person-ea96bf4a-f780-178d-6892-4c98711607fc
  a a2a:Person ;
  rdfs:label "Ferdinand Schuurman" ;
  a2a:PersonName [
    rdfs:label "Ferdinand Schuurman" ;
    a2a:PersonNameFirstName "Ferdinand" ;
    a2a:PersonNameLastName "Schuurman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1787" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1787-02-22"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person:c1a4eee6-b89e-b2a9-9126-5f7dfb77fa4e ;
  a2a:EventKeyRef oa:event_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person:d1b93c01-0000-156f-c35e-1d578eea7de8 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-2a32-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Person:ea96bf4a-f780-178d-6892-4c98711607fc ;
  a2a:EventKeyRef oa:event_saa_d837ae04-2a32-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-2a32-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1787-02-22 - 1787-02-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1787-02-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1787-02-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1787" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1787-02-22"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 15632, Periode: 1787" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "614436" ;
    a2a:RegistryNumber "15632" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 15632, Periode: 1787, Notariële archieven, 614436, 15632"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/32fbab2c-30f5-853d-1510-319a58fec89b.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-2a32-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/32fbab2c-30f5-853d-1510-319a58fec89b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e4233bc7-3d9e-5b0f-1d3b-83b4c5b7d10b.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-2a32-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e4233bc7-3d9e-5b0f-1d3b-83b4c5b7d10b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/558e111a-7fe2-b46d-26d6-e7dad667a632.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-2a32-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/558e111a-7fe2-b46d-26d6-e7dad667a632.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-2a32-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-2a32-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Anthony Mijlius
Locatieomschrijving: Nantes
Taal: frans""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/15632" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTD02129000267", "NOTD02129000268", "NOTD02129000269" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_401_00000401.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02129000268; positie: 3637, 413, 614, 76" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02129000268; positie: 3304, 645, 452, 72" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02129000268; positie: 3086, 1107, 721, 82" .
