Class: CohortSession
A specific session of a specific cohort of the GUTS study
URI: guts:CohortSession
erDiagram
CohortSession {
CohortIdentifier identifier
CohortIdentifierList participants
stringList participant_measures
string objtype
}
Inheritance
- GUTSThing
- CohortSession
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
identifier | 1..1 CohortIdentifier |
A name that identifies the cohort uniquely within the GUTS study | direct |
participants | 1..* CohortIdentifier |
A name that identifies the cohort uniquely within the GUTS study | direct |
participant_measures | 0..* String |
direct | |
objtype | 0..1 String |
The type designator for a GUTS "thing" | GUTSThing |
Usages
used by | used in | type | used |
---|---|---|---|
Cohort | sessions | range | CohortSession |
ParticipantMeasure | session | range | CohortSession |
Identifier and Mapping Information
Schema Source
- from schema: https://guts-consortium.github.io/schema/guts
Mappings
Mapping Type | Mapped Value |
---|---|
self | guts:CohortSession |
native | guts:CohortSession |
LinkML Source
Direct
name: CohortSession
description: A specific session of a specific cohort of the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
is_a: GUTSThing
attributes:
identifier:
name: identifier
description: A name that identifies the cohort uniquely within the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
slot_uri: schema:identifier
identifier: true
range: CohortIdentifier
required: true
participants:
name: participants
description: A name that identifies the cohort uniquely within the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
multivalued: true
identifier: true
range: CohortIdentifier
required: true
inlined: true
inlined_as_list: true
participant_measures:
name: participant_measures
from_schema: https://guts-consortium.github.io/schema/guts
multivalued: true
inlined: true
inlined_as_list: true
Induced
name: CohortSession
description: A specific session of a specific cohort of the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
is_a: GUTSThing
attributes:
identifier:
name: identifier
description: A name that identifies the cohort uniquely within the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
slot_uri: schema:identifier
identifier: true
alias: identifier
owner: CohortSession
domain_of:
- Cohort
- CohortSession
range: CohortIdentifier
required: true
participants:
name: participants
description: A name that identifies the cohort uniquely within the GUTS study
from_schema: https://guts-consortium.github.io/schema/guts
multivalued: true
identifier: true
alias: participants
owner: CohortSession
domain_of:
- Cohort
- CohortSession
range: CohortIdentifier
required: true
inlined: true
inlined_as_list: true
participant_measures:
name: participant_measures
from_schema: https://guts-consortium.github.io/schema/guts
multivalued: true
alias: participant_measures
owner: CohortSession
domain_of:
- Cohort
- CohortSession
range: string
inlined: true
inlined_as_list: true
objtype:
name: objtype
description: The type designator for a GUTS "thing"
from_schema: https://guts-consortium.github.io/schema/guts
rank: 1000
designates_type: true
alias: objtype
owner: CohortSession
domain_of:
- GUTSThing
range: string