Class: Study
A structured, goal-directed observational investigation designed to collect and analyze data on human subjects and their environments
URI: pehterms:Study
classDiagram
class Study
click Study href "../Study"
HasTranslations <|-- Study
click HasTranslations href "../HasTranslations"
HasContextAliases <|-- Study
click HasContextAliases href "../HasContextAliases"
StudyEntity <|-- Study
click StudyEntity href "../StudyEntity"
Study : context_aliases
Study --> "*" ContextAlias : context_aliases
click ContextAlias href "../ContextAlias"
Study : default_language
Study : description
Study : end_date
Study : id
Study : name
Study : observation_group_id_list
Study --> "*" ObservationGroup : observation_group_id_list
click ObservationGroup href "../ObservationGroup"
Study : physical_entity
Study --> "0..1" PhysicalEntity : physical_entity
click PhysicalEntity href "../PhysicalEntity"
Study : project_id_list
Study --> "*" Project : project_id_list
click Project href "../Project"
Study : remark
Study : short_name
Study : start_date
Study : study_entity_id_list
Study --> "*" StudyEntity : study_entity_id_list
click StudyEntity href "../StudyEntity"
Study : study_entity_links
Study --> "*" StudyEntityLink : study_entity_links
click StudyEntityLink href "../StudyEntityLink"
Study : study_stakeholders
Study --> "*" StudyStakeholder : study_stakeholders
click StudyStakeholder href "../StudyStakeholder"
Study : translations
Study --> "*" Translation : translations
click Translation href "../Translation"
Study : ui_label
Study : unique_name
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
default_language | 0..1 String |
direct | |
study_stakeholders | * StudyStakeholder |
direct | |
start_date | 0..1 Date |
direct | |
end_date | 0..1 Date |
direct | |
observation_group_id_list | * ObservationGroup |
direct | |
study_entity_id_list | * StudyEntity |
direct | |
project_id_list | * Project |
direct | |
translations | * Translation |
HasTranslations | |
context_aliases | * ContextAlias |
HasContextAliases | |
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 | studies | range | Study |
Project | study_id_list | range | Study |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/peh/peh-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pehterms:Study |
native | pehterms:Study |
LinkML Source
Direct
name: Study
description: A structured, goal-directed observational investigation designed to collect
and analyze data on human subjects and their environments
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
mixins:
- HasTranslations
- HasContextAliases
slots:
- default_language
- study_stakeholders
- start_date
- end_date
- observation_group_id_list
- study_entity_id_list
- project_id_list
Induced
name: Study
description: A structured, goal-directed observational investigation designed to collect
and analyze data on human subjects and their environments
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
mixins:
- HasTranslations
- HasContextAliases
attributes:
default_language:
name: default_language
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: default_language
owner: Study
domain_of:
- Project
- Study
range: string
study_stakeholders:
name: study_stakeholders
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: study_stakeholders
owner: Study
domain_of:
- Study
range: StudyStakeholder
multivalued: true
inlined: true
inlined_as_list: true
start_date:
name: start_date
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: start_date
owner: Study
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: Study
domain_of:
- Project
- Study
- ObservationGroup
range: date
observation_group_id_list:
name: observation_group_id_list
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: observation_group_id_list
owner: Study
domain_of:
- Study
range: ObservationGroup
multivalued: true
study_entity_id_list:
name: study_entity_id_list
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: study_entity_id_list
owner: Study
domain_of:
- Study
range: StudyEntity
multivalued: true
project_id_list:
name: project_id_list
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: project_id_list
owner: Study
domain_of:
- Study
range: Project
multivalued: true
translations:
name: translations
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: translations
owner: Study
domain_of:
- HasTranslations
range: Translation
multivalued: true
inlined: true
inlined_as_list: true
context_aliases:
name: context_aliases
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: context_aliases
owner: Study
domain_of:
- HasContextAliases
range: ContextAlias
multivalued: true
inlined: true
inlined_as_list: true
physical_entity:
name: physical_entity
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: physical_entity
owner: Study
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: Study
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: Study
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: Study
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: Study
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: Study
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: Study
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: Study
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: Study
domain_of:
- NamedThing
range: string