Skip to content

Class: Study (Study)

A record representing a single biomedical study.

URI: nfdi4immuno:Study

 classDiagram
    class Study
    click Study href "../Study/"
      Study : additional_information

      Study : contributors





        Study --> "* _recommended_" Contributor : contributors
        click Contributor href "../Contributor/"



      Study : data_access_level





        Study --> "1" DataAccessLevels : data_access_level
        click DataAccessLevels href "../DataAccessLevels/"



      Study : description

      Study : grants

      Study : keywords

      Study : publications





        Study --> "*" Publication : publications
        click Publication href "../Publication/"



      Study : study_id

      Study : study_type





        Study --> "0..1 _recommended_" StudyTypes : study_type
        click StudyTypes href "../StudyTypes/"



      Study : title

      Study : title_short

Slots

Name Cardinality and Range Description Inheritance
study_id 1
String
The internal identifier of the study direct
title 1
String
The full title of the study direct
title_short 1
String
A short title of the study direct
study_type 0..1 recommended
StudyTypes
Type of the study direct
keywords *
String
Keywords fitting the study direct
data_access_level 1
DataAccessLevels
The data access level for the study direct
description 1
String
A thorough description of the project including study design, disease, and ou... direct
contributors * recommended
Contributor
Contributors to the creation of the data set direct
grants *
String
Grants supporting the study direct
publications *
Publication
List of publications direct
additional_information 0..1
String
Additional information related to this object direct

Usages

used by used in type used
Container study range Study

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

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

LinkML Source

Direct

name: Study
description: A record representing a single biomedical study.
title: Study
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- study_id
- title
- title_short
- study_type
- keywords
- data_access_level
- description
- contributors
- grants
- publications
- additional_information

Induced

name: Study
description: A record representing a single biomedical study.
title: Study
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
  study_id:
    name: study_id
    description: The internal identifier of the study. Must be unique.
    title: Study ID
    examples:
    - value: MS Study 01 UMKS
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    is_a: abstract_id
    identifier: true
    alias: study_id
    owner: Study
    domain_of:
    - Study
    - AbstractSubject
    range: string
    required: true
    pattern: ^.+$
  title:
    name: title
    description: The full title of the study.
    title: Title
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: title
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
    pattern: ^.+$
  title_short:
    name: title_short
    description: A short title of the study.
    title: Short title
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: title_short
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
    pattern: ^.{10,80}$
  study_type:
    name: study_type
    description: Type of the study.
    title: Type of Study
    examples:
    - value: Interventional Clinical Study
      description: A randomized controlled trial testing immunotherapy effectiveness.
    - value: Patient Case Study
      description: Documentation of a rare autoimmune condition in a single patient.
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: study_type
    owner: Study
    domain_of:
    - Study
    range: StudyTypes
    recommended: true
  keywords:
    name: keywords
    description: Keywords fitting the study.
    title: Keywords
    examples:
    - value: MS, TCRb, EBV
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: keywords
    owner: Study
    domain_of:
    - Study
    range: string
    multivalued: true
  data_access_level:
    name: data_access_level
    description: The data access level for the study.
    title: Data access level
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: data_access_level
    owner: Study
    domain_of:
    - Study
    range: DataAccessLevels
    required: true
    pattern: ^.+$
  description:
    name: description
    description: 'A thorough description of the project including study design, disease,
      and outcome.

      '
    title: Study description
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: description
    owner: Study
    domain_of:
    - Study
    range: string
    required: true
    pattern: ^.+$
  contributors:
    name: contributors
    description: Contributors to the creation of the data set.
    title: Study contributors
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: contributors
    owner: Study
    domain_of:
    - Study
    range: Contributor
    recommended: true
    multivalued: true
  grants:
    name: grants
    description: Grants supporting the study.
    title: Grants
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: grants
    owner: Study
    domain_of:
    - Study
    range: string
    multivalued: true
  publications:
    name: publications
    description: List of publications.
    title: Publications
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: publications
    owner: Study
    domain_of:
    - Study
    range: Publication
    multivalued: true
    inlined: true
    inlined_as_list: true
  additional_information:
    name: additional_information
    annotations:
      preferred_format:
        tag: preferred_format
        value: json
    description: 'Additional information related to this object. Can be in any format,
      but JSON key-value pairs are preferred.

      '
    title: Additional information
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: additional_information
    owner: Study
    domain_of:
    - SampleEvent
    - Sample
    - Study
    - AbstractSubject
    range: string