Class: ProtocolParticipant
Either an input or an output of a protocol.
URI: kb_cdm:ProtocolParticipant
classDiagram
class ProtocolParticipant
click ProtocolParticipant href "../ProtocolParticipant"
NamedThingWithId <|-- ProtocolParticipant
click NamedThingWithId href "../NamedThingWithId"
ProtocolParticipant : description
ProtocolParticipant : identifiers
ProtocolParticipant --> "*" Identifier : identifiers
click Identifier href "../Identifier"
ProtocolParticipant : names
ProtocolParticipant --> "*" Name : names
click Name href "../Name"
ProtocolParticipant : protocol_participant_id
Inheritance
- NamedThing
- NamedThingWithId
- ProtocolParticipant
- NamedThingWithId
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
protocol_participant_id | 1 UUID |
Internal (CDM) unique identifier | direct |
identifiers | * Identifier |
URIs or CURIEs used to refer to this entity | NamedThingWithId |
description | 0..1 String |
Definition or description of the entity | NamedThing |
names | * Name |
Names, alternative names, and synonyms for an entity | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Protocol | inputs | range | ProtocolParticipant |
Protocol | outputs | range | ProtocolParticipant |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:ProtocolParticipant |
native | kb_cdm:ProtocolParticipant |
LinkML Source
Direct
name: ProtocolParticipant
description: Either an input or an output of a protocol.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
attributes:
protocol_participant_id:
name: protocol_participant_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
domain_of:
- ProtocolParticipant
range: UUID
required: true
Induced
name: ProtocolParticipant
description: Either an input or an output of a protocol.
from_schema: https://github.com/kbase/cdm-schema
is_a: NamedThingWithId
attributes:
protocol_participant_id:
name: protocol_participant_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
identifier: true
alias: protocol_participant_id
owner: ProtocolParticipant
domain_of:
- ProtocolParticipant
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: ProtocolParticipant
domain_of:
- NamedThingWithId
range: Identifier
multivalued: true
description:
name: description
description: Definition or description of the entity.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: description
owner: ProtocolParticipant
domain_of:
- NamedThing
- Cluster
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
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: ProtocolParticipant
domain_of:
- NamedThing
range: Name
multivalued: true