@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-5c9a-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 10 maart 1758" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-34759096-17c1-093e-333f-3fce57d8c5f7, oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-db74c189-4b74-767a-64ae-ab66cb2e15f8, oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-e28d1a39-9e86-6700-0451-b25a0a0888c0, oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-f9ca478b-82b2-e3b9-1e37-cfa7019be130 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_3 ;
  a2a:hasSource oa:source_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-34759096-17c1-093e-333f-3fce57d8c5f7
  a a2a:Person ;
  rdfs:label "Lena Paland" ;
  a2a:PersonName [
    rdfs:label "Lena Paland" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Paland"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-db74c189-4b74-767a-64ae-ab66cb2e15f8
  a a2a:Person ;
  rdfs:label "Jan Wagtels" ;
  a2a:PersonName [
    rdfs:label "Jan Wagtels" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wagtels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-e28d1a39-9e86-6700-0451-b25a0a0888c0
  a a2a:Person ;
  rdfs:label "Christoffel Wellendorff" ;
  a2a:PersonName [
    rdfs:label "Christoffel Wellendorff" ;
    a2a:PersonNameFirstName "Christoffel" ;
    a2a:PersonNameLastName "Wellendorff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person-f9ca478b-82b2-e3b9-1e37-cfa7019be130
  a a2a:Person ;
  rdfs:label "Christiaan Menssendijk" ;
  a2a:PersonName [
    rdfs:label "Christiaan Menssendijk" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Menssendijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1758-03-10"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person:34759096-17c1-093e-333f-3fce57d8c5f7 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person:db74c189-4b74-767a-64ae-ab66cb2e15f8 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person:e28d1a39-9e86-6700-0451-b25a0a0888c0 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Person:f9ca478b-82b2-e3b9-1e37-cfa7019be130 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-5c9a-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1758-03-10 - 1758-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1758-03-10"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10772, Periode: 1758" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "355005" ;
    a2a:RegistryNumber "10772" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10772, Periode: 1758, Notariële archieven, 355005, 10772"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/283b8062-493e-8742-8403-488faf61bd81.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-5c9a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/283b8062-493e-8742-8403-488faf61bd81.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9ad92e0a-a08e-e0b2-1e61-1316c032d0a8.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-5c9a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9ad92e0a-a08e-e0b2-1e61-1316c032d0a8.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1d3f25d7-8471-c3c3-1bf9-b9ccf2dc344d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-5c9a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1d3f25d7-8471-c3c3-1bf9-b9ccf2dc344d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-5c9a-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-5c9a-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Onderwerpsomschrijving: Stoelenmaker wonende in de Vijzelstraat tussen de Herengracht en de Reguliers Dwarsstraat;
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10772" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTD03384000686", "NOTD03384000687", "NOTD03384000688" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_5225_00005225.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD03384000687; positie: 4243, 471, 777, 170" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD03384000687; positie: 4416, 2346, 705, 170" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD03384000687; positie: 3581, 379, 1144, 207" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD03384000687; positie: 3599, 1255, 1422, 169" .
