@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_d0092ad0-76db-1a7b-e053-b784100aab8a
  a a2a:Record ;
  rdfs:label "Machtiging op 22 juli 1710" ;
  a2a:hasPerson oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-c082a455-144a-886e-213b-f690b1ab7656, oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-d383f0a1-7c67-f0ff-b1d1-831ba82aecca, oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-59622016-d95c-3971-1e60-91eec778997a ;
  a2a:hasEvent oa:event_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_0, oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_1, oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_2 ;
  a2a:hasSource oa:source_saa_d0092ad0-76db-1a7b-e053-b784100aab8a .

oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-c082a455-144a-886e-213b-f690b1ab7656
  a a2a:Person ;
  rdfs:label "Jacob van Ravensteijn" ;
  a2a:PersonName [
    rdfs:label "Jacob van Ravensteijn" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ravensteijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-d383f0a1-7c67-f0ff-b1d1-831ba82aecca
  a a2a:Person ;
  rdfs:label "Jacob Scharlino" ;
  a2a:PersonName [
    rdfs:label "Jacob Scharlino" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Scharlino"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person-59622016-d95c-3971-1e60-91eec778997a
  a a2a:Person ;
  rdfs:label "Jacob Barselaij" ;
  a2a:PersonName [
    rdfs:label "Jacob Barselaij" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Barselaij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1710" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1710-07-22"^^xsd:date
  ] .

oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person:c082a455-144a-886e-213b-f690b1ab7656 ;
  a2a:EventKeyRef oa:event_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Event1 .

oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person:d383f0a1-7c67-f0ff-b1d1-831ba82aecca ;
  a2a:EventKeyRef oa:event_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Event1 .

oa:relationep_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Person:59622016-d95c-3971-1e60-91eec778997a ;
  a2a:EventKeyRef oa:event_saa_d0092ad0-76db-1a7b-e053-b784100aab8a_Event1 .

oa:source_saa_d0092ad0-76db-1a7b-e053-b784100aab8a
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1710-07-22 - 1710-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1710-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1710-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1710" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1710-07-22"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 7533, Periode: 1710" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "541504" ;
    a2a:RegistryNumber "7533" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 7533, Periode: 1710, Notariële archieven, 541504, 7533"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/173d0b3b-da77-df40-ba01-ed069efcdf20.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d0092ad0-76db-1a7b-e053-b784100aab8a" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/173d0b3b-da77-df40-ba01-ed069efcdf20.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d0092ad0-76db-1a7b-e053-b784100aab8a" ;
  a2a:RecordGUID "{d0092ad0-76db-1a7b-e053-b784100aab8a}" ;
  a2a:SourceRemarkOpmerking """Notaris: Johannes van Vilekens
Locatieomschrijving: s' Gravenhage
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/7533" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTC00398000323" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220127_427_00000427.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00398000323; positie: 2034, 511, 390, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00398000323; positie: 829, 734, 556, 84" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00398000323; positie: 778, 357, 726, 84" .
