@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_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6
  a a2a:Record ;
  rdfs:label "Overlijden op 2 april 1829 te Appingedam" ;
  a2a:hasPerson oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-f61c87d9-971e-0f11-b05c-c41743354b09, oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-2314b5b2-7ef7-e5e2-b99c-1269bb49c53c, oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-db738029-89bd-fdd1-fb6e-923649ef9b24, oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-7f4ec00f-b017-d0ab-2991-e9a2ac411b7d ;
  a2a:hasEvent oa:event_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_0, oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_1, oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_2 ;
  a2a:hasRelationPP oa:relationpp_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_0 ;
  a2a:hasSource oa:source_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6 .

oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-f61c87d9-971e-0f11-b05c-c41743354b09
  a a2a:Person ;
  rdfs:label "Paul Philip du Cloux" ;
  a2a:PersonName [
    rdfs:label "Paul Philip du Cloux" ;
    a2a:PersonNameFirstName "Paul Philip" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Cloux"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "59 jaar" ;
    rdfs:label "59 jaar"
  ] ;
  a2a:Profession "griffier" .

oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-2314b5b2-7ef7-e5e2-b99c-1269bb49c53c
  a a2a:Person ;
  rdfs:label "Anna Lincklaen" ;
  a2a:PersonName [
    rdfs:label "Anna Lincklaen" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Lincklaen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-db738029-89bd-fdd1-fb6e-923649ef9b24
  a a2a:Person ;
  rdfs:label "Anthony du Cloux" ;
  a2a:PersonName [
    rdfs:label "Anthony du Cloux" ;
    a2a:PersonNameFirstName "Anthony" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Cloux"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "advocaat" .

oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person-7f4ec00f-b017-d0ab-2991-e9a2ac411b7d
  a a2a:Person ;
  rdfs:label "Maria Martha La Lauze" ;
  a2a:PersonName [
    rdfs:label "Maria Martha La Lauze" ;
    a2a:PersonNameFirstName "Maria Martha" ;
    a2a:PersonNamePrefixLastName "La" ;
    a2a:PersonNameLastName "Lauze"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1829-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person:f61c87d9-971e-0f11-b05c-c41743354b09 ;
  a2a:EventKeyRef oa:event_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Event1 .

oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person:db738029-89bd-fdd1-fb6e-923649ef9b24 ;
  a2a:EventKeyRef oa:event_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Event1 .

oa:relationep_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person:7f4ec00f-b017-d0ab-2991-e9a2ac411b7d ;
  a2a:EventKeyRef oa:event_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Event1 .

oa:relationpp_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person:f61c87d9-971e-0f11-b05c-c41743354b09, oa:person_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6_Person:2314b5b2-7ef7-e5e2-b99c-1269bb49c53c .

oa:source_gra_5bd5e669-033e-e052-2edf-ed7d1f28d6c6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1829-04-03 - 1829-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1829-04-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1829" ;
    a2a:Book "Overlijdensregister 1829" ;
    a2a:DocumentNumber "22" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1829, Overlijdensregister 1829, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3bb855c1-480a-1073-59f9-bbeaa1c8a006.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/5bd5e669-033e-e052-2edf-ed7d1f28d6c6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3bb855c1-480a-1073-59f9-bbeaa1c8a006.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/5bd5e669-033e-e052-2edf-ed7d1f28d6c6" ;
  a2a:RecordGUID "{5bd5e669-033e-e052-2edf-ed7d1f28d6c6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12696_00012696.xml van GRA" .

