Skip to content

Class: AiSpecificRisk

A risk that is new or increased for AI-based technology compared

to traditional software (Appendix B) - e.g., data quality, model

drift, opacity, scale and complexity, pre-trained model

uncertainty, emergent properties, privacy aggregation, or

environmental cost.

URI: nist_ai_rmf:AiSpecificRisk

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


      AiSpecificRisk <|-- GaiRisk
        click GaiRisk href "../GaiRisk/"


      AiSpecificRisk : description

      AiSpecificRisk : id

      AiSpecificRisk : name

      AiSpecificRisk : see_also

      AiSpecificRisk : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
AiRmfFramework ai_specific_risks range AiSpecificRisk

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:AiSpecificRisk
native nist_ai_rmf:AiSpecificRisk
broad iso27001:Risk

LinkML Source

Direct

name: AiSpecificRisk
description: 'A risk that is new or increased for AI-based technology compared

  to traditional software (Appendix B) - e.g., data quality, model

  drift, opacity, scale and complexity, pre-trained model

  uncertainty, emergent properties, privacy aggregation, or

  environmental cost.'
in_subset:
- appendices
from_schema: https://w3id.org/lmodel/nist-ai-rmf
broad_mappings:
- iso27001:Risk
is_a: NamedThing

Induced

name: AiSpecificRisk
description: 'A risk that is new or increased for AI-based technology compared

  to traditional software (Appendix B) - e.g., data quality, model

  drift, opacity, scale and complexity, pre-trained model

  uncertainty, emergent properties, privacy aggregation, or

  environmental cost.'
in_subset:
- appendices
from_schema: https://w3id.org/lmodel/nist-ai-rmf
broad_mappings:
- iso27001:Risk
is_a: NamedThing
attributes:
  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: AiSpecificRisk
    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: AiSpecificRisk
    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: AiSpecificRisk
    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: AiSpecificRisk
    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: AiSpecificRisk
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true