@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_f38ea961-9cf5-bfbc-e508-ff417e47151b
  a a2a:Record ;
  rdfs:label "Overlijden op 20 maart 1871 te Waspik" ;
  a2a:hasPerson oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-56cf87c8-abfd-e7f3-b708-8d0d34eba106, oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-dbf9331e-112c-9c1d-5c96-6d6c6708564b, oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-785c5e65-f810-8349-985b-4ae5eccdf668, oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-3c507cbe-d401-fd7d-a28b-b8b2d1a83650, oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-ac4ac07b-5c4f-2d73-81d0-12e7cca2aafe ;
  a2a:hasEvent oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_0, oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_1, oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_2, oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_3, oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_4 ;
  a2a:hasSource oa:source_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b .

oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-56cf87c8-abfd-e7f3-b708-8d0d34eba106
  a a2a:Person ;
  rdfs:label "Petronella Vossenberg" ;
  a2a:PersonName [
    rdfs:label "Petronella Vossenberg" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Vossenberg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-dbf9331e-112c-9c1d-5c96-6d6c6708564b
  a a2a:Person ;
  rdfs:label "Cornelis Klavers" ;
  a2a:PersonName [
    rdfs:label "Cornelis Klavers" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Klavers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "70" ;
    rdfs:label "70"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-785c5e65-f810-8349-985b-4ae5eccdf668
  a a2a:Person ;
  rdfs:label "Theodorus van der Wee" ;
  a2a:PersonName [
    rdfs:label "Theodorus van der Wee" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wee"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-3c507cbe-d401-fd7d-a28b-b8b2d1a83650
  a a2a:Person ;
  rdfs:label "Christiaan van Gennip" ;
  a2a:PersonName [
    rdfs:label "Christiaan van Gennip" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gennip"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Profession "schipper" .

oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person-ac4ac07b-5c4f-2d73-81d0-12e7cca2aafe
  a a2a:Person ;
  rdfs:label "dochter van Gennip" ;
  a2a:PersonName [
    rdfs:label "dochter van Gennip" ;
    a2a:PersonNameFirstName "dochter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gennip"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] .

oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1871-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] .

oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person:56cf87c8-abfd-e7f3-b708-8d0d34eba106 ;
  a2a:EventKeyRef oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 .

oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person:dbf9331e-112c-9c1d-5c96-6d6c6708564b ;
  a2a:EventKeyRef oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 .

oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person:785c5e65-f810-8349-985b-4ae5eccdf668 ;
  a2a:EventKeyRef oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 .

oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person:3c507cbe-d401-fd7d-a28b-b8b2d1a83650 ;
  a2a:EventKeyRef oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 .

oa:relationep_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_4
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Person:ac4ac07b-5c4f-2d73-81d0-12e7cca2aafe ;
  a2a:EventKeyRef oa:event_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b_Event1 .

oa:source_sha_f38ea961-9cf5-bfbc-e508-ff417e47151b
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1871-03-20 - 1871-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1871-03-20"^^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: 180, Periode: 1870-1879" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "180" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 180, Periode: 1870-1879, Overlijdensregister, 18, 180"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/a93df180-7531-23e6-b450-c147ef26d6c4.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/f38ea961-9cf5-bfbc-e508-ff417e47151b" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/a93df180-7531-23e6-b450-c147ef26d6c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/f38ea961-9cf5-bfbc-e508-ff417e47151b" ;
  a2a:RecordGUID "{f38ea961-9cf5-bfbc-e508-ff417e47151b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1398_00001398.xml van SHA" .

[] a2a:PersonRemarkdiversen "levenloos geboren" .
