@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_13e44df2-9ce2-f51d-4e72-e0d30af9858c
  a a2a:Record ;
  rdfs:label "Overlijden op 1 februari 1899 te Boxmeer" ;
  a2a:hasPerson oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-54117a02-4634-11e3-a747-d206bceb4d38, oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-5411fa36-4634-11e3-a747-d206bceb4d38, oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-5411c32c-4634-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_0, oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_1, oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_2 ;
  a2a:hasSource oa:source_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c .

oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-54117a02-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Franciscus Martinus Philipse" ;
  a2a:PersonName [
    rdfs:label "Franciscus Martinus Philipse" ;
    a2a:PersonNameFirstName "Franciscus Martinus" ;
    a2a:PersonNameLastName "Philipse"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-5411fa36-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Francina Linders" ;
  a2a:PersonName [
    rdfs:label "Maria Francina Linders" ;
    a2a:PersonNameFirstName "Maria Francina" ;
    a2a:PersonNameLastName "Linders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person-5411c32c-4634-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Philipse" ;
  a2a:PersonName [
    rdfs:label "Johannes Philipse" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Philipse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1899-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer"
  ] .

oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person:54117a02-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Event1 .

oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person:5411fa36-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Event1 .

oa:relationep_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Person:5411c32c-4634-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c_Event1 .

oa:source_bhi_13e44df2-9ce2-f51d-4e72-e0d30af9858c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1899-01-01 - 1899-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1083, Periode: 1899" ;
    a2a:Book "Overlijdensregister 1899" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1083" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1083, Periode: 1899, Overlijdensregister 1899, 3, 1083"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1ffbe7dc-6be3-c27a-9c65-fd15b75a7110.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1ffbe7dc-6be3-c27a-9c65-fd15b75a7110.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/13e44df2-9ce2-f51d-4e72-e0d30af9858c" ;
  a2a:RecordGUID "{13e44df2-9ce2-f51d-4e72-e0d30af9858c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_905_00000905.xml van BHI" .

