@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_a3cb51cc-74ec-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Attestatie op 5 mei 1654" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-a5e92e27-70fd-2e13-2cd6-3327743cb57d, oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-a21cafbb-5615-25e6-e085-61a870537f77, oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-1066f1ba-cc90-861a-f616-9739437d9ffc, oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-41a29558-5eae-faf5-1125-ec00b400f13a, oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-383a3605-1b87-9ef6-7269-184ffb5c3688, oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-803c442b-0780-ca4f-e19c-faa375e1029b ;
  a2a:hasEvent oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_3, oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_4, oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_5 ;
  a2a:hasSource oa:source_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-a5e92e27-70fd-2e13-2cd6-3327743cb57d
  a a2a:Person ;
  rdfs:label "Hector Friesma" ;
  a2a:PersonName [
    rdfs:label "Hector Friesma" ;
    a2a:PersonNameFirstName "Hector" ;
    a2a:PersonNameLastName "Friesma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-a21cafbb-5615-25e6-e085-61a870537f77
  a a2a:Person ;
  rdfs:label "Andre Platon" ;
  a2a:PersonName [
    rdfs:label "Andre Platon" ;
    a2a:PersonNameFirstName "Andre" ;
    a2a:PersonNameLastName "Platon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-1066f1ba-cc90-861a-f616-9739437d9ffc
  a a2a:Person ;
  rdfs:label "Antoinette Flanteau" ;
  a2a:PersonName [
    rdfs:label "Antoinette Flanteau" ;
    a2a:PersonNameFirstName "Antoinette" ;
    a2a:PersonNameLastName "Flanteau"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-41a29558-5eae-faf5-1125-ec00b400f13a
  a a2a:Person ;
  rdfs:label "Manuel Lavello" ;
  a2a:PersonName [
    rdfs:label "Manuel Lavello" ;
    a2a:PersonNameFirstName "Manuel" ;
    a2a:PersonNameLastName "Lavello"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-383a3605-1b87-9ef6-7269-184ffb5c3688
  a a2a:Person ;
  rdfs:label "Hendrick Vin@@@" ;
  a2a:PersonName [
    rdfs:label "Hendrick Vin@@@" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Vin@@@"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person-803c442b-0780-ca4f-e19c-faa375e1029b
  a a2a:Person ;
  rdfs:label "Jan de la Combe" ;
  a2a:PersonName [
    rdfs:label "Jan de la Combe" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de la" ;
    a2a:PersonNameLastName "Combe"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Attestatie" ;
  a2a:EventType "other:Attestatie" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1654-05-05"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:a5e92e27-70fd-2e13-2cd6-3327743cb57d ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:a21cafbb-5615-25e6-e085-61a870537f77 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:1066f1ba-cc90-861a-f616-9739437d9ffc ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:41a29558-5eae-faf5-1125-ec00b400f13a ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:383a3605-1b87-9ef6-7269-184ffb5c3688 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Person:803c442b-0780-ca4f-e19c-faa375e1029b ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-74ec-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1654-05-05 - 1654-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1654-05-05"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 972A, Periode: 1654" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "353645" ;
    a2a:RegistryNumber "972A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 972A, Periode: 1654, Notariële archieven, 353645, 972A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/ba1f2850-ee7b-706f-cc7c-03116a605409.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-74ec-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ba1f2850-ee7b-706f-cc7c-03116a605409.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/dcfe966c-dc2e-0114-ee97-906070146652.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-74ec-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/dcfe966c-dc2e-0114-ee97-906070146652.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-74ec-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-74ec-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Locatieomschrijving: Geneven
Locatieomschrijving: Cuijlenborch
Onderwerpsomschrijving: Frans schoolmeester; trouwen De la Combe , horlogemaker van Geneve
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/972A" ;
  a2a:SourceRemarkAkteSoort "Attestatie" ;
  a2a:SourceRemarkfilename "VBPA00055000030", "VBPA00055000031" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230311_18315_00018315.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000031; positie: 433, 2530, 1137, 262" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000030; positie: 732, 1137, 868, 197" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000030; positie: 2227, 3620, 417, 172" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000031; positie: 231, 2174, 2035, 344" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000030; positie: 1847, 1839, 790, 182" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00055000030; positie: 1484, 3225, 878, 157" .
