@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-a88a-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Contract op 5 februari 1776" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-4e53dccf-c09f-6f07-3a1b-019bccacf2e9, oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-b614376d-df4e-f2e1-2d8f-5a2ef6a94811, oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-61eab31f-be60-8f97-1743-9e4a1901258e ;
  a2a:hasEvent oa:event_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-4e53dccf-c09f-6f07-3a1b-019bccacf2e9
  a a2a:Person ;
  rdfs:label "Johan Leonard Scherer" ;
  a2a:PersonName [
    rdfs:label "Johan Leonard Scherer" ;
    a2a:PersonNameFirstName "Johan Leonard" ;
    a2a:PersonNameLastName "Scherer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-b614376d-df4e-f2e1-2d8f-5a2ef6a94811
  a a2a:Person ;
  rdfs:label "Casparus Kok" ;
  a2a:PersonName [
    rdfs:label "Casparus Kok" ;
    a2a:PersonNameFirstName "Casparus" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person-61eab31f-be60-8f97-1743-9e4a1901258e
  a a2a:Person ;
  rdfs:label "Anna Geertruij Hising" ;
  a2a:PersonName [
    rdfs:label "Anna Geertruij Hising" ;
    a2a:PersonNameFirstName "Anna Geertruij" ;
    a2a:PersonNameLastName "Hising"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Contract" ;
  a2a:EventType "other:Contract" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1776-02-05"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person:4e53dccf-c09f-6f07-3a1b-019bccacf2e9 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person:b614376d-df4e-f2e1-2d8f-5a2ef6a94811 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Person:61eab31f-be60-8f97-1743-9e4a1901258e ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-a88a-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1776-02-05 - 1776-02-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1776-02-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1776-02-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1776" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1776-02-05"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 11220, Periode: 1776" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "370569" ;
    a2a:RegistryNumber "11220" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 11220, Periode: 1776, Notariële archieven, 370569, 11220"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/21fe4040-0aa0-441c-a6ec-aa02845b8825.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-a88a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/21fe4040-0aa0-441c-a6ec-aa02845b8825.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/5897946e-254b-4835-6f9e-cb8a68b17bd4.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-a88a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5897946e-254b-4835-6f9e-cb8a68b17bd4.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/51fed524-9573-5dbe-fe5f-27444e21402f.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-a88a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/51fed524-9573-5dbe-fe5f-27444e21402f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-a88a-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-a88a-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Mr.johannes Beukelaar
Onderwerpsomschrijving: zaakwaarneming voor mevrouw Scherer
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/11220" ;
  a2a:SourceRemarkAkteSoort "Contract" ;
  a2a:SourceRemarkfilename "NOTD01094000150", "NOTD01094000151", "NOTD01094000152" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_6174_00006174.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01094000151; positie: 2742, 277, 853, 43" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01094000151; positie: 3038, 343, 482, 62" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01094000151; positie: 3026, 179, 796, 77" .
