Skip to content

Class: Project

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

URI: cdm:Project

classDiagram class Project click Project href "../Project" HasNames <|-- Project click HasNames href "../HasNames" HasIdentifiers <|-- Project click HasIdentifiers href "../HasIdentifiers" Project : description Project : identifiers Project --> "*" Identifier : identifiers click Identifier href "../Identifier" Project : names Project --> "*" Name : names click Name href "../Name" Project : project_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Brief text description of the project direct
project_id 1
UUID
Internal (CDM) unique identifier direct
names *
Name
Names, alternative names, and synonyms for an entity HasNames
identifiers *
Identifier
URIs or CURIEs used to refer to this entity HasIdentifiers

Usages

used by used in type used
ContributorXProject project_id range Project
Experiment part_of range Project

Aliases

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

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:Project
native 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: https://github.com/kbase/cdm-schema
aliases:
- proposal
- research proposal
- research study
- investigation
- project
- study
- umbrella project
- research initiative
mixins:
- HasNames
- HasIdentifiers
attributes:
  description:
    name: description
    description: Brief text description of the project.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
  project_id:
    name: project_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    identifier: true
    domain_of:
    - Contributor_X_Project
    - Project
    range: UUID
    required: true

Induced

name: Project
description: Administrative unit for collecting data related to a certain topic, location,
  data type, grant funding, and so on.
from_schema: https://github.com/kbase/cdm-schema
aliases:
- proposal
- research proposal
- research study
- investigation
- project
- study
- umbrella project
- research initiative
mixins:
- HasNames
- HasIdentifiers
attributes:
  description:
    name: description
    description: Brief text description of the project.
    from_schema: https://github.com/kbase/cdm-schema
    alias: description
    owner: Project
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
    range: string
  project_id:
    name: project_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    identifier: true
    alias: project_id
    owner: Project
    domain_of:
    - Contributor_X_Project
    - Project
    range: UUID
    required: true
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: Project
    domain_of:
    - HasNames
    range: Name
    multivalued: true
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: Project
    domain_of:
    - HasIdentifiers
    range: Identifier
    multivalued: true