@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_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4
  a a2a:Record ;
  rdfs:label "Overlijden op 5 oktober 1931 te Zaamslag" ;
  a2a:hasPerson oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person1, oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person2, oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person3, oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person4 ;
  a2a:hasEvent oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_0, oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_1, oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_2, oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_3 ;
  a2a:hasSource oa:source_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4 .

oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person1
  a a2a:Person ;
  rdfs:label "Jan Cornelis Snap" ;
  a2a:PersonName [
    rdfs:label "Jan Cornelis Snap" ;
    a2a:PersonNameFirstName "Jan Cornelis" ;
    a2a:PersonNameLastName "Snap"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaamslag" ;
    rdfs:label "Zaamslag"
  ] ;
  a2a:Profession "Zonder" .

oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person2
  a a2a:Person ;
  rdfs:label "Ebrina de Bokx" ;
  a2a:PersonName [
    rdfs:label "Ebrina de Bokx" ;
    a2a:PersonNameFirstName "Ebrina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bokx"
  ] .

oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person3
  a a2a:Person ;
  rdfs:label "Jacobus Snap" ;
  a2a:PersonName [
    rdfs:label "Jacobus Snap" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Snap"
  ] .

oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person4
  a a2a:Person ;
  rdfs:label "Francoise Leunis" ;
  a2a:PersonName [
    rdfs:label "Francoise Leunis" ;
    a2a:PersonNameFirstName "Francoise" ;
    a2a:PersonNameLastName "Leunis"
  ] .

oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1931-10-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaamslag" ;
    rdfs:label "Zaamslag"
  ] .

oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person1 ;
  a2a:EventKeyRef oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1 .

oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person2 ;
  a2a:EventKeyRef oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1 .

oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person3 ;
  a2a:EventKeyRef oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1 .

oa:relationep_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Person4 ;
  a2a:EventKeyRef oa:event_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4_Event1 .

oa:source_zar_33BBC307-F39F-46EC-8CCA-2B8F963F5FD4
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zaamslag" ;
    rdfs:label "Zaamslag", "1931-01-01 - 1931-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1931" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Zaamslag overlijdensakten burgerlijke stand" ;
    a2a:DocumentNumber "31" ;
    a2a:RegistryNumber "ZAA-O-1931" ;
    rdfs:label "Zeeuws Archief, Zaamslag overlijdensakten burgerlijke stand, 31, ZAA-O-1931"
  ] ;
  a2a:SourceLastChangeDate "2016-09-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=25.ZAA-O-1931&minr=10483946&miview=ldt" ;
  a2a:RecordGUID "{33BBC307-F39F-46EC-8CCA-2B8F963F5FD4}" .

