@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_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juli 1899 te Dordrecht" ;
  a2a:hasPerson oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873571, oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873574, oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873572, oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873573 ;
  a2a:hasEvent oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_0, oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_1, oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_2, oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_3 ;
  a2a:hasSource oa:source_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB .

oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873571
  a a2a:Person ;
  rdfs:label "Gerrit de Boeff" ;
  a2a:PersonName [
    rdfs:label "Gerrit de Boeff" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boeff"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "69" ;
    rdfs:label "69"
  ] .

oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873574
  a a2a:Person ;
  rdfs:label "Anna de Bis" ;
  a2a:PersonName [
    rdfs:label "Anna de Bis" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bis"
  ] .

oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873572
  a a2a:Person ;
  rdfs:label "Dirk de Boeff" ;
  a2a:PersonName [
    rdfs:label "Dirk de Boeff" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boeff"
  ] .

oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873573
  a a2a:Person ;
  rdfs:label "Adriana Soet" ;
  a2a:PersonName [
    rdfs:label "Adriana Soet" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Soet"
  ] .

oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "01-07-1899" ;
    a2a:Year "1899" ;
    a2a:Month "07" ;
    a2a:Day "01" ;
    rdfs:label "1899-07-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873571 ;
  a2a:EventKeyRef oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1 .

oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873574 ;
  a2a:EventKeyRef oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1 .

oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873572 ;
  a2a:EventKeyRef oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1 .

oa:relationep_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Person4606873573 ;
  a2a:EventKeyRef oa:event_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB_Event1 .

oa:source_rad_0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "Dordrecht, Nederland", "1899-07-04 - 1899-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-07-1899" ;
    a2a:Year "1899" ;
    a2a:Month "07" ;
    a2a:Day "04" ;
    rdfs:label "04-07-1899"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Place "Dordrecht" ;
    a2a:Collection "Burgerlijke Stand en Bevolking van Dordrecht" ;
    a2a:Book "Overlijdensakten Dordrecht 1899, 1899" ;
    a2a:DocumentNumber "379" ;
    a2a:RegistryNumber "289" ;
    rdfs:label "Regionaal Archief Dordrecht, Dordrecht, Burgerlijke Stand en Bevolking van Dordrecht, Overlijdensakten Dordrecht 1899, 1899, 379, 289"
  ] ;
  a2a:SourceLastChangeDate "2026-04-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/46/0CF185AF3AF24B60A78DDF0D0C6FC7CB" ;
  a2a:RecordIdentifier "4606873570" ;
  a2a:RecordGUID "{0CF185AF-3AF2-4B60-A78D-DF0D0C6FC7CB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/3F8E35AF0A0E41AC8B327BDAE2302E2F" .

