@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_443a39cb-ddfc-e993-99ae-7e43b8fcf58e
  a a2a:Record ;
  rdfs:label "Overlijden op 12 november 1874 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-7f986f98-ea33-0644-a9d3-3eef36e85595, oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-7e20318c-96a4-4898-9053-51d1d8e77b88, oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-e4378d2a-6cc5-707f-5119-73c8200384a6 ;
  a2a:hasEvent oa:event_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_0, oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_1, oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_2 ;
  a2a:hasSource oa:source_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e .

oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-7f986f98-ea33-0644-a9d3-3eef36e85595
  a a2a:Person ;
  rdfs:label "Adrianus Willebrordus van Pruijssen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Willebrordus van Pruijssen" ;
    a2a:PersonNameFirstName "Adrianus Willebrordus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Pruijssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-7e20318c-96a4-4898-9053-51d1d8e77b88
  a a2a:Person ;
  rdfs:label "Jacobus Ludovicus van Pruijssen" ;
  a2a:PersonName [
    rdfs:label "Jacobus Ludovicus van Pruijssen" ;
    a2a:PersonNameFirstName "Jacobus Ludovicus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Pruijssen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person-e4378d2a-6cc5-707f-5119-73c8200384a6
  a a2a:Person ;
  rdfs:label "Petronella Swolfs" ;
  a2a:PersonName [
    rdfs:label "Petronella Swolfs" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Swolfs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1874-11-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person:7f986f98-ea33-0644-a9d3-3eef36e85595 ;
  a2a:EventKeyRef oa:event_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Event1 .

oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person:7e20318c-96a4-4898-9053-51d1d8e77b88 ;
  a2a:EventKeyRef oa:event_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Event1 .

oa:relationep_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Person:e4378d2a-6cc5-707f-5119-73c8200384a6 ;
  a2a:EventKeyRef oa:event_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e_Event1 .

oa:source_bhi_443a39cb-ddfc-e993-99ae-7e43b8fcf58e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1874-11-16 - 1874-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1874" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1874-11-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7962, Periode: 1874" ;
    a2a:Book "Overlijdensregister Tilburg 1874" ;
    a2a:DocumentNumber "525" ;
    a2a:RegistryNumber "7962" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7962, Periode: 1874, Overlijdensregister Tilburg 1874, 525, 7962"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/21fe42cb-7087-2296-1e21-a7d5826c3a6f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/21fe42cb-7087-2296-1e21-a7d5826c3a6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/443a39cb-ddfc-e993-99ae-7e43b8fcf58e" ;
  a2a:RecordGUID "{443a39cb-ddfc-e993-99ae-7e43b8fcf58e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79165_00079165.xml van BHI" .

