@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_9d6d21e2-04b0-666d-e053-b784100a1840
  a a2a:Record ;
  rdfs:label "Renunciatie op 19 december 1753" ;
  a2a:hasPerson oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cdc-7040-e053-b784100a6264, oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cdd-7040-e053-b784100a6264, oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cde-7040-e053-b784100a6264 ;
  a2a:hasEvent oa:event_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_0, oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_1, oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_2 ;
  a2a:hasSource oa:source_saa_9d6d21e2-04b0-666d-e053-b784100a1840 .

oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cdc-7040-e053-b784100a6264
  a a2a:Person ;
  rdfs:label "Claas Moll" ;
  a2a:PersonName [
    rdfs:label "Claas Moll" ;
    a2a:PersonNameFirstName "Claas" ;
    a2a:PersonNameLastName "Moll"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cdd-7040-e053-b784100a6264
  a a2a:Person ;
  rdfs:label "Lijsbeth Pronk" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Pronk" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNameLastName "Pronk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person-4d0a5598-3cde-7040-e053-b784100a6264
  a a2a:Person ;
  rdfs:label "Pieter Vlieland" ;
  a2a:PersonName [
    rdfs:label "Pieter Vlieland" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Vlieland"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Event1
  a a2a:Event ;
  rdfs:label "other:Renunciatie" ;
  a2a:EventType "other:Renunciatie" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1753-12-19"^^xsd:date
  ] .

oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person:4d0a5598-3cdc-7040-e053-b784100a6264 ;
  a2a:EventKeyRef oa:event_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Event1 .

oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person:4d0a5598-3cdd-7040-e053-b784100a6264 ;
  a2a:EventKeyRef oa:event_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Event1 .

oa:relationep_saa_9d6d21e2-04b0-666d-e053-b784100a1840_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Person:4d0a5598-3cde-7040-e053-b784100a6264 ;
  a2a:EventKeyRef oa:event_saa_9d6d21e2-04b0-666d-e053-b784100a1840_Event1 .

oa:source_saa_9d6d21e2-04b0-666d-e053-b784100a1840
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1753-12-19 - 1753-12-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-12-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-12-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1753-12-19"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 10151, Periode: 1753" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "52491" ;
    a2a:RegistryNumber "10151" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 10151, Periode: 1753, Notariële archieven, 52491, 10151"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1a768d88-85f9-f292-6103-57ba4a97a1cc.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/9d6d21e2-04b0-666d-e053-b784100a1840" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1a768d88-85f9-f292-6103-57ba4a97a1cc.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/a1a74ece-ec8b-b31a-fc31-6cc65a1724ca.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/9d6d21e2-04b0-666d-e053-b784100a1840" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a1a74ece-ec8b-b31a-fc31-6cc65a1724ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/9d6d21e2-04b0-666d-e053-b784100a1840" ;
  a2a:RecordGUID "{9d6d21e2-04b0-666d-e053-b784100a1840}" ;
  a2a:SourceRemarkOpmerking """Notaris: Philippus Pot
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/10151" ;
  a2a:SourceRemarkAkteSoort "Renunciatie" ;
  a2a:SourceRemarkfilename "KLAB06266000729", "KLAB06266000730" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230311_19761_00019761.xml van SAA" .

