Skip to content

Class: RNATranscriptomeData

URI: ak_schema:RNATranscriptomeData

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

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RNATranscriptomeData
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: SequenceData

Induced

name: RNATranscriptomeData
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: SequenceData
attributes:
  type:
    name: type
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: RNATranscriptomeData
    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: RNATranscriptomeData
    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: RNATranscriptomeData
    domain_of:
    - AKObject
    range: uriorcurie
    required: true