@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_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Overlijden op 25 oktober 1893 te Dinteloord" ;
  a2a:hasPerson oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-3728e820-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-37293dfc-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-3728bae4-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-372914da-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasRelationPP oa:relationpp_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_0 ;
  a2a:hasSource oa:source_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-3728e820-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Johannis van 't Hof" ;
  a2a:PersonName [
    rdfs:label "Johannis van 't Hof" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNamePrefixLastName "van 't" ;
    a2a:PersonNameLastName "Hof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-37293dfc-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Geertrui van Mastricht" ;
  a2a:PersonName [
    rdfs:label "Geertrui van Mastricht" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mastricht"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-3728bae4-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Hendrina de Neef" ;
  a2a:PersonName [
    rdfs:label "Hendrina de Neef" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Neef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person-372914da-4867-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Leendert de Neef" ;
  a2a:PersonName [
    rdfs:label "Leendert de Neef" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Neef"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1893-10-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord"
  ] .

oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person:37293dfc-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person:3728bae4-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person:372914da-4867-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationpp_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person:3728bae4-4867-11e1-9853-b7a7dd2b6a2a, oa:person_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a_Person:3728e820-4867-11e1-9853-b7a7dd2b6a2a .

oa:source_wba_4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1893-10-25 - 1893-10-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-10-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-10-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1893-10-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Dinteloord en Prinsenland - burgerlijke stand, Bron: boek, D..." ;
    a2a:Book "Overlijdensregister 1893" ;
    a2a:DocumentNumber "57" ;
    a2a:RegistryNumber "5049" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Dinteloord en Prinsenland - burgerlijke stand, Bron: boek, D..., Overlijdensregister 1893, 57, 5049"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a3315554-17bf-b107-204d-39de178a03e1.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a3315554-17bf-b107-204d-39de178a03e1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{4cd3a2ca-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkOpmerking "Eerder weduwe van Jacob van 't Hof" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13319_00013319.xml van WBA" .

