@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_60811bfc-c1fc-873b-8d61-fb2d72b52072
  a a2a:Record ;
  rdfs:label "Overlijden op 3 maart 1970 te Vught" ;
  a2a:hasPerson oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-c97b8f83-73ed-bba2-c271-c3d03f0a9378, oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-05d01b78-8da4-fe76-70a8-10c8941852a1, oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-b7501299-97fa-c10e-83b7-99635e2cb911 ;
  a2a:hasEvent oa:event_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_0, oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_1, oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_2 ;
  a2a:hasSource oa:source_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072 .

oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-c97b8f83-73ed-bba2-c271-c3d03f0a9378
  a a2a:Person ;
  rdfs:label "Maria Catharina Schellekens" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Schellekens" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Schellekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-05d01b78-8da4-fe76-70a8-10c8941852a1
  a a2a:Person ;
  rdfs:label "Johanna Maria Merks" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Merks" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Merks"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person-b7501299-97fa-c10e-83b7-99635e2cb911
  a a2a:Person ;
  rdfs:label "Wouter Cornelis Merks" ;
  a2a:PersonName [
    rdfs:label "Wouter Cornelis Merks" ;
    a2a:PersonNameFirstName "Wouter Cornelis" ;
    a2a:PersonNameLastName "Merks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1970-03-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught"
  ] .

oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person:c97b8f83-73ed-bba2-c271-c3d03f0a9378 ;
  a2a:EventKeyRef oa:event_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Event1 .

oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person:05d01b78-8da4-fe76-70a8-10c8941852a1 ;
  a2a:EventKeyRef oa:event_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Event1 .

oa:relationep_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Person:b7501299-97fa-c10e-83b7-99635e2cb911 ;
  a2a:EventKeyRef oa:event_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072_Event1 .

oa:source_bhi_60811bfc-c1fc-873b-8d61-fb2d72b52072
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught", "1970-03-05 - 1970-03-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-03-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-03-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1970-03-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4468, Periode: 1970" ;
    a2a:Book "Overlijdensregister Vught 1970" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "4468" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4468, Periode: 1970, Overlijdensregister Vught 1970, 37, 4468"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8950f0ca-3dcf-6521-362e-730c9b4505b5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8950f0ca-3dcf-6521-362e-730c9b4505b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/60811bfc-c1fc-873b-8d61-fb2d72b52072" ;
  a2a:RecordGUID "{60811bfc-c1fc-873b-8d61-fb2d72b52072}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_25351_00025351.xml van BHI" .

