Class: Study
URI: imgsg_dev:Study
classDiagram
class Study
click Study href "../Study/"
Study : study_id
Study : study_name
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| study_id | 0..1 Integer |
direct | |
| study_name | 0..1 String |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ProjectInfo | fk_study_id | range | Study |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/jgi/imgsg_dev
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | imgsg_dev:Study |
| native | imgsg_dev:Study |
LinkML Source
Direct
name: study
from_schema: https://w3id.org/jgi/imgsg_dev
attributes:
study_id:
name: study_id
from_schema: https://w3id.org/jgi/imgsg_dev
domain_of:
- gold_study
- study
range: integer
required: false
study_name:
name: study_name
from_schema: https://w3id.org/jgi/imgsg_dev
domain_of:
- gold_study
- goldv5_view
- study
- study_load
range: string
required: false
Induced
name: study
from_schema: https://w3id.org/jgi/imgsg_dev
attributes:
study_id:
name: study_id
from_schema: https://w3id.org/jgi/imgsg_dev
alias: study_id
owner: study
domain_of:
- gold_study
- study
range: integer
required: false
study_name:
name: study_name
from_schema: https://w3id.org/jgi/imgsg_dev
alias: study_name
owner: study
domain_of:
- gold_study
- goldv5_view
- study
- study_load
range: string
required: false