@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_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juni 2019 te Heemskerk" ;
  a2a:hasPerson oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person1, oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person2 ;
  a2a:hasEvent oa:event_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Event1 ;
  a2a:hasRelationEP oa:relationep_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_0, oa:relationep_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_1 ;
  a2a:hasSource oa:source_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef .

oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person1
  a a2a:Person ;
  rdfs:label "David George Iles" ;
  a2a:PersonName [
    rdfs:label "David George Iles" ;
    a2a:PersonNameFirstName "David George" ;
    a2a:PersonNameLastName "Iles"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1925-07-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ebb Vale, Wales" ;
    rdfs:label "Ebb Vale, Wales"
  ] .

oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person2
  a a2a:Person ;
  rdfs:label "Mary Catharina Jacobs" ;
  a2a:PersonName [
    rdfs:label "Mary Catharina Jacobs" ;
    a2a:PersonNameFirstName "Mary Catharina" ;
    a2a:PersonNameLastName "Jacobs"
  ] .

oa:event_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2019" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "2019-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heemskerk" ;
    rdfs:label "Heemskerk"
  ] ;
  a2a:EventRemark01_Crematorium_of_laatste_rustplaats "Alg. Begraafplaats Eikenhof, Heemskerk" ;
  a2a:EventRemark02_Soort "Rouwadvertentie" .

oa:relationep_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person1 ;
  a2a:EventKeyRef oa:event_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Event1 .

oa:relationep_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Person2 ;
  a2a:EventKeyRef oa:event_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef_Event1 .

oa:source_hee_8aecda12-d357-86ed-c6f5-ca6904e137ef
  a a2a:Source ;
  rdfs:label "Historische Kring Heemskerk, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Heemskerk" ;
    rdfs:label "Heemskerk", "1800-01-01 - 2000-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-01-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historische Kring Heemskerk" ;
    rdfs:label "Historische Kring Heemskerk"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://www.historischekringheemskerk.nl/bidprent/large/15408.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.historischekringheemskerk.nl/cgi-bin/bidprent.pl?ident=15408" ;
  a2a:RecordIdentifier "15408" ;
  a2a:RecordGUID "{8aecda12-d357-86ed-c6f5-ca6904e137ef}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie https://www.historischekringheemskerk.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

