Class: Participant (Participant)
An Agent describing characteristics associated with a participant.
classDiagram
class Participant
click Participant href "../Participant"
Agent <|-- Participant
click Agent href "../Agent"
Participant : id
Participant : subject_id
Inheritance
- Agent
- Participant
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 0..1 Uriorcurie |
A unique identifier for an entity | direct |
subject_id | 0..1 String |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Response | wasAttributedTo | range | Participant |
Identifier and Mapping Information
Schema Source
- from schema: http://schema.repronim.org/
Mappings
Mapping Type | Mapped Value |
---|---|
self | reproschema:Participant |
native | http://schema.repronim.org/:Participant |
LinkML Source
Direct
Induced
name: Participant
description: An Agent describing characteristics associated with a participant.
title: Participant
from_schema: http://schema.repronim.org/
is_a: Agent
attributes:
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:identifier
alias: id
owner: Participant
domain_of:
- Participant
- Thing
range: uriorcurie
subject_id:
name: subject_id
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: nidm:subject_id
alias: subject_id
owner: Participant
domain_of:
- Participant
range: string
class_uri: reproschema:Participant