Hazard
- CURIE:
gmeow:Hazard - IRI: https://blackcatinformatics.ca/gmeow/Hazard
- Category: class
- Defined by:
gmeow:slices/risk - Box roles: TBox role (What is this?)
A bearer's disposition toward harm — manifested, when it manifests at all, as events of a feared type (gmeow:manifestedAsType). A hazard that never manifests is still fully real as a disposition: the first gufo:Disposition use in GMEOW, and the reason this slice needs no counterfactual machinery. The bearer may be anything that can carry a disposition: a system, an agent, a relationship, an artifact.
Structure
Subclass of: gmeow:RiskFactor, gufo:Disposition
Practical Pattern
Use gmeow:Hazard as a specialized kind of gmeow:RiskFactor, gufo:Disposition. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Trust Collapse
- Source:
slices/extensions/risk/examples/trust-collapse.ttl - Examples catalog: open in catalog#example-slices-extensions-risk-examples-trust-collapse
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# The hazard at the source, and the norm-shaped barrier on the first link.
ex:duoBond a gmeow:SocialObject ; rdfs:label "the bonded partnership"@en .
ex:betrayalHazard a gmeow:Hazard ;
rdfs:label "betrayal exposure"@en ;
gmeow:hazardBearer ex:duoBond ;
gmeow:manifestedAsType ex:etBetrayal ;
gmeow:hazardSeverity gmeow:severityCatastrophic .