Class: Agent
classDiagram
class Agent
NamedThing <|-- Agent
Agent : description
Agent : id
Agent : name
Inheritance
- NamedThing
- Agent
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 xsd:anyURI |
A unique identifier for a thing | NamedThing |
name | 0..1 NONE |
A human-readable name for a thing | NamedThing |
description | 0..1 NONE |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
PlannedProcess | participating_agent | range | Agent |
CollectingBiosamplesFromSite | participating_agent | range | Agent |
Identifier and Mapping Information
Schema Source
- from schema: https://example.com/cleanroom-schema/cleanroom-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | cleanroom_schema:Agent |
native | cleanroom_schema:Agent |
LinkML Source
Direct
name: Agent
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: NamedThing
Induced
name: Agent
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: NamedThing
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
identifier: true
alias: id
owner: Agent
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
alias: name
owner: Agent
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
alias: description
owner: Agent
domain_of:
- NamedThing
range: string