@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_c05a9cdb-3fb1-507f-5567-e030ac3eca50
  a a2a:Record ;
  rdfs:label "Registratie op 17 september 1796 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person1, oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person2, oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person3, oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person4, oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person5, oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person6 ;
  a2a:hasEvent oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_0, oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_1, oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_2, oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_3, oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_4, oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_5 ;
  a2a:hasSource oa:source_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50 .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person1
  a a2a:Person ;
  rdfs:label "Bakker" ;
  a2a:PersonName [
    rdfs:label "Bakker" ;
    a2a:PersonNameLastName "Bakker"
  ] .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person2
  a a2a:Person ;
  rdfs:label "Huisinga" ;
  a2a:PersonName [
    rdfs:label "Huisinga" ;
    a2a:PersonNameLastName "Huisinga"
  ] .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person3
  a a2a:Person ;
  rdfs:label "Cornelis Matthijsz Poortermans" ;
  a2a:PersonName [
    rdfs:label "Cornelis Matthijsz Poortermans" ;
    a2a:PersonNameFirstName "Cornelis Matthijsz" ;
    a2a:PersonNameLastName "Poortermans"
  ] .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person4
  a a2a:Person ;
  rdfs:label "Klahn" ;
  a2a:PersonName [
    rdfs:label "Klahn" ;
    a2a:PersonNameLastName "Klahn"
  ] .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person5
  a a2a:Person ;
  rdfs:label "Andries Janse Anker" ;
  a2a:PersonName [
    rdfs:label "Andries Janse Anker" ;
    a2a:PersonNameFirstName "Andries Janse" ;
    a2a:PersonNameLastName "Anker"
  ] .

oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person6
  a a2a:Person ;
  rdfs:label "Pieter Meijer" ;
  a2a:PersonName [
    rdfs:label "Pieter Meijer" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1796-09-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person1 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person2 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person3 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person4 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person5 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:relationep_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Person6 ;
  a2a:EventKeyRef oa:event_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50_Event1 .

oa:source_saa_c05a9cdb-3fb1-507f-5567-e030ac3eca50
  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 "17503" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 17503"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/1d6affc5-b2d4-41c6-307a-6d57e8fd5d7a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1d6affc5-b2d4-41c6-307a-6d57e8fd5d7a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/c98d3cad-17cc-c2bf-6161-0699c3c8ad8e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/c98d3cad-17cc-c2bf-6161-0699c3c8ad8e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/e0e038ec-5d17-818c-e2f7-19541e59c77f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/e0e038ec-5d17-818c-e2f7-19541e59c77f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{c05a9cdb-3fb1-507f-5567-e030ac3eca50}" ;
  a2a:SourceRemarkOpmerking "Notaris: Johan Christoph Wagner / Type: Machtiging / Beschrijving: Schipper verongelukt schip de Vriendschap." ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/17503" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

