Class: ParticipantInRole
classDiagram
class ParticipantInRole
click ParticipantInRole href "../ParticipantInRole"
Intangible <|-- ParticipantInRole
click Intangible href "../Intangible"
ParticipantInRole : participant
ParticipantInRole --> "0..1" Thing : participant
click Thing href "../Thing"
ParticipantInRole : role
ParticipantInRole --> "0..1" Concept : role
click Concept href "../Concept"
Inheritance
- Intangible
- ParticipantInRole
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| participant | 0..1 Thing |
direct | |
| role | 0..1 Concept |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Event | has_participants | range | ParticipantInRole |
| HealthcareEncounter | has_participants | range | ParticipantInRole |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | comet:ParticipantInRole |
| native | comet:ParticipantInRole |
LinkML Source
Direct
name: ParticipantInRole
from_schema: https://w3id.org/comet
is_a: Intangible
attributes:
participant:
name: participant
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- ParticipantInRole
range: Thing
role:
name: role
from_schema: https://w3id.org/comet/core
domain_of:
- AgentRole
- ParticipantInRole
range: Concept
Induced
name: ParticipantInRole
from_schema: https://w3id.org/comet
is_a: Intangible
attributes:
participant:
name: participant
from_schema: https://w3id.org/comet/core
rank: 1000
alias: participant
owner: ParticipantInRole
domain_of:
- ParticipantInRole
range: Thing
role:
name: role
from_schema: https://w3id.org/comet/core
alias: role
owner: ParticipantInRole
domain_of:
- AgentRole
- ParticipantInRole
range: Concept