Skip to content

Class: ComplexValue

URI: phenopackets:ComplexValue

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

Slots

Name Cardinality and Range Description Inheritance
typedQuantities 0..*
TypedQuantity
The quantities required to fully describe the complex value direct

Usages

used by used in type used
Measurement complexValue range ComplexValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ComplexValue
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  typedQuantities:
    name: typedQuantities
    annotations:
      rank:
        tag: rank
        value: 1
    description: The quantities required to fully describe the complex value. For
      example the systolic and diastolic blood pressure quantities
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    multivalued: true
    domain_of:
    - ComplexValue
    range: TypedQuantity
    inlined: true
    inlined_as_list: true

Induced

name: ComplexValue
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  typedQuantities:
    name: typedQuantities
    annotations:
      rank:
        tag: rank
        value: 1
    description: The quantities required to fully describe the complex value. For
      example the systolic and diastolic blood pressure quantities
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    rank: 1000
    multivalued: true
    alias: typedQuantities
    owner: ComplexValue
    domain_of:
    - ComplexValue
    range: TypedQuantity
    inlined: true
    inlined_as_list: true