@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_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1
  a a2a:Record ;
  rdfs:label "Notariële akte op 21 december 1755" ;
  a2a:hasPerson oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-0bc7d7d2-a9ab-bd3a-d5e3-a1c1c01e434b, oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-338e028d-ff4a-c911-6130-c2588c534f2a, oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-f4124b37-5afc-3408-4897-8b1d9382dc92 ;
  a2a:hasEvent oa:event_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_0, oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_1, oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_2 ;
  a2a:hasSource oa:source_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1 .

oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-0bc7d7d2-a9ab-bd3a-d5e3-a1c1c01e434b
  a a2a:Person ;
  rdfs:label "Zacheüs Stoezak" ;
  a2a:PersonName [
    rdfs:label "Zacheüs Stoezak" ;
    a2a:PersonNameFirstName "Zacheüs" ;
    a2a:PersonNameLastName "Stoezak"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-338e028d-ff4a-c911-6130-c2588c534f2a
  a a2a:Person ;
  rdfs:label "Isaacus Hanedoes" ;
  a2a:PersonName [
    rdfs:label "Isaacus Hanedoes" ;
    a2a:PersonNameFirstName "Isaacus" ;
    a2a:PersonNameLastName "Hanedoes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person-f4124b37-5afc-3408-4897-8b1d9382dc92
  a a2a:Person ;
  rdfs:label "Cornelis Elias" ;
  a2a:PersonName [
    rdfs:label "Cornelis Elias" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Elias"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1755" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1755-12-21"^^xsd:date
  ] .

oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person:0bc7d7d2-a9ab-bd3a-d5e3-a1c1c01e434b ;
  a2a:EventKeyRef oa:event_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Event1 .

oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person:338e028d-ff4a-c911-6130-c2588c534f2a ;
  a2a:EventKeyRef oa:event_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Event1 .

oa:relationep_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Person:f4124b37-5afc-3408-4897-8b1d9382dc92 ;
  a2a:EventKeyRef oa:event_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1_Event1 .

oa:source_raa_8206d660-00f3-059a-b9a5-a81eb83e36b1
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1755-12-21 - 1755-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1755-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1755-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1755" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1755-12-21"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Notaris P. Groen, Bron: Repertorium, Deel: 606, Periode: 1737-1779" ;
    a2a:Book "Repertorium Periode:" ;
    a2a:DocumentNumber "110" ;
    a2a:RegistryNumber "606" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Notaris P. Groen, Bron: Repertorium, Deel: 606, Periode: 1737-1779, Repertorium Periode:, 110, 606"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/46a9a8c7-5c36-461d-de3b-7f73a0bb7d8d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/46a9a8c7-5c36-461d-de3b-7f73a0bb7d8d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/8206d660-00f3-059a-b9a5-a81eb83e36b1" ;
  a2a:RecordGUID "{8206d660-00f3-059a-b9a5-a81eb83e36b1}" ;
  a2a:SourceRemarkarchiefnaam "Notaris P. Groen" ;
  a2a:SourceRemarkbron "Repertorium" ;
  a2a:SourceRemarkdeel "606" ;
  a2a:SourceRemarkregister_periode "1737-1779" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250224_4168_00004168.xml van RAA" .

