Skip to content

Class: RiskIncident

An event occuring or occured which is a realised or materialised risk.

URI: https://w3id.org/dpv/risk#Incident

 classDiagram
    class RiskIncident
    click RiskIncident href "../RiskIncident"
      RiskConcept <|-- RiskIncident
        click RiskConcept href "../RiskConcept"
      Entity <|-- RiskIncident
        click Entity href "../Entity"

      RiskIncident : author

      RiskIncident : dateCreated

      RiskIncident : dateModified

      RiskIncident : description

      RiskIncident : hasConsequence





        RiskIncident --> "0..1" Consequence : hasConsequence
        click Consequence href "../Consequence"



      RiskIncident : hasImpact





        RiskIncident --> "0..1" Impact : hasImpact
        click Impact href "../Impact"



      RiskIncident : hasImpactOn





        RiskIncident --> "0..1" Impact : hasImpactOn
        click Impact href "../Impact"



      RiskIncident : hasLikelihood





        RiskIncident --> "0..1" Likelihood : hasLikelihood
        click Likelihood href "../Likelihood"



      RiskIncident : hasSeverity





        RiskIncident --> "0..1" Severity : hasSeverity
        click Severity href "../Severity"



      RiskIncident : hasStatus





        RiskIncident --> "0..1" IncidentStatus : hasStatus
        click IncidentStatus href "../IncidentStatus"



      RiskIncident : hasVariant





        RiskIncident --> "0..1" RiskIncident : hasVariant
        click RiskIncident href "../RiskIncident"



      RiskIncident : id

      RiskIncident : isDefinedByTaxonomy





        RiskIncident --> "0..1" RiskTaxonomy : isDefinedByTaxonomy
        click RiskTaxonomy href "../RiskTaxonomy"



      RiskIncident : isDetectedBy





        RiskIncident --> "*" RiskControl : isDetectedBy
        click RiskControl href "../RiskControl"



      RiskIncident : name

      RiskIncident : refersToRisk





        RiskIncident --> "*" Risk : refersToRisk
        click Risk href "../Risk"



      RiskIncident : source_uri

      RiskIncident : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
refersToRisk *
Risk
Indicates the incident (subject) is a materialisation of the indicated risk (... direct
isDefinedByTaxonomy 0..1
RiskTaxonomy
A relationship where a risk or a risk group is defined by a risk taxonomy direct
hasStatus 0..1
IncidentStatus
Indicates the status of specified concept direct
hasSeverity 0..1
Severity
Indicates the severity associated with a concept direct
hasLikelihood 0..1
Likelihood
The likelihood or probability or chance of something taking place or occuring direct
hasImpactOn 0..1
Impact
Indicates impact(s) possible or arising as consequences from specified concep... direct
hasConsequence 0..1
Consequence
Indicates consequence(s) possible or arising from specified concept direct
hasImpact 0..1
Impact
Indicates impact(s) possible or arising as consequences from specified concep... direct
hasVariant 0..1
RiskIncident
Indicates an incident that shares the same causative factors, produces simila... direct
author 0..1
String
The author or authors of the incident report direct
source_uri 0..1
String
The uri of the incident direct
isDetectedBy *
RiskControl
A relationship where a risk, risk source, consequence, or impact is detected ... RiskConcept
id 1
String
A unique identifier to this instance of the model element Entity
name 0..1
String
A text name of this instance Entity
description 0..1
String
The description of an entity Entity
url 0..1
Uri
An optional URL associated with this instance Entity
dateCreated 0..1
Date
The date on which the entity was created Entity
dateModified 0..1
Date
The date on which the entity was most recently modified Entity

Usages

used by used in type used
Container riskincidents range RiskIncident
RiskIncident refersToRisk domain RiskIncident
RiskIncident hasVariant domain RiskIncident
RiskIncident hasVariant range RiskIncident

Identifier and Mapping Information

Schema Source

  • from schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology

Mappings

Mapping Type Mapped Value
self https://w3id.org/dpv/risk#Incident
native nexus:RiskIncident

LinkML Source

Direct

name: RiskIncident
description: An event occuring or occured which is a realised or materialised risk.
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
is_a: Entity
mixins:
- RiskConcept
slots:
- refersToRisk
- isDefinedByTaxonomy
- hasStatus
- hasSeverity
- hasLikelihood
- hasImpactOn
- hasConsequence
- hasImpact
- hasVariant
attributes:
  author:
    name: author
    description: The author or authors of the incident report
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai_risk
    domain_of:
    - Documentation
    - RiskIncident
  source_uri:
    name: source_uri
    description: The uri of the incident
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai_risk
    rank: 1000
    domain_of:
    - RiskIncident
class_uri: https://w3id.org/dpv/risk#Incident

Induced

name: RiskIncident
description: An event occuring or occured which is a realised or materialised risk.
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
is_a: Entity
mixins:
- RiskConcept
attributes:
  author:
    name: author
    description: The author or authors of the incident report
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai_risk
    alias: author
    owner: RiskIncident
    domain_of:
    - Documentation
    - RiskIncident
    range: string
  source_uri:
    name: source_uri
    description: The uri of the incident
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai_risk
    rank: 1000
    alias: source_uri
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: string
  refersToRisk:
    name: refersToRisk
    description: Indicates the incident (subject) is a materialisation of the indicated
      risk (object)
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    exact_mappings:
    - dpv:refersToRisk
    rank: 1000
    domain: RiskIncident
    alias: refersToRisk
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Risk
    multivalued: true
    inlined: false
  isDefinedByTaxonomy:
    name: isDefinedByTaxonomy
    description: A relationship where a risk or a risk group is defined by a risk
      taxonomy
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:isPartOf
    alias: isDefinedByTaxonomy
    owner: RiskIncident
    domain_of:
    - RiskGroup
    - Risk
    - RiskControl
    - Action
    - RiskIncident
    range: RiskTaxonomy
  hasStatus:
    name: hasStatus
    description: Indicates the status of specified concept
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskConcept
    alias: hasStatus
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: IncidentStatus
  hasSeverity:
    name: hasSeverity
    description: Indicates the severity associated with a concept
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskConcept
    alias: hasSeverity
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Severity
  hasLikelihood:
    name: hasLikelihood
    description: The likelihood or probability or chance of something taking place
      or occuring
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskConcept
    alias: hasLikelihood
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Likelihood
  hasImpactOn:
    name: hasImpactOn
    description: Indicates impact(s) possible or arising as consequences from specified
      concept
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    broad_mappings:
    - dpv:hasConsequenceOn
    rank: 1000
    domain: RiskConcept
    alias: hasImpactOn
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Impact
  hasConsequence:
    name: hasConsequence
    description: Indicates consequence(s) possible or arising from specified concept
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskConcept
    alias: hasConsequence
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Consequence
  hasImpact:
    name: hasImpact
    description: Indicates impact(s) possible or arising as consequences from specified
      concept
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    broad_mappings:
    - dpv:hasConsequence
    rank: 1000
    domain: RiskConcept
    alias: hasImpact
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: Impact
  hasVariant:
    name: hasVariant
    description: Indicates an incident that shares the same causative factors, produces
      similar harms, and involves the same intelligent systems as a known AI incident.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskIncident
    alias: hasVariant
    owner: RiskIncident
    domain_of:
    - RiskIncident
    range: RiskIncident
  isDetectedBy:
    name: isDetectedBy
    description: A relationship where a risk, risk source, consequence, or impact
      is detected by a risk control.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    domain: RiskConcept
    alias: isDetectedBy
    owner: RiskIncident
    domain_of:
    - RiskConcept
    inverse: detectsRiskConcept
    range: RiskControl
    multivalued: true
    inlined: false
  id:
    name: id
    description: A unique identifier to this instance of the model element. Example
      identifiers include UUID, URI, URN, etc.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: RiskIncident
    domain_of:
    - Entity
    range: string
    required: true
  name:
    name: name
    description: A text name of this instance.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: RiskIncident
    domain_of:
    - Entity
    - BenchmarkMetadataCard
    range: string
  description:
    name: description
    description: The description of an entity
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: RiskIncident
    domain_of:
    - Entity
    range: string
  url:
    name: url
    description: An optional URL associated with this instance.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: RiskIncident
    domain_of:
    - Entity
    range: uri
  dateCreated:
    name: dateCreated
    description: The date on which the entity was created.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:dateCreated
    alias: dateCreated
    owner: RiskIncident
    domain_of:
    - Entity
    range: date
    required: false
  dateModified:
    name: dateModified
    description: The date on which the entity was most recently modified.
    from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
    rank: 1000
    slot_uri: schema:dateModified
    alias: dateModified
    owner: RiskIncident
    domain_of:
    - Entity
    range: date
    required: false
class_uri: https://w3id.org/dpv/risk#Incident