@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-3aaf-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 12 november 1664" ;
  a2a:hasPerson oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-a69d131e-277b-e458-488c-9373a8cfae35, oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-3f3d1254-19d7-98b0-80d2-5fd7f1719619, oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-337269a5-0c00-1873-db46-df2638a2a278, oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-6b9fea9b-bd74-ba45-145f-298a2d80d8b3, oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-e91be70b-efca-8156-6486-cb64d32fa20d ;
  a2a:hasEvent oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-3aaf-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-a69d131e-277b-e458-488c-9373a8cfae35
  a a2a:Person ;
  rdfs:label "Franco van der Hoeve" ;
  a2a:PersonName [
    rdfs:label "Franco van der Hoeve" ;
    a2a:PersonNameFirstName "Franco" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hoeve"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-3f3d1254-19d7-98b0-80d2-5fd7f1719619
  a a2a:Person ;
  rdfs:label "Vijffhuijsen" ;
  a2a:PersonName [
    rdfs:label "Vijffhuijsen" ;
    a2a:PersonNameLastName "Vijffhuijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-337269a5-0c00-1873-db46-df2638a2a278
  a a2a:Person ;
  rdfs:label "Rachel Camacho" ;
  a2a:PersonName [
    rdfs:label "Rachel Camacho" ;
    a2a:PersonNameFirstName "Rachel" ;
    a2a:PersonNameLastName "Camacho"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-6b9fea9b-bd74-ba45-145f-298a2d80d8b3
  a a2a:Person ;
  rdfs:label "Isabel Henriques" ;
  a2a:PersonName [
    rdfs:label "Isabel Henriques" ;
    a2a:PersonNameFirstName "Isabel" ;
    a2a:PersonNameLastName "Henriques"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person-e91be70b-efca-8156-6486-cb64d32fa20d
  a a2a:Person ;
  rdfs:label "Abraham Verneij" ;
  a2a:PersonName [
    rdfs:label "Abraham Verneij" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Verneij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1664" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1664-11-12"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person:a69d131e-277b-e458-488c-9373a8cfae35 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person:3f3d1254-19d7-98b0-80d2-5fd7f1719619 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person:337269a5-0c00-1873-db46-df2638a2a278 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person:6b9fea9b-bd74-ba45-145f-298a2d80d8b3 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Person:e91be70b-efca-8156-6486-cb64d32fa20d ;
  a2a:EventKeyRef oa:event_saa_d837ae04-3aaf-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-3aaf-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1664-11-12 - 1664-11-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1664-11-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1664-11-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1664" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1664-11-12"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 3077, Periode: 1664" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "602285" ;
    a2a:RegistryNumber "3077" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 3077, Periode: 1664, Notariële archieven, 602285, 3077"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/ea0d49be-555c-57f3-a71b-c961d52a9383.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-3aaf-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ea0d49be-555c-57f3-a71b-c961d52a9383.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-3aaf-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-3aaf-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Hector Friesma
Locatieomschrijving: S'Gravenhage
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/3077" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTJ01443000113" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_28_00000028.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01443000113; positie: 3782, 2326, 324, 66" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01443000113; positie: 3491, 966, 312, 98" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01443000113; positie: 3314, 684, 408, 112" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01443000113; positie: 2809, 689, 393, 100" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01443000113; positie: 2976, 2430, 604, 101" .
