@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-6a90-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Consent op 25 mei 1729" ;
  a2a:hasPerson oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-bcefb439-dd56-eee4-ce20-23107a4857c2, oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-a214a650-5e12-912e-4434-bbcffec3b0cb, oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-46b9de78-a6f5-5d88-f4a3-78316512a178, oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-09bee7c8-8b54-c4a9-6720-9e26cfe8c987, oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-0bd6d53e-0294-6399-17c1-36338fdc6511 ;
  a2a:hasEvent oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-6a90-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-bcefb439-dd56-eee4-ce20-23107a4857c2
  a a2a:Person ;
  rdfs:label "Hijman Levi Aser" ;
  a2a:PersonName [
    rdfs:label "Hijman Levi Aser" ;
    a2a:PersonNameFirstName "Hijman Levi" ;
    a2a:PersonNameLastName "Aser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-a214a650-5e12-912e-4434-bbcffec3b0cb
  a a2a:Person ;
  rdfs:label "Abraham Levi" ;
  a2a:PersonName [
    rdfs:label "Abraham Levi" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Levi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-46b9de78-a6f5-5d88-f4a3-78316512a178
  a a2a:Person ;
  rdfs:label "Levi Aser" ;
  a2a:PersonName [
    rdfs:label "Levi Aser" ;
    a2a:PersonNameFirstName "Levi" ;
    a2a:PersonNameLastName "Aser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-09bee7c8-8b54-c4a9-6720-9e26cfe8c987
  a a2a:Person ;
  rdfs:label "Rosie Wolfs" ;
  a2a:PersonName [
    rdfs:label "Rosie Wolfs" ;
    a2a:PersonNameFirstName "Rosie" ;
    a2a:PersonNameLastName "Wolfs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person-0bd6d53e-0294-6399-17c1-36338fdc6511
  a a2a:Person ;
  rdfs:label "Clara Abrahams" ;
  a2a:PersonName [
    rdfs:label "Clara Abrahams" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Abrahams"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Consent" ;
  a2a:EventType "other:Consent" ;
  a2a:EventDate [
    a2a:Year "1729" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1729-05-25"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person:bcefb439-dd56-eee4-ce20-23107a4857c2 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person:a214a650-5e12-912e-4434-bbcffec3b0cb ;
  a2a:EventKeyRef oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person:46b9de78-a6f5-5d88-f4a3-78316512a178 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person:09bee7c8-8b54-c4a9-6720-9e26cfe8c987 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-6a90-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Person:0bd6d53e-0294-6399-17c1-36338fdc6511 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-6a90-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-6a90-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1729-05-25 - 1729-05-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1729-05-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1729-05-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1729" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1729-05-25"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 7558, Periode: 1729" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "622260" ;
    a2a:RegistryNumber "7558" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 7558, Periode: 1729, Notariële archieven, 622260, 7558"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/ea4b604f-0ea3-16fa-5202-a262070db518.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-6a90-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ea4b604f-0ea3-16fa-5202-a262070db518.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-6a90-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-6a90-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Johannes van Vilekens
Locatieomschrijving: S' Gravenhage
Locatieomschrijving: Den Haagh
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/7558" ;
  a2a:SourceRemarkAkteSoort "Consent" ;
  a2a:SourceRemarkfilename "NOTC00419000294" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_957_00000957.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00419000294; positie: 1220, 1889, 831, 135" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00419000294; positie: 2065, 934, 426, 109" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00419000294; positie: 1973, 402, 488, 119" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00419000294; positie: 1007, 378, 459, 141" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00419000294; positie: 660, 869, 787, 125" .
