@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-4531-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Attestatie op 5 augustus 1794" ;
  a2a:hasPerson oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-25dd962d-ce6c-4b36-6488-ff3d59fbbbe2, oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-bd766f9f-a2a7-7808-b512-9196c869c4ea, oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-5d26fc94-8ba8-87c6-83ec-454b8cea7179, oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-4e9b8f33-15eb-6675-58ba-3f69cb75b18b, oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-1c0f83d0-eafa-90d1-c85b-48cd6c3a7cc4, oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-eaebcfa2-e7d3-29c2-c15f-e18dfe8015d7 ;
  a2a:hasEvent oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-4531-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-25dd962d-ce6c-4b36-6488-ff3d59fbbbe2
  a a2a:Person ;
  rdfs:label "Jonathan Moore" ;
  a2a:PersonName [
    rdfs:label "Jonathan Moore" ;
    a2a:PersonNameFirstName "Jonathan" ;
    a2a:PersonNameLastName "Moore"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-bd766f9f-a2a7-7808-b512-9196c869c4ea
  a a2a:Person ;
  rdfs:label "Alstorphius" ;
  a2a:PersonName [
    rdfs:label "Alstorphius" ;
    a2a:PersonNameLastName "Alstorphius"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-5d26fc94-8ba8-87c6-83ec-454b8cea7179
  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_d837ae04-4531-6b6d-e053-b784100acdee_Person-4e9b8f33-15eb-6675-58ba-3f69cb75b18b
  a a2a:Person ;
  rdfs:label "John Chipman" ;
  a2a:PersonName [
    rdfs:label "John Chipman" ;
    a2a:PersonNameFirstName "John" ;
    a2a:PersonNameLastName "Chipman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-1c0f83d0-eafa-90d1-c85b-48cd6c3a7cc4
  a a2a:Person ;
  rdfs:label "James Tisdale" ;
  a2a:PersonName [
    rdfs:label "James Tisdale" ;
    a2a:PersonNameFirstName "James" ;
    a2a:PersonNameLastName "Tisdale"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person-eaebcfa2-e7d3-29c2-c15f-e18dfe8015d7
  a a2a:Person ;
  rdfs:label "Joan Hodshon" ;
  a2a:PersonName [
    rdfs:label "Joan Hodshon" ;
    a2a:PersonNameFirstName "Joan" ;
    a2a:PersonNameLastName "Hodshon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Attestatie" ;
  a2a:EventType "other:Attestatie" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1794-08-05"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:25dd962d-ce6c-4b36-6488-ff3d59fbbbe2 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:bd766f9f-a2a7-7808-b512-9196c869c4ea ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:5d26fc94-8ba8-87c6-83ec-454b8cea7179 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:4e9b8f33-15eb-6675-58ba-3f69cb75b18b ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:1c0f83d0-eafa-90d1-c85b-48cd6c3a7cc4 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-4531-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-4531-6b6d-e053-b784100acdee_Person:eaebcfa2-e7d3-29c2-c15f-e18dfe8015d7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-4531-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-4531-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1794-08-05 - 1794-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1794-08-05"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 15662, Periode: 1794" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "620707" ;
    a2a:RegistryNumber "15662" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 15662, Periode: 1794, Notariële archieven, 620707, 15662"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/77976606-40df-5ffd-54ec-c51eb81b710e.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4531-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/77976606-40df-5ffd-54ec-c51eb81b710e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/72691272-8c40-df05-ae92-e1ce3fbabd2d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4531-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/72691272-8c40-df05-ae92-e1ce3fbabd2d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/208e8a20-d2bf-8485-40ba-8a0253254aa1.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-4531-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/208e8a20-d2bf-8485-40ba-8a0253254aa1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-4531-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-4531-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Anthony Mijlius
Locatieomschrijving: Boston
Onderwerpsomschrijving: Brikschip the Bedford; Geloste lading
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/15662" ;
  a2a:SourceRemarkAkteSoort "Attestatie" ;
  a2a:SourceRemarkfilename "NOTD02159000307", "NOTD02159000308", "NOTD02159000309" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_82_00000082.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 3522, 955, 757, 61" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 3458, 2991, 415, 69" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 3978, 2993, 508, 49" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 3634, 810, 625, 99" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 4006, 2495, 605, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTD02159000308; positie: 3925, 2592, 597, 81" .
