Class: SetOfObservations
URI: linkml_common:SetOfObservations
classDiagram
class SetOfObservations
click SetOfObservations href "../SetOfObservations"
Intangible <|-- SetOfObservations
click Intangible href "../Intangible"
SetOfObservations : observation_subject
SetOfObservations --> "0..1" Entity : observation_subject
click Entity href "../Entity"
SetOfObservations : observations
SetOfObservations --> "0..1" Observation : observations
click Observation href "../Observation"
SetOfObservations : type
Inheritance
- Entity [ Typed]
- Intangible
- SetOfObservations
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
observation_subject | 0..1 Entity |
direct | |
observations | 0..1 Observation |
direct | |
type | 0..1 String |
A type for a thing | Typed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:SetOfObservations |
native | linkml_common:SetOfObservations |
LinkML Source
Direct
name: SetOfObservations
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
observation_subject:
name: observation_subject
from_schema: https://w3id.org/linkml-common/meaurements
domain_of:
- Observation
- SetOfObservations
range: Entity
observations:
name: observations
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
domain_of:
- SetOfObservations
- SubjectObservationHistory
range: Observation
inlined: true
inlined_as_list: true
Induced
name: SetOfObservations
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
observation_subject:
name: observation_subject
from_schema: https://w3id.org/linkml-common/meaurements
alias: observation_subject
owner: SetOfObservations
domain_of:
- Observation
- SetOfObservations
range: Entity
observations:
name: observations
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: observations
owner: SetOfObservations
domain_of:
- SetOfObservations
- SubjectObservationHistory
range: Observation
inlined: true
inlined_as_list: true
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: SetOfObservations
domain_of:
- Typed
range: string