@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_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff
  a a2a:Record ;
  rdfs:label "Overlijden op 3 december 1888 te Almkerk" ;
  a2a:hasPerson oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-4566a5a2-e524-0107-44a5-e39c26ef2d7f, oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-5c28b78f-53fc-21a9-228c-d062e5ea8cc5, oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-37fc8b62-6ab7-11bd-75a8-232ca2a88289, oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-d17a2c7d-2da3-05d1-a18a-588c88916810 ;
  a2a:hasEvent oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_0, oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_1, oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_2, oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_3 ;
  a2a:hasSource oa:source_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff .

oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-4566a5a2-e524-0107-44a5-e39c26ef2d7f
  a a2a:Person ;
  rdfs:label "Peter Kornelis van Vark" ;
  a2a:PersonName [
    rdfs:label "Peter Kornelis van Vark" ;
    a2a:PersonNameFirstName "Peter Kornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmikhoven" ;
    rdfs:label "Emmikhoven"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-5c28b78f-53fc-21a9-228c-d062e5ea8cc5
  a a2a:Person ;
  rdfs:label "Jan Schoenmakers" ;
  a2a:PersonName [
    rdfs:label "Jan Schoenmakers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Schoenmakers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-37fc8b62-6ab7-11bd-75a8-232ca2a88289
  a a2a:Person ;
  rdfs:label "Willemina Kint" ;
  a2a:PersonName [
    rdfs:label "Willemina Kint" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Kint"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person-d17a2c7d-2da3-05d1-a18a-588c88916810
  a a2a:Person ;
  rdfs:label "Cornelis van Vark" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Vark" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "48" ;
    rdfs:label "48"
  ] ;
  a2a:Profession "arbeider" .

oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1888-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] .

oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person:4566a5a2-e524-0107-44a5-e39c26ef2d7f ;
  a2a:EventKeyRef oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1 .

oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person:5c28b78f-53fc-21a9-228c-d062e5ea8cc5 ;
  a2a:EventKeyRef oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1 .

oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person:37fc8b62-6ab7-11bd-75a8-232ca2a88289 ;
  a2a:EventKeyRef oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1 .

oa:relationep_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Person:d17a2c7d-2da3-05d1-a18a-588c88916810 ;
  a2a:EventKeyRef oa:event_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff_Event1 .

oa:source_sha_6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk", "1888-12-03 - 1888-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1888-12-03"^^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: 2809, Periode: 1888-1892" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "2809" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2809, Periode: 1888-1892, Overlijdensregister, 65, 2809"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/1541b1d5-e136-db3b-9d6e-4237c2e13680.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/1541b1d5-e136-db3b-9d6e-4237c2e13680.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff" ;
  a2a:RecordGUID "{6b78b7c2-2132-cbb0-5a94-28b4b6e6fdff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7342_00007342.xml van SHA" .

