@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_d837ae03-b01c-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Kwitantie op 4 juni 1658" ;
  a2a:hasPerson oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-693aefd2-29ef-04ef-fd15-fff485741559, oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-4423d1e6-19b7-86cc-8e5e-d4b935767005, oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-0f43038e-15de-7cfb-a2ad-990b77d255ac, oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-7c8df45b-8ea5-3a38-b8ba-996132a706c9, oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-d1d04e83-d719-2e02-0f33-c033ecef8df7 ;
  a2a:hasEvent oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-b01c-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-693aefd2-29ef-04ef-fd15-fff485741559
  a a2a:Person ;
  rdfs:label "Sebastian Coutinho" ;
  a2a:PersonName [
    rdfs:label "Sebastian Coutinho" ;
    a2a:PersonNameFirstName "Sebastian" ;
    a2a:PersonNameLastName "Coutinho"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-4423d1e6-19b7-86cc-8e5e-d4b935767005
  a a2a:Person ;
  rdfs:label "Manuel Alvares Rozeira" ;
  a2a:PersonName [
    rdfs:label "Manuel Alvares Rozeira" ;
    a2a:PersonNameFirstName "Manuel" ;
    a2a:PersonNameLastName "Alvares Rozeira"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-0f43038e-15de-7cfb-a2ad-990b77d255ac
  a a2a:Person ;
  rdfs:label "Manuel Coutinho" ;
  a2a:PersonName [
    rdfs:label "Manuel Coutinho" ;
    a2a:PersonNameFirstName "Manuel" ;
    a2a:PersonNameLastName "Coutinho"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-7c8df45b-8ea5-3a38-b8ba-996132a706c9
  a a2a:Person ;
  rdfs:label "Sebastian Jorge" ;
  a2a:PersonName [
    rdfs:label "Sebastian Jorge" ;
    a2a:PersonNameFirstName "Sebastian" ;
    a2a:PersonNameLastName "Jorge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person-d1d04e83-d719-2e02-0f33-c033ecef8df7
  a a2a:Person ;
  rdfs:label "Gerrit Dirckssen Kunst" ;
  a2a:PersonName [
    rdfs:label "Gerrit Dirckssen Kunst" ;
    a2a:PersonNameFirstName "Gerrit Dirckssen" ;
    a2a:PersonNameLastName "Kunst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Kwitantie" ;
  a2a:EventType "other:Kwitantie" ;
  a2a:EventDate [
    a2a:Year "1658" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1658-06-04"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person:693aefd2-29ef-04ef-fd15-fff485741559 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person:4423d1e6-19b7-86cc-8e5e-d4b935767005 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person:0f43038e-15de-7cfb-a2ad-990b77d255ac ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person:7c8df45b-8ea5-3a38-b8ba-996132a706c9 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b01c-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Person:d1d04e83-d719-2e02-0f33-c033ecef8df7 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b01c-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-b01c-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1658-06-04 - 1658-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1658-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1658-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1658" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1658-06-04"^^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 "602979" ;
    a2a:RegistryNumber "986" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 986, Periode: 1658, Notariële archieven, 602979, 986"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/a405beeb-2f82-6fac-9401-1692353f3613.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-b01c-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a405beeb-2f82-6fac-9401-1692353f3613.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b846ea65-3422-1d5d-44ac-156b68abdd21.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-b01c-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b846ea65-3422-1d5d-44ac-156b68abdd21.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-b01c-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-b01c-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Porta Port in Portugael
Onderwerpsomschrijving: Schip St Mattheus; ontvangst kisten suiker en 'jacarandaes' hout
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/986" ;
  a2a:SourceRemarkAkteSoort "Kwitantie" ;
  a2a:SourceRemarkfilename "VBPA00007000184", "VBPA00007000185" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_459_00000459.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000184; positie: 724, 968, 890, 144" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000184; positie: 747, 2535, 1254, 115" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000184; positie: 2128, 879, 772, 121" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000184; positie: 1864, 966, 766, 161" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00007000184; positie: 2229, 1339, 677, 175" .
