Skip to content

Class: Value

URI: phenopackets:Value

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

Slots

Name Cardinality and Range Description Inheritance
ontologyClass 0..1
OntologyClass
for use with things such as categories 'red', 'yellow' or 'absent'/'present' direct
quantity 0..1
Quantity
direct

Usages

used by used in type used
Measurement value range Value

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Value
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  ontologyClass:
    name: ontologyClass
    annotations:
      rank:
        tag: rank
        value: 2
    description: for use with things such as categories 'red', 'yellow' or 'absent'/'present'
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    domain_of:
    - TimeElement
    - Value
    - TherapeuticRegimen
    range: OntologyClass
    inlined: true
    inlined_as_list: true
  quantity:
    name: quantity
    annotations:
      rank:
        tag: rank
        value: 1
    description: ''
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    domain_of:
    - TypedQuantity
    - Value
    - DoseInterval
    range: Quantity
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        quantity:
          name: quantity
          required: true
    - slot_conditions:
        ontologyClass:
          name: ontologyClass
          required: true

Induced

name: Value
description: ''
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
attributes:
  ontologyClass:
    name: ontologyClass
    annotations:
      rank:
        tag: rank
        value: 2
    description: for use with things such as categories 'red', 'yellow' or 'absent'/'present'
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    alias: ontologyClass
    owner: Value
    domain_of:
    - TimeElement
    - Value
    - TherapeuticRegimen
    range: OntologyClass
    inlined: true
    inlined_as_list: true
  quantity:
    name: quantity
    annotations:
      rank:
        tag: rank
        value: 1
    description: ''
    from_schema: https://w3id.org/linkml/phenopackets/phenopackets
    alias: quantity
    owner: Value
    domain_of:
    - TypedQuantity
    - Value
    - DoseInterval
    range: Quantity
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        quantity:
          name: quantity
          required: true
    - slot_conditions:
        ontologyClass:
          name: ontologyClass
          required: true