@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-31de-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Attestatie op 16 juni 1633" ;
  a2a:hasPerson oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-5cb859a6-8df5-291d-3205-67e77c8a0bee, oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-640106e3-13dc-8fda-e143-2e8c537e18ff, oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-446f3592-4678-e3d0-15a5-9f4c243eb45e, oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-80e4eadd-fda2-a352-6c79-126a770f98cb, oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-da82a9ed-ecc1-3c24-31dc-71d1833604b0, oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-ead5673e-b9a1-7336-8e02-fe038c87830c ;
  a2a:hasEvent oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-31de-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-5cb859a6-8df5-291d-3205-67e77c8a0bee
  a a2a:Person ;
  rdfs:label "Adriaen Maurice" ;
  a2a:PersonName [
    rdfs:label "Adriaen Maurice" ;
    a2a:PersonNameFirstName "Adriaen" ;
    a2a:PersonNameLastName "Maurice"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-640106e3-13dc-8fda-e143-2e8c537e18ff
  a a2a:Person ;
  rdfs:label "Thomas de Kemel" ;
  a2a:PersonName [
    rdfs:label "Thomas de Kemel" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kemel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-446f3592-4678-e3d0-15a5-9f4c243eb45e
  a a2a:Person ;
  rdfs:label "Marten van Herbel" ;
  a2a:PersonName [
    rdfs:label "Marten van Herbel" ;
    a2a:PersonNameFirstName "Marten" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herbel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-80e4eadd-fda2-a352-6c79-126a770f98cb
  a a2a:Person ;
  rdfs:label "Philips Ve@@" ;
  a2a:PersonName [
    rdfs:label "Philips Ve@@" ;
    a2a:PersonNameFirstName "Philips" ;
    a2a:PersonNameLastName "Ve@@"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-da82a9ed-ecc1-3c24-31dc-71d1833604b0
  a a2a:Person ;
  rdfs:label "Vlamingh" ;
  a2a:PersonName [
    rdfs:label "Vlamingh" ;
    a2a:PersonNameLastName "Vlamingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person-ead5673e-b9a1-7336-8e02-fe038c87830c
  a a2a:Person ;
  rdfs:label "Pierre Jacquier" ;
  a2a:PersonName [
    rdfs:label "Pierre Jacquier" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNameLastName "Jacquier"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Attestatie" ;
  a2a:EventType "other:Attestatie" ;
  a2a:EventDate [
    a2a:Year "1633" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1633-06-16"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:5cb859a6-8df5-291d-3205-67e77c8a0bee ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:640106e3-13dc-8fda-e143-2e8c537e18ff ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:446f3592-4678-e3d0-15a5-9f4c243eb45e ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:80e4eadd-fda2-a352-6c79-126a770f98cb ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:da82a9ed-ecc1-3c24-31dc-71d1833604b0 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-31de-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-31de-6b6d-e053-b784100acdee_Person:ead5673e-b9a1-7336-8e02-fe038c87830c ;
  a2a:EventKeyRef oa:event_saa_d837ae04-31de-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-31de-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1633-06-16 - 1633-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1633-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1633-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1633" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1633-06-16"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 947A, Periode: 1630-1634" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "635491" ;
    a2a:RegistryNumber "947A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 947A, Periode: 1630-1634, Notariële archieven, 635491, 947A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/94ae15b7-b629-25d4-ff48-a86767a089db.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-31de-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/94ae15b7-b629-25d4-ff48-a86767a089db.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/5ae23fa7-84e5-c954-c352-ed60e95326aa.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-31de-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5ae23fa7-84e5-c954-c352-ed60e95326aa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-31de-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-31de-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Mets in Loteringen
Onderwerpsomschrijving: goudsmid; koop parels
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/947A" ;
  a2a:SourceRemarkAkteSoort "Attestatie" ;
  a2a:SourceRemarkfilename "VBPA00009000202", "VBPA00009000203" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_440_00000440.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000202; positie: 1368, 3740, 760, 160" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000202; positie: 1892, 3424, 790, 137" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000203; positie: 982, 3149, 1030, 172" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000203; positie: 2514, 3031, 656, 181" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000203; positie: 1847, 815, 555, 176" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00009000202; positie: 2250, 3082, 372, 148" .
