@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_756b1c81-eb39-375c-e6fb-d0aaf7fe278c
  a a2a:Record ;
  rdfs:label "Overlijden op 12 oktober 1889 te Andel" ;
  a2a:hasPerson oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-10c8f8cc-b91b-5779-7ec1-844299f615db, oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-baff2291-7b32-9ba4-2c46-75547f672626, oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-88e9fc58-13be-7364-16d2-2358686d524f, oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-7ae69973-2d2d-fd88-e322-b5a4703a1980 ;
  a2a:hasEvent oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_0, oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_1, oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_2, oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_3 ;
  a2a:hasSource oa:source_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c .

oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-10c8f8cc-b91b-5779-7ec1-844299f615db
  a a2a:Person ;
  rdfs:label "Hendrikje Torsius" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Torsius" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Torsius"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-baff2291-7b32-9ba4-2c46-75547f672626
  a a2a:Person ;
  rdfs:label "Gerrit Klop" ;
  a2a:PersonName [
    rdfs:label "Gerrit Klop" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Klop"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "57" ;
    rdfs:label "57"
  ] ;
  a2a:Profession "veldwachter" .

oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-88e9fc58-13be-7364-16d2-2358686d524f
  a a2a:Person ;
  rdfs:label "Arie Govert van Lier" ;
  a2a:PersonName [
    rdfs:label "Arie Govert van Lier" ;
    a2a:PersonNameFirstName "Arie Govert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lier"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "53" ;
    rdfs:label "53"
  ] ;
  a2a:Profession "smid" .

oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person-7ae69973-2d2d-fd88-e322-b5a4703a1980
  a a2a:Person ;
  rdfs:label "Hendrikje van Lier" ;
  a2a:PersonName [
    rdfs:label "Hendrikje van Lier" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lier"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 dag" ;
    rdfs:label "1 dag"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1889-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel"
  ] .

oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person:10c8f8cc-b91b-5779-7ec1-844299f615db ;
  a2a:EventKeyRef oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1 .

oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person:baff2291-7b32-9ba4-2c46-75547f672626 ;
  a2a:EventKeyRef oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1 .

oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person:88e9fc58-13be-7364-16d2-2358686d524f ;
  a2a:EventKeyRef oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1 .

oa:relationep_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Person:7ae69973-2d2d-fd88-e322-b5a4703a1980 ;
  a2a:EventKeyRef oa:event_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c_Event1 .

oa:source_sha_756b1c81-eb39-375c-e6fb-d0aaf7fe278c
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Andel" ;
    rdfs:label "Andel", "1889-10-12 - 1889-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1889-10-12"^^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: 2946, Periode: 1883-1892" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "2946" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2946, Periode: 1883-1892, Overlijdensregister, 19, 2946"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/4139c0bc-d872-a5e7-a331-ba379b416017.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/756b1c81-eb39-375c-e6fb-d0aaf7fe278c" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/4139c0bc-d872-a5e7-a331-ba379b416017.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-07-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/756b1c81-eb39-375c-e6fb-d0aaf7fe278c" ;
  a2a:RecordGUID "{756b1c81-eb39-375c-e6fb-d0aaf7fe278c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_129_00000129.xml van SHA" .

