Skip to content

Class: Investigator (Investigator)

An individual who made contributions to the collection, analysis, or sharing of data.

URI: [includedcc:Investigator](https://includedcc.org/include-access-model/Investigator)
classDiagram class Investigator click Investigator href "../Investigator/" Record <|-- Investigator click Record href "../Record/" Investigator : access_policy_id Investigator --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" Investigator : email Investigator : external_id Investigator : institution Investigator : investigator_title Investigator : name Investigator : study_id Investigator --> "0..1" Study : study_id click Study href "../Study/"
## Inheritance * **Investigator** [ [Record](Record.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [name](name.md) | 0..1
[String](String.md) | Name of the entity | direct | | [institution](institution.md) | 0..1
[String](String.md) | Name of the institution this record is associated with | direct | | [investigator_title](investigator_title.md) | 0..1
[String](String.md) | The title of the Investigator, eg, "Assistant Professor" | direct | | [email](email.md) | 0..1
[String](String.md) | An email address to reach the entity | direct | | [external_id](external_id.md) | *
[Uriorcurie](Uriorcurie.md) | Other identifiers for this entity, eg, from the submitting study or in system... | [Record](Record.md) | | [access_policy_id](access_policy_id.md) | 0..1
[AccessPolicy](AccessPolicy.md) | Global identifier for the access policy that applies to this row of data | [Record](Record.md) | | [study_id](study_id.md) | 0..1
[Study](Study.md) | INCLUDE Global ID for the study | [Record](Record.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Study](Study.md) | [principal_investigator](principal_investigator.md) | range | [Investigator](Investigator.md) | | [Study](Study.md) | [contact](contact.md) | range | [Investigator](Investigator.md) | | [VirtualBiorepository](VirtualBiorepository.md) | [contact](contact.md) | range | [Investigator](Investigator.md) | ## 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
mixins:
- Record
slots:
- name
- institution
- investigator_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
mixins:
- Record
attributes:
  name:
    name: name
    description: Name of the entity.
    title: Name
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Investigator
    domain_of:
    - VirtualBiorepository
    - Investigator
    - EncounterDefinition
    - ActivityDefinition
    - Dataset
    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
    owner: Investigator
    domain_of:
    - VirtualBiorepository
    - Investigator
    range: string
    required: false
  investigator_title:
    name: investigator_title
    description: The title of the Investigator, eg, "Assistant Professor"
    title: Investigator Title
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    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
    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
    owner: Investigator
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Investigator
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Investigator
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false