Class: Investigator (Investigator)
An individual who made contributions to the collection, analysis, or sharing of data.
classDiagram
class Investigator
click Investigator href "../Investigator/"
Record <|-- Investigator
click Record href "../Record/"
Investigator : email
Investigator : external_id
Investigator : institution
Investigator : invesitgator_title
Investigator : name
Inheritance
- Record
- Investigator
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 0..1 String |
Name of the entity | direct |
| institution | 0..1 String |
Name of the institution this record is associated with | direct |
| invesitgator_title | 0..1 String |
The title of the Investigator, eg, "Assistant Professor" | direct |
| 0..1 String |
An email address to reach the entity | direct | |
| external_id | * Uriorcurie |
Other identifiers for this entity, eg, from the submitting study or in system... | Record |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Study | principal_investigator | range | Investigator |
| Study | contact | range | Investigator |
| VirtualBiorepository | contact | range | Investigator |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Investigator |
| native | includedcc:Investigator |
LinkML Source
Direct
name: Investigator
description: An individual who made contributions to the collection, analysis, or
sharing of data.
title: Investigator
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- name
- institution
- invesitgator_title
- email
Induced
name: Investigator
description: An individual who made contributions to the collection, analysis, or
sharing of data.
title: Investigator
from_schema: https://includedcc.org/include-access-model
is_a: Record
attributes:
name:
name: name
description: Name of the entity.
title: Name
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: name
owner: Investigator
domain_of:
- VirtualBiorepository
- Investigator
range: string
required: false
institution:
name: institution
description: Name of the institution this record is associated with.
title: Institution
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: institution
owner: Investigator
domain_of:
- VirtualBiorepository
- Investigator
range: string
required: false
invesitgator_title:
name: invesitgator_title
description: The title of the Investigator, eg, "Assistant Professor"
title: Investigator Title
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: invesitgator_title
owner: Investigator
domain_of:
- Investigator
range: string
required: false
email:
name: email
description: An email address to reach the entity.
title: Email Address
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: email
owner: Investigator
domain_of:
- Investigator
range: string
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: Investigator
domain_of:
- Record
range: uriorcurie
required: false
multivalued: true