@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-214a-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Transport op 23 november 1658" ;
  a2a:hasPerson oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-1115cb29-b450-9455-59c2-45f66431abf7, oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-d4ea9ca7-9999-5f0f-f96d-74425c506abb, oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-b3178993-81c5-30e5-9b64-c283087a7ded, oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-6bd94ab9-e8e9-4b93-72a4-2269fba64672, oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-9a85a2ae-f541-dfb3-387a-141a0fcbf0f2 ;
  a2a:hasEvent oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae04-214a-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-1115cb29-b450-9455-59c2-45f66431abf7
  a a2a:Person ;
  rdfs:label "Jean la Motte" ;
  a2a:PersonName [
    rdfs:label "Jean la Motte" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "la" ;
    a2a:PersonNameLastName "Motte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-d4ea9ca7-9999-5f0f-f96d-74425c506abb
  a a2a:Person ;
  rdfs:label "Jan Points" ;
  a2a:PersonName [
    rdfs:label "Jan Points" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Points"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-b3178993-81c5-30e5-9b64-c283087a7ded
  a a2a:Person ;
  rdfs:label "Egbert Janssen Schutstael" ;
  a2a:PersonName [
    rdfs:label "Egbert Janssen Schutstael" ;
    a2a:PersonNameFirstName "Egbert Janssen" ;
    a2a:PersonNameLastName "Schutstael"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-6bd94ab9-e8e9-4b93-72a4-2269fba64672
  a a2a:Person ;
  rdfs:label "Jacobus Jubert" ;
  a2a:PersonName [
    rdfs:label "Jacobus Jubert" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Jubert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person-9a85a2ae-f541-dfb3-387a-141a0fcbf0f2
  a a2a:Person ;
  rdfs:label "Hector Friesma" ;
  a2a:PersonName [
    rdfs:label "Hector Friesma" ;
    a2a:PersonNameFirstName "Hector" ;
    a2a:PersonNameLastName "Friesma"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Transport" ;
  a2a:EventType "other:Transport" ;
  a2a:EventDate [
    a2a:Year "1658" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1658-11-23"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person:1115cb29-b450-9455-59c2-45f66431abf7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person:d4ea9ca7-9999-5f0f-f96d-74425c506abb ;
  a2a:EventKeyRef oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person:b3178993-81c5-30e5-9b64-c283087a7ded ;
  a2a:EventKeyRef oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person:6bd94ab9-e8e9-4b93-72a4-2269fba64672 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-214a-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-214a-6b6d-e053-b784100acdee_Person:9a85a2ae-f541-dfb3-387a-141a0fcbf0f2 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-214a-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-214a-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1658-11-23 - 1658-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1658-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1658-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1658" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1658-11-23"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 986, Periode: 1658" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "631241" ;
    a2a:RegistryNumber "986" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 986, Periode: 1658, Notariële archieven, 631241, 986"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/9af3c651-9cbb-0075-432c-ee16c1d3f1ea.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-214a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9af3c651-9cbb-0075-432c-ee16c1d3f1ea.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1957477e-b927-95db-9cd9-d972f1ce70d9.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-214a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1957477e-b927-95db-9cd9-d972f1ce70d9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-214a-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-214a-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: s'Gravenhage
Onderwerpsomschrijving: 1/3 van vordering op Schutstael
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/986" ;
  a2a:SourceRemarkAkteSoort "Transport" ;
  a2a:SourceRemarkfilename "VBPA00007000545", "VBPA00007000546" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_355_00000355.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000545; positie: 1064, 3233, 900, 177" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000545; positie: 574, 1238, 719, 203" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000545; positie: 898, 2096, 1592, 196" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000546; positie: 2420, 2596, 374, 174" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000546; positie: 1426, 2706, 845, 177" .
