@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_ens_65c718df-eb40-fa17-eefa-ea335b82aa65
  a a2a:Record ;
  rdfs:label "Overlijden op 31 december 1841 te Enschede" ;
  a2a:hasPerson oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person1, oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person2, oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person3 ;
  a2a:hasEvent oa:event_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Event1 ;
  a2a:hasRelationEP oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_0, oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_1, oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_2 ;
  a2a:hasSource oa:source_ens_65c718df-eb40-fa17-eefa-ea335b82aa65 .

oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person1
  a a2a:Person ;
  rdfs:label "Salomon Anton Menko" ;
  a2a:PersonName [
    rdfs:label "Salomon Anton Menko" ;
    a2a:PersonNameFirstName "Salomon Anton" ;
    a2a:PersonNameLastName "Menko"
  ] .

oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person2
  a a2a:Person ;
  rdfs:label "Anton Salomon Menko" ;
  a2a:PersonName [
    rdfs:label "Anton Salomon Menko" ;
    a2a:PersonNameFirstName "Anton Salomon" ;
    a2a:PersonNameLastName "Menko"
  ] .

oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person3
  a a2a:Person ;
  rdfs:label "Betje Jacob Muller" ;
  a2a:PersonName [
    rdfs:label "Betje Jacob Muller" ;
    a2a:PersonNameFirstName "Betje Jacob" ;
    a2a:PersonNameLastName "Muller"
  ] .

oa:event_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1841" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1841-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede"
  ] .

oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person1 ;
  a2a:EventKeyRef oa:event_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Event1 .

oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person2 ;
  a2a:EventKeyRef oa:event_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Event1 .

oa:relationep_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Person3 ;
  a2a:EventKeyRef oa:event_ens_65c718df-eb40-fa17-eefa-ea335b82aa65_Event1 .

oa:source_ens_65c718df-eb40-fa17-eefa-ea335b82aa65
  a a2a:Source ;
  rdfs:label "Stadsarchief Enschede, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede", "1811-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1841" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1841-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Enschede" ;
    a2a:Place "Enschede" ;
    a2a:Collection "Burgerlijke Stand, Overlijdensakten Enschede" ;
    a2a:DocumentNumber "108" ;
    rdfs:label "Stadsarchief Enschede, Enschede, Burgerlijke Stand, Overlijdensakten Enschede, 108"
  ] ;
  a2a:SourceLastChangeDate "2014-09-24"^^xsd:date ;
  a2a:RecordIdentifier "OE.1841.0108" ;
  a2a:RecordGUID "{65c718df-eb40-fa17-eefa-ea335b82aa65}" .

