@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-77a8-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 18 april 1775" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-2c5a523d-bb24-dfe2-c9e4-38978aa44bfb, oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-c76b390e-5940-b0c6-ae31-f99d6aae3b8a, oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-2dc99144-e51e-64b3-4ceb-2d1b0b7cfc86 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-2c5a523d-bb24-dfe2-c9e4-38978aa44bfb
  a a2a:Person ;
  rdfs:label "Philipp Jacob Apffel" ;
  a2a:PersonName [
    rdfs:label "Philipp Jacob Apffel" ;
    a2a:PersonNameFirstName "Philipp Jacob" ;
    a2a:PersonNameLastName "Apffel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-c76b390e-5940-b0c6-ae31-f99d6aae3b8a
  a a2a:Person ;
  rdfs:label "Adam Dott" ;
  a2a:PersonName [
    rdfs:label "Adam Dott" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Dott"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person-2dc99144-e51e-64b3-4ceb-2d1b0b7cfc86
  a a2a:Person ;
  rdfs:label "Catharina Margaretha" ;
  a2a:PersonName [
    rdfs:label "Catharina Margaretha" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Margaretha"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1775-04-18"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person:2c5a523d-bb24-dfe2-c9e4-38978aa44bfb ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person:c76b390e-5940-b0c6-ae31-f99d6aae3b8a ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Person:2dc99144-e51e-64b3-4ceb-2d1b0b7cfc86 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-77a8-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1775-04-18 - 1775-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1775-04-18"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10879, Periode: 1775" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "369244" ;
    a2a:RegistryNumber "10879" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10879, Periode: 1775, Notariële archieven, 369244, 10879"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/05dc54a2-18e6-07d5-3d38-9e59974a89b0.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-77a8-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/05dc54a2-18e6-07d5-3d38-9e59974a89b0.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/afc89596-87b2-76e1-aad8-9b524e16e4b6.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-77a8-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/afc89596-87b2-76e1-aad8-9b524e16e4b6.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/316514f8-39a5-9a5c-6d75-0da626c9dcb9.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-77a8-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/316514f8-39a5-9a5c-6d75-0da626c9dcb9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-77a8-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-77a8-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Elsas
Taal: duits""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10879" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTA01486000133", "NOTA01486000134", "NOTA01486000135" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_9278_00009278.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01486000134; positie: 2808, 945, 899, 96" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01486000134; positie: 3723, 1441, 261, 59" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01486000134; positie: 3226, 1942, 896, 75" .
