@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_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7
  a a2a:Record ;
  rdfs:label "Overlijden op 22 mei 1927 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-0e887eb1-5e99-4664-a7c4-785e3b820137, oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-e7605675-921e-83d8-ef20-65c869f6d03e, oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-8a5c564c-98ec-65ca-d195-56e4b85ef895, oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-ed55eaf4-f54e-de3f-7527-b62961976993 ;
  a2a:hasEvent oa:event_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_0, oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_1, oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_0 ;
  a2a:hasSource oa:source_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7 .

oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-0e887eb1-5e99-4664-a7c4-785e3b820137
  a a2a:Person ;
  rdfs:label "Catherine Marie Vlemminx" ;
  a2a:PersonName [
    rdfs:label "Catherine Marie Vlemminx" ;
    a2a:PersonNameFirstName "Catherine Marie" ;
    a2a:PersonNameLastName "Vlemminx"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-e7605675-921e-83d8-ef20-65c869f6d03e
  a a2a:Person ;
  rdfs:label "Willebrordus van de Pas" ;
  a2a:PersonName [
    rdfs:label "Willebrordus van de Pas" ;
    a2a:PersonNameFirstName "Willebrordus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-8a5c564c-98ec-65ca-d195-56e4b85ef895
  a a2a:Person ;
  rdfs:label "Marie Wouters" ;
  a2a:PersonName [
    rdfs:label "Marie Wouters" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person-ed55eaf4-f54e-de3f-7527-b62961976993
  a a2a:Person ;
  rdfs:label "Jean Vlemminx" ;
  a2a:PersonName [
    rdfs:label "Jean Vlemminx" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Vlemminx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1927" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1927-05-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person:0e887eb1-5e99-4664-a7c4-785e3b820137 ;
  a2a:EventKeyRef oa:event_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Event1 .

oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person:8a5c564c-98ec-65ca-d195-56e4b85ef895 ;
  a2a:EventKeyRef oa:event_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Event1 .

oa:relationep_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person:ed55eaf4-f54e-de3f-7527-b62961976993 ;
  a2a:EventKeyRef oa:event_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Event1 .

oa:relationpp_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person:0e887eb1-5e99-4664-a7c4-785e3b820137, oa:person_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7_Person:e7605675-921e-83d8-ef20-65c869f6d03e .

oa:source_bhi_3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1927-05-23 - 1927-05-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1927-05-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1927-05-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1927" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1927-05-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3195, Periode: 1927" ;
    a2a:Book "Overlijdensregister Tilburg 1927" ;
    a2a:DocumentNumber "333" ;
    a2a:RegistryNumber "3195" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3195, Periode: 1927, Overlijdensregister Tilburg 1927, 333, 3195"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8578736e-63f5-56ba-cb0f-f0c5f430e6fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8578736e-63f5-56ba-cb0f-f0c5f430e6fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7" ;
  a2a:RecordGUID "{3abb2fca-377c-2a4c-4aa2-fa0d3f4ffdc7}" ;
  a2a:SourceRemarkdeel "3195" ;
  a2a:SourceRemarkregister_periode "1927" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_1716_00001716.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1927-05-22" .
