Skip to content

Class: InputData

Data presented to an AI system at inference time or during training (Clause 3.2.9).

URI: iso22989:InputData

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

      InputData : aliases

      InputData : clause_reference

      InputData : consumed_by





        InputData --> "0..1" AISystem : consumed_by
        click AISystem href "../AISystem/"



      InputData : data_collection_method





        InputData --> "0..1" DataCollectionMethod : data_collection_method
        click DataCollectionMethod href "../DataCollectionMethod/"



      InputData : data_source_type





        InputData --> "0..1" DataSourceType : data_source_type
        click DataSourceType href "../DataSourceType/"



      InputData : description

      InputData : id

      InputData : modality





        InputData --> "0..1" DataModality : modality
        click DataModality href "../DataModality/"



      InputData : name

      InputData : preferred_label

      InputData : see_also_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
data_source_type 0..1
DataSourceType
Classification of a data source (Clause 8 direct
data_collection_method 0..1
DataCollectionMethod
Method used to collect data (Clause 8 direct
modality 0..1
DataModality
Modality of the input data direct
consumed_by 0..1
AISystem
AI system that consumes the input 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:InputData
native iso22989:InputData

LinkML Source

Direct

name: InputData
description: Data presented to an AI system at inference time or during training (Clause
  3.2.9).
in_subset:
- terminology
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
slots:
- data_source_type
- data_collection_method
attributes:
  modality:
    name: modality
    description: Modality of the input data.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - InputData
    range: DataModality
  consumed_by:
    name: consumed_by
    description: AI system that consumes the input.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - InputData
    range: AISystem
    inlined: false

Induced

name: InputData
description: Data presented to an AI system at inference time or during training (Clause
  3.2.9).
in_subset:
- terminology
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  modality:
    name: modality
    description: Modality of the input data.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: InputData
    domain_of:
    - InputData
    range: DataModality
  consumed_by:
    name: consumed_by
    description: AI system that consumes the input.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: InputData
    domain_of:
    - InputData
    range: AISystem
    inlined: false
  data_source_type:
    name: data_source_type
    description: Classification of a data source (Clause 8.6.1).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: InputData
    domain_of:
    - InputData
    range: DataSourceType
  data_collection_method:
    name: data_collection_method
    description: Method used to collect data (Clause 8.6.1).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: InputData
    domain_of:
    - InputData
    range: DataCollectionMethod
  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: InputData
    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: InputData
    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: InputData
    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: InputData
    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: InputData
    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: InputData
    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: InputData
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true