@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_rel_04d7aedf-31ba-012a-8738-e271cc0ca507
  a a2a:Record ;
  rdfs:label "Overlijden op 5 april 1947 te Woerden" ;
  a2a:hasPerson oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person1, oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person2, oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person3 ;
  a2a:hasEvent oa:event_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_0, oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_1, oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_2 ;
  a2a:hasSource oa:source_rel_04d7aedf-31ba-012a-8738-e271cc0ca507 .

oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person1
  a a2a:Person ;
  rdfs:label "Maria Bardina Engels" ;
  a2a:PersonName [
    rdfs:label "Maria Bardina Engels" ;
    a2a:PersonNameFirstName "Maria Bardina" ;
    a2a:PersonNameLastName "Engels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "6 maanden" ;
    rdfs:label "6 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person2
  a a2a:Person ;
  rdfs:label "Abram Engels" ;
  a2a:PersonName [
    rdfs:label "Abram Engels" ;
    a2a:PersonNameFirstName "Abram" ;
    a2a:PersonNameLastName "Engels"
  ] .

oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person3
  a a2a:Person ;
  rdfs:label "Maria Bardina Bode" ;
  a2a:PersonName [
    rdfs:label "Maria Bardina Bode" ;
    a2a:PersonNameFirstName "Maria Bardina" ;
    a2a:PersonNameLastName "Bode"
  ] .

oa:event_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1947-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person1 ;
  a2a:EventKeyRef oa:event_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Event1 .

oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person2 ;
  a2a:EventKeyRef oa:event_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Event1 .

oa:relationep_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Person3 ;
  a2a:EventKeyRef oa:event_rel_04d7aedf-31ba-012a-8738-e271cc0ca507_Event1 .

oa:source_rel_04d7aedf-31ba-012a-8738-e271cc0ca507
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "1947-01-01 - 1947-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1947-04-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Overlijdensakte" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "1706c" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Overlijdensakte, 36, 1706c"
  ] ;
  a2a:SourceLastChangeDate "2018-03-16"^^xsd:date ;
  a2a:RecordGUID "{04d7aedf-31ba-012a-8738-e271cc0ca507}" ;
  a2a:SourceRemarkProvenance "rhcrl_w021_1694-1706f_overlijdensakten-woerden_1811-1960_b.xlsx csv2a2a" .

