Class: Study
A research study or survey
URI: EFO:0001444
classDiagram
class Study
click Study href "../Study/"
StudyEntity <|-- Study
click StudyEntity href "../StudyEntity/"
Study : category
Study : data_source
Study --> "0..1" DataSourceEnum : data_source
click DataSourceEnum href "../DataSourceEnum/"
Study : description
Study : enrollment_period
Study : geographic_location
Study : id
Study : name
Study : population
Study : principal_investigator
Study : publications
Study : study_type
Study --> "0..1" StudyTypeEnum : study_type
click StudyTypeEnum href "../StudyTypeEnum/"
Study : xref
Inheritance
- NamedThing
- StudyEntity
- Study
- StudyEntity
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| study_type | 0..1 StudyTypeEnum |
Type of study | direct |
| population | 0..1 String |
Study population description | direct |
| enrollment_period | 0..1 String |
Time period of enrollment | direct |
| geographic_location | 0..1 String |
Geographic location of study | direct |
| data_source | 0..1 DataSourceEnum |
Source database or repository | direct |
| principal_investigator | 0..1 String |
Principal investigator name | direct |
| publications | * String |
Related publications | direct |
| id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
| name | 0..1 String |
A human-readable name for a thing | NamedThing |
| description | 0..1 String |
A human-readable description for a thing | NamedThing |
| category | * String |
A category or type for a thing | NamedThing |
| xref | * Uriorcurie |
External database cross-references | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Cohort | part_of_study | range | Study |
| ExposomeDatabase | studies | range | Study |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/diatomsRcool/exposome-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | EFO:0001444 |
| native | exposome_schema:Study |
LinkML Source
Direct
name: Study
description: A research study or survey
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StudyEntity
slots:
- study_type
- population
- enrollment_period
- geographic_location
- data_source
- principal_investigator
- publications
class_uri: EFO:0001444
Induced
name: Study
description: A research study or survey
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StudyEntity
attributes:
study_type:
name: study_type
description: Type of study
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: study_type
owner: Study
domain_of:
- Study
range: StudyTypeEnum
population:
name: population
description: Study population description
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: population
owner: Study
domain_of:
- Study
range: string
enrollment_period:
name: enrollment_period
description: Time period of enrollment
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: enrollment_period
owner: Study
domain_of:
- Study
range: string
geographic_location:
name: geographic_location
description: Geographic location of study
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: geographic_location
owner: Study
domain_of:
- Study
range: string
data_source:
name: data_source
description: Source database or repository
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: data_source
owner: Study
domain_of:
- Study
range: DataSourceEnum
principal_investigator:
name: principal_investigator
description: Principal investigator name
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: principal_investigator
owner: Study
domain_of:
- Study
range: string
publications:
name: publications
description: Related publications
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: publications
owner: Study
domain_of:
- Study
range: string
multivalued: true
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Study
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: Study
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: Study
domain_of:
- NamedThing
range: string
category:
name: category
description: A category or type for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: category
owner: Study
domain_of:
- NamedThing
range: string
multivalued: true
xref:
name: xref
description: External database cross-references
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: xref
owner: Study
domain_of:
- NamedThing
range: uriorcurie
multivalued: true
class_uri: EFO:0001444