@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-5d05-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Insinuatie op 18 juni 1638" ;
  a2a:hasPerson oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-36ea685c-5007-e45a-a594-100f58173ff5, oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-ac78a3f5-94d5-48a6-de58-21544a6550cd, oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-aa779413-1ba5-7792-4d38-4725087e675f, oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-74924b64-7b4a-7463-f054-24f238bf73d7, oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-db001b6c-d2ba-6728-920d-a050ea138e6e ;
  a2a:hasEvent oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-5d05-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-36ea685c-5007-e45a-a594-100f58173ff5
  a a2a:Person ;
  rdfs:label "Johan Lethoor" ;
  a2a:PersonName [
    rdfs:label "Johan Lethoor" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Lethoor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-ac78a3f5-94d5-48a6-de58-21544a6550cd
  a a2a:Person ;
  rdfs:label "Bartholomeus Groot" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus Groot" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-aa779413-1ba5-7792-4d38-4725087e675f
  a a2a:Person ;
  rdfs:label "Cornelis Jobssz" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jobssz" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Jobssz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-74924b64-7b4a-7463-f054-24f238bf73d7
  a a2a:Person ;
  rdfs:label "Guglielmo Bartholotti" ;
  a2a:PersonName [
    rdfs:label "Guglielmo Bartholotti" ;
    a2a:PersonNameFirstName "Guglielmo" ;
    a2a:PersonNameLastName "Bartholotti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person-db001b6c-d2ba-6728-920d-a050ea138e6e
  a a2a:Person ;
  rdfs:label "Jacob Kriewes" ;
  a2a:PersonName [
    rdfs:label "Jacob Kriewes" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Kriewes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Insinuatie" ;
  a2a:EventType "other:Insinuatie" ;
  a2a:EventDate [
    a2a:Year "1638" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1638-06-18"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person:36ea685c-5007-e45a-a594-100f58173ff5 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person:ac78a3f5-94d5-48a6-de58-21544a6550cd ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person:aa779413-1ba5-7792-4d38-4725087e675f ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person:74924b64-7b4a-7463-f054-24f238bf73d7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-5d05-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Person:db001b6c-d2ba-6728-920d-a050ea138e6e ;
  a2a:EventKeyRef oa:event_saa_d837ae04-5d05-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-5d05-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1638-06-18 - 1638-06-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1638-06-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1638-06-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1638" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1638-06-18"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 954A, Periode: 1636-1638" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "641706" ;
    a2a:RegistryNumber "954A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 954A, Periode: 1636-1638, Notariële archieven, 641706, 954A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1c4b7ae8-0993-cf73-cc83-7680c25f8e2b.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-5d05-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1c4b7ae8-0993-cf73-cc83-7680c25f8e2b.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/43db27e9-a800-0bea-ac2b-8ed5d679d871.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-5d05-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/43db27e9-a800-0bea-ac2b-8ed5d679d871.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-5d05-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-5d05-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Lubecq
Locatieomschrijving: Sweeden
Onderwerpsomschrijving: gemachtigde koper compagnie in Zweden; betaling 4130 gld
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/954A" ;
  a2a:SourceRemarkAkteSoort "Insinuatie" ;
  a2a:SourceRemarkfilename "VBPA00019000214", "VBPA00019000215" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_204_00000204.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00019000214; positie: 1005, 522, 585, 157" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00019000215; positie: 1306, 4424, 1061, 185" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00019000215; positie: 2432, 4434, 582, 215" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00019000214; positie: 1086, 821, 937, 176" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00019000214; positie: 2381, 1650, 515, 143" .
