@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_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3
  a a2a:Record ;
  rdfs:label "Overlijden op 11 november 1937 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-22c2b0f3-f785-2e00-8048-cfd6b157e768, oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-a81768f4-fdab-1340-11bd-bf284e17f11e, oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-dd20295c-5db6-34be-be03-6950f7bd995f, oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-f46e9da0-9a69-3883-975a-768e2a6a31ad ;
  a2a:hasEvent oa:event_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_0, oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_1, oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_2 ;
  a2a:hasRelationPP oa:relationpp_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_0 ;
  a2a:hasSource oa:source_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3 .

oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-22c2b0f3-f785-2e00-8048-cfd6b157e768
  a a2a:Person ;
  rdfs:label "Anthony Massar" ;
  a2a:PersonName [
    rdfs:label "Anthony Massar" ;
    a2a:PersonNameFirstName "Anthony" ;
    a2a:PersonNameLastName "Massar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-a81768f4-fdab-1340-11bd-bf284e17f11e
  a a2a:Person ;
  rdfs:label "Cornelis de Kock" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Kock" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kock"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-dd20295c-5db6-34be-be03-6950f7bd995f
  a a2a:Person ;
  rdfs:label "Cornelia Jacobs" ;
  a2a:PersonName [
    rdfs:label "Cornelia Jacobs" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person-f46e9da0-9a69-3883-975a-768e2a6a31ad
  a a2a:Person ;
  rdfs:label "Dingena Maria de Kock" ;
  a2a:PersonName [
    rdfs:label "Dingena Maria de Kock" ;
    a2a:PersonNameFirstName "Dingena Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kock"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "77 jaar" ;
    rdfs:label "77 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren"
  ] .

oa:event_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1937" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1937-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person:a81768f4-fdab-1340-11bd-bf284e17f11e ;
  a2a:EventKeyRef oa:event_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Event1 .

oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person:dd20295c-5db6-34be-be03-6950f7bd995f ;
  a2a:EventKeyRef oa:event_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Event1 .

oa:relationep_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person:f46e9da0-9a69-3883-975a-768e2a6a31ad ;
  a2a:EventKeyRef oa:event_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Event1 .

oa:relationpp_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person:f46e9da0-9a69-3883-975a-768e2a6a31ad, oa:person_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3_Person:22c2b0f3-f785-2e00-8048-cfd6b157e768 .

oa:source_wba_e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1937-11-11 - 1937-11-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1937-11-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1937-11-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1937" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1937-11-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10010, Pe..." ;
    a2a:Book "Overlijdensregister 1931-1940" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "10010" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10010, Pe..., Overlijdensregister 1931-1940, 24, 10010"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e55e42f6-cfba-9109-1b63-1e027851d1c1.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e55e42f6-cfba-9109-1b63-1e027851d1c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3" ;
  a2a:RecordGUID "{e101b16f-b5fb-c0b8-3500-b0a2e07b4cb3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_14661_00014661.xml van WBA" .

