Slot: protocol_id
Internal (CDM) unique identifier for a protocol.
From the Entity table: entity_id where entity_type == 'Protocol'.
__
URI: CDM:protocol_id Alias: protocol_id
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
ProtocolExecution | An instance of executing a protocol. Used for | no |
Feature | A feature localized to an interval along a contig. | no |
OrderedProtocolStep | A list of the steps in a protocol; the step_index indicates the order in which they should be executed. | no |
Cluster | Represents an individual execution of a clustering protocol. See the ClusterMember class for clustering results. | no |
ProtocolVariable | A variable that may or may not be set as part of an experiment. | no |
Protocol | A defined method or set of methods. | yes |
Experiment | A discrete scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact. The protocol_id links to the workflow followed to perform the experiment. | no |
Properties
-
Range: CdmProtocolId
-
Required: True
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | CDM:protocol_id |
native | kb_cdm:protocol_id |
LinkML Source
name: protocol_id
description: 'Internal (CDM) unique identifier for a protocol.
From the Entity table: entity_id where entity_type == ''Protocol''.
'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
slot_uri: CDM:protocol_id
alias: protocol_id
domain_of:
- Cluster
- Experiment
- OrderedProtocolStep
- Protocol
- ProtocolExecution
- ProtocolVariable
- Feature
range: cdm_protocol_id
required: true