@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-c091-6b6d-e053-b784100acdee
  a a2a:Record ;
  rdfs:label "Machtiging op 9 mei 1663" ;
  a2a:hasPerson oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-05e860ba-4e6b-60ad-3b95-ea6c24d73758, oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-24706484-ee9f-b580-fa5c-6829725629da, oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-c81a9d0f-024d-72b3-2237-bbf41790d5e7, oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-760beef7-4aef-2ea7-d507-68a047b02182, oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-e9d9795c-325e-ab23-b60d-decb5c47ed71 ;
  a2a:hasEvent oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_0, oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_1, oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_2, oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_3, oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_4 ;
  a2a:hasSource oa:source_saa_d837ae03-c091-6b6d-e053-b784100acdee .

oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-05e860ba-4e6b-60ad-3b95-ea6c24d73758
  a a2a:Person ;
  rdfs:label "Lijsbeth Laurenss" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Laurenss" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNameLastName "Laurenss"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-24706484-ee9f-b580-fa5c-6829725629da
  a a2a:Person ;
  rdfs:label "Claes Claessen" ;
  a2a:PersonName [
    rdfs:label "Claes Claessen" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNameLastName "Claessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-c81a9d0f-024d-72b3-2237-bbf41790d5e7
  a a2a:Person ;
  rdfs:label "Hendrick Nutten" ;
  a2a:PersonName [
    rdfs:label "Hendrick Nutten" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Nutten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-760beef7-4aef-2ea7-d507-68a047b02182
  a a2a:Person ;
  rdfs:label "Trijntge Gerrits" ;
  a2a:PersonName [
    rdfs:label "Trijntge Gerrits" ;
    a2a:PersonNameFirstName "Trijntge" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person-e9d9795c-325e-ab23-b60d-decb5c47ed71
  a a2a:Person ;
  rdfs:label "Gerrit Jansz Haeck" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jansz Haeck" ;
    a2a:PersonNameFirstName "Gerrit Jansz" ;
    a2a:PersonNameLastName "Haeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1
  a a2a:Event ;
  rdfs:label "other:Machtiging" ;
  a2a:EventType "other:Machtiging" ;
  a2a:EventDate [
    a2a:Year "1663" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1663-05-09"^^xsd:date
  ] .

oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person:05e860ba-4e6b-60ad-3b95-ea6c24d73758 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person:24706484-ee9f-b580-fa5c-6829725629da ;
  a2a:EventKeyRef oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person:c81a9d0f-024d-72b3-2237-bbf41790d5e7 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person:760beef7-4aef-2ea7-d507-68a047b02182 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 .

oa:relationep_saa_d837ae03-c091-6b6d-e053-b784100acdee_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_d837ae03-c091-6b6d-e053-b784100acdee_Person:e9d9795c-325e-ab23-b60d-decb5c47ed71 ;
  a2a:EventKeyRef oa:event_saa_d837ae03-c091-6b6d-e053-b784100acdee_Event1 .

oa:source_saa_d837ae03-c091-6b6d-e053-b784100acdee
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1663-05-09 - 1663-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1663-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1663-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1663" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1663-05-09"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 3076, Periode: 1663" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "634134" ;
    a2a:RegistryNumber "3076" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 3076, Periode: 1663, Notariële archieven, 634134, 3076"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/38112fe8-f0c8-42f3-ab25-0ed8bb6b69c7.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/d837ae03-c091-6b6d-e053-b784100acdee" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/38112fe8-f0c8-42f3-ab25-0ed8bb6b69c7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/d837ae03-c091-6b6d-e053-b784100acdee" ;
  a2a:RecordGUID "{d837ae03-c091-6b6d-e053-b784100acdee}" ;
  a2a:SourceRemarkOpmerking """Notaris: Hector Friesma
Onderwerpsomschrijving: Claessen is bierbeschooier; vordering
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/3076" ;
  a2a:SourceRemarkAkteSoort "Machtiging" ;
  a2a:SourceRemarkfilename "NOTJ01442000064" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220913_543_00000543.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01442000064; positie: 766, 1515, 494, 118" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01442000064; positie: 1017, 1234, 418, 88" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01442000064; positie: 1643, 1007, 422, 110" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01442000064; positie: 1055, 793, 432, 115" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: NOTJ01442000064; positie: 805, 879, 559, 110" .
