Skip to content

Class: Investigator (Investigator)

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

URI: includedcc: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

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
investigator_title 0..1
String
The title of the Investigator, eg, "Assistant Professor" direct
email 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
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study 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
- 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
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
    - 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
    alias: institution
    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
    alias: investigator_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
  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
    alias: access_policy_id
    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
    alias: study_id
    owner: Investigator
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false