@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_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176
  a a2a:Record ;
  rdfs:label "Overlijden op 4 juni 2006 te Waasmunster" ;
  a2a:hasPerson oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person1, oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person2 ;
  a2a:hasEvent oa:event_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Event1 ;
  a2a:hasRelationEP oa:relationep_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_0, oa:relationep_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_1 ;
  a2a:hasSource oa:source_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176 .

oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person1
  a a2a:Person ;
  rdfs:label "Rosa Cappaert" ;
  a2a:PersonName [
    rdfs:label "Rosa Cappaert" ;
    a2a:PersonNameFirstName "Rosa" ;
    a2a:PersonNameLastName "Cappaert"
  ] ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1916-05-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sint - Niklaas" ;
    rdfs:label "Sint - Niklaas"
  ] .

oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person2
  a a2a:Person ;
  rdfs:label "Albert De Potter" ;
  a2a:PersonName [
    rdfs:label "Albert De Potter" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "De Potter"
  ] .

oa:event_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2006" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "2006-06-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waasmunster" ;
    rdfs:label "Waasmunster"
  ] .

oa:relationep_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person1 ;
  a2a:EventKeyRef oa:event_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Event1 .

oa:relationep_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Person2 ;
  a2a:EventKeyRef oa:event_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176_Event1 .

oa:source_sir_ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176
  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/5703.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://beeldbanken.sireentje.be/cgi-bin/bidprent.pl?ident=5703" ;
  a2a:RecordIdentifier "B5703" ;
  a2a:RecordGUID "{ba3d3bcb-e0ce-47ab-a93f-d0a5567ca176}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie https://beeldbanken.sireentje.be/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

