@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-34b1-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Transport op 14 november 1764" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-a6163682-6d9d-c099-c3c0-a8769ff02a74, oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-4ebb6586-60ad-3952-4487-2bd31547657d, oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-7b416821-16c6-d3cf-8c75-bb43c4033af3, oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-92ee4435-7b39-bd6b-1c59-fe093560489f, oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-d8895f0e-51e0-79de-c20e-fbea9404d39b, oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-cccd428a-8003-1152-06d4-f8a3a30c88ef ;
  a2a:hasEvent oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_4, oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_5 ;
  a2a:hasSource oa:source_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-a6163682-6d9d-c099-c3c0-a8769ff02a74
  a a2a:Person ;
  rdfs:label "Bernardus Wamelink" ;
  a2a:PersonName [
    rdfs:label "Bernardus Wamelink" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Wamelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-4ebb6586-60ad-3952-4487-2bd31547657d
  a a2a:Person ;
  rdfs:label "Jacobus Wamelink" ;
  a2a:PersonName [
    rdfs:label "Jacobus Wamelink" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Wamelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-7b416821-16c6-d3cf-8c75-bb43c4033af3
  a a2a:Person ;
  rdfs:label "N. Witsen" ;
  a2a:PersonName [
    rdfs:label "N. Witsen" ;
    a2a:PersonNameFirstName "N." ;
    a2a:PersonNameLastName "Witsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-92ee4435-7b39-bd6b-1c59-fe093560489f
  a a2a:Person ;
  rdfs:label "Margaretha Wamelink" ;
  a2a:PersonName [
    rdfs:label "Margaretha Wamelink" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Wamelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-d8895f0e-51e0-79de-c20e-fbea9404d39b
  a a2a:Person ;
  rdfs:label "Abraham Muller" ;
  a2a:PersonName [
    rdfs:label "Abraham Muller" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person-cccd428a-8003-1152-06d4-f8a3a30c88ef
  a a2a:Person ;
  rdfs:label "Sara Wamelink" ;
  a2a:PersonName [
    rdfs:label "Sara Wamelink" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Wamelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Transport" ;
  a2a:EventType "other:Transport" ;
  a2a:EventDate [
    a2a:Year "1764" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1764-11-14"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:a6163682-6d9d-c099-c3c0-a8769ff02a74 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:4ebb6586-60ad-3952-4487-2bd31547657d ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:7b416821-16c6-d3cf-8c75-bb43c4033af3 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:92ee4435-7b39-bd6b-1c59-fe093560489f ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:d8895f0e-51e0-79de-c20e-fbea9404d39b ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Person:cccd428a-8003-1152-06d4-f8a3a30c88ef ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-34b1-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1764-11-14 - 1764-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1764-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1764-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1764" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1764-11-14"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10818, Periode: 1764-1765" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "316790" ;
    a2a:RegistryNumber "10818" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10818, Periode: 1764-1765, Notariële archieven, 316790, 10818"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/69ad9701-b74c-a7f6-cb5f-f147fb5b414f.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-34b1-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/69ad9701-b74c-a7f6-cb5f-f147fb5b414f.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/8b9580ef-bf5f-e2be-0d3d-03b79aa64924.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-34b1-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/8b9580ef-bf5f-e2be-0d3d-03b79aa64924.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e5d36a1b-0bf2-e2c7-c836-cd2b85e3e956.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-34b1-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e5d36a1b-0bf2-e2c7-c836-cd2b85e3e956.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-34b1-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-34b1-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Campen
Onderwerpsomschrijving: Obligatie
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10818" ;
  a2a:SourceRemarkAkteSoort "Transport" ;
  a2a:SourceRemarkfilename "NOTA01444000194", "NOTA01444000195", "NOTA01444000196" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_7129_00007129.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000195; positie: 937, 2299, 1205, 151" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000195; positie: 1359, 625, 951, 166" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000196; positie: 3068, 1270, 696, 125" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000195; positie: 1586, 795, 702, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000195; positie: 1379, 1020, 929, 124" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01444000195; positie: 3347, 2586, 850, 128" .
