Skip to content

Class: TypedQuantity

For complex measurements, such as blood pressure where more than one component quantity is required to describe the measurement

URI: phenopackets:TypedQuantity

erDiagram TypedQuantity { } OntologyClass { string id string label } Quantity { double value } ReferenceRange { double high double low } TypedQuantity ||--|o Quantity : "quantity" TypedQuantity ||--|o OntologyClass : "type" Quantity ||--|o ReferenceRange : "referenceRange" Quantity ||--|o OntologyClass : "unit" ReferenceRange ||--|o OntologyClass : "unit"

Slots

Name Cardinality and Range Description Inheritance
quantity 0..1
Quantity
e direct
type 0..1
OntologyClass
e direct

Usages

used by used in type used
ComplexValue typedQuantities range TypedQuantity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/phenopackets/phenopackets

Mappings

Mapping Type Mapped Value
self phenopackets:TypedQuantity
native phenopackets:TypedQuantity

LinkML Source

Direct

name: TypedQuantity
description: For complex measurements, such as blood pressure where more than one
  component quantity is required to describe the measurement
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  quantity:
    name: quantity
    annotations:
      rank:
        tag: rank
        value: 2
    description: e.g. mm Hg
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    domain_of:
    - TypedQuantity
    - Value
    - DoseInterval
    range: Quantity
  type:
    name: type
    annotations:
      rank:
        tag: rank
        value: 1
    description: e.g. diastolic, systolic
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    domain_of:
    - TypedQuantity
    - PhenotypicFeature
    range: OntologyClass
    inlined: true
    inlined_as_list: true

Induced

name: TypedQuantity
description: For complex measurements, such as blood pressure where more than one
  component quantity is required to describe the measurement
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  quantity:
    name: quantity
    annotations:
      rank:
        tag: rank
        value: 2
    description: e.g. mm Hg
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    alias: quantity
    owner: TypedQuantity
    domain_of:
    - TypedQuantity
    - Value
    - DoseInterval
    range: Quantity
  type:
    name: type
    annotations:
      rank:
        tag: rank
        value: 1
    description: e.g. diastolic, systolic
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    alias: type
    owner: TypedQuantity
    domain_of:
    - TypedQuantity
    - PhenotypicFeature
    range: OntologyClass
    inlined: true
    inlined_as_list: true