@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-0e19-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 25 maart 1663" ;
  a2a:hasPerson oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-af95116b-ac8f-5981-a00b-4a7c9d304a43, oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-69ce0d6b-25ca-7786-a3d4-eec0c3e5761b, oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-67e7b6c8-032a-9206-4073-9bf6374ae1e7 ;
  a2a:hasEvent oa:event_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_2 ;
  a2a:hasSource oa:source_saa_d837ae04-0e19-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-af95116b-ac8f-5981-a00b-4a7c9d304a43
  a a2a:Person ;
  rdfs:label "Sebatian Nunes Collares" ;
  a2a:PersonName [
    rdfs:label "Sebatian Nunes Collares" ;
    a2a:PersonNameFirstName "Sebatian" ;
    a2a:PersonNameLastName "Nunes Collares"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-69ce0d6b-25ca-7786-a3d4-eec0c3e5761b
  a a2a:Person ;
  rdfs:label "Francisco Cardozo de Silva" ;
  a2a:PersonName [
    rdfs:label "Francisco Cardozo de Silva" ;
    a2a:PersonNameFirstName "Francisco" ;
    a2a:PersonNameLastName "Cardozo de Silva"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person-67e7b6c8-032a-9206-4073-9bf6374ae1e7
  a a2a:Person ;
  rdfs:label "Sebastian Coutinho" ;
  a2a:PersonName [
    rdfs:label "Sebastian Coutinho" ;
    a2a:PersonNameFirstName "Sebastian" ;
    a2a:PersonNameLastName "Coutinho"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1663" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1663-03-25"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person:af95116b-ac8f-5981-a00b-4a7c9d304a43 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person:69ce0d6b-25ca-7786-a3d4-eec0c3e5761b ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0e19-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Person:67e7b6c8-032a-9206-4073-9bf6374ae1e7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0e19-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-0e19-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1663-03-25 - 1663-03-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1663-03-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1663-03-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1663" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1663-03-25"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 3074, Periode: 1663" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "633705" ;
    a2a:RegistryNumber "3074" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 3074, Periode: 1663, Notariële archieven, 633705, 3074"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/12da57eb-56e9-36fd-00a1-710c6bc831d6.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-0e19-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/12da57eb-56e9-36fd-00a1-710c6bc831d6.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/40920714-aece-bd55-7152-610172916342.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-0e19-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/40920714-aece-bd55-7152-610172916342.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-0e19-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-0e19-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Hector Friesma
Locatieomschrijving: Lisbona
Onderwerpsomschrijving: Uitstaande vordering
Taal: spaans""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/3074" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTJ01440000037", "NOTJ01440000038" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_257_00000257.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01440000037; positie: 1206, 2435, 841, 105" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01440000037; positie: 664, 1865, 563, 135" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01440000037; positie: 1277, 826, 624, 116" .
