@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_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d
  a a2a:Record ;
  rdfs:label "Overlijden op 11 november 1904 te Enschede" ;
  a2a:hasPerson oa:person_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Person1 ;
  a2a:hasEvent oa:event_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Event1 ;
  a2a:hasRelationEP oa:relationep_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_0 ;
  a2a:hasSource oa:source_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d .

oa:person_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Person1
  a a2a:Person ;
  rdfs:label "Aleida Susanna Gérard" ;
  a2a:PersonName [
    rdfs:label "Aleida Susanna Gérard" ;
    a2a:PersonNameFirstName "Aleida Susanna" ;
    a2a:PersonNameLastName "Gérard"
  ] ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1821-01-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tubbergen" ;
    rdfs:label "Tubbergen"
  ] .

oa:event_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1904-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede"
  ] .

oa:relationep_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Person1 ;
  a2a:EventKeyRef oa:event_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d_Event1 .

oa:source_rib_eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d
  a a2a:Source ;
  rdfs:label "Bidprentjesverzameling Willy Ribbers, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Nederland" ;
    rdfs:label "Nederland", "1800-01-01 - 2026-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2026-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Bidprentjesverzameling Willy Ribbers" ;
    rdfs:label "Bidprentjesverzameling Willy Ribbers"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:RecordIdentifier "15292" ;
  a2a:RecordGUID "{eb43c75f-9cc6-c03a-5797-4e77c3cf4d3d}" ;
  a2a:SourceRemarkBestellen "https://willyribbers.nl/zoeken/" ;
  a2a:SourceRemarkProvenance "Bidprentjesverzameling Willy Ribbers (https://willyribbers.nl/zoeken/); gescrapet via de zoek-API https://bidprentjes-go-240186426621.europe-west4.run.app/search (per jaar bevraagd, exact_match), HTML naar CSV naar A2A" .

