Skip to content

Class: SuggestedAction

A suggested action an organisation can take to manage GAI

risks. Each action is identified by an Action ID, linked to an

AI RMF subcategory, and may be relevant to one or more GAI

risks and AI actor tasks (NIST AI 600-1 Section 3).

URI: nist_ai_rmf:SuggestedAction

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

      SuggestedAction : action_id

      SuggestedAction : actor_task





        SuggestedAction --> "*" AiActorTaskEnum : actor_task
        click AiActorTaskEnum href "../AiActorTaskEnum/"



      SuggestedAction : applies_to_subcategory

      SuggestedAction : description

      SuggestedAction : function_prefix





        SuggestedAction --> "0..1" GaiActionFunctionPrefixEnum : function_prefix
        click GaiActionFunctionPrefixEnum href "../GaiActionFunctionPrefixEnum/"



      SuggestedAction : gai_risks





        SuggestedAction --> "*" GaiRiskCategoryEnum : gai_risks
        click GaiRiskCategoryEnum href "../GaiRiskCategoryEnum/"



      SuggestedAction : id

      SuggestedAction : name

      SuggestedAction : see_also

      SuggestedAction : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
action_id 1
GaiActionId
Identifier of a Suggested Action direct
function_prefix 0..1
GaiActionFunctionPrefixEnum
Two-letter function prefix of the action's subcategory direct
applies_to_subcategory 0..1
SubcategoryCode
Identifier of the AI RMF subcategory the action applies to direct
gai_risks *
GaiRiskCategoryEnum
GAI risk categories addressed by a suggested action or direct
actor_task *
AiActorTaskEnum
AI actor task category direct
id 1
Uriorcurie
Identifier for the action - typically the same as the NamedThing
name 0..1
String
A short human-readable name NamedThing
title 0..1
String
A human-readable title NamedThing
description 0..1
String
The suggested-action text itself NamedThing
see_also *
Uriorcurie
Related references NamedThing

Usages

used by used in type used
GaiRisk addressed_by_actions range SuggestedAction
GaiProfile suggested_actions range SuggestedAction

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:SuggestedAction
native nist_ai_rmf:SuggestedAction
related oscal_catalog:Control, gist:Task
close stix:CourseOfAction

LinkML Source

Direct

name: SuggestedAction
description: 'A suggested action an organisation can take to manage GAI

  risks. Each action is identified by an Action ID, linked to an

  AI RMF subcategory, and may be relevant to one or more GAI

  risks and AI actor tasks (NIST AI 600-1 Section 3).'
in_subset:
- gai_actions
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- stix:CourseOfAction
related_mappings:
- oscal_catalog:Control
- gist:Task
is_a: NamedThing
slots:
- action_id
- function_prefix
- applies_to_subcategory
- gai_risks
- actor_task
slot_usage:
  id:
    name: id
    description: 'Identifier for the action - typically the same as the

      `action_id` (e.g., "GV-1.1-001").'
  description:
    name: description
    description: The suggested-action text itself.

Induced

name: SuggestedAction
description: 'A suggested action an organisation can take to manage GAI

  risks. Each action is identified by an Action ID, linked to an

  AI RMF subcategory, and may be relevant to one or more GAI

  risks and AI actor tasks (NIST AI 600-1 Section 3).'
in_subset:
- gai_actions
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- stix:CourseOfAction
related_mappings:
- oscal_catalog:Control
- gist:Task
is_a: NamedThing
slot_usage:
  id:
    name: id
    description: 'Identifier for the action - typically the same as the

      `action_id` (e.g., "GV-1.1-001").'
  description:
    name: description
    description: The suggested-action text itself.
attributes:
  action_id:
    name: action_id
    description: Identifier of a Suggested Action.
    in_subset:
    - gai_actions
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: SuggestedAction
    domain_of:
    - SuggestedAction
    range: GaiActionId
    required: true
  function_prefix:
    name: function_prefix
    description: Two-letter function prefix of the action's subcategory.
    in_subset:
    - gai_actions
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: SuggestedAction
    domain_of:
    - SuggestedAction
    range: GaiActionFunctionPrefixEnum
  applies_to_subcategory:
    name: applies_to_subcategory
    description: Identifier of the AI RMF subcategory the action applies to.
    in_subset:
    - gai_actions
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    close_mappings:
    - oscal_profile:Profile
    rank: 1000
    owner: SuggestedAction
    domain_of:
    - SuggestedAction
    range: SubcategoryCode
  gai_risks:
    name: gai_risks
    description: 'GAI risk categories addressed by a suggested action or

      considered by a primary consideration.'
    in_subset:
    - gai_core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: SuggestedAction
    domain_of:
    - SuggestedAction
    range: GaiRiskCategoryEnum
    multivalued: true
  actor_task:
    name: actor_task
    description: AI actor task category.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: SuggestedAction
    domain_of:
    - AiActor
    - SuggestedAction
    range: AiActorTaskEnum
    multivalued: true
  id:
    name: id
    description: 'Identifier for the action - typically the same as the

      `action_id` (e.g., "GV-1.1-001").'
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    owner: SuggestedAction
    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: SuggestedAction
    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: SuggestedAction
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  description:
    name: description
    description: The suggested-action text itself.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:description
    owner: SuggestedAction
    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: SuggestedAction
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true