Skip to content

Class: MediumSupplement

Supplement or additive to cell culture medium.

URI: soma:MediumSupplement

 classDiagram
    class MediumSupplement
    click MediumSupplement href "../MediumSupplement/"
      NamedEntity <|-- MediumSupplement
        click NamedEntity href "../NamedEntity/"

      MediumSupplement : catalog_number

      MediumSupplement : concentration





        MediumSupplement --> "0..1" QuantityValue : concentration
        click QuantityValue href "../QuantityValue/"



      MediumSupplement : id

      MediumSupplement : manufacturer

      MediumSupplement : name

      MediumSupplement : supplement_type





        MediumSupplement --> "0..1" SupplementTypeEnum : supplement_type
        click SupplementTypeEnum href "../SupplementTypeEnum/"




Inheritance

Slots

Name Cardinality and Range Description Inheritance
supplement_type 0..1
SupplementTypeEnum
direct
concentration 0..1
QuantityValue
direct
manufacturer 0..1
String
direct
catalog_number 0..1
String
direct
id 1
Uriorcurie
A unique identifier for the entity NamedEntity
name 0..1
String
A human-readable name for the entity NamedEntity

Usages

used by used in type used
CellCultureMedium supplements range MediumSupplement

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/EHS-Data-Standards/soma

Mappings

Mapping Type Mapped Value
self soma:MediumSupplement
native soma:MediumSupplement

LinkML Source

Direct

name: MediumSupplement
description: Supplement or additive to cell culture medium.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
slots:
- supplement_type
- concentration
- manufacturer
- catalog_number

Induced

name: MediumSupplement
description: Supplement or additive to cell culture medium.
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
attributes:
  supplement_type:
    name: supplement_type
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: supplement_type
    owner: MediumSupplement
    domain_of:
    - MediumSupplement
    range: SupplementTypeEnum
  concentration:
    name: concentration
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: concentration
    owner: MediumSupplement
    domain_of:
    - MediumSupplement
    range: QuantityValue
    inlined: true
  manufacturer:
    name: manufacturer
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: manufacturer
    owner: MediumSupplement
    domain_of:
    - CellCultureMedium
    - MediumSupplement
    range: string
  catalog_number:
    name: catalog_number
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    alias: catalog_number
    owner: MediumSupplement
    domain_of:
    - CellLine
    - CellCultureMedium
    - MediumSupplement
    range: string
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    identifier: true
    alias: id
    owner: MediumSupplement
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: MediumSupplement
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: string