Skip to content

Class: Assay

URI: OBI:0000070

classDiagram class Assay NamedThing <|-- Assay Assay : akc_id Assay : assay_type Assay : description Assay : name Assay : specimen Assay --> Specimen : specimen Assay : target_entity_type Assay : unit Assay : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
specimen 0..1
Specimen
The specimen that was input for an assay direct
assay_type 0..1
String
The specific type of an assay direct
target_entity_type 0..1
String
The type of the entity being measured direct
value 0..1
String
The measurement result value direct
unit 0..1
String
The measurement result value unit 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..1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
Dataset assays range Assay
Investigation assays range Assay
AIRRKnowledgeCommons assays range Assay

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0000070
native ak_schema:Assay

LinkML Source

Direct

name: Assay
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- specimen
- assay_type
- target_entity_type
- value
- unit
class_uri: OBI:0000070

Induced

name: Assay
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  specimen:
    name: specimen
    description: The specimen that was input for an assay
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: OBI:0000293
    alias: specimen
    owner: Assay
    domain_of:
    - SpecimenCollection
    - Assay
    range: Specimen
  assay_type:
    name: assay_type
    description: The specific type of an assay
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: rdf:type
    alias: assay_type
    owner: Assay
    domain_of:
    - Assay
    range: string
  target_entity_type:
    name: target_entity_type
    description: The type of the entity being measured
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: target_entity_type
    owner: Assay
    domain_of:
    - Assay
    - Assessment
    range: string
  value:
    name: value
    description: The measurement result value
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: value
    owner: Assay
    domain_of:
    - Assay
    - Assessment
    range: string
  unit:
    name: unit
    description: The measurement result value unit
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: unit
    owner: Assay
    domain_of:
    - Assay
    - Assessment
    range: string
  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: Assay
    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: Assay
    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: Assay
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0000070