@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_d837ae03-e2dd-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 26 augustus 1775" ;
  a2a:hasPerson oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-210d966e-963d-1506-deb5-c9d27dd7fbae, oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-3508b707-1d0c-c21d-3335-71b762bff86e, oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-b5f5e6d3-4418-d968-da52-5d965e7b3309, oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-8e0cb8ac-a727-def7-7aa6-77fd1d57a351 ;
  a2a:hasEvent oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_3 ;
  a2a:hasSource oa:source_saa_d837ae03-e2dd-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-210d966e-963d-1506-deb5-c9d27dd7fbae
  a a2a:Person ;
  rdfs:label "Eva Johanna van Limburg" ;
  a2a:PersonName [
    rdfs:label "Eva Johanna van Limburg" ;
    a2a:PersonNameFirstName "Eva Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Limburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-3508b707-1d0c-c21d-3335-71b762bff86e
  a a2a:Person ;
  rdfs:label "Anna Kok" ;
  a2a:PersonName [
    rdfs:label "Anna Kok" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-b5f5e6d3-4418-d968-da52-5d965e7b3309
  a a2a:Person ;
  rdfs:label "Bethuel Jansz Rol" ;
  a2a:PersonName [
    rdfs:label "Bethuel Jansz Rol" ;
    a2a:PersonNameFirstName "Bethuel Jansz" ;
    a2a:PersonNameLastName "Rol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person-8e0cb8ac-a727-def7-7aa6-77fd1d57a351
  a a2a:Person ;
  rdfs:label "Hermanus van Limburg" ;
  a2a:PersonName [
    rdfs:label "Hermanus van Limburg" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Limburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1775-08-26"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person:210d966e-963d-1506-deb5-c9d27dd7fbae ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person:3508b707-1d0c-c21d-3335-71b762bff86e ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person:b5f5e6d3-4418-d968-da52-5d965e7b3309 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Person:8e0cb8ac-a727-def7-7aa6-77fd1d57a351 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-e2dd-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-e2dd-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1775-08-26 - 1775-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1775-08-26"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 14335, Periode: 1775" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "624016" ;
    a2a:RegistryNumber "14335" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 14335, Periode: 1775, Notariële archieven, 624016, 14335"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b2115556-55c2-319e-b647-1d9196e61adb.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e2dd-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b2115556-55c2-319e-b647-1d9196e61adb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e6ec596b-e6b0-f881-3ba7-fcb02879cd38.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e2dd-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e6ec596b-e6b0-f881-3ba7-fcb02879cd38.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/91ab6e7a-91ff-4a50-86cd-1c2c2a1fed84.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-e2dd-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/91ab6e7a-91ff-4a50-86cd-1c2c2a1fed84.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-e2dd-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-e2dd-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Pieter de Wilde
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/14335" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTI01322000865", "NOTI01322000866", "NOTI01322000867" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_719_00000719.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01322000866; positie: 3412, 412, 1044, 174" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01322000866; positie: 3617, 1121, 414, 78" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01322000866; positie: 3885, 787, 623, 107" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTI01322000866; positie: 4320, 1128, 166, 86" .
