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"
NamedThingWithId <|-- Project
click NamedThingWithId href "../NamedThingWithId"
Project : description
Project : identifiers
Project --> "*" Identifier : identifiers
click Identifier href "../Identifier"
Project : names
Project --> "*" Name : names
click Name href "../Name"
Project : project_id
Inheritance
- NamedThing
- NamedThingWithId
- Project
- NamedThingWithId
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 |
identifiers | * Identifier |
URIs or CURIEs used to refer to this entity | NamedThingWithId |
names | * Name |
Names, alternative names, and synonyms for an entity | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Experiment | part_of | range | Project |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/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: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
attributes:
description:
name: description
description: Brief text description of the project.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
project_id:
name: project_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
domain_of:
- 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
is_a: NamedThingWithId
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:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
project_id:
name: project_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
alias: project_id
owner: Project
domain_of:
- Project
range: UUID
required: 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:
- NamedThingWithId
range: Identifier
multivalued: 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:
- NamedThing
range: Name
multivalued: true