Skip to content

Class: DataTransformation

URI: OBI:0200000

classDiagram class DataTransformation click DataTransformation href "../DataTransformation" Process <|-- DataTransformation click Process href "../Process" DataTransformation : akc_id DataTransformation : data_transformation_types DataTransformation --> "*" DataItemTypeEnum : data_transformation_types click DataItemTypeEnum href "../DataItemTypeEnum" DataTransformation : description DataTransformation : name DataTransformation : was_generated_by DataTransformation --> "*" InputOutputDataMap : was_generated_by click InputOutputDataMap href "../InputOutputDataMap"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
was_generated_by *
InputOutputDataMap
direct provenance link of one entity (input) to another (output) for a data t... direct
data_transformation_types *
DataItemTypeEnum
semantic types of the data transformation direct
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
InputOutputDataMap data_transformation range DataTransformation

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self OBI:0200000
native ak_schema:DataTransformation

LinkML Source

Direct

name: DataTransformation
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: Process
slots:
- was_generated_by
- data_transformation_types
class_uri: OBI:0200000

Induced

name: DataTransformation
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: Process
attributes:
  was_generated_by:
    name: was_generated_by
    description: direct provenance link of one entity (input) to another (output)
      for a data transformation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: was_generated_by
    owner: DataTransformation
    domain_of:
    - DataTransformation
    range: InputOutputDataMap
    multivalued: true
  data_transformation_types:
    name: data_transformation_types
    description: semantic types of the data transformation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: data_transformation_types
    owner: DataTransformation
    domain_of:
    - DataTransformation
    range: DataItemTypeEnum
    multivalued: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataTransformation
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: DataTransformation
    domain_of:
    - NamedThing
    range: string
  akc_id:
    name: akc_id
    description: A unique identifier for a thing in the AKC.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: akc_id
    owner: DataTransformation
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0200000