@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_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae
  a a2a:Record ;
  rdfs:label "Overlijden op 7 februari 1913 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-ba5a3511-84a8-437d-0922-9bdbe5a59560, oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-48bd7c1a-4229-bcc2-4f04-58773c71422c, oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-f8e08c11-9a8b-aaa5-5518-0ee00c9fa7ca, oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-e0d32e6e-6b45-62a6-0b20-6a53d7c84357 ;
  a2a:hasEvent oa:event_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_0, oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_1, oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_0 ;
  a2a:hasSource oa:source_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae .

oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-ba5a3511-84a8-437d-0922-9bdbe5a59560
  a a2a:Person ;
  rdfs:label "Cornelia van Rijswijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Rijswijk" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijswijk"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-48bd7c1a-4229-bcc2-4f04-58773c71422c
  a a2a:Person ;
  rdfs:label "Barbara Dankers" ;
  a2a:PersonName [
    rdfs:label "Barbara Dankers" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Dankers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-f8e08c11-9a8b-aaa5-5518-0ee00c9fa7ca
  a a2a:Person ;
  rdfs:label "Arnoldus van Rijswijk" ;
  a2a:PersonName [
    rdfs:label "Arnoldus van Rijswijk" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijswijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person-e0d32e6e-6b45-62a6-0b20-6a53d7c84357
  a a2a:Person ;
  rdfs:label "Johannes van Roesel" ;
  a2a:PersonName [
    rdfs:label "Johannes van Roesel" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roesel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1913-02-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person:ba5a3511-84a8-437d-0922-9bdbe5a59560 ;
  a2a:EventKeyRef oa:event_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Event1 .

oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person:48bd7c1a-4229-bcc2-4f04-58773c71422c ;
  a2a:EventKeyRef oa:event_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Event1 .

oa:relationep_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person:f8e08c11-9a8b-aaa5-5518-0ee00c9fa7ca ;
  a2a:EventKeyRef oa:event_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Event1 .

oa:relationpp_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person:ba5a3511-84a8-437d-0922-9bdbe5a59560, oa:person_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae_Person:e0d32e6e-6b45-62a6-0b20-6a53d7c84357 .

oa:source_bhi_9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1913-02-07 - 1913-02-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-02-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-02-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1913-02-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3188, Periode: 1913" ;
    a2a:Book "Overlijdensregister Tilburg 1913" ;
    a2a:DocumentNumber "102" ;
    a2a:RegistryNumber "3188" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3188, Periode: 1913, Overlijdensregister Tilburg 1913, 102, 3188"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f863436b-e09c-3f7d-6e66-8dc9b600086e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f863436b-e09c-3f7d-6e66-8dc9b600086e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae" ;
  a2a:RecordGUID "{9c0a0cde-a45f-e274-2bb0-a25e5dfa39ae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79604_00079604.xml van BHI" .

