Skip to content

Class: ObservationResult

The result of an observational effort in Personal Exposure and Health research

  • NOTE: this is an abstract class and should not be instantiated directly

URI: pehterms:ObservationResult

classDiagram class ObservationResult click ObservationResult href "../ObservationResult" NamedThing <|-- ObservationResult click NamedThing href "../NamedThing" ObservationResult : description ObservationResult : id ObservationResult : name ObservationResult : observation_end_date ObservationResult : observation_result_type ObservationResult --> "0..1" ObservationResultType : observation_result_type click ObservationResultType href "../ObservationResultType" ObservationResult : observation_start_date ObservationResult : observed_values ObservationResult --> "*" ObservedValue : observed_values click ObservedValue href "../ObservedValue" ObservationResult : remark ObservationResult : short_name ObservationResult : ui_label ObservationResult : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
observation_result_type 0..1
ObservationResultType
direct
observation_start_date 0..1
Date
direct
observation_end_date 0..1
Date
direct
observed_values *
ObservedValue
direct
id 1
String
Machine readable, unique identifier; ideally a URI/GUPRI (Globally Unique, Pe... NamedThing
unique_name 0..1
String
Human readable name, unique across the context the entity is defined in NamedThing
short_name 0..1
String
Shortened name or code, preferrable unique across the context the entity is d... NamedThing
name 0..1
String
Common human readable name NamedThing
ui_label 0..1
String
Human readable label, to be used in user facing interfaces in the most common... NamedThing
description 0..1
String
Long form description or definition for the entity NamedThing
remark 0..1
String
Additional comment, note or remark providing context on the use of an entity ... NamedThing

Usages

used by used in type used
EntityList observation_results range ObservationResult
Observation observation_result_id_list range ObservationResult

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/peh/peh-model

Mappings

Mapping Type Mapped Value
self pehterms:ObservationResult
native pehterms:ObservationResult

LinkML Source

Direct

name: ObservationResult
description: The result of an observational effort in Personal Exposure and Health
  research
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
abstract: true
slots:
- observation_result_type
- observation_start_date
- observation_end_date
- observed_values

Induced

name: ObservationResult
description: The result of an observational effort in Personal Exposure and Health
  research
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
abstract: true
attributes:
  observation_result_type:
    name: observation_result_type
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observation_result_type
    owner: ObservationResult
    domain_of:
    - ObservableEntityPropertySet
    - ObservationResult
    range: ObservationResultType
  observation_start_date:
    name: observation_start_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observation_start_date
    owner: ObservationResult
    domain_of:
    - ObservationResult
    range: date
  observation_end_date:
    name: observation_end_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observation_end_date
    owner: ObservationResult
    domain_of:
    - ObservationResult
    range: date
  observed_values:
    name: observed_values
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observed_values
    owner: ObservationResult
    domain_of:
    - EntityList
    - ObservationResult
    - DataExtract
    range: ObservedValue
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: Machine readable, unique identifier; ideally a URI/GUPRI (Globally
      Unique, Persistent, Resolvable Identifier).
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string
    required: true
  unique_name:
    name: unique_name
    description: Human readable name, unique across the context the entity is defined
      in.
    from_schema: https://w3id.org/peh/peh-model
    close_mappings:
    - schema:identifier
    rank: 1000
    slot_uri: skos:prefLabel
    alias: unique_name
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string
  short_name:
    name: short_name
    description: Shortened name or code, preferrable unique across the context the
      entity is defined in.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: short_name
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string
  name:
    name: name
    description: Common human readable name
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:altLabel
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ObservationResult
    domain_of:
    - NamedThing
    - Contact
    range: string
  ui_label:
    name: ui_label
    description: Human readable label, to be used in user facing interfaces in the
      most common use cases.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: ui_label
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: Long form description or definition for the entity.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:definition
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string
  remark:
    name: remark
    description: Additional comment, note or remark providing context on the use of
      an entity or the interpretation of its properties.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:note
    rank: 1000
    slot_uri: schema:comment
    alias: remark
    owner: ObservationResult
    domain_of:
    - NamedThing
    range: string