Skip to content

Class: AutonomyAssessment

Structured assessment of the autonomy level of an AI system using the criteria listed in Clause 5.13.

URI: iso22989:AutonomyAssessment

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

      AutonomyAssessment : aliases

      AutonomyAssessment : autonomy_criterion_scores

      AutonomyAssessment : autonomy_level





        AutonomyAssessment --> "0..1" AutonomyLevel : autonomy_level
        click AutonomyLevel href "../AutonomyLevel/"



      AutonomyAssessment : clause_reference

      AutonomyAssessment : description

      AutonomyAssessment : id

      AutonomyAssessment : name

      AutonomyAssessment : preferred_label

      AutonomyAssessment : see_also_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
autonomy_level 0..1
AutonomyLevel
Operational autonomy level of the AI system direct
autonomy_criterion_scores *
String
Free-form scores or judgements for autonomy criteria (Clause 5 direct
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e 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
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:AutonomyAssessment
native iso22989:AutonomyAssessment

LinkML Source

Direct

name: AutonomyAssessment
description: Structured assessment of the autonomy level of an AI system using the
  criteria listed in Clause 5.13.
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
slots:
- autonomy_level
- autonomy_criterion_scores
- clause_reference

Induced

name: AutonomyAssessment
description: Structured assessment of the autonomy level of an AI system using the
  criteria listed in Clause 5.13.
in_subset:
- ai_concepts
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  autonomy_level:
    name: autonomy_level
    description: Operational autonomy level of the AI system.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AutonomyAssessment
    domain_of:
    - AIAgent
    - AISystem
    - AutonomyAssessment
    range: AutonomyLevel
  autonomy_criterion_scores:
    name: autonomy_criterion_scores
    description: Free-form scores or judgements for autonomy criteria (Clause 5.13).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AutonomyAssessment
    domain_of:
    - AutonomyAssessment
    range: string
    multivalued: true
  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: AutonomyAssessment
    domain_of:
    - NamedEntity
    - AutonomyAssessment
    - VerificationValidationFramework
    range: string
    pattern: ^[0-9]+(\.[0-9]+){0,3}$
  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: AutonomyAssessment
    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: AutonomyAssessment
    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: AutonomyAssessment
    domain_of:
    - NamedEntity
    range: string
  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: AutonomyAssessment
    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: AutonomyAssessment
    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: AutonomyAssessment
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true