@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_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6
  a a2a:Record ;
  rdfs:label "Overlijden op 9 februari 1974 te Waasmunster" ;
  a2a:hasPerson oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person1, oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person2 ;
  a2a:hasEvent oa:event_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Event1 ;
  a2a:hasRelationEP oa:relationep_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_0, oa:relationep_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_1 ;
  a2a:hasSource oa:source_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6 .

oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person1
  a a2a:Person ;
  rdfs:label "Alfred Van De Velde" ;
  a2a:PersonName [
    rdfs:label "Alfred Van De Velde" ;
    a2a:PersonNameFirstName "Alfred" ;
    a2a:PersonNameLastName "Van De Velde"
  ] ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1904-07-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lokeren" ;
    rdfs:label "Lokeren"
  ] .

oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person2
  a a2a:Person ;
  rdfs:label "Elza Rombaut" ;
  a2a:PersonName [
    rdfs:label "Elza Rombaut" ;
    a2a:PersonNameFirstName "Elza" ;
    a2a:PersonNameLastName "Rombaut"
  ] .

oa:event_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1974-02-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waasmunster" ;
    rdfs:label "Waasmunster"
  ] .

oa:relationep_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person1 ;
  a2a:EventKeyRef oa:event_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Event1 .

oa:relationep_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Person2 ;
  a2a:EventKeyRef oa:event_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6_Event1 .

oa:source_sir_85c94d72-e335-9fdf-cf71-c99cbba6bce6
  a a2a:Source ;
  rdfs:label "Heemkundige Kring 't Sireentje, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Waasmunster" ;
    a2a:Country "België" ;
    rdfs:label "Waasmunster, België", "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 "Heemkundige Kring 't Sireentje" ;
    rdfs:label "Heemkundige Kring 't Sireentje"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://beeldbanken.sireentje.be/bidprent/large/6369.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://beeldbanken.sireentje.be/cgi-bin/bidprent.pl?ident=6369" ;
  a2a:RecordIdentifier "B6369" ;
  a2a:RecordGUID "{85c94d72-e335-9fdf-cf71-c99cbba6bce6}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie https://beeldbanken.sireentje.be/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

