Skip to content

Class: PhysicalQuantity

A physical quantity from a measurement or observation.

URI: https://github.com/vdjserver/vdjserver-airr-schema/PhysicalQuantity

 classDiagram
    class PhysicalQuantity
    click PhysicalQuantity href "../PhysicalQuantity/"
      AIRRStandards <|-- PhysicalQuantity
        click AIRRStandards href "../AIRRStandards/"

      PhysicalQuantity : physical_quantity

      PhysicalQuantity : physical_unit





        PhysicalQuantity --> "0..1" PhysicalUnitOntology : physical_unit
        click PhysicalUnitOntology href "../PhysicalUnitOntology/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
physical_quantity 0..1
Float
Physical quantity direct
physical_unit 0..1
PhysicalUnitOntology
Unit of physical quantity direct

Usages

used by used in type used
NucleicAcidProcessing template_amount range PhysicalQuantity
SampleProcessing template_amount range PhysicalQuantity

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/PhysicalQuantity
native https://github.com/vdjserver/vdjserver-airr-schema/PhysicalQuantity

LinkML Source

Direct

name: PhysicalQuantity
description: A physical quantity from a measurement or observation.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- physical_quantity
- physical_unit

Induced

name: PhysicalQuantity
description: A physical quantity from a measurement or observation.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
  physical_quantity:
    name: physical_quantity
    annotations:
      nullable:
        tag: nullable
        value: false
    description: Physical quantity
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: PhysicalQuantity
    domain_of:
    - PhysicalQuantity
    range: float
  physical_unit:
    name: physical_unit
    annotations:
      nullable:
        tag: nullable
        value: false
    description: Unit of physical quantity
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: PhysicalQuantity
    domain_of:
    - PhysicalQuantity
    range: PhysicalUnitOntology