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 : broad_mappings





        RiskIncident --> "*" Any : broad_mappings
        click Any href "../Any/"



      RiskIncident : close_mappings





        RiskIncident --> "*" Any : close_mappings
        click Any href "../Any/"



      RiskIncident : dateCreated

      RiskIncident : dateModified

      RiskIncident : description

      RiskIncident : exact_mappings





        RiskIncident --> "*" Any : exact_mappings
        click Any href "../Any/"



      RiskIncident : hasConsequence





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



      RiskIncident : hasDocumentation





        RiskIncident --> "*" Documentation : hasDocumentation
        click Documentation href "../Documentation/"



      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 : isCategorizedAs





        RiskIncident --> "*" Any : isCategorizedAs
        click Any href "../Any/"



      RiskIncident : isDefinedByTaxonomy





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



      RiskIncident : isDetectedBy





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



      RiskIncident : name

      RiskIncident : narrow_mappings





        RiskIncident --> "*" Any : narrow_mappings
        click Any href "../Any/"



      RiskIncident : refersToRisk





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



      RiskIncident : related_mappings





        RiskIncident --> "*" Any : related_mappings
        click Any href "../Any/"



      RiskIncident : source_uri

      RiskIncident : type

      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
Taxonomy
A relationship where a concept or a concept group is defined by a 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
exact_mappings *
Any
The property is used to link two concepts, indicating a high degree of confid... Entity
close_mappings *
Any
The property is used to link two concepts that are sufficiently similar that ... Entity
related_mappings *
Any
The property skos:relatedMatch is used to state an associative mapping link b... Entity
narrow_mappings *
Any
The property is used to state a hierarchical mapping link between two concept... Entity
broad_mappings *
Any
The property is used to state a hierarchical mapping link between two concept... Entity
isCategorizedAs *
Any
A relationship where an entity has been deemed to be categorized Entity
hasDocumentation *
Documentation
Indicates documentation associated with an entity Concept
type 0..1
String
Concept

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/ai-atlas-nexus/ontology/ai-risk-ontology

Mappings

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

LinkML Source

Direct

```yaml name: RiskIncident description: An event occuring or occured which is a realised or materialised risk. from_schema: https://ibm.github.io/ai-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/ai-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/ai-atlas-nexus/ontology/ai_risk rank: 1000 domain_of: - RiskIncident class_uri: https://w3id.org/dpv/risk#Incident ````

Induced

```yaml name: RiskIncident description: An event occuring or occured which is a realised or materialised risk. from_schema: https://ibm.github.io/ai-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/ai-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/ai-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/ai-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 concept or a concept group is defined by a taxonomy from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: schema:isPartOf alias: isDefinedByTaxonomy owner: RiskIncident domain_of: - Concept - Control - Group - Entry - Policy - Rule - RiskControlGroup - RiskGroup - Risk - RiskControl - Action - RiskIncident - Stakeholder - StakeholderGroup - CapabilityGroup - Requirement range: Taxonomy hasStatus: name: hasStatus description: Indicates the status of specified concept from_schema: https://ibm.github.io/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-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/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: schema:dateModified alias: dateModified owner: RiskIncident domain_of: - Entity range: date required: false exact_mappings: name: exact_mappings description: The property is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: skos:exactMatch alias: exact_mappings owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false close_mappings: name: close_mappings description: The property is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: skos:closeMatch alias: close_mappings owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false related_mappings: name: related_mappings description: The property skos:relatedMatch is used to state an associative mapping link between two concepts. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: skos:relatedMatch alias: related_mappings owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false narrow_mappings: name: narrow_mappings description: The property is used to state a hierarchical mapping link between two concepts, indicating that the concept linked to, is a narrower concept than the originating concept. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: skos:narrowMatch alias: narrow_mappings owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false broad_mappings: name: broad_mappings description: The property is used to state a hierarchical mapping link between two concepts, indicating that the concept linked to, is a broader concept than the originating concept. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: skos:broadMatch alias: broad_mappings owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false isCategorizedAs: name: isCategorizedAs description: A relationship where an entity has been deemed to be categorized from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: nexus:isCategorizedAs alias: isCategorizedAs owner: RiskIncident domain_of: - Entity range: Any multivalued: true inlined: false hasDocumentation: name: hasDocumentation description: Indicates documentation associated with an entity. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 slot_uri: airo:hasDocumentation alias: hasDocumentation owner: RiskIncident domain_of: - Dataset - Vocabulary - Taxonomy - Concept - Group - Entry - Term - Principle - RiskTaxonomy - RiskControlGroupTaxonomy - Action - BaseAi - LargeLanguageModelFamily - AiEval - BenchmarkMetadataCard - Adapter - LLMIntrinsic range: Documentation multivalued: true inlined: false type: name: type from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/common designates_type: true alias: type owner: RiskIncident domain_of: - Vocabulary - Taxonomy - Concept - Control - Group - Entry - Policy - Rule - Permission - Prohibition - Obligation - Recommendation - Certification - ControlActivity - ControlActivityPermission - ControlActivityProhibition - ControlActivityObligation - ControlActivityRecommendation - Requirement range: string class_uri: https://w3id.org/dpv/risk#Incident ````