@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-9a85-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Obligatie op 25 februari 1634" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-24922623-2f1e-b0b8-edc3-5af70e644e00, oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-c7eea260-990c-6df6-2da2-9d6b823e9e73, oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-c648c518-ca11-b8f7-d08b-3fe860a38050 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_2 ;
  a2a:hasSource oa:source_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-24922623-2f1e-b0b8-edc3-5af70e644e00
  a a2a:Person ;
  rdfs:label "Bartholt Cromhout" ;
  a2a:PersonName [
    rdfs:label "Bartholt Cromhout" ;
    a2a:PersonNameFirstName "Bartholt" ;
    a2a:PersonNameLastName "Cromhout"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-c7eea260-990c-6df6-2da2-9d6b823e9e73
  a a2a:Person ;
  rdfs:label "Aechte Hendrix" ;
  a2a:PersonName [
    rdfs:label "Aechte Hendrix" ;
    a2a:PersonNameFirstName "Aechte" ;
    a2a:PersonNameLastName "Hendrix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person-c648c518-ca11-b8f7-d08b-3fe860a38050
  a a2a:Person ;
  rdfs:label "Jacob Lambertsz Spakenburch" ;
  a2a:PersonName [
    rdfs:label "Jacob Lambertsz Spakenburch" ;
    a2a:PersonNameFirstName "Jacob Lambertsz" ;
    a2a:PersonNameLastName "Spakenburch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Obligatie" ;
  a2a:EventType "other:Obligatie" ;
  a2a:EventDate [
    a2a:Year "1634" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1634-02-25"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person:24922623-2f1e-b0b8-edc3-5af70e644e00 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person:c7eea260-990c-6df6-2da2-9d6b823e9e73 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Person:c648c518-ca11-b8f7-d08b-3fe860a38050 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-9a85-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1634-02-25 - 1634-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1634-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1634-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1634" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1634-02-25"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 595, Periode: 1633-1634" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "321029" ;
    a2a:RegistryNumber "595" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 595, Periode: 1633-1634, Notariële archieven, 321029, 595"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/8ea7bf0d-87cd-476c-8efd-962482c8c69f.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-9a85-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/8ea7bf0d-87cd-476c-8efd-962482c8c69f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-9a85-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-9a85-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Laurens Lamberti
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/595" ;
  a2a:SourceRemarkAkteSoort "Obligatie" ;
  a2a:SourceRemarkfilename "A27748000238" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_4365_00004365.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: A27748000238; positie: 1161, 2668, 474, 91" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: A27748000238; positie: 1547, 2608, 699, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: A27748000238; positie: 2294, 2353, 676, 103" .
