@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-641c-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 24 juli 1715" ;
  a2a:hasPerson oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-c9df00f2-dcb0-0f4b-c18a-3ad22f51114b, oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-8526e8f2-df38-956c-e16d-a58d335e0106, oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-72c504ab-2d53-681b-8af7-db94d8082cdd ;
  a2a:hasEvent oa:event_saa_d837ae04-641c-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae04-641c-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-c9df00f2-dcb0-0f4b-c18a-3ad22f51114b
  a a2a:Person ;
  rdfs:label "Albert van Poot" ;
  a2a:PersonName [
    rdfs:label "Albert van Poot" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Poot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-8526e8f2-df38-956c-e16d-a58d335e0106
  a a2a:Person ;
  rdfs:label "Huijbert Harmanusz van Poot" ;
  a2a:PersonName [
    rdfs:label "Huijbert Harmanusz van Poot" ;
    a2a:PersonNameFirstName "Huijbert Harmanusz" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Poot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person-72c504ab-2d53-681b-8af7-db94d8082cdd
  a a2a:Person ;
  rdfs:label "Jan Nieukerk" ;
  a2a:PersonName [
    rdfs:label "Jan Nieukerk" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Nieukerk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-641c-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1715" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1715-07-24"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person:c9df00f2-dcb0-0f4b-c18a-3ad22f51114b ;
  a2a:EventKeyRef oa:event_saa_d837ae04-641c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person:8526e8f2-df38-956c-e16d-a58d335e0106 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-641c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-641c-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-641c-6b6d-e053-b784100acdee_Person:72c504ab-2d53-681b-8af7-db94d8082cdd ;
  a2a:EventKeyRef oa:event_saa_d837ae04-641c-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-641c-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1715-07-24 - 1715-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1715-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1715-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1715" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1715-07-24"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 7538, Periode: 1715" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "616637" ;
    a2a:RegistryNumber "7538" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 7538, Periode: 1715, Notariële archieven, 616637, 7538"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b257b2a0-d4c9-ab4a-f0f4-5011e576e25e.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-641c-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b257b2a0-d4c9-ab4a-f0f4-5011e576e25e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-641c-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-641c-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Johannes van Vilekens
Onderwerpsomschrijving: rekenmeesters, 100ste penning
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/7538" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTC00402000360" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_924_00000924.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00402000360; positie: 690, 341, 722, 86" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00402000360; positie: 1029, 415, 1199, 106" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00402000360; positie: 2016, 925, 462, 67" .
