@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-b64a-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Attestatie op 21 december 1638" ;
  a2a:hasPerson oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-ae1b068f-74f4-4f51-1250-5ae3cb81b16e, oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-9a174532-cfe4-8417-1143-4e64e3a67675, oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-9255bb1d-1c4e-b108-ce1a-047423b0bc7b, oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-124430fb-8cd9-9d32-a13b-e8bbd3a4564c, oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-eb5168de-3271-1e9e-9386-6974eca1e503 ;
  a2a:hasEvent oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-b64a-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-ae1b068f-74f4-4f51-1250-5ae3cb81b16e
  a a2a:Person ;
  rdfs:label "Gio van Baerle" ;
  a2a:PersonName [
    rdfs:label "Gio van Baerle" ;
    a2a:PersonNameFirstName "Gio" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Baerle"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-9a174532-cfe4-8417-1143-4e64e3a67675
  a a2a:Person ;
  rdfs:label "Gio Stefano Grater" ;
  a2a:PersonName [
    rdfs:label "Gio Stefano Grater" ;
    a2a:PersonNameFirstName "Gio Stefano" ;
    a2a:PersonNameLastName "Grater"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-9255bb1d-1c4e-b108-ce1a-047423b0bc7b
  a a2a:Person ;
  rdfs:label "Giacomo d'Henrico" ;
  a2a:PersonName [
    rdfs:label "Giacomo d' Henrico" ;
    a2a:PersonNameFirstName "Giacomo" ;
    a2a:PersonNamePrefixLastName "d'" ;
    a2a:PersonNameLastName "Henrico"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-124430fb-8cd9-9d32-a13b-e8bbd3a4564c
  a a2a:Person ;
  rdfs:label "van Collen" ;
  a2a:PersonName [
    rdfs:label "van Collen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Collen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person-eb5168de-3271-1e9e-9386-6974eca1e503
  a a2a:Person ;
  rdfs:label "Felipe Venturini" ;
  a2a:PersonName [
    rdfs:label "Felipe Venturini" ;
    a2a:PersonNameFirstName "Felipe" ;
    a2a:PersonNameLastName "Venturini"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Attestatie" ;
  a2a:EventType "other:Attestatie" ;
  a2a:EventDate [
    a2a:Year "1638" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1638-12-21"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person:ae1b068f-74f4-4f51-1250-5ae3cb81b16e ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person:9a174532-cfe4-8417-1143-4e64e3a67675 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person:9255bb1d-1c4e-b108-ce1a-047423b0bc7b ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person:124430fb-8cd9-9d32-a13b-e8bbd3a4564c ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-b64a-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Person:eb5168de-3271-1e9e-9386-6974eca1e503 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-b64a-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-b64a-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1638-12-21 - 1638-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1638-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1638-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1638" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1638-12-21"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 954B, Periode: 1636-1638" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "608741" ;
    a2a:RegistryNumber "954B" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 954B, Periode: 1636-1638, Notariële archieven, 608741, 954B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/3688d008-c00d-a5d7-3395-781333b1ea8a.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-b64a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/3688d008-c00d-a5d7-3395-781333b1ea8a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-b64a-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-b64a-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Venetia
Locatieomschrijving: Bari
Onderwerpsomschrijving: bevrachting
Taal: italiaans""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/954B" ;
  a2a:SourceRemarkAkteSoort "Attestatie" ;
  a2a:SourceRemarkfilename "VBPA00020000426" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_491_00000491.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00020000426; positie: 1682, 862, 693, 154" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00020000426; positie: 1357, 1877, 1068, 190" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00020000426; positie: 1223, 3345, 1015, 201" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00020000426; positie: 711, 2495, 643, 171" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00020000426; positie: 1223, 3264, 663, 143" .
