Skip to content

Class: ObservationGroup

A grouped collection of observations, intended and/or executed, as part of a Personal Exposure and Health research study

URI: pehterms:ObservationGroup

classDiagram class ObservationGroup click ObservationGroup href "../ObservationGroup" StudyEntity <|-- ObservationGroup click StudyEntity href "../StudyEntity" ObservationGroup : description ObservationGroup : end_date ObservationGroup : id ObservationGroup : name ObservationGroup : observation_id_list ObservationGroup --> "*" Observation : observation_id_list click Observation href "../Observation" ObservationGroup : physical_entity ObservationGroup --> "0..1" PhysicalEntity : physical_entity click PhysicalEntity href "../PhysicalEntity" ObservationGroup : remark ObservationGroup : short_name ObservationGroup : sort_order ObservationGroup : start_date ObservationGroup : study_entity_links ObservationGroup --> "*" StudyEntityLink : study_entity_links click StudyEntityLink href "../StudyEntityLink" ObservationGroup : ui_label ObservationGroup : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sort_order 0..1
Decimal
direct
start_date 0..1
Date
direct
end_date 0..1
Date
direct
observation_id_list *
Observation
direct
physical_entity 0..1
PhysicalEntity
StudyEntity
study_entity_links *
StudyEntityLink
StudyEntity
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_groups range ObservationGroup
Study observation_group_id_list range ObservationGroup

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ObservationGroup
description: A grouped collection of observations, intended and/or executed, as part
  of a Personal Exposure and Health research study
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
slots:
- sort_order
- start_date
- end_date
- observation_id_list

Induced

name: ObservationGroup
description: A grouped collection of observations, intended and/or executed, as part
  of a Personal Exposure and Health research study
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
attributes:
  sort_order:
    name: sort_order
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: sort_order
    owner: ObservationGroup
    domain_of:
    - Grouping
    - Matrix
    - ObservationGroup
    range: decimal
  start_date:
    name: start_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: start_date
    owner: ObservationGroup
    domain_of:
    - Project
    - Study
    - ObservationGroup
    - ProcessingStep
    range: date
  end_date:
    name: end_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: end_date
    owner: ObservationGroup
    domain_of:
    - Project
    - Study
    - ObservationGroup
    range: date
  observation_id_list:
    name: observation_id_list
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observation_id_list
    owner: ObservationGroup
    domain_of:
    - ObservationGroup
    range: Observation
    multivalued: true
  physical_entity:
    name: physical_entity
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: physical_entity
    owner: ObservationGroup
    domain_of:
    - PhysicalEntityLink
    - StudyEntity
    range: PhysicalEntity
    inlined: false
  study_entity_links:
    name: study_entity_links
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: study_entity_links
    owner: ObservationGroup
    domain_of:
    - StudyEntity
    range: StudyEntityLink
    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: ObservationGroup
    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: ObservationGroup
    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: ObservationGroup
    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: ObservationGroup
    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: ObservationGroup
    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: ObservationGroup
    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: ObservationGroup
    domain_of:
    - NamedThing
    range: string