Skip to content

Class: AiActor

An organization or individual that plays an active role in the AI

system lifecycle. AI actors include those who deploy or operate

AI as well as those who inform via formal or quasi-formal norms

and guidance (OECD 2019).

URI: nist_ai_rmf:AiActor

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

      AiActor : actor_task





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



      AiActor : audience





        AiActor --> "0..1" AudienceEnum : audience
        click AudienceEnum href "../AudienceEnum/"



      AiActor : description

      AiActor : id

      AiActor : is_tevv

      AiActor : lifecycle_stage





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



      AiActor : name

      AiActor : see_also

      AiActor : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
actor_task *
AiActorTaskEnum
AI actor task category direct
lifecycle_stage *
AiLifecycleStageEnum
The AI lifecycle stage(s) the element applies to direct
is_tevv 0..1
Boolean
Whether the actor or task is a Test, Evaluation, Verification, and direct
audience 0..1
AudienceEnum
Whether the actor is part of the primary AI RMF audience or the 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:AiActor
native nist_ai_rmf:AiActor
related stix:Identity, iso27001:InterestedParty
close prov:Agent, foaf:Agent

LinkML Source

Direct

name: AiActor
description: 'An organization or individual that plays an active role in the AI

  system lifecycle. AI actors include those who deploy or operate

  AI as well as those who inform via formal or quasi-formal norms

  and guidance (OECD 2019).'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- prov:Agent
- foaf:Agent
related_mappings:
- stix:Identity
- iso27001:InterestedParty
is_a: NamedThing
slots:
- actor_task
- lifecycle_stage
- is_tevv
- audience

Induced

name: AiActor
description: 'An organization or individual that plays an active role in the AI

  system lifecycle. AI actors include those who deploy or operate

  AI as well as those who inform via formal or quasi-formal norms

  and guidance (OECD 2019).'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- prov:Agent
- foaf:Agent
related_mappings:
- stix:Identity
- iso27001:InterestedParty
is_a: NamedThing
attributes:
  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: AiActor
    domain_of:
    - AiActor
    - SuggestedAction
    range: AiActorTaskEnum
    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: AiActor
    domain_of:
    - AiSystem
    - AiActor
    - AiActorTask
    - Risk
    - Subcategory
    - GaiRisk
    range: AiLifecycleStageEnum
    multivalued: true
  is_tevv:
    name: is_tevv
    description: 'Whether the actor or task is a Test, Evaluation, Verification, and

      Validation (TEVV) actor / task.'
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiActor
    domain_of:
    - AiActor
    range: boolean
  audience:
    name: audience
    description: 'Whether the actor is part of the *primary* AI RMF audience or the

      *informing* People-and-Planet audience.'
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiActor
    domain_of:
    - AiActor
    range: AudienceEnum
  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: AiActor
    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: AiActor
    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: AiActor
    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: AiActor
    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: AiActor
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true