Skip to content

Class: Research Study (Study)

Study Metadata

URI: includedcc:Study

classDiagram class Study click Study href "../Study/" Record <|-- Study click Record href "../Record/" Study : acknowledgments Study : citation_statement Study : contact Study --> "1..*" Investigator : contact click Investigator href "../Investigator/" Study : do_id Study --> "0..1" DOI : do_id click DOI href "../DOI/" Study : external_id Study : funding_source Study : parent_study Study --> "0..1" Study : parent_study click Study href "../Study/" Study : principal_investigator Study --> "1..*" Investigator : principal_investigator click Investigator href "../Investigator/" Study : program Study --> "1..*" EnumProgram : program click EnumProgram href "../EnumProgram/" Study : publication Study --> "*" Publication : publication click Publication href "../Publication/" Study : study_code Study : study_description Study : study_id Study : study_short_name Study : study_title Study : website

Inheritance

Slots

Name Cardinality and Range Description Inheritance
study_id 1
String
INCLUDE Global ID for the study direct
parent_study 0..1
Study
The parent study for this study, if it is a nested study direct
study_title 1
String
Full Study Title direct
study_code 1
String
Unique identifier for the study (generally a short acronym) direct
study_short_name 0..1
String
Short name for the study direct
program 1..*
EnumProgram
Funding source(s) for the study direct
funding_source *
String
The funding source(s) of the study direct
principal_investigator 1..*
Investigator
The Principal Investigator(s) responsible for the study direct
contact 1..*
Investigator
The individual to contact with questions about this record direct
study_description 1
String
Brief description of the study (2-4 sentences) direct
website 0..1
Uri
Website for the Record direct
publication *
Publication
Publications associated with this Record direct
acknowledgments 0..1
String
Funding statement and acknowledgments for this study direct
citation_statement 0..1
String
Statement that secondary data users should use to acknowledge use of this stu... direct
do_id 0..1
DOI
Digital Object Identifier (DOI) for this Record 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 parent_study range Study
StudyMetadata study_id range Study

Identifier and Mapping Information

Schema Source

  • from schema: https://includedcc.org/include-access-model

Mappings

Mapping Type Mapped Value
self includedcc:Study
native includedcc:Study

LinkML Source

Direct

name: Study
description: Study Metadata
title: Research Study
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- study_id
- parent_study
- study_title
- study_code
- study_short_name
- program
- funding_source
- principal_investigator
- contact
- study_description
- website
- publication
- acknowledgments
- citation_statement
- do_id
slot_usage:
  study_id:
    name: study_id
    identifier: true
    range: string
    required: true

Induced

name: Study
description: Study Metadata
title: Research Study
from_schema: https://includedcc.org/include-access-model
is_a: Record
slot_usage:
  study_id:
    name: study_id
    identifier: true
    range: string
    required: true
attributes:
  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
    identifier: true
    alias: study_id
    owner: Study
    domain_of:
    - Study
    - StudyMetadata
    range: string
    required: true
    multivalued: false
  parent_study:
    name: parent_study
    description: The parent study for this study, if it is a nested study.
    title: Parent Study
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: parent_study
    owner: Study
    domain_of:
    - Study
    range: Study
    required: false
    multivalued: false
  study_title:
    name: study_title
    description: Full Study Title
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: study_title
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
    multivalued: false
  study_code:
    name: study_code
    description: Unique identifier for the study (generally a short acronym)
    title: Study Code
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: study_code
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
  study_short_name:
    name: study_short_name
    description: Short name for the study
    title: Study Code
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: study_short_name
    owner: Study
    domain_of:
    - Study
    range: string
    required: false
  program:
    name: program
    description: Funding source(s) for the study
    title: Program
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: program
    owner: Study
    domain_of:
    - Study
    range: EnumProgram
    required: true
    multivalued: true
  funding_source:
    name: funding_source
    description: The funding source(s) of the study.
    title: Funding Source
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: funding_source
    owner: Study
    domain_of:
    - Study
    range: string
    required: false
    multivalued: true
  principal_investigator:
    name: principal_investigator
    description: The Principal Investigator(s) responsible for the study.
    title: Principal Investigator
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: principal_investigator
    owner: Study
    domain_of:
    - Study
    range: Investigator
    required: true
    multivalued: true
  contact:
    name: contact
    description: The individual to contact with questions about this record.
    title: Contact Person
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: contact
    owner: Study
    domain_of:
    - Study
    - VirtualBiorepository
    range: Investigator
    required: true
    multivalued: true
  study_description:
    name: study_description
    description: Brief description of the study (2-4 sentences)
    title: Study Description
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: study_description
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
  website:
    name: website
    description: Website for the Record.
    title: Website
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: website
    owner: Study
    domain_of:
    - Study
    - VirtualBiorepository
    - Publication
    range: uri
  publication:
    name: publication
    description: Publications associated with this Record.
    title: Publication
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: publication
    owner: Study
    domain_of:
    - Study
    - Dataset
    range: Publication
    multivalued: true
  acknowledgments:
    name: acknowledgments
    description: Funding statement and acknowledgments for this study
    title: Acknowledgments
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: acknowledgments
    owner: Study
    domain_of:
    - Study
    range: string
  citation_statement:
    name: citation_statement
    description: Statement that secondary data users should use to acknowledge use
      of this study or dataset. E.g., "The results analyzed and <published or shown>
      here are based in whole or in part upon data generated by the INCLUDE (INvestigation
      of Co-occurring conditions across the Lifespan to Understand Down syndromE)
      Project <insert accession number(s) and/or study DOI(s)>, and were accessed
      from the INCLUDE Data Hub and <insert other database(s)>."
    title: Citation Statement
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: citation_statement
    owner: Study
    domain_of:
    - Study
    range: string
  do_id:
    name: do_id
    description: Digital Object Identifier (DOI) for this Record.
    title: DOI
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: do_id
    owner: Study
    domain_of:
    - Study
    - DOI
    - Dataset
    range: DOI
    multivalued: 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: Study
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true