@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-15ea-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Testament op 3 juli 1724" ;
  a2a:hasPerson oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-2469bfbb-78d1-d675-80f4-e5fef6db25ef, oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-429b0f7b-0b7f-3cc7-968c-17e8c940f91d, oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-cb839360-57c7-d6e3-84e0-83595945e9ab, oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-b57094e2-4266-26a2-2739-432817b5fee8, oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-f45144e8-d004-771d-a7de-22e3a7cafd1b, oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-9658c597-5285-0c30-84f3-6944e7dc672c ;
  a2a:hasEvent oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-15ea-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-2469bfbb-78d1-d675-80f4-e5fef6db25ef
  a a2a:Person ;
  rdfs:label "Jan Coolhof" ;
  a2a:PersonName [
    rdfs:label "Jan Coolhof" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Coolhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-429b0f7b-0b7f-3cc7-968c-17e8c940f91d
  a a2a:Person ;
  rdfs:label "Sara Huijbrechts" ;
  a2a:PersonName [
    rdfs:label "Sara Huijbrechts" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Huijbrechts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-cb839360-57c7-d6e3-84e0-83595945e9ab
  a a2a:Person ;
  rdfs:label "Jacob Vroom" ;
  a2a:PersonName [
    rdfs:label "Jacob Vroom" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Vroom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-b57094e2-4266-26a2-2739-432817b5fee8
  a a2a:Person ;
  rdfs:label "Hendrick Koolhoff" ;
  a2a:PersonName [
    rdfs:label "Hendrick Koolhoff" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Koolhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-f45144e8-d004-771d-a7de-22e3a7cafd1b
  a a2a:Person ;
  rdfs:label "Jacobus Coolhoff" ;
  a2a:PersonName [
    rdfs:label "Jacobus Coolhoff" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Coolhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person-9658c597-5285-0c30-84f3-6944e7dc672c
  a a2a:Person ;
  rdfs:label "Eva Koolhoff" ;
  a2a:PersonName [
    rdfs:label "Eva Koolhoff" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Koolhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Testament" ;
  a2a:EventType "other:Testament" ;
  a2a:EventDate [
    a2a:Year "1724" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1724-07-03"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:2469bfbb-78d1-d675-80f4-e5fef6db25ef ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:429b0f7b-0b7f-3cc7-968c-17e8c940f91d ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:cb839360-57c7-d6e3-84e0-83595945e9ab ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:b57094e2-4266-26a2-2739-432817b5fee8 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:f45144e8-d004-771d-a7de-22e3a7cafd1b ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-15ea-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Person:9658c597-5285-0c30-84f3-6944e7dc672c ;
  a2a:EventKeyRef oa:event_saa_d837ae04-15ea-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-15ea-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1724-07-03 - 1724-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1724-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1724-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1724" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1724-07-03"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 7550, Periode: 1724" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "617630" ;
    a2a:RegistryNumber "7550" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 7550, Periode: 1724, Notariële archieven, 617630, 7550"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/402030db-9f53-bc2c-2873-da681e30dd1b.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-15ea-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/402030db-9f53-bc2c-2873-da681e30dd1b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/425db61b-9985-34da-9827-c5776ace80de.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-15ea-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/425db61b-9985-34da-9827-c5776ace80de.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/7b2550ef-5b2c-53c4-7fb9-db93af555372.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-15ea-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/7b2550ef-5b2c-53c4-7fb9-db93af555372.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-15ea-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-15ea-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Johannes van Vilekens
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/7550" ;
  a2a:SourceRemarkAkteSoort "Testament" ;
  a2a:SourceRemarkfilename "NOTC00412000007", "NOTC00412000008", "NOTC00412000009" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_297_00000297.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000008; positie: 1015, 2578, 659, 106" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000008; positie: 677, 1635, 676, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000008; positie: 4417, 441, 486, 110" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000008; positie: 1550, 1626, 910, 92" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000007; positie: 829, 883, 706, 123" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTC00412000008; positie: 625, 1979, 596, 105" .
