Refinery Intelligence
Entity · 1.1.1 · frozen 2026-05-05

IncidentReport. subClassOf schema:Event

A single editorial-grade event affecting a refinery: planned turnaround, unplanned outage, fire, force majeure, capacity expansion, conversion announcement. Triggers The Wire. Each report is immutable; corrections ship as a successor report linking via prov:wasRevisionOf.

Identity

Class IRI: bf:IncidentReport
subClassOf: schema:Event
Stable identity: (refinery_slug, started_at, kind, source_url)
Attribute count: 11

Cardinalities

IncidentReport --[incidentAt]--> bf:Refinery   1 / 0..*
IncidentReport --[incidentUnit]--> bf:ProcessUnit   0..1 / 0..*
IncidentReport --[wasRevisionOf]--> bf:IncidentReport   0..1 / 0..*

Attributes

NameTypeCardReqDoc
incidentAt bf:Refinery 1 required
incidentUnit bf:ProcessUnit 0..1 optional
kind bf:IncidentKind 1 required
scope bf:IncidentScope 1 required planned | unplanned
startedAt xsd:dateTime 1 required
endedAt xsd:dateTime 0..1 optional
capacityOffline qudt:QuantityValue 0..1 optional
headline xsd:string 1 required Wire-format one-liner, ≤140 chars
body xsd:string 0..1 optional ≤500-word editorial summary
source bf:SourceProvenance 1..* required
wasRevisionOf bf:IncidentReport 0..1 optional prov:wasRevisionOf when correcting an earlier report

Cite this entity

@prefix bf: <https://refineryintelligence.com/ns/v1#> .
bf:IncidentReport a rdfs:Class ;
  rdfs:label "IncidentReport" ;
  rdfs:comment "A single editorial-grade event affecting a refinery: planned turnaround, unplanned outage, fire, force majeure, capacity expansion, conversion announcement. Triggers The Wire. Each report is immutable; corrections ship as a successor report linking via prov:wasRevisionOf." .

# Source: https://refineryintelligence.com/ontology/incident-report
# Ontology: https://refineryintelligence.com/refinery-ontology.jsonld
# Version: 1.1.1