@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-542a-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Kwitantie op 12 februari 1636" ;
  a2a:hasPerson oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-2813f63c-c57c-67e9-049e-5d5d2c6e44d0, oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-29b78871-d8aa-7ed2-f54e-aeffd35ac3b5, oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-bcd38d07-e661-c088-7207-b3d472a1c680, oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-58d7d70f-3dfb-04e1-2c1e-469622b54db1, oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-0d90145a-f527-ef90-2bb0-314b6f185494, oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-7ccab9eb-d8f9-4d61-a0b0-af6199b8fe6a ;
  a2a:hasEvent oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_4, oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_5 ;
  a2a:hasSource oa:source_saa_d837ae04-542a-6b6d-e053-b784100acdee .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-2813f63c-c57c-67e9-049e-5d5d2c6e44d0
  a a2a:Person ;
  rdfs:label "Martin" ;
  a2a:PersonName [
    rdfs:label "Martin" ;
    a2a:PersonNameLastName "Martin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-29b78871-d8aa-7ed2-f54e-aeffd35ac3b5
  a a2a:Person ;
  rdfs:label "Jean le Roux" ;
  a2a:PersonName [
    rdfs:label "Jean le Roux" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Roux"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-bcd38d07-e661-c088-7207-b3d472a1c680
  a a2a:Person ;
  rdfs:label "de Richelieu" ;
  a2a:PersonName [
    rdfs:label "de Richelieu" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Richelieu"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-58d7d70f-3dfb-04e1-2c1e-469622b54db1
  a a2a:Person ;
  rdfs:label "Philippe Ve@turin" ;
  a2a:PersonName [
    rdfs:label "Philippe Ve@turin" ;
    a2a:PersonNameFirstName "Philippe" ;
    a2a:PersonNameLastName "Ve@turin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-0d90145a-f527-ef90-2bb0-314b6f185494
  a a2a:Person ;
  rdfs:label "Nicolas Tredenap" ;
  a2a:PersonName [
    rdfs:label "Nicolas Tredenap" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNameLastName "Tredenap"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person-7ccab9eb-d8f9-4d61-a0b0-af6199b8fe6a
  a a2a:Person ;
  rdfs:label "Mathieu Chavatte" ;
  a2a:PersonName [
    rdfs:label "Mathieu Chavatte" ;
    a2a:PersonNameFirstName "Mathieu" ;
    a2a:PersonNameLastName "Chavatte"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Kwitantie" ;
  a2a:EventType "other:Kwitantie" ;
  a2a:EventDate [
    a2a:Year "1636" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1636-02-12"^^xsd:date
  ] .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:2813f63c-c57c-67e9-049e-5d5d2c6e44d0 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:29b78871-d8aa-7ed2-f54e-aeffd35ac3b5 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:bcd38d07-e661-c088-7207-b3d472a1c680 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:58d7d70f-3dfb-04e1-2c1e-469622b54db1 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:0d90145a-f527-ef90-2bb0-314b6f185494 ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae04-542a-6b6d-e053-b784100acdee_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae04-542a-6b6d-e053-b784100acdee_Person:7ccab9eb-d8f9-4d61-a0b0-af6199b8fe6a ;
  a2a:EventKeyRef oa:event_saa_d837ae04-542a-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae04-542a-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1636-02-12 - 1636-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1636-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1636-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1636" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1636-02-12"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 950A, Periode: 1636" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "610683" ;
    a2a:RegistryNumber "950A" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 950A, Periode: 1636, Notariële archieven, 610683, 950A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/e18dcd84-3088-0a9d-5ed8-0bb42fa39c60.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-542a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e18dcd84-3088-0a9d-5ed8-0bb42fa39c60.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/91fabfc5-6101-5fa0-0c15-55fa15a03fd4.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae04-542a-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/91fabfc5-6101-5fa0-0c15-55fa15a03fd4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae04-542a-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae04-542a-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Benedict Baddel
Onderwerpsomschrijving: Betaling voor ankers
Taal: frans""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/950A" ;
  a2a:SourceRemarkAkteSoort "Kwitantie" ;
  a2a:SourceRemarkfilename "VBPA00015000053", "VBPA00015000054" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_159_00000159.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000053; positie: 612, 3707, 667, 220" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000053; positie: 2840, 2898, 337, 259" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000053; positie: 1415, 3778, 1043, 240" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000054; positie: 1932, 867, 794, 190" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000054; positie: 1157, 1182, 1029, 203" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: VBPA00015000054; positie: 1086, 1037, 1029, 167" .
