Skip to content

Enum: AISystemCharacteristic

Distinguishing characteristics of AI systems summarised in Clause 5.1.

URI: iso22989:AISystemCharacteristic

Permissible Values

Value Meaning Description
interactive None Engages in interaction with users or other systems
contextual None Adapts behaviour to its operational context
adaptive None Adjusts behaviour over time in response to new data or feedback
oversight_enabled None Provides mechanisms for human oversight and intervention
data_dependent None Performance depends materially on the data used to build or operate the syste...

Slots

Name Description
system_characteristics Distinguishing characteristics from Clause 5

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: AISystemCharacteristic
description: Distinguishing characteristics of AI systems summarised in Clause 5.1.
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  interactive:
    text: interactive
    description: Engages in interaction with users or other systems.
  contextual:
    text: contextual
    description: Adapts behaviour to its operational context.
  adaptive:
    text: adaptive
    description: Adjusts behaviour over time in response to new data or feedback.
  oversight_enabled:
    text: oversight_enabled
    description: Provides mechanisms for human oversight and intervention.
  data_dependent:
    text: data_dependent
    description: Performance depends materially on the data used to build or operate
      the system.