Skip to content

Class: Aliquot (Aliquot)

A specific tube or amount of a biospecimen associated with a Sample.

URI: includedcc:Aliquot

 classDiagram
    class Aliquot
    click Aliquot href "../Aliquot/"
      Record <|-- Aliquot
        click Record href "../Record/"

      Aliquot : access_policy_id





        Aliquot --> "0..1" AccessPolicy : access_policy_id
        click AccessPolicy href "../AccessPolicy/"



      Aliquot : aliquot_id

      Aliquot : availability_status





        Aliquot --> "0..1" EnumAvailabilityStatus : availability_status
        click EnumAvailabilityStatus href "../EnumAvailabilityStatus/"



      Aliquot : concentration_number

      Aliquot : concentration_unit





        Aliquot --> "0..1" Concept : concentration_unit
        click Concept href "../Concept/"



      Aliquot : external_id

      Aliquot : quantity_number

      Aliquot : quantity_unit





        Aliquot --> "0..1" Concept : quantity_unit
        click Concept href "../Concept/"



      Aliquot : sample_id





        Aliquot --> "0..1" Sample : sample_id
        click Sample href "../Sample/"



      Aliquot : study_id





        Aliquot --> "0..1" Study : study_id
        click Study href "../Study/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
aliquot_id 1
String
Unique identifier for an Aliquot direct
sample_id 0..1
Sample
The unique identifier for this Sample direct
availability_status 0..1
EnumAvailabilityStatus
Can this Sample be requested for further analysis? direct
quantity_number 0..1
Float
The total quantity of the specimen direct
quantity_unit 0..1
Concept
The structured term defining the units of the quantity direct
concentration_number 0..1
Float
What is the concentration of the analyte in the Aliquot? direct
concentration_unit 0..1
Concept
Units associated with the concentration of the analyte in the Aliquot direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study Record

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self includedcc:Aliquot
native includedcc:Aliquot

LinkML Source

Direct

name: Aliquot
description: A specific tube or amount of a biospecimen associated with a Sample.
title: Aliquot
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slots:
- aliquot_id
- sample_id
- availability_status
- quantity_number
- quantity_unit
- concentration_number
- concentration_unit
slot_usage:
  aliquot_id:
    name: aliquot_id
    identifier: true
    range: string
    required: true

Induced

name: Aliquot
description: A specific tube or amount of a biospecimen associated with a Sample.
title: Aliquot
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slot_usage:
  aliquot_id:
    name: aliquot_id
    identifier: true
    range: string
    required: true
attributes:
  aliquot_id:
    name: aliquot_id
    description: Unique identifier for an Aliquot.
    title: Aliquot ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    owner: Aliquot
    domain_of:
    - Aliquot
    range: string
    required: true
  sample_id:
    name: sample_id
    description: The unique identifier for this Sample.
    title: Sample ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Sample
    - Aliquot
    - File
    - Assay
    range: Sample
  availability_status:
    name: availability_status
    description: Can this Sample be requested for further analysis?
    title: Sample Availability
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Sample
    - Aliquot
    range: EnumAvailabilityStatus
  quantity_number:
    name: quantity_number
    description: The total quantity of the specimen
    title: Quantity
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Sample
    - Aliquot
    range: float
  quantity_unit:
    name: quantity_unit
    description: The structured term defining the units of the quantity.
    title: Quantity Units
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Sample
    - Aliquot
    range: Concept
  concentration_number:
    name: concentration_number
    description: What is the concentration of the analyte in the Aliquot?
    title: Concentration
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Aliquot
    range: float
  concentration_unit:
    name: concentration_unit
    description: Units associated with the concentration of the analyte in the Aliquot.
    title: Concentration Units
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Aliquot
    range: Concept
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Aliquot
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false