Skip to content

Class: RiskTolerance

The organization's or AI actor's readiness to bear risk in order

to achieve its objectives (Adapted from ISO Guide 73). Risk

tolerance is highly contextual and application- and use-case

specific.

URI: nist_ai_rmf:RiskTolerance

 classDiagram
    class RiskTolerance
    click RiskTolerance href "../RiskTolerance/"
      NamedThing <|-- RiskTolerance
        click NamedThing href "../NamedThing/"

      RiskTolerance : description

      RiskTolerance : id

      RiskTolerance : legal_basis

      RiskTolerance : name

      RiskTolerance : see_also

      RiskTolerance : title

      RiskTolerance : tolerance_statement

Inheritance

Slots

Name Cardinality and Range Description Inheritance
tolerance_statement 0..1
String
Free-text statement of the tolerance level or threshold direct
legal_basis 0..1
String
Legal or regulatory requirements influencing the tolerance 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

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:RiskTolerance
native nist_ai_rmf:RiskTolerance
close iso27001:RiskLevel

LinkML Source

Direct

name: RiskTolerance
description: 'The organization''s or AI actor''s readiness to bear risk in order

  to achieve its objectives (Adapted from ISO Guide 73). Risk

  tolerance is highly contextual and application- and use-case

  specific.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- iso27001:RiskLevel
is_a: NamedThing
attributes:
  tolerance_statement:
    name: tolerance_statement
    description: Free-text statement of the tolerance level or threshold.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - RiskTolerance
    range: string
  legal_basis:
    name: legal_basis
    description: Legal or regulatory requirements influencing the tolerance.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - RiskTolerance
    range: string

Induced

name: RiskTolerance
description: 'The organization''s or AI actor''s readiness to bear risk in order

  to achieve its objectives (Adapted from ISO Guide 73). Risk

  tolerance is highly contextual and application- and use-case

  specific.'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- iso27001:RiskLevel
is_a: NamedThing
attributes:
  tolerance_statement:
    name: tolerance_statement
    description: Free-text statement of the tolerance level or threshold.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: RiskTolerance
    domain_of:
    - RiskTolerance
    range: string
  legal_basis:
    name: legal_basis
    description: Legal or regulatory requirements influencing the tolerance.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: RiskTolerance
    domain_of:
    - RiskTolerance
    range: string
  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: RiskTolerance
    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: RiskTolerance
    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: RiskTolerance
    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: RiskTolerance
    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: RiskTolerance
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true