Class: Subject (Subject)
This entity is the subject about which data or references are recorded. | This includes the idea of a human participant in a study, a cell line, an animal model, | or any other similar entity.
URI: includedcc:Subject
classDiagram
class Subject
click Subject href "../Subject/"
Record <|-- Subject
click Record href "../Record/"
Subject : external_id
Subject : organism_type
Subject : subject_id
Subject : subject_type
Subject --> "1" EnumSubjectType : subject_type
click EnumSubjectType href "../EnumSubjectType/"
Inheritance
- Record
- Subject
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| subject_id | 1 String |
INLCUDE Global ID for the Subject | direct |
| subject_type | 1 EnumSubjectType |
Type of entity this record represents | direct |
| organism_type | 0..1 Uriorcurie |
Organism Type | direct |
| external_id | * Uriorcurie |
Other identifiers for this entity, eg, from the submitting study or in system... | Record |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Subject |
| native | includedcc:Subject |
LinkML Source
Direct
name: Subject
description: This entity is the subject about which data or references are recorded.
| This includes the idea of a human participant in a study, a cell line, an animal
model, | or any other similar entity.
title: Subject
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- subject_id
- subject_type
- organism_type
slot_usage:
subject_id:
name: subject_id
identifier: true
required: true
Induced
name: Subject
description: This entity is the subject about which data or references are recorded.
| This includes the idea of a human participant in a study, a cell line, an animal
model, | or any other similar entity.
title: Subject
from_schema: https://includedcc.org/include-access-model
is_a: Record
slot_usage:
subject_id:
name: subject_id
identifier: true
required: true
attributes:
subject_id:
name: subject_id
description: INLCUDE Global ID for the Subject
title: Study ID
from_schema: https://includedcc.org/include-access-model
rank: 1000
identifier: true
alias: subject_id
owner: Subject
domain_of:
- Subject
- Demographics
- SubjectAssertion
range: string
required: true
multivalued: false
subject_type:
name: subject_type
description: Type of entity this record represents
title: Subject Type
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: subject_type
owner: Subject
domain_of:
- Subject
range: EnumSubjectType
required: true
organism_type:
name: organism_type
description: Organism Type
title: Organism Type
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: organism_type
owner: Subject
domain_of:
- Subject
range: uriorcurie
required: false
external_id:
name: external_id
description: Other identifiers for this entity, eg, from the submitting study
or in systems like dbGaP
title: External Identifiers
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: external_id
owner: Subject
domain_of:
- Record
range: uriorcurie
required: false
multivalued: true