Skip to content

Class: AiActorTask

A category of task performed by AI actors (Appendix A). Each

task is associated with one or more lifecycle stages and a

typical set of actor roles.

URI: nist_ai_rmf:AiActorTask

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

      AiActorTask : ai_dimension





        AiActorTask --> "*" AiSystemDimensionEnum : ai_dimension
        click AiSystemDimensionEnum href "../AiSystemDimensionEnum/"



      AiActorTask : description

      AiActorTask : id

      AiActorTask : lifecycle_stage





        AiActorTask --> "*" AiLifecycleStageEnum : lifecycle_stage
        click AiLifecycleStageEnum href "../AiLifecycleStageEnum/"



      AiActorTask : name

      AiActorTask : see_also

      AiActorTask : task_kind





        AiActorTask --> "1" AiActorTaskEnum : task_kind
        click AiActorTaskEnum href "../AiActorTaskEnum/"



      AiActorTask : title

      AiActorTask : typical_actors

Inheritance

Slots

Name Cardinality and Range Description Inheritance
lifecycle_stage *
AiLifecycleStageEnum
The AI lifecycle stage(s) the element applies to direct
ai_dimension *
AiSystemDimensionEnum
The AI system dimension the element applies to direct
task_kind 1
AiActorTaskEnum
Which of the actor task categories this is direct
typical_actors *
String
Representative actor roles that perform this task 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
AiRmfFramework actor_tasks range AiActorTask

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:AiActorTask
native nist_ai_rmf:AiActorTask

LinkML Source

Direct

name: AiActorTask
description: 'A category of task performed by AI actors (Appendix A). Each

  task is associated with one or more lifecycle stages and a

  typical set of actor roles.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
slots:
- lifecycle_stage
- ai_dimension
attributes:
  task_kind:
    name: task_kind
    description: Which of the actor task categories this is.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - AiActorTask
    range: AiActorTaskEnum
    required: true
  typical_actors:
    name: typical_actors
    description: Representative actor roles that perform this task.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - AiActorTask
    range: string
    multivalued: true

Induced

name: AiActorTask
description: 'A category of task performed by AI actors (Appendix A). Each

  task is associated with one or more lifecycle stages and a

  typical set of actor roles.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  task_kind:
    name: task_kind
    description: Which of the actor task categories this is.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: AiActorTask
    domain_of:
    - AiActorTask
    range: AiActorTaskEnum
    required: true
  typical_actors:
    name: typical_actors
    description: Representative actor roles that perform this task.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: AiActorTask
    domain_of:
    - AiActorTask
    range: string
    multivalued: true
  lifecycle_stage:
    name: lifecycle_stage
    description: The AI lifecycle stage(s) the element applies to.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiActorTask
    domain_of:
    - AiSystem
    - AiActor
    - AiActorTask
    - Risk
    - Subcategory
    - GaiRisk
    range: AiLifecycleStageEnum
    multivalued: true
  ai_dimension:
    name: ai_dimension
    description: The AI system dimension the element applies to.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiActorTask
    domain_of:
    - AiSystem
    - AiActorTask
    range: AiSystemDimensionEnum
    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: AiActorTask
    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: AiActorTask
    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: AiActorTask
    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: AiActorTask
    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: AiActorTask
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true