Skip to content

Class: Project

Administrative unit for collecting data related to a certain topic, location, data type, grant funding, and so on.

URI: kb_cdm:Project

classDiagram class Project click Project href "../Project" Table <|-- Project click Table href "../Table" Project : description Project : project_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
project_id 1
UUID
Internal (CDM) unique identifier for a project direct
description 0..1
String
Brief text description of the project direct

Aliases

  • proposal
  • research proposal
  • research study
  • investigation
  • project
  • study
  • umbrella project
  • research initiative

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/cdm_schema

Mappings

Mapping Type Mapped Value
self kb_cdm:Project
native kb_cdm:Project

LinkML Source

Direct

name: Project
description: Administrative unit for collecting data related to a certain topic, location,
  data type, grant funding, and so on.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
aliases:
- proposal
- research proposal
- research study
- investigation
- project
- study
- umbrella project
- research initiative
is_a: Table
slots:
- project_id
slot_usage:
  project_id:
    name: project_id
    identifier: true
attributes:
  description:
    name: description
    description: Brief text description of the project.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Protocol
    - Sample
    - Identifier
    - Name

Induced

name: Project
description: Administrative unit for collecting data related to a certain topic, location,
  data type, grant funding, and so on.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
aliases:
- proposal
- research proposal
- research study
- investigation
- project
- study
- umbrella project
- research initiative
is_a: Table
slot_usage:
  project_id:
    name: project_id
    identifier: true
attributes:
  description:
    name: description
    description: Brief text description of the project.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    alias: description
    owner: Project
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Protocol
    - Sample
    - Identifier
    - Name
    range: string
  project_id:
    name: project_id
    description: Internal (CDM) unique identifier for a project.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    identifier: true
    alias: project_id
    owner: Project
    domain_of:
    - Contributor_X_Role_X_Project
    - Experiment_X_Project
    - Project
    range: UUID
    required: true