Skip to content

Class: QuantitativeValue

URI: dietitian_notes:QuantitativeValue

erDiagram QuantitativeValue { string value } Unit { string id string label } QuantitativeValue ||--|o Unit : "unit"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
The value of the quantity, or N/A if not provided direct
unit 0..1
Unit
The unit of the quantity, or N/A if not provided direct

Usages

used by used in type used
ClinicalObservations patient_age range QuantitativeValue
DietSupplementation duration range QuantitativeValue
NutritionSupportComponent duration range QuantitativeValue
DrugTherapy duration range QuantitativeValue

Identifier and Mapping Information

Annotations

property value
owl IntersectionOf

Schema Source

  • from schema: http://w3id.org/ontogpt/dietician_notes

Mappings

Mapping Type Mapped Value
self dietitian_notes:QuantitativeValue
native dietitian_notes:QuantitativeValue

LinkML Source

Direct

name: QuantitativeValue
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
  value:
    name: value
    annotations:
      owl:
        tag: owl
        value: DataProperty, DataHasValue
    description: The value of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    range: string
  unit:
    name: unit
    annotations:
      owl:
        tag: owl
        value: ObjectProperty, ObjectSomeValuesFrom
    description: The unit of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    slot_uri: qudt:unit
    range: Unit

Induced

name: QuantitativeValue
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/dietician_notes
is_a: CompoundExpression
attributes:
  value:
    name: value
    annotations:
      owl:
        tag: owl
        value: DataProperty, DataHasValue
    description: The value of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    alias: value
    owner: QuantitativeValue
    domain_of:
    - QuantitativeValue
    range: string
  unit:
    name: unit
    annotations:
      owl:
        tag: owl
        value: ObjectProperty, ObjectSomeValuesFrom
    description: The unit of the quantity, or N/A if not provided.
    from_schema: http://w3id.org/ontogpt/dietician_notes
    rank: 1000
    slot_uri: qudt:unit
    alias: unit
    owner: QuantitativeValue
    domain_of:
    - QuantitativeValue
    range: Unit