@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-cba9-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 19 januari 1745" ;
  a2a:hasPerson oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-1db55aa0-2e73-a40e-101d-4da898c7b958, oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-3dee36b9-1770-1d84-4c52-93eb224fea35, oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-d5d92c48-b771-8b1a-e523-f7786b342806 ;
  a2a:hasEvent oa:event_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae03-cba9-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-1db55aa0-2e73-a40e-101d-4da898c7b958
  a a2a:Person ;
  rdfs:label "Johannes te Grebber" ;
  a2a:PersonName [
    rdfs:label "Johannes te Grebber" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "te" ;
    a2a:PersonNameLastName "Grebber"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-3dee36b9-1770-1d84-4c52-93eb224fea35
  a a2a:Person ;
  rdfs:label "Jacob Quelenburch" ;
  a2a:PersonName [
    rdfs:label "Jacob Quelenburch" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Quelenburch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person-d5d92c48-b771-8b1a-e523-f7786b342806
  a a2a:Person ;
  rdfs:label "Jan de Razieres" ;
  a2a:PersonName [
    rdfs:label "Jan de Razieres" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Razieres"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1745" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1745-01-19"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person:1db55aa0-2e73-a40e-101d-4da898c7b958 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person:3dee36b9-1770-1d84-4c52-93eb224fea35 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-cba9-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Person:d5d92c48-b771-8b1a-e523-f7786b342806 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-cba9-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-cba9-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1745-01-19 - 1745-01-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1745-01-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1745-01-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1745" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1745-01-19"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 12157, Periode: 1745" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "628676" ;
    a2a:RegistryNumber "12157" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 12157, Periode: 1745, Notariële archieven, 628676, 12157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/d8e1f1ea-6c12-fdbe-3552-aca68d681289.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-cba9-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/d8e1f1ea-6c12-fdbe-3552-aca68d681289.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/5f8c3d2d-d45c-590a-4b21-15f264c21637.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-cba9-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5f8c3d2d-d45c-590a-4b21-15f264c21637.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-cba9-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-cba9-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Jan Rijpland
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/12157" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTJ00599000115", "NOTJ00599000116" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_600_00000600.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ00599000116; positie: 3851, 433, 835, 167" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ00599000116; positie: 4838, 471, 336, 125" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ00599000116; positie: 3817, 1185, 694, 134" .
