Skip to content

Class: Decision

Decision produced by an AI system on the basis of one or more predictions (Clause 7.4.3).

URI: iso22989:Decision

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

      Decision : aliases

      Decision : based_on_predictions





        Decision --> "*" Prediction : based_on_predictions
        click Prediction href "../Prediction/"



      Decision : clause_reference

      Decision : decision_outcome

      Decision : decision_policy

      Decision : description

      Decision : id

      Decision : name

      Decision : preferred_label

      Decision : see_also_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
decision_outcome 0..1
String
Chosen course of action resulting from a decision (Clause 7 direct
decision_policy 0..1
String
Policy or rule used to translate predictions into a decision direct
based_on_predictions *
Prediction
Predictions that supported the decision 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

Usages

used by used in type used
Action triggered_by range Decision

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:Decision
native iso22989:Decision
close gist_linkml:Determination

LinkML Source

Direct

name: Decision
description: Decision produced by an AI system on the basis of one or more predictions
  (Clause 7.4.3).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- gist_linkml:Determination
is_a: NamedEntity
slots:
- decision_outcome
- decision_policy
attributes:
  based_on_predictions:
    name: based_on_predictions
    description: Predictions that supported the decision.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - Decision
    - Recommendation
    range: Prediction
    multivalued: true
    inlined: false

Induced

name: Decision
description: Decision produced by an AI system on the basis of one or more predictions
  (Clause 7.4.3).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- gist_linkml:Determination
is_a: NamedEntity
attributes:
  based_on_predictions:
    name: based_on_predictions
    description: Predictions that supported the decision.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Decision
    domain_of:
    - Decision
    - Recommendation
    range: Prediction
    multivalued: true
    inlined: false
  decision_outcome:
    name: decision_outcome
    description: Chosen course of action resulting from a decision (Clause 7.4.3).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Decision
    domain_of:
    - Decision
    range: string
  decision_policy:
    name: decision_policy
    description: Policy or rule used to translate predictions into a decision.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Decision
    domain_of:
    - Decision
    range: string
  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: Decision
    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: Decision
    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: Decision
    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: Decision
    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: Decision
    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: Decision
    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: Decision
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true