@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-87a9-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Machtiging op 13 december 1764" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-2b4bf85a-f526-74e9-18ff-a262f69defd1, oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-4c106222-e894-8fb7-0282-566546b98c2d, oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-d266cff4-4895-fdc6-a700-80c361a19b06, oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-52583d8d-4738-cc70-e825-9241e5d9e29a ;
  a2a:hasEvent oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_3 ;
  a2a:hasSource oa:source_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-2b4bf85a-f526-74e9-18ff-a262f69defd1
  a a2a:Person ;
  rdfs:label "Pieter Willeumier" ;
  a2a:PersonName [
    rdfs:label "Pieter Willeumier" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Willeumier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-4c106222-e894-8fb7-0282-566546b98c2d
  a a2a:Person ;
  rdfs:label "Jacob Fabrice Burman" ;
  a2a:PersonName [
    rdfs:label "Jacob Fabrice Burman" ;
    a2a:PersonNameFirstName "Jacob Fabrice" ;
    a2a:PersonNameLastName "Burman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-d266cff4-4895-fdc6-a700-80c361a19b06
  a a2a:Person ;
  rdfs:label "J.F. Heijne" ;
  a2a:PersonName [
    rdfs:label "J.F. Heijne" ;
    a2a:PersonNameFirstName "J.F." ;
    a2a:PersonNameLastName "Heijne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person-52583d8d-4738-cc70-e825-9241e5d9e29a
  a a2a:Person ;
  rdfs:label "Philippe Carel Somers" ;
  a2a:PersonName [
    rdfs:label "Philippe Carel Somers" ;
    a2a:PersonNameFirstName "Philippe Carel" ;
    a2a:PersonNameLastName "Somers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1764" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1764-12-13"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person:2b4bf85a-f526-74e9-18ff-a262f69defd1 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person:4c106222-e894-8fb7-0282-566546b98c2d ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person:d266cff4-4895-fdc6-a700-80c361a19b06 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Person:52583d8d-4738-cc70-e825-9241e5d9e29a ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-87a9-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1764-12-13 - 1764-12-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1764-12-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1764-12-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1764" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1764-12-13"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 11175, Periode: 1764" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "350151" ;
    a2a:RegistryNumber "11175" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 11175, Periode: 1764, Notariële archieven, 350151, 11175"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/768bc6bc-5238-e83e-79b6-547e078ad009.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-87a9-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/768bc6bc-5238-e83e-79b6-547e078ad009.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b7cd7c9a-403e-580f-2b20-d4299434f855.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-87a9-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b7cd7c9a-403e-580f-2b20-d4299434f855.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-87a9-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-87a9-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Mr.johannes Beukelaar
Locatieomschrijving: Tapoenipa Creecq
Locatieomschrijving: Suriname
Locatieomschrijving: Utrecht
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/11175" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTD01050000409", "NOTD01050000410" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_4039_00004039.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01050000410; positie: 3941, 545, 322, 92" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01050000410; positie: 2894, 150, 829, 112" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01050000410; positie: 3670, 1085, 461, 127" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01050000410; positie: 4038, 1338, 320, 79" .
