@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_7a0d830b-c2cc-bef9-a72b-b134ab80b22a
  a a2a:Record ;
  rdfs:label "Registratie op 19 januari 1743 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person1, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person2, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person3, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person4, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person5, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person6, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person7, oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person8 ;
  a2a:hasEvent oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_0, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_1, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_2, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_3, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_4, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_5, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_6, oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_7 ;
  a2a:hasSource oa:source_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person1
  a a2a:Person ;
  rdfs:label "Jannetje Mulder" ;
  a2a:PersonName [
    rdfs:label "Jannetje Mulder" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person2
  a a2a:Person ;
  rdfs:label "Sara Mulder" ;
  a2a:PersonName [
    rdfs:label "Sara Mulder" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person3
  a a2a:Person ;
  rdfs:label "Hendrikje Mulder" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Mulder" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person4
  a a2a:Person ;
  rdfs:label "Hendrik Mulder" ;
  a2a:PersonName [
    rdfs:label "Hendrik Mulder" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person5
  a a2a:Person ;
  rdfs:label "Magteld Mulder" ;
  a2a:PersonName [
    rdfs:label "Magteld Mulder" ;
    a2a:PersonNameFirstName "Magteld" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person6
  a a2a:Person ;
  rdfs:label "Hermanus Waarts" ;
  a2a:PersonName [
    rdfs:label "Hermanus Waarts" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Waarts"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person7
  a a2a:Person ;
  rdfs:label "Klaas Haverink" ;
  a2a:PersonName [
    rdfs:label "Klaas Haverink" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Haverink"
  ] .

oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person8
  a a2a:Person ;
  rdfs:label "Elisabeth Mulder" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Mulder" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1743" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1743-01-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person1 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person2 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person3 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person4 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person5 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person6 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person7 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:relationep_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Person8 ;
  a2a:EventKeyRef oa:event_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a_Event1 .

oa:source_saa_7a0d830b-c2cc-bef9-a72b-b134ab80b22a
  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 "11873" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 11873"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/9454b046-f4ee-19e5-ba89-26876f351aad.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/9454b046-f4ee-19e5-ba89-26876f351aad.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/a9af1338-5087-ea3c-7824-70e6ee8041e1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a9af1338-5087-ea3c-7824-70e6ee8041e1.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/b9c51f8a-3553-deee-4a2c-ab396bb5de60.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b9c51f8a-3553-deee-4a2c-ab396bb5de60.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/ce0d687d-2444-05df-edc2-5432bb164df5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ce0d687d-2444-05df-edc2-5432bb164df5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{7a0d830b-c2cc-bef9-a72b-b134ab80b22a}" ;
  a2a:SourceRemarkOpmerking "Notaris: Jan Waarts / Type: Testament / Beschrijving: Huisvrouw" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/11873" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

