@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_83ff05df-acbf-bd4a-aba0-6bb64328dcb6
  a a2a:Record ;
  rdfs:label "Registratie op 14 november 1776 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person1, oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person2, oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person3, oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person4 ;
  a2a:hasEvent oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_0, oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_1, oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_2, oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_3 ;
  a2a:hasSource oa:source_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6 .

oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person1
  a a2a:Person ;
  rdfs:label "Bartholomeus van den Santheuvel" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus van den Santheuvel" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Santheuvel"
  ] .

oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person2
  a a2a:Person ;
  rdfs:label "Jacob Beth" ;
  a2a:PersonName [
    rdfs:label "Jacob Beth" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Beth"
  ] .

oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person3
  a a2a:Person ;
  rdfs:label "P Hatterweer junior" ;
  a2a:PersonName [
    rdfs:label "P Hatterweer junior" ;
    a2a:PersonNameFirstName "P" ;
    a2a:PersonNameLastName "Hatterweer junior"
  ] .

oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person4
  a a2a:Person ;
  rdfs:label "Isaac Valz" ;
  a2a:PersonName [
    rdfs:label "Isaac Valz" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNameLastName "Valz"
  ] .

oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1776-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person1 ;
  a2a:EventKeyRef oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1 .

oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person2 ;
  a2a:EventKeyRef oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1 .

oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person3 ;
  a2a:EventKeyRef oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1 .

oa:relationep_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Person4 ;
  a2a:EventKeyRef oa:event_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6_Event1 .

oa:source_saa_83ff05df-acbf-bd4a-aba0-6bb64328dcb6
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1600-01-01 - 1800-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1600-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Collection "VH Notariëel Protocollen" ;
    a2a:RegistryNumber "15503" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 15503"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/d1238ec4-c78e-1694-8852-3763b28c28fb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/d1238ec4-c78e-1694-8852-3763b28c28fb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/98a59b6f-964c-1bf7-c526-f7fc48693ee2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/98a59b6f-964c-1bf7-c526-f7fc48693ee2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{83ff05df-acbf-bd4a-aba0-6bb64328dcb6}" ;
  a2a:SourceRemarkOpmerking "Notaris: Nicolaus Brahe / Type: Wisselprotest" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/15503" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

