@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_9d4b0394-7dd0-1901-853c-e303d2d3151a
  a a2a:Record ;
  rdfs:label "Overlijden op 23 augustus 1958 te Raamsdonk" ;
  a2a:hasPerson oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-11888a60-da91-9c42-f13d-be1e7273eabc, oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-db15ac51-40a9-3df4-b30e-e9730a04457f, oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-fe1b4e6c-0f90-62f5-ac40-705832700601 ;
  a2a:hasEvent oa:event_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_0, oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_1, oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_2 ;
  a2a:hasSource oa:source_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a .

oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-11888a60-da91-9c42-f13d-be1e7273eabc
  a a2a:Person ;
  rdfs:label "Henricus Stoop" ;
  a2a:PersonName [
    rdfs:label "Henricus Stoop" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Stoop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-db15ac51-40a9-3df4-b30e-e9730a04457f
  a a2a:Person ;
  rdfs:label "Margareta Henrica Maria Stoop" ;
  a2a:PersonName [
    rdfs:label "Margareta Henrica Maria Stoop" ;
    a2a:PersonNameFirstName "Margareta Henrica Maria" ;
    a2a:PersonNameLastName "Stoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "twee en tachtig jaren" ;
    rdfs:label "twee en tachtig jaren"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Antwerpen (België)" ;
    rdfs:label "Antwerpen (België)"
  ] .

oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person-fe1b4e6c-0f90-62f5-ac40-705832700601
  a a2a:Person ;
  rdfs:label "Maria van Wint" ;
  a2a:PersonName [
    rdfs:label "Maria van Wint" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wint"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1958" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1958-08-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person:11888a60-da91-9c42-f13d-be1e7273eabc ;
  a2a:EventKeyRef oa:event_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Event1 .

oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person:db15ac51-40a9-3df4-b30e-e9730a04457f ;
  a2a:EventKeyRef oa:event_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Event1 .

oa:relationep_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Person:fe1b4e6c-0f90-62f5-ac40-705832700601 ;
  a2a:EventKeyRef oa:event_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a_Event1 .

oa:source_rat_9d4b0394-7dd0-1901-853c-e303d2d3151a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1958-08-23 - 1958-08-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-08-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-08-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1958" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1958-08-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 27A, Periode: 1958" ;
    a2a:Book "Overlijdensregister 1958" ;
    a2a:DocumentNumber "77" ;
    a2a:RegistryNumber "27A" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 27A, Periode: 1958, Overlijdensregister 1958, 77, 27A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/dde6a882-cd89-aefb-47ab-896fc4c34a3a.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9d4b0394-7dd0-1901-853c-e303d2d3151a" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/dde6a882-cd89-aefb-47ab-896fc4c34a3a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9d4b0394-7dd0-1901-853c-e303d2d3151a" ;
  a2a:RecordGUID "{9d4b0394-7dd0-1901-853c-e303d2d3151a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_18276_00018276.xml van RAT" .

