Class: Observation
The registration of the intent to perform a set of observations as well as the resulting observed values
- NOTE: this is an abstract class and should not be instantiated directly
URI: pehterms:Observation
classDiagram
class Observation
click Observation href "../Observation"
NamedThing <|-- Observation
click NamedThing href "../NamedThing"
Observation : description
Observation : id
Observation : name
Observation : observation_design
Observation --> "0..1" ObservationDesign : observation_design
click ObservationDesign href "../ObservationDesign"
Observation : observation_result_id_list
Observation --> "*" ObservationResult : observation_result_id_list
click ObservationResult href "../ObservationResult"
Observation : observation_type
Observation --> "0..1" ObservationType : observation_type
click ObservationType href "../ObservationType"
Observation : remark
Observation : short_name
Observation : ui_label
Observation : unique_name
Inheritance
- NamedThing
- Observation
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
observation_type | 0..1 ObservationType |
direct | |
observation_design | 0..1 ObservationDesign |
direct | |
observation_result_id_list | * ObservationResult |
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 | observations | range | Observation |
ObservationGroup | observation_id_list | range | Observation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/peh/peh-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pehterms:Observation |
native | pehterms:Observation |
LinkML Source
Direct
name: Observation
description: The registration of the intent to perform a set of observations as well
as the resulting observed values
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
abstract: true
slots:
- observation_type
- observation_design
- observation_result_id_list
Induced
name: Observation
description: The registration of the intent to perform a set of observations as well
as the resulting observed values
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
abstract: true
attributes:
observation_type:
name: observation_type
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: observation_type
owner: Observation
domain_of:
- Observation
range: ObservationType
observation_design:
name: observation_design
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: observation_design
owner: Observation
domain_of:
- Observation
range: ObservationDesign
observation_result_id_list:
name: observation_result_id_list
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: observation_result_id_list
owner: Observation
domain_of:
- Observation
range: ObservationResult
multivalued: 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: Observation
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: Observation
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: Observation
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: Observation
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: Observation
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: Observation
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: Observation
domain_of:
- NamedThing
range: string