@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_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8
  a a2a:Record ;
  rdfs:label "Overlijden op 4 juli 1951 te Geertruidenberg" ;
  a2a:hasPerson oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-9fbb3216-a4ec-e1ae-5a0f-5b7cda7e170b, oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-f1a6549d-01f5-80af-1e15-de264dd57705, oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-6dc4e03c-3a5b-ae22-9f68-0a78724a464a ;
  a2a:hasEvent oa:event_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_0, oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_1, oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_2 ;
  a2a:hasSource oa:source_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8 .

oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-9fbb3216-a4ec-e1ae-5a0f-5b7cda7e170b
  a a2a:Person ;
  rdfs:label "Martinus Wilhelm Sperber" ;
  a2a:PersonName [
    rdfs:label "Martinus Wilhelm Sperber" ;
    a2a:PersonNameFirstName "Martinus Wilhelm" ;
    a2a:PersonNameLastName "Sperber"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-f1a6549d-01f5-80af-1e15-de264dd57705
  a a2a:Person ;
  rdfs:label "Wilhelmina Magdalena Maria Sperber" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Magdalena Maria Sperber" ;
    a2a:PersonNameFirstName "Wilhelmina Magdalena Maria" ;
    a2a:PersonNameLastName "Sperber"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "11 jaar" ;
    rdfs:label "11 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person-6dc4e03c-3a5b-ae22-9f68-0a78724a464a
  a a2a:Person ;
  rdfs:label "Wilhelmina Catharina de Vries" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Catharina de Vries" ;
    a2a:PersonNameFirstName "Wilhelmina Catharina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1951" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1951-07-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person:9fbb3216-a4ec-e1ae-5a0f-5b7cda7e170b ;
  a2a:EventKeyRef oa:event_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Event1 .

oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person:f1a6549d-01f5-80af-1e15-de264dd57705 ;
  a2a:EventKeyRef oa:event_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Event1 .

oa:relationep_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Person:6dc4e03c-3a5b-ae22-9f68-0a78724a464a ;
  a2a:EventKeyRef oa:event_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8_Event1 .

oa:source_rat_220f1a59-4bf5-c2ce-e200-2c4c8e9961f8
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg", "1951-07-04 - 1951-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1951-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1951-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1951" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1951-07-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1951" ;
    a2a:Book "Overlijdensregister 1951" ;
    a2a:DocumentNumber "23" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1951, Overlijdensregister 1951, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/8ffa0d1d-2f8f-a875-b1be-acd829f48b66.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/220f1a59-4bf5-c2ce-e200-2c4c8e9961f8" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/8ffa0d1d-2f8f-a875-b1be-acd829f48b66.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/220f1a59-4bf5-c2ce-e200-2c4c8e9961f8" ;
  a2a:RecordGUID "{220f1a59-4bf5-c2ce-e200-2c4c8e9961f8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22412_00022412.xml van RAT" .

