@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_b3086690-146f-3d2d-e17f-e99e23d4e747
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juni 1872 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-1fba4dd2-4ab8-9287-60ea-0c90ced3d196, oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-c4bcb954-4bee-86db-b96d-f9b3a4f8ea96, oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-46b23991-ea44-fd38-7e49-33824a007320 ;
  a2a:hasEvent oa:event_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_0, oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_1, oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_2 ;
  a2a:hasSource oa:source_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747 .

oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-1fba4dd2-4ab8-9287-60ea-0c90ced3d196
  a a2a:Person ;
  rdfs:label "Maria Elisabeth van Osch" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth van Osch" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Osch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-c4bcb954-4bee-86db-b96d-f9b3a4f8ea96
  a a2a:Person ;
  rdfs:label "Josephus Philippus Nerius Coppens" ;
  a2a:PersonName [
    rdfs:label "Josephus Philippus Nerius Coppens" ;
    a2a:PersonNameFirstName "Josephus Philippus Nerius" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person-46b23991-ea44-fd38-7e49-33824a007320
  a a2a:Person ;
  rdfs:label "Joannes Coppens" ;
  a2a:PersonName [
    rdfs:label "Joannes Coppens" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1872-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person:1fba4dd2-4ab8-9287-60ea-0c90ced3d196 ;
  a2a:EventKeyRef oa:event_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Event1 .

oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person:c4bcb954-4bee-86db-b96d-f9b3a4f8ea96 ;
  a2a:EventKeyRef oa:event_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Event1 .

oa:relationep_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Person:46b23991-ea44-fd38-7e49-33824a007320 ;
  a2a:EventKeyRef oa:event_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747_Event1 .

oa:source_bhi_b3086690-146f-3d2d-e17f-e99e23d4e747
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1872-06-03 - 1872-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1872-06-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4255, Periode: 1872" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1872" ;
    a2a:DocumentNumber "410" ;
    a2a:RegistryNumber "4255" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4255, Periode: 1872, Overlijdensregister 's-Hertogenbosch 1872, 410, 4255"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b73fc9d9-0454-77c9-481f-b9dc32c9dcd2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b73fc9d9-0454-77c9-481f-b9dc32c9dcd2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b3086690-146f-3d2d-e17f-e99e23d4e747" ;
  a2a:RecordGUID "{b3086690-146f-3d2d-e17f-e99e23d4e747}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_28937_00028937.xml van BHI" .

