@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_b21a5c6e-e694-6a83-e053-b784100a6e32
  a a2a:Record ;
  rdfs:label "Machtiging op 9 januari 1751" ;
  a2a:hasPerson oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-03aaaede-109c-5fc4-6918-847f2681ba74, oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-44246864-2d29-7305-4516-5512c098822d, oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-cfe21387-bc90-9ee7-874d-9073cf944d6b, oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-dca1b347-a451-336f-3444-2433d80f5cd8, oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-f4a6d845-18cf-e07f-e12f-81214a2ce393 ;
  a2a:hasEvent oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_0, oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_1, oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_2, oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_3, oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_4 ;
  a2a:hasSource oa:source_saa_b21a5c6e-e694-6a83-e053-b784100a6e32 .

oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-03aaaede-109c-5fc4-6918-847f2681ba74
  a a2a:Person ;
  rdfs:label "Josua van Neck" ;
  a2a:PersonName [
    rdfs:label "Josua van Neck" ;
    a2a:PersonNameFirstName "Josua" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Neck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-44246864-2d29-7305-4516-5512c098822d
  a a2a:Person ;
  rdfs:label "John Stephen Garrisson" ;
  a2a:PersonName [
    rdfs:label "John Stephen Garrisson" ;
    a2a:PersonNameFirstName "John Stephen" ;
    a2a:PersonNameLastName "Garrisson"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-cfe21387-bc90-9ee7-874d-9073cf944d6b
  a a2a:Person ;
  rdfs:label "Gerard van Neck" ;
  a2a:PersonName [
    rdfs:label "Gerard van Neck" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Neck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-dca1b347-a451-336f-3444-2433d80f5cd8
  a a2a:Person ;
  rdfs:label "Stephen Garrisson" ;
  a2a:PersonName [
    rdfs:label "Stephen Garrisson" ;
    a2a:PersonNameFirstName "Stephen" ;
    a2a:PersonNameLastName "Garrisson"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person-f4a6d845-18cf-e07f-e12f-81214a2ce393
  a a2a:Person ;
  rdfs:label "James Garrisson" ;
  a2a:PersonName [
    rdfs:label "James Garrisson" ;
    a2a:PersonNameFirstName "James" ;
    a2a:PersonNameLastName "Garrisson"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1751" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1751-01-09"^^xsd:date
  ] .

oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person:03aaaede-109c-5fc4-6918-847f2681ba74 ;
  a2a:EventKeyRef oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 .

oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person:44246864-2d29-7305-4516-5512c098822d ;
  a2a:EventKeyRef oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 .

oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person:cfe21387-bc90-9ee7-874d-9073cf944d6b ;
  a2a:EventKeyRef oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 .

oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person:dca1b347-a451-336f-3444-2433d80f5cd8 ;
  a2a:EventKeyRef oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 .

oa:relationep_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Person:f4a6d845-18cf-e07f-e12f-81214a2ce393 ;
  a2a:EventKeyRef oa:event_saa_b21a5c6e-e694-6a83-e053-b784100a6e32_Event1 .

oa:source_saa_b21a5c6e-e694-6a83-e053-b784100a6e32
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1751-01-09 - 1751-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1751-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1751-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1751" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1751-01-09"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 11330A, Periode: 1751" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "463063" ;
    a2a:RegistryNumber "11330A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 11330A, Periode: 1751, Notariële archieven, 463063, 11330A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e2465b0c-2396-0645-4dd9-e8694f628743.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/b21a5c6e-e694-6a83-e053-b784100a6e32" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e2465b0c-2396-0645-4dd9-e8694f628743.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/ef25b393-a2ba-a414-da05-ad0feca4aa48.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/b21a5c6e-e694-6a83-e053-b784100a6e32" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ef25b393-a2ba-a414-da05-ad0feca4aa48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/b21a5c6e-e694-6a83-e053-b784100a6e32" ;
  a2a:RecordGUID "{b21a5c6e-e694-6a83-e053-b784100a6e32}" ;
  a2a:SourceRemarkOpmerking """Notaris: Thierry Daniel de Marolles
Locatieomschrijving: London
Locatieomschrijving: Great Britain
Taal: engels""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/11330A" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTA01641000070", "NOTA01641000071" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_4325_00004325.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01641000071; positie: 425, 1115, 599, 144" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01641000071; positie: 1595, 459, 858, 179" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01641000071; positie: 1162, 983, 682, 141" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01641000071; positie: 517, 862, 499, 83" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTA01641000071; positie: 632, 617, 564, 125" .
