@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_42ed48c0-e2e7-d826-d4f2-cbd7326b1508
  a a2a:Record ;
  rdfs:label "Registratie op 9 september 1765 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person1, oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person2, oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person3, oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person4, oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person5, oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person6 ;
  a2a:hasEvent oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_0, oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_1, oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_2, oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_3, oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_4, oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_5 ;
  a2a:hasSource oa:source_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508 .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person1
  a a2a:Person ;
  rdfs:label "Jan Molenhouwer" ;
  a2a:PersonName [
    rdfs:label "Jan Molenhouwer" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Molenhouwer"
  ] .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person2
  a a2a:Person ;
  rdfs:label "Hendrik Joes" ;
  a2a:PersonName [
    rdfs:label "Hendrik Joes" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Joes"
  ] .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person3
  a a2a:Person ;
  rdfs:label "Wiggert Drieses" ;
  a2a:PersonName [
    rdfs:label "Wiggert Drieses" ;
    a2a:PersonNameFirstName "Wiggert" ;
    a2a:PersonNameLastName "Drieses"
  ] .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person4
  a a2a:Person ;
  rdfs:label "Hans Piekes" ;
  a2a:PersonName [
    rdfs:label "Hans Piekes" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNameLastName "Piekes"
  ] .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person5
  a a2a:Person ;
  rdfs:label "Christiaan Andriesz" ;
  a2a:PersonName [
    rdfs:label "Christiaan Andriesz" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Andriesz"
  ] .

oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person6
  a a2a:Person ;
  rdfs:label "Arend Hiddes" ;
  a2a:PersonName [
    rdfs:label "Arend Hiddes" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNameLastName "Hiddes"
  ] .

oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1765" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1765-09-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person1 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person2 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person3 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person4 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person5 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:relationep_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Person6 ;
  a2a:EventKeyRef oa:event_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508_Event1 .

oa:source_saa_42ed48c0-e2e7-d826-d4f2-cbd7326b1508
  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 "13447" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 13447"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/07ba558a-3dd1-8f0e-c5d5-30720f08e0d0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/07ba558a-3dd1-8f0e-c5d5-30720f08e0d0.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/bcba2912-0b5a-e782-03e6-74a34451191d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/bcba2912-0b5a-e782-03e6-74a34451191d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/4b3c9f54-fb1c-6b9f-7088-f30112be2290.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/4b3c9f54-fb1c-6b9f-7088-f30112be2290.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/5b70051e-d699-7bfa-40b5-6714a5f4c309.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5b70051e-d699-7bfa-40b5-6714a5f4c309.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{42ed48c0-e2e7-d826-d4f2-cbd7326b1508}" ;
  a2a:SourceRemarkOpmerking "Notaris: Willem Decker Jr / Type: Scheepsverklaring / Beschrijving: schip genaamd De Willem en Nicolaas, schip genaamd De Vrouw Anna." ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/13447" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

