@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_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7
  a a2a:Record ;
  rdfs:label "Registratie op 11 juli 1796 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person1, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person2, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person3, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person4, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person5, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person6, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person7, oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person8 ;
  a2a:hasEvent oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_0, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_1, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_2, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_3, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_4, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_5, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_6, oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_7 ;
  a2a:hasSource oa:source_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7 .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person1
  a a2a:Person ;
  rdfs:label "Jan Lodewijk Gregorij" ;
  a2a:PersonName [
    rdfs:label "Jan Lodewijk Gregorij" ;
    a2a:PersonNameFirstName "Jan Lodewijk" ;
    a2a:PersonNameLastName "Gregorij"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person2
  a a2a:Person ;
  rdfs:label "Johan Godfried Bachnick" ;
  a2a:PersonName [
    rdfs:label "Johan Godfried Bachnick" ;
    a2a:PersonNameFirstName "Johan Godfried" ;
    a2a:PersonNameLastName "Bachnick"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person3
  a a2a:Person ;
  rdfs:label "Godfried Bachnich" ;
  a2a:PersonName [
    rdfs:label "Godfried Bachnich" ;
    a2a:PersonNameFirstName "Godfried" ;
    a2a:PersonNameLastName "Bachnich"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person4
  a a2a:Person ;
  rdfs:label "Anna Magdalena Dorothea Muller" ;
  a2a:PersonName [
    rdfs:label "Anna Magdalena Dorothea Muller" ;
    a2a:PersonNameFirstName "Anna Magdalena Dorothea" ;
    a2a:PersonNameLastName "Muller"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person5
  a a2a:Person ;
  rdfs:label "Christiaan Daniel Hertz" ;
  a2a:PersonName [
    rdfs:label "Christiaan Daniel Hertz" ;
    a2a:PersonNameFirstName "Christiaan Daniel" ;
    a2a:PersonNameLastName "Hertz"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person6
  a a2a:Person ;
  rdfs:label "Louis Wijbrand van Schellebeek" ;
  a2a:PersonName [
    rdfs:label "Louis Wijbrand van Schellebeek" ;
    a2a:PersonNameFirstName "Louis Wijbrand" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Schellebeek"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person7
  a a2a:Person ;
  rdfs:label "Joachim Meijenburg" ;
  a2a:PersonName [
    rdfs:label "Joachim Meijenburg" ;
    a2a:PersonNameFirstName "Joachim" ;
    a2a:PersonNameLastName "Meijenburg"
  ] .

oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person8
  a a2a:Person ;
  rdfs:label "Michael Frede" ;
  a2a:PersonName [
    rdfs:label "Michael Frede" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNameLastName "Frede"
  ] .

oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1796-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person1 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person2 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person3 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person4 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person5 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person6 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person7 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:relationep_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Person8 ;
  a2a:EventKeyRef oa:event_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7_Event1 .

oa:source_saa_ba5f30ed-100f-2b6f-cc86-6c19cfec42e7
  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 "17501" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 17501"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/42a93428-9b0a-9e7a-5627-e8aa26a814dd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/42a93428-9b0a-9e7a-5627-e8aa26a814dd.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/e2af8526-d291-0d4c-72df-c85034dd2726.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e2af8526-d291-0d4c-72df-c85034dd2726.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/9d138c42-45d9-83b7-03d6-315d1788e8b0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9d138c42-45d9-83b7-03d6-315d1788e8b0.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/dd1945ae-fbc5-dab3-c1d3-2d5178cd5e2c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/dd1945ae-fbc5-dab3-c1d3-2d5178cd5e2c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{ba5f30ed-100f-2b6f-cc86-6c19cfec42e7}" ;
  a2a:SourceRemarkOpmerking "Notaris: Johan Christoph Wagner / Type: Kwitantie" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/17501" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

