Skip to content

Class: Action

Action carried out as a result of an AI-system decision (Clause 7.4.4).

URI: iso22989:Action

 classDiagram
    class Action
    click Action href "../Action/"
      NamedEntity <|-- Action
        click NamedEntity href "../NamedEntity/"

      Action : action_target

      Action : aliases

      Action : clause_reference

      Action : description

      Action : execution_status





        Action --> "0..1" ExecutionStatus : execution_status
        click ExecutionStatus href "../ExecutionStatus/"



      Action : id

      Action : name

      Action : preferred_label

      Action : see_also_uri

      Action : triggered_by





        Action --> "0..1" Decision : triggered_by
        click Decision href "../Decision/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
action_target 0..1
String
Entity or system on which an action is performed (Clause 7 direct
execution_status 0..1
ExecutionStatus
Execution status of an action or process direct
triggered_by 0..1
Decision
Decision that triggered the action direct
id 1
Uriorcurie
Unique CURIE or URI identifying the entity NamedEntity
name 1
String
Human-readable label for the entity NamedEntity
description 0..1
String
Free-text description of the entity (paraphrased; verbatim ISO text excluded) NamedEntity
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e NamedEntity
aliases *
String
Alternative names or synonyms for the term NamedEntity
preferred_label 0..1
String
Preferred natural-language label NamedEntity
see_also_uri *
Uriorcurie
Pointers to related external resources or term records NamedEntity

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:Action
native iso22989:Action
close gist_linkml:Event

LinkML Source

Direct

name: Action
description: Action carried out as a result of an AI-system decision (Clause 7.4.4).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- gist_linkml:Event
is_a: NamedEntity
slots:
- action_target
- execution_status
attributes:
  triggered_by:
    name: triggered_by
    description: Decision that triggered the action.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - Action
    range: Decision
    inlined: false

Induced

name: Action
description: Action carried out as a result of an AI-system decision (Clause 7.4.4).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- gist_linkml:Event
is_a: NamedEntity
attributes:
  triggered_by:
    name: triggered_by
    description: Decision that triggered the action.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Action
    domain_of:
    - Action
    range: Decision
    inlined: false
  action_target:
    name: action_target
    description: Entity or system on which an action is performed (Clause 7.4.4).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Action
    domain_of:
    - Action
    range: string
  execution_status:
    name: execution_status
    description: Execution status of an action or process.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Action
    domain_of:
    - Action
    range: ExecutionStatus
  id:
    name: id
    description: Unique CURIE or URI identifying the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    owner: Action
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: Human-readable label for the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    exact_mappings:
    - dcterms:title
    - schema:name
    rank: 1000
    slot_uri: schema:name
    owner: Action
    domain_of:
    - NamedEntity
    range: string
    required: true
  description:
    name: description
    description: Free-text description of the entity (paraphrased; verbatim ISO text
      excluded).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:description
    owner: Action
    domain_of:
    - NamedEntity
    range: string
  clause_reference:
    name: clause_reference
    description: ISO/IEC 22989:2022 clause identifier (e.g. "5.11.4") the element
      corresponds to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Action
    domain_of:
    - NamedEntity
    - AutonomyAssessment
    - VerificationValidationFramework
    range: string
    pattern: ^[0-9]+(\.[0-9]+){0,3}$
  aliases:
    name: aliases
    description: Alternative names or synonyms for the term.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:altLabel
    owner: Action
    domain_of:
    - NamedEntity
    range: string
    multivalued: true
  preferred_label:
    name: preferred_label
    description: Preferred natural-language label.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:prefLabel
    owner: Action
    domain_of:
    - NamedEntity
    range: string
  see_also_uri:
    name: see_also_uri
    description: Pointers to related external resources or term records.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: Action
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true