manifested as type
- CURIE:
gmeow:manifestedAsType - IRI: https://blackcatinformatics.ca/gmeow/manifestedAsType
- Category: property
- Defined by:
gmeow:slices/risk - Box roles: RBox role (What is this?)
The feared kind of event — what this hazard's manifestation would BE, were it to occur. Range is gmeow:EventType, never gmeow:Event: the type level is where counterfactuals live without machinery. NOT functional, at least one (SHACL): a hazard may threaten several manifestation kinds.
Structure
Property shape: object property; gmeow:Hazard -> gmeow:EventType
Practical Pattern
Use gmeow:manifestedAsType from gmeow:Hazard to gmeow:EventType when the relationship itself belongs in the native GMEOW graph.
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 .