@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-8a10-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Bevrachtingscontract op 23 juli 1761" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-b355e5a2-05a7-8418-70f5-38a097d9fe27, oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-c88da08a-cf69-03d2-1f21-d77f9480d697, oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-3e2bd383-3c49-7991-ade8-7b9c7aaeb16f, oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-449c7025-34f3-3716-43c8-d37a0124f3a1, oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-44244651-c62f-aa4e-0569-6d563e084832, oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-dee720da-e982-c624-1704-59fcba1ad0e6 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_4, oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_5 ;
  a2a:hasSource oa:source_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-b355e5a2-05a7-8418-70f5-38a097d9fe27
  a a2a:Person ;
  rdfs:label "Vial" ;
  a2a:PersonName [
    rdfs:label "Vial" ;
    a2a:PersonNameLastName "Vial"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-c88da08a-cf69-03d2-1f21-d77f9480d697
  a a2a:Person ;
  rdfs:label "van Hemert" ;
  a2a:PersonName [
    rdfs:label "van Hemert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hemert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-3e2bd383-3c49-7991-ade8-7b9c7aaeb16f
  a a2a:Person ;
  rdfs:label "Boote Eeltjes" ;
  a2a:PersonName [
    rdfs:label "Boote Eeltjes" ;
    a2a:PersonNameFirstName "Boote" ;
    a2a:PersonNameLastName "Eeltjes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-449c7025-34f3-3716-43c8-d37a0124f3a1
  a a2a:Person ;
  rdfs:label "Baerlman" ;
  a2a:PersonName [
    rdfs:label "Baerlman" ;
    a2a:PersonNameFirstName "Baerlman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-44244651-c62f-aa4e-0569-6d563e084832
  a a2a:Person ;
  rdfs:label "Bartholomé Muilman" ;
  a2a:PersonName [
    rdfs:label "Bartholomé Muilman" ;
    a2a:PersonNameFirstName "Bartholomé" ;
    a2a:PersonNameLastName "Muilman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person-dee720da-e982-c624-1704-59fcba1ad0e6
  a a2a:Person ;
  rdfs:label "van Boxtel" ;
  a2a:PersonName [
    rdfs:label "van Boxtel" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Boxtel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Bevrachtingscontract" ;
  a2a:EventType "other:Bevrachtingscontract" ;
  a2a:EventDate [
    a2a:Year "1761" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1761-07-23"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:b355e5a2-05a7-8418-70f5-38a097d9fe27 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:c88da08a-cf69-03d2-1f21-d77f9480d697 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:3e2bd383-3c49-7991-ade8-7b9c7aaeb16f ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:449c7025-34f3-3716-43c8-d37a0124f3a1 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:44244651-c62f-aa4e-0569-6d563e084832 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Person:dee720da-e982-c624-1704-59fcba1ad0e6 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-8a10-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1761-07-23 - 1761-07-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1761-07-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1761-07-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1761" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1761-07-23"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10793, Periode: 1761" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "343066" ;
    a2a:RegistryNumber "10793" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10793, Periode: 1761, Notariële archieven, 343066, 10793"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/bc27a60f-d4c5-ff35-f500-45ede6622dbc.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-8a10-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/bc27a60f-d4c5-ff35-f500-45ede6622dbc.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/54ea2875-a8ae-4949-0cdb-73baf1c42203.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-8a10-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/54ea2875-a8ae-4949-0cdb-73baf1c42203.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/02e17360-6d64-e8c6-7c34-41bc0dec68c8.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-8a10-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/02e17360-6d64-e8c6-7c34-41bc0dec68c8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-8a10-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-8a10-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Salomon Dorper
Locatieomschrijving: Bilbao
Locatieomschrijving: Camerik
Locatieomschrijving: Moldou
Locatieomschrijving: Port Louis
Onderwerpsomschrijving: Kofschip De Twee Gesusters; Haring, kuit, stokvis, klipvis
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10793" ;
  a2a:SourceRemarkAkteSoort "Bevrachtingscontract" ;
  a2a:SourceRemarkfilename "NOTA01421000404", "NOTA01421000405", "NOTA01421000406" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_11240_00011240.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000406; positie: 1100, 685, 194, 59" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000405; positie: 3714, 441, 391, 74" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000405; positie: 3179, 730, 489, 78" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000405; positie: 3147, 556, 379, 60" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000405; positie: 2667, 305, 356, 86" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01421000406; positie: 1399, 672, 436, 64" .
