@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_58c8bc6d-e618-ab93-14b9-5cf124f456e1
  a a2a:Record ;
  rdfs:label "Overlijden op 1 augustus 1888 te Waspik" ;
  a2a:hasPerson oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-dc27e222-06a4-5ccf-a495-bf57c52bec6f, oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-29106a3e-2fc3-f032-1c7e-f48d55c12dfe, oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-b0f3a4ae-35dc-67f8-292e-00fedd30c6dc ;
  a2a:hasEvent oa:event_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_0, oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_1, oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_2 ;
  a2a:hasSource oa:source_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1 .

oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-dc27e222-06a4-5ccf-a495-bf57c52bec6f
  a a2a:Person ;
  rdfs:label "Adriana Snijders" ;
  a2a:PersonName [
    rdfs:label "Adriana Snijders" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Snijders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-29106a3e-2fc3-f032-1c7e-f48d55c12dfe
  a a2a:Person ;
  rdfs:label "Mathijs Adriaanse Bink" ;
  a2a:PersonName [
    rdfs:label "Mathijs Adriaanse Bink" ;
    a2a:PersonNameFirstName "Mathijs Adriaanse" ;
    a2a:PersonNameLastName "Bink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person-b0f3a4ae-35dc-67f8-292e-00fedd30c6dc
  a a2a:Person ;
  rdfs:label "Antonie Bink" ;
  a2a:PersonName [
    rdfs:label "Antonie Bink" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Bink"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1888-08-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] .

oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person:dc27e222-06a4-5ccf-a495-bf57c52bec6f ;
  a2a:EventKeyRef oa:event_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Event1 .

oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person:29106a3e-2fc3-f032-1c7e-f48d55c12dfe ;
  a2a:EventKeyRef oa:event_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Event1 .

oa:relationep_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Person:b0f3a4ae-35dc-67f8-292e-00fedd30c6dc ;
  a2a:EventKeyRef oa:event_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1_Event1 .

oa:source_bhi_58c8bc6d-e618-ab93-14b9-5cf124f456e1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1888-08-01 - 1888-08-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-08-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-08-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1888-08-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8814, Periode: 1888" ;
    a2a:Book "Overlijdensregister Waspik 1888" ;
    a2a:DocumentNumber "55" ;
    a2a:RegistryNumber "8814" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8814, Periode: 1888, Overlijdensregister Waspik 1888, 55, 8814"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4f84f1a8-100b-311e-12c4-20e91cf52e4c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4f84f1a8-100b-311e-12c4-20e91cf52e4c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/58c8bc6d-e618-ab93-14b9-5cf124f456e1" ;
  a2a:RecordGUID "{58c8bc6d-e618-ab93-14b9-5cf124f456e1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82831_00082831.xml van BHI" .

