Class: Impact
A positive, negative, or both consequence of an AI system. Impacts
can manifest as opportunities (positive) or threats (negative).
URI: nist_ai_rmf:Impact
classDiagram
class Impact
click Impact href "../Impact/"
NamedThing <|-- Impact
click NamedThing href "../NamedThing/"
Impact : affects
Impact --> "*" NamedThing : affects
click NamedThing href "../NamedThing/"
Impact : description
Impact : id
Impact : impact_sign
Impact --> "0..1" ImpactSignEnum : impact_sign
click ImpactSignEnum href "../ImpactSignEnum/"
Impact : likelihood
Impact : magnitude
Impact : name
Impact : see_also
Impact : title
Inheritance
- NamedThing
- Impact
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| impact_sign | 0..1 ImpactSignEnum |
Whether the impact is positive, negative, or both | direct |
| magnitude | 0..1 String |
Magnitude or degree of consequences if the event occurs (free | direct |
| likelihood | 0..1 Float |
Estimated probability of the event occurring (0 | direct |
| affects | * NamedThing |
Entities (people, organizations, ecosystems) the risk or harm | direct |
| id | 1 Uriorcurie |
A unique identifier for an element | NamedThing |
| name | 0..1 String |
A short human-readable name | NamedThing |
| title | 0..1 String |
A human-readable title | NamedThing |
| description | 0..1 String |
A human-readable description | NamedThing |
| see_also | * Uriorcurie |
Related references | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Risk | related_impacts | range | Impact |
| ResidualRisk | related_impacts | range | Impact |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-ai-rmf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nist_ai_rmf:Impact |
| native | nist_ai_rmf:Impact |
| narrow | iso27001:ImpactRating |
LinkML Source
Direct
name: Impact
description: 'A positive, negative, or both consequence of an AI system. Impacts
can manifest as opportunities (positive) or threats (negative).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
narrow_mappings:
- iso27001:ImpactRating
is_a: NamedThing
slots:
- impact_sign
- magnitude
- likelihood
- affects
Induced
name: Impact
description: 'A positive, negative, or both consequence of an AI system. Impacts
can manifest as opportunities (positive) or threats (negative).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
narrow_mappings:
- iso27001:ImpactRating
is_a: NamedThing
attributes:
impact_sign:
name: impact_sign
description: Whether the impact is positive, negative, or both.
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: Impact
domain_of:
- Risk
- Impact
range: ImpactSignEnum
magnitude:
name: magnitude
description: 'Magnitude or degree of consequences if the event occurs (free
text or qualitative scale).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- iso27001:ImpactRating
rank: 1000
owner: Impact
domain_of:
- Risk
- Impact
- Harm
range: string
likelihood:
name: likelihood
description: 'Estimated probability of the event occurring (0.0 to 1.0). The
AI RMF leaves quantification approaches to the implementer.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- iso27001:LikelihoodRating
rank: 1000
owner: Impact
domain_of:
- Risk
- Impact
range: float
minimum_value: 0.0
maximum_value: 1.0
affects:
name: affects
description: 'Entities (people, organizations, ecosystems) the risk or harm
may affect.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: Impact
domain_of:
- Impact
- Harm
range: NamedThing
multivalued: true
id:
name: id
description: A unique identifier for an element.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
slot_uri: schema:identifier
identifier: true
owner: Impact
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A short human-readable name.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
slot_uri: rdfs:label
owner: Impact
domain_of:
- NamedThing
range: string
title:
name: title
description: A human-readable title.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
slot_uri: dcterms:title
owner: Impact
domain_of:
- NamedThing
- PlaybookEntry
range: string
description:
name: description
description: A human-readable description.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
slot_uri: dcterms:description
owner: Impact
domain_of:
- NamedThing
- PlaybookEntry
range: string
see_also:
name: see_also
description: Related references.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
slot_uri: rdfs:seeAlso
owner: Impact
domain_of:
- NamedThing
range: uriorcurie
multivalued: true