Class: Investigation
URI: linkml_common:Investigation
classDiagram
class Investigation
click Investigation href "../Investigation"
Event <|-- Investigation
click Event href "../Event"
Investigation : design
Investigation --> "0..1" StudyDesign : design
click StudyDesign href "../StudyDesign"
Investigation : ends_at
Investigation --> "0..1" TimePoint : ends_at
click TimePoint href "../TimePoint"
Investigation : happens_at
Investigation --> "0..1" TimePoint : happens_at
click TimePoint href "../TimePoint"
Investigation : has_duration
Investigation --> "0..1" Duration : has_duration
click Duration href "../Duration"
Investigation : has_interval
Investigation --> "0..1" TemporalInterval : has_interval
click TemporalInterval href "../TemporalInterval"
Investigation : hypothesis
Investigation --> "0..1" StudyHypothesis : hypothesis
click StudyHypothesis href "../StudyHypothesis"
Investigation : id
Investigation : is_ongoing_as_of
Investigation --> "0..1" TimePoint : is_ongoing_as_of
click TimePoint href "../TimePoint"
Investigation : name
Investigation : objectives
Investigation : results
Investigation --> "*" StudyResult : results
click StudyResult href "../StudyResult"
Investigation : starts_at
Investigation --> "0..1" TimePoint : starts_at
click TimePoint href "../TimePoint"
Investigation : type
Investigation : variables
Investigation --> "*" Variable : variables
click Variable href "../Variable"
Inheritance
- Entity [ Typed]
- Event [ Identified]
- Investigation
- Event [ Identified]
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
objectives | 0..1 String |
direct | |
variables | * Variable |
direct | |
hypothesis | 0..1 StudyHypothesis |
direct | |
design | 0..1 StudyDesign |
direct | |
results | * StudyResult |
direct | |
starts_at | 0..1 TimePoint |
Event | |
ends_at | 0..1 TimePoint |
Event | |
happens_at | 0..1 TimePoint |
Event | |
has_interval | 0..1 TemporalInterval |
Event | |
has_duration | 0..1 Duration |
Event | |
is_ongoing_as_of | 0..1 TimePoint |
Event | |
id | 1 Uriorcurie |
A unique identifier for a thing | Identified |
name | 0..1 String |
A human-readable name for a thing | Identified |
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
Dataset | collected_as_part_of | range | Investigation |
InvestigativeProcess | part_of | range | Investigation |
SampleCollectionProcess | part_of | range | Investigation |
DataGenerationFromSample | part_of | range | Investigation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Investigation |
native | linkml_common:Investigation |
LinkML Source
Direct
name: Investigation
implements:
- patterns:Composable
from_schema: https://w3id.org/linkml/linkml-common
is_a: Event
attributes:
objectives:
name: objectives
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
domain_of:
- Investigation
range: string
variables:
name: variables
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
domain_of:
- Investigation
range: Variable
multivalued: true
hypothesis:
name: hypothesis
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
domain_of:
- Investigation
- StudyResult
range: StudyHypothesis
design:
name: design
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
domain_of:
- Investigation
range: StudyDesign
results:
name: results
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
domain_of:
- Investigation
range: StudyResult
multivalued: true
Induced
name: Investigation
implements:
- patterns:Composable
from_schema: https://w3id.org/linkml/linkml-common
is_a: Event
attributes:
objectives:
name: objectives
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: objectives
owner: Investigation
domain_of:
- Investigation
range: string
variables:
name: variables
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: variables
owner: Investigation
domain_of:
- Investigation
range: Variable
multivalued: true
hypothesis:
name: hypothesis
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: hypothesis
owner: Investigation
domain_of:
- Investigation
- StudyResult
range: StudyHypothesis
design:
name: design
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: design
owner: Investigation
domain_of:
- Investigation
range: StudyDesign
results:
name: results
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: results
owner: Investigation
domain_of:
- Investigation
range: StudyResult
multivalued: true
starts_at:
name: starts_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: starts_at
owner: Investigation
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
ends_at:
name: ends_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: ends_at
owner: Investigation
domain_of:
- Event
- TimePointOrTemporalInterval
- TemporalInterval
range: TimePoint
happens_at:
name: happens_at
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: happens_at
owner: Investigation
domain_of:
- Event
range: TimePoint
has_interval:
name: has_interval
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: has_interval
owner: Investigation
domain_of:
- Event
range: TemporalInterval
has_duration:
name: has_duration
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: has_duration
owner: Investigation
domain_of:
- Event
range: Duration
is_ongoing_as_of:
name: is_ongoing_as_of
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
alias: is_ongoing_as_of
owner: Investigation
domain_of:
- Event
range: TimePoint
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Investigation
domain_of:
- Identified
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- rdfs:label
rank: 1000
slot_uri: schema:name
alias: name
owner: Investigation
domain_of:
- Identified
range: string
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: Investigation
domain_of:
- Typed
range: string