Skip to content

Enum: AIFunctionalComponent

Functional building blocks of an AI system as introduced in Clause 7.

URI: iso22989:AIFunctionalComponent

Permissible Values

Value Meaning Description
data_and_information None Data acquisition, storage and information management functions
knowledge_and_learning None Functions producing or maintaining knowledge representations and learned mode...
prediction None Functions producing predictions from inputs using a trained model or knowledg...
decision None Functions selecting a course of action based on predictions and constraints
action None Functions enacting decisions on the environment or downstream systems

Slots

Name Description
functional_components Functional components exhibited by the system (Clause 7)
component_function Functional view component implemented by an AI component (Clause 7)

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: AIFunctionalComponent
description: Functional building blocks of an AI system as introduced in Clause 7.
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  data_and_information:
    text: data_and_information
    description: Data acquisition, storage and information management functions.
  knowledge_and_learning:
    text: knowledge_and_learning
    description: Functions producing or maintaining knowledge representations and
      learned models.
  prediction:
    text: prediction
    description: Functions producing predictions from inputs using a trained model
      or knowledge base.
  decision:
    text: decision
    description: Functions selecting a course of action based on predictions and constraints.
  action:
    text: action
    description: Functions enacting decisions on the environment or downstream systems.