@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_1d7c366f-752e-e690-6cff-2f143a13f4d8
  a a2a:Record ;
  rdfs:label "Overlijden op 13 juni 1817 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-101c8d6f-59d9-5bb8-a974-27b40330a081, oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-5b18094d-e7e3-c6bd-10a4-1bb79e7cf676, oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-7c3fb32b-15f3-8eba-8171-21b9b28020bb, oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-f60356a6-274a-959b-69a8-45f5040f75bd ;
  a2a:hasEvent oa:event_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_0, oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_1, oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_0 ;
  a2a:hasSource oa:source_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8 .

oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-101c8d6f-59d9-5bb8-a974-27b40330a081
  a a2a:Person ;
  rdfs:label "Jan Groenen" ;
  a2a:PersonName [
    rdfs:label "Jan Groenen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-5b18094d-e7e3-c6bd-10a4-1bb79e7cf676
  a a2a:Person ;
  rdfs:label "Maria de Grun" ;
  a2a:PersonName [
    rdfs:label "Maria de Grun" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Grun"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-7c3fb32b-15f3-8eba-8171-21b9b28020bb
  a a2a:Person ;
  rdfs:label "Willem Groenen" ;
  a2a:PersonName [
    rdfs:label "Willem Groenen" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person-f60356a6-274a-959b-69a8-45f5040f75bd
  a a2a:Person ;
  rdfs:label "Jacoba Spanings" ;
  a2a:PersonName [
    rdfs:label "Jacoba Spanings" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Spanings"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1817" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1817-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person:101c8d6f-59d9-5bb8-a974-27b40330a081 ;
  a2a:EventKeyRef oa:event_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Event1 .

oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person:5b18094d-e7e3-c6bd-10a4-1bb79e7cf676 ;
  a2a:EventKeyRef oa:event_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Event1 .

oa:relationep_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person:7c3fb32b-15f3-8eba-8171-21b9b28020bb ;
  a2a:EventKeyRef oa:event_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Event1 .

oa:relationpp_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person:101c8d6f-59d9-5bb8-a974-27b40330a081, oa:person_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8_Person:f60356a6-274a-959b-69a8-45f5040f75bd .

oa:source_bhi_1d7c366f-752e-e690-6cff-2f143a13f4d8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1817-06-14 - 1817-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1817-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1817-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1817" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1817-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7949, Periode: 1817" ;
    a2a:Book "Overlijdensregister Tilburg 1817" ;
    a2a:DocumentNumber "117b" ;
    a2a:RegistryNumber "7949" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7949, Periode: 1817, Overlijdensregister Tilburg 1817, 117b, 7949"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a75d7037-7cb6-418f-bc4d-7bb0532b771a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a75d7037-7cb6-418f-bc4d-7bb0532b771a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1d7c366f-752e-e690-6cff-2f143a13f4d8" ;
  a2a:RecordGUID "{1d7c366f-752e-e690-6cff-2f143a13f4d8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78840_00078840.xml van BHI" .

