@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_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a
  a a2a:Record ;
  rdfs:label "Overlijden op 6 september 1813 te Sleeuwijk" ;
  a2a:hasPerson oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-0557d7e0-4c81-9550-bd8e-caf3f02ac526, oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-eadeeadd-25d4-7384-0fe4-046595af30e4, oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-3845dcf5-d368-c130-63a3-e45aa3745f04, oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-63d1aa83-3c2d-c8d1-6dc1-72bd792638bb, oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-63ea06a9-4e6b-418d-f963-0a23c0abf8a8 ;
  a2a:hasEvent oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_0, oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_1, oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_2, oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_3, oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_4 ;
  a2a:hasSource oa:source_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a .

oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-0557d7e0-4c81-9550-bd8e-caf3f02ac526
  a a2a:Person ;
  rdfs:label "Pieternella Sergeant" ;
  a2a:PersonName [
    rdfs:label "Pieternella Sergeant" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Sergeant"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-eadeeadd-25d4-7384-0fe4-046595af30e4
  a a2a:Person ;
  rdfs:label "Hubertus Meijers" ;
  a2a:PersonName [
    rdfs:label "Hubertus Meijers" ;
    a2a:PersonNameFirstName "Hubertus" ;
    a2a:PersonNameLastName "Meijers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] .

oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-3845dcf5-d368-c130-63a3-e45aa3745f04
  a a2a:Person ;
  rdfs:label "Michel Stouten" ;
  a2a:PersonName [
    rdfs:label "Michel Stouten" ;
    a2a:PersonNameFirstName "Michel" ;
    a2a:PersonNameLastName "Stouten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] .

oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-63d1aa83-3c2d-c8d1-6dc1-72bd792638bb
  a a2a:Person ;
  rdfs:label "Francois Damate" ;
  a2a:PersonName [
    rdfs:label "Francois Damate" ;
    a2a:PersonNameFirstName "Francois" ;
    a2a:PersonNameLastName "Damate"
  ] ;
  a2a:Gender "Man" .

oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person-63ea06a9-4e6b-418d-f963-0a23c0abf8a8
  a a2a:Person ;
  rdfs:label "Rosette Damate" ;
  a2a:PersonName [
    rdfs:label "Rosette Damate" ;
    a2a:PersonNameFirstName "Rosette" ;
    a2a:PersonNameLastName "Damate"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "6" ;
    rdfs:label "6"
  ] .

oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1813-09-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sleeuwijk" ;
    rdfs:label "Sleeuwijk"
  ] .

oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person:0557d7e0-4c81-9550-bd8e-caf3f02ac526 ;
  a2a:EventKeyRef oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 .

oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person:eadeeadd-25d4-7384-0fe4-046595af30e4 ;
  a2a:EventKeyRef oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 .

oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person:3845dcf5-d368-c130-63a3-e45aa3745f04 ;
  a2a:EventKeyRef oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 .

oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person:63d1aa83-3c2d-c8d1-6dc1-72bd792638bb ;
  a2a:EventKeyRef oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 .

oa:relationep_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_4
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Person:63ea06a9-4e6b-418d-f963-0a23c0abf8a8 ;
  a2a:EventKeyRef oa:event_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a_Event1 .

oa:source_sha_1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "De Werken en Sleeuwijk" ;
    rdfs:label "De Werken en Sleeuwijk", "1813-09-06 - 1813-09-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-09-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-09-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1813-09-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 5298, Periode: 1813-1822" ;
    a2a:Book "Overlijdensregister" ;
    a2a:RegistryNumber "5298" ;
    a2a:Folio "13v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 5298, Periode: 1813-1822, Overlijdensregister, 5298, 13v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/66c51b58-1a62-4b24-f5b4-7d06af496009.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/66c51b58-1a62-4b24-f5b4-7d06af496009.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a" ;
  a2a:RecordGUID "{1141e0a6-d5f3-73f2-44c2-e6af8fb0bb3a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_3638_00003638.xml van SHA" .

