@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-3fa0-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Obligatie op 23 juni 1767" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-7a0c939b-ed85-bfdb-af49-e6c632f9b98e, oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-7bc3824e-4343-ad0f-7f7a-c352c4c0013c, oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-6e745a4e-2e93-4c3f-34d5-8402c1cfab19 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-7a0c939b-ed85-bfdb-af49-e6c632f9b98e
  a a2a:Person ;
  rdfs:label "Geertruijd Goris" ;
  a2a:PersonName [
    rdfs:label "Geertruijd Goris" ;
    a2a:PersonNameFirstName "Geertruijd" ;
    a2a:PersonNameLastName "Goris"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-7bc3824e-4343-ad0f-7f7a-c352c4c0013c
  a a2a:Person ;
  rdfs:label "Johannes van Seppenwolde" ;
  a2a:PersonName [
    rdfs:label "Johannes van Seppenwolde" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Seppenwolde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person-6e745a4e-2e93-4c3f-34d5-8402c1cfab19
  a a2a:Person ;
  rdfs:label "Hendrik Dabenis" ;
  a2a:PersonName [
    rdfs:label "Hendrik Dabenis" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Dabenis"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Obligatie" ;
  a2a:EventType "other:Obligatie" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1767-06-23"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person:7a0c939b-ed85-bfdb-af49-e6c632f9b98e ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person:7bc3824e-4343-ad0f-7f7a-c352c4c0013c ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Person:6e745a4e-2e93-4c3f-34d5-8402c1cfab19 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-3fa0-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1767-06-23 - 1767-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1767-06-23"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 14465, Periode: 1767" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "347756" ;
    a2a:RegistryNumber "14465" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 14465, Periode: 1767, Notariële archieven, 347756, 14465"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/db3a7b05-a10f-d392-bbf0-b88746e13eca.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3fa0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/db3a7b05-a10f-d392-bbf0-b88746e13eca.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/55ab4f85-ea73-63be-22f4-41059e5969eb.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3fa0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/55ab4f85-ea73-63be-22f4-41059e5969eb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/2e85f4bc-ae3e-32a1-e0d9-b4d08ce16660.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-3fa0-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/2e85f4bc-ae3e-32a1-e0d9-b4d08ce16660.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-3fa0-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-3fa0-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Wessel van Kleef
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/14465" ;
  a2a:SourceRemarkAkteSoort "Obligatie" ;
  a2a:SourceRemarkfilename "NOTD01790000186", "NOTD01790000187", "NOTD01790000188" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230311_18074_00018074.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01790000187; positie: 3861, 782, 604, 94" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01790000187; positie: 3728, 634, 1176, 109" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD01790000187; positie: 3437, 1688, 710, 98" .
