@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_a3cb51cc-5f9a-50ee-e053-b784100a6caf
  a a2a:Record ;
  rdfs:label "Insinuatie op 19 juni 1669" ;
  a2a:hasPerson oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-12c21403-f4da-093b-ea41-e9b00a7ce02e, oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-d72dba07-1f81-e1f9-ba99-b39b08b42fcc, oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-88c56035-c47b-cee0-50f2-0baea4aafa7a, oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-9e21523d-886f-6bc0-7571-a164b88f1407 ;
  a2a:hasEvent oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_0, oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_1, oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_2, oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_3 ;
  a2a:hasSource oa:source_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf .

oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-12c21403-f4da-093b-ea41-e9b00a7ce02e
  a a2a:Person ;
  rdfs:label "Elisabeth Loenen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Loenen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Loenen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-d72dba07-1f81-e1f9-ba99-b39b08b42fcc
  a a2a:Person ;
  rdfs:label "Jacob Ringh" ;
  a2a:PersonName [
    rdfs:label "Jacob Ringh" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Ringh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-88c56035-c47b-cee0-50f2-0baea4aafa7a
  a a2a:Person ;
  rdfs:label "Jochem van Arras" ;
  a2a:PersonName [
    rdfs:label "Jochem van Arras" ;
    a2a:PersonNameFirstName "Jochem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Arras"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person-9e21523d-886f-6bc0-7571-a164b88f1407
  a a2a:Person ;
  rdfs:label "Gerrit Schouten" ;
  a2a:PersonName [
    rdfs:label "Gerrit Schouten" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Schouten"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1
  a a2a:Event ;
  rdfs:label "other:Insinuatie" ;
  a2a:EventType "other:Insinuatie" ;
  a2a:EventDate [
    a2a:Year "1669" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1669-06-19"^^xsd:date
  ] .

oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person:12c21403-f4da-093b-ea41-e9b00a7ce02e ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person:d72dba07-1f81-e1f9-ba99-b39b08b42fcc ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person:88c56035-c47b-cee0-50f2-0baea4aafa7a ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1 .

oa:relationep_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Person:9e21523d-886f-6bc0-7571-a164b88f1407 ;
  a2a:EventKeyRef oa:event_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf_Event1 .

oa:source_saa_a3cb51cc-5f9a-50ee-e053-b784100a6caf
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1669-06-19 - 1669-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1669-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1669-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1669" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1669-06-19"^^xsd:date
  ] ;
  a2a:SourceType "other:Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 3999, Periode: 1668-1670" ;
    a2a:Book "Notariële archieven" ;
    a2a:DocumentNumber "368113" ;
    a2a:RegistryNumber "3999" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 3999, Periode: 1668-1670, Notariële archieven, 368113, 3999"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/8864886e-3878-c676-47ee-909c68b92585.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-5f9a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/8864886e-3878-c676-47ee-909c68b92585.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/ec3b1905-4937-6abc-d8ce-a57d42618ba6.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/a3cb51cc-5f9a-50ee-e053-b784100a6caf" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/ec3b1905-4937-6abc-d8ce-a57d42618ba6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/a3cb51cc-5f9a-50ee-e053-b784100a6caf" ;
  a2a:RecordGUID "{a3cb51cc-5f9a-50ee-e053-b784100a6caf}" ;
  a2a:SourceRemarkOpmerking """Notaris: Wijbrant Wijbrantsz
Locatieomschrijving: Haerlem
Onderwerpsomschrijving: Schouten is brouwer in Haarlem. Ringh heeft geen recht op huurpenningen van tuin aan het Zaagmolenspad en de zolders van het huis de Lootbergh.
Taal: nederlands""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5075/3999" ;
  a2a:SourceRemarkAkteSoort "Insinuatie" ;
  a2a:SourceRemarkfilename "KLAD01467000069", "KLAD01467000070" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_5276_00005276.xml van SAA" .

[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAD01467000069; positie: 1078, 743, 462, 80" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAD01467000069; positie: 445, 581, 364, 113" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAD01467000069; positie: 734, 810, 405, 95" .
[] a2a:PersonRemarkdiversen "Positie op scan: scan: KLAD01467000069; positie: 690, 645, 424, 111" .
