Skip to content

Class: AKDataItem

data item with an akc_id

URI: ak_schema:AKDataItem

classDiagram class AKDataItem click AKDataItem href "../AKDataItem" AKObject <|-- AKDataItem click AKObject href "../AKObject" AKDataItem <|-- AKDataSet click AKDataSet href "../AKDataSet" AKDataItem <|-- SequenceData click SequenceData href "../SequenceData" AKDataItem : akc_id AKDataItem : data_item_types AKDataItem --> "*" DataItemTypeEnum : data_item_types click DataItemTypeEnum href "../DataItemTypeEnum" AKDataItem : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
direct
data_item_types *
DataItemTypeEnum
semantic types of the data direct
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
Assay has_specified_output range AKDataItem
AIRRSequencingAssay has_specified_output range AKDataItem
TCellReceptorEpitopeBindingAssay has_specified_output range AKDataItem
AntibodyAntigenBindingAssay has_specified_output range AKDataItem
InputOutputDataMap has_specified_input range AKDataItem
InputOutputDataMap has_specified_output range AKDataItem

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ak_schema:AKDataItem
native ak_schema:AKDataItem

LinkML Source

Direct

name: AKDataItem
description: data item with an akc_id
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
slots:
- type
- data_item_types

Induced

name: AKDataItem
description: data item with an akc_id
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
attributes:
  type:
    name: type
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: AKDataItem
    domain_of:
    - LifeEvent
    - Assay
    - AKDataItem
    - TCellReceptor
    - Epitope
    range: string
  data_item_types:
    name: data_item_types
    description: semantic types of the data
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: data_item_types
    owner: AKDataItem
    domain_of:
    - AKDataItem
    range: DataItemTypeEnum
    multivalued: true
  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: AKDataItem
    domain_of:
    - AKObject
    range: uriorcurie
    required: true