@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca
  a a2a:Record ;
  rdfs:label "Overlijden op 15 februari 1953 te Weert" ;
  a2a:hasPerson oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person1, oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person2, oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person3, oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person4 ;
  a2a:hasEvent oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_0, oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_1, oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_2, oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_3 ;
  a2a:hasSource oa:source_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca .

oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person1
  a a2a:Person ;
  rdfs:label "Leonardus Zontrop" ;
  owl:sameAs oa:person_rhl_5e27787b-71e1-4bc3-04a6-36b152328706_Person1, oa:person_rhl_1cd7cb25-be49-13ad-7a38-5f475b5c9434_Person1, oa:person_rhl_8282f74b-a93f-3f40-c3b8-47aeed59b013_Person1 ;
  a2a:PersonName [
    rdfs:label "Leonardus Zontrop" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Zontrop"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "77" ;
    rdfs:label "77"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stramproy" ;
    rdfs:label "Stramproy"
  ] .

oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person2
  a a2a:Person ;
  rdfs:label "Peter Zontrop" ;
  owl:sameAs oa:person_rhl_1cd7cb25-be49-13ad-7a38-5f475b5c9434_Person2, oa:person_rhl_3bda0832-c1fe-bd36-e7c3-ea2b47365988_Person2, oa:person_rhl_5c41f680-90dc-d4eb-675b-4364a55645fa_Person2, oa:person_rhl_5e27787b-71e1-4bc3-04a6-36b152328706_Person2, oa:person_rhl_7862b6ba-a396-a100-f041-eaec1ad6d750_Person2, oa:person_rhl_aeb6a035-7d25-d0eb-b769-8121b70ca6a5_Person2, oa:person_rhl_8282f74b-a93f-3f40-c3b8-47aeed59b013_Person3, oa:person_rhl_f0f2814c-6871-dcf0-1405-7d23c89ba89f_Person2 ;
  a2a:PersonName [
    rdfs:label "Peter Zontrop" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Zontrop"
  ] ;
  a2a:Gender "Man" .

oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person3
  a a2a:Person ;
  rdfs:label "Maria Gertrudis Lenaers" ;
  owl:sameAs oa:person_rhl_1cd7cb25-be49-13ad-7a38-5f475b5c9434_Person3, oa:person_rhl_3bda0832-c1fe-bd36-e7c3-ea2b47365988_Person3, oa:person_rhl_5c41f680-90dc-d4eb-675b-4364a55645fa_Person3, oa:person_rhl_5e27787b-71e1-4bc3-04a6-36b152328706_Person3, oa:person_rhl_7862b6ba-a396-a100-f041-eaec1ad6d750_Person3, oa:person_rhl_aeb6a035-7d25-d0eb-b769-8121b70ca6a5_Person3, oa:person_rhl_8282f74b-a93f-3f40-c3b8-47aeed59b013_Person4, oa:person_rhl_f0f2814c-6871-dcf0-1405-7d23c89ba89f_Person3 ;
  a2a:PersonName [
    rdfs:label "Maria Gertrudis Lenaers" ;
    a2a:PersonNameFirstName "Maria Gertrudis" ;
    a2a:PersonNameLastName "Lenaers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person4
  a a2a:Person ;
  rdfs:label "Maria Hubertina Opheij" ;
  a2a:PersonName [
    rdfs:label "Maria Hubertina Opheij" ;
    a2a:PersonNameFirstName "Maria Hubertina" ;
    a2a:PersonNameLastName "Opheij"
  ] .

oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1953-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Weert" ;
    rdfs:label "Weert"
  ] ;
  a2a:EventRemarkOpmerking "Extract van overlijden uit de gemeente Weert" ;
  a2a:EventRemark01_Relatie "echtgenoot" .

oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person1 ;
  a2a:EventKeyRef oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1 .

oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person2 ;
  a2a:EventKeyRef oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1 .

oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person3 ;
  a2a:EventKeyRef oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1 .

oa:relationep_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_3
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Person4 ;
  a2a:EventKeyRef oa:event_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca_Event1 .

oa:source_rhl_cbb1878e-e92d-b689-5668-65df4344d0ca
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Stramproy" ;
    rdfs:label "Stramproy", "1796-01-01 - 1960-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1960-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1953-02-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Collection "Burgerlijke Stand in Limburg" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "3573" ;
    rdfs:label "Historisch Centrum Limburg, Burgerlijke Stand in Limburg, 1, 3573"
  ] ;
  a2a:SourceLastChangeDate "2017-07-06"^^xsd:date ;
  a2a:RecordGUID "{cbb1878e-e92d-b689-5668-65df4344d0ca}" ;
  a2a:SourceRemarklink_EAD "http://www.archieven.nl/mi/1540/?mivast=1540&amp;mizig=210&amp;miadt=38&amp;miaet=1&amp;micode=12.131&amp;miview=inv2" .

