@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_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3
  a a2a:Record ;
  rdfs:label "Registratie op 1 januari 1732 te Amsterdam" ;
  a2a:hasPerson oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person1, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person2, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person3, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person4, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person5, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person6, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person7, oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person8 ;
  a2a:hasEvent oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_0, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_1, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_2, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_3, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_4, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_5, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_6, oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_7 ;
  a2a:hasSource oa:source_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3 .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person1
  a a2a:Person ;
  rdfs:label "Herman Wilhelm Clausing" ;
  a2a:PersonName [
    rdfs:label "Herman Wilhelm Clausing" ;
    a2a:PersonNameFirstName "Herman Wilhelm" ;
    a2a:PersonNameLastName "Clausing"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person2
  a a2a:Person ;
  rdfs:label "Frans Clausing" ;
  a2a:PersonName [
    rdfs:label "Frans Clausing" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Clausing"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person3
  a a2a:Person ;
  rdfs:label "Willemina Alberts" ;
  a2a:PersonName [
    rdfs:label "Willemina Alberts" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Alberts"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person4
  a a2a:Person ;
  rdfs:label "Gerrit Dankers" ;
  a2a:PersonName [
    rdfs:label "Gerrit Dankers" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Dankers"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person5
  a a2a:Person ;
  rdfs:label "Aaltje Bruijns" ;
  a2a:PersonName [
    rdfs:label "Aaltje Bruijns" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Bruijns"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person6
  a a2a:Person ;
  rdfs:label "Pieter van Duuren" ;
  a2a:PersonName [
    rdfs:label "Pieter van Duuren" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person7
  a a2a:Person ;
  rdfs:label "Jan Alberts" ;
  a2a:PersonName [
    rdfs:label "Jan Alberts" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Alberts"
  ] .

oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person8
  a a2a:Person ;
  rdfs:label "Anna Elizabeth Reimers" ;
  a2a:PersonName [
    rdfs:label "Anna Elizabeth Reimers" ;
    a2a:PersonNameFirstName "Anna Elizabeth" ;
    a2a:PersonNameLastName "Reimers"
  ] .

oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1732-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person1 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person2 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person3 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person4 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person5 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person6 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person7 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:relationep_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Person8 ;
  a2a:EventKeyRef oa:event_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3_Event1 .

oa:source_saa_4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3
  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 "8925" ;
    rdfs:label "Stadsarchief Amsterdam, VH Notariëel Protocollen, 8925"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/5d14ae7d-c4ae-f7f3-9c41-dc0df175afc2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/5d14ae7d-c4ae-f7f3-9c41-dc0df175afc2.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/b7727366-5b92-d780-5e15-9981fa5ea93a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b7727366-5b92-d780-5e15-9981fa5ea93a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "3" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/a06bd627-c97d-55bb-96c4-a44c64c5b8fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/a06bd627-c97d-55bb-96c4-a44c64c5b8fe.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:UriViewer "https://images.memorix.nl/ams/thumb/640x480/b13fc7e5-ad84-8acb-233b-a08fd2bb2be9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/b13fc7e5-ad84-8acb-233b-a08fd2bb2be9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-15"^^xsd:date ;
  a2a:RecordGUID "{4bc6e1ff-ff8a-9338-47fe-5c3eef9466b3}" ;
  a2a:SourceRemarkOpmerking "Notaris: Hermanus De Wolff / Type: Testament / Beschrijving: Bloemgracht / Saltzufflen in 't Graafschap van der Lip" ;
  a2a:SourceRemarklink_NT "https://archief.amsterdam/inventarissen/details/5075/invnr/8925" ;
  a2a:SourceRemarkProvenance "Export_AAA_NaMigratieCompleet-20240803.xml uit Memorix via SAA/MaxL" .

