@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-0fa5-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Attestatie op 1 maart 1642" ;
  a2a:hasPerson oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-081a12c8-411e-87b5-adaa-6de7e58c74fc, oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-124b08c1-ee49-b1ce-c01d-e105395426f7, oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-1f04dd0a-afd9-54fc-dc3d-d978ba16d17a, oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-4272e149-348b-4fc2-b59d-3a49f3e1bd77, oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-3d421c04-107f-5dbd-a5fc-0f5a7a9b837d, oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-c63ee52b-c118-3657-09ca-55cad038c4e1 ;
  a2a:hasEvent oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-0fa5-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-081a12c8-411e-87b5-adaa-6de7e58c74fc
  a a2a:Person ;
  rdfs:label "Abraham Abels" ;
  a2a:PersonName [
    rdfs:label "Abraham Abels" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Abels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-124b08c1-ee49-b1ce-c01d-e105395426f7
  a a2a:Person ;
  rdfs:label "Dirck Coerman" ;
  a2a:PersonName [
    rdfs:label "Dirck Coerman" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNameLastName "Coerman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-1f04dd0a-afd9-54fc-dc3d-d978ba16d17a
  a a2a:Person ;
  rdfs:label "Daniel Nicolaij" ;
  a2a:PersonName [
    rdfs:label "Daniel Nicolaij" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Nicolaij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-4272e149-348b-4fc2-b59d-3a49f3e1bd77
  a a2a:Person ;
  rdfs:label "Joachim Thielmans" ;
  a2a:PersonName [
    rdfs:label "Joachim Thielmans" ;
    a2a:PersonNameFirstName "Joachim" ;
    a2a:PersonNameLastName "Thielmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-3d421c04-107f-5dbd-a5fc-0f5a7a9b837d
  a a2a:Person ;
  rdfs:label "Nichetti" ;
  a2a:PersonName [
    rdfs:label "Nichetti" ;
    a2a:PersonNameLastName "Nichetti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person-c63ee52b-c118-3657-09ca-55cad038c4e1
  a a2a:Person ;
  rdfs:label "Gerard Rheijnst" ;
  a2a:PersonName [
    rdfs:label "Gerard Rheijnst" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNameLastName "Rheijnst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Attestatie" ;
  a2a:EventType "other:Attestatie" ;
  a2a:EventDate [
    a2a:Year "1642" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1642-03-01"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:081a12c8-411e-87b5-adaa-6de7e58c74fc ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:124b08c1-ee49-b1ce-c01d-e105395426f7 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:1f04dd0a-afd9-54fc-dc3d-d978ba16d17a ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:4272e149-348b-4fc2-b59d-3a49f3e1bd77 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:3d421c04-107f-5dbd-a5fc-0f5a7a9b837d ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Person:c63ee52b-c118-3657-09ca-55cad038c4e1 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-0fa5-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-0fa5-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1642-03-01 - 1642-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1642-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1642-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1642" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1642-03-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 957B, Periode: 1641-1642" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "642126" ;
    a2a:RegistryNumber "957B" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 957B, Periode: 1641-1642, Notariële archieven, 642126, 957B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/24d012f0-20cc-88bf-909c-e0767a2b53cd.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-0fa5-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/24d012f0-20cc-88bf-909c-e0767a2b53cd.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/b0c1a74b-7424-0f66-7e77-9e67e4444129.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-0fa5-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b0c1a74b-7424-0f66-7e77-9e67e4444129.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-0fa5-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-0fa5-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Onderwerpsomschrijving: Rijnwijn, vat gesprongen
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/957B" ;
  a2a:SourceRemarkAkteSoort "Attestatie" ;
  a2a:SourceRemarkfilename "VBPA00027000104", "VBPA00027000105" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_265_00000265.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000105; positie: 1990, 1067, 1062, 194" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000104; positie: 1556, 1090, 824, 143" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000104; positie: 592, 672, 877, 135" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000105; positie: 913, 1211, 1431, 240" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000105; positie: 2828, 3280, 338, 111" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00027000105; positie: 2837, 3059, 430, 223" .
