Class: Agent
An agent
URI: prov:Agent
classDiagram
class Agent
click Agent href "../Agent"
Agent : id
Agent : label
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
1 |
the unique identifier for the agent |
direct |
|
0..1 |
the label for the agent |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
|||
range |
|||
range |
|||
range |
|||
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/summary_statistics
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
prov:Agent |
native |
summary_statistics:Agent |
LinkML Source
Direct
```yaml
name: Agent
description: An agent
from_schema: https://w3id.org/oak/summary_statistics
attributes:
id:
name: id
description: the unique identifier for the agent
from_schema: https://w3id.org/oak/summary_statistics
identifier: true
domain_of:
- SummaryStatisticsReport
- Ontology
- Agent
- ContributorRole
range: string
required: true
label:
name: label
description: the label for the agent
from_schema: https://w3id.org/oak/summary_statistics
rank: 1000
slot_uri: rdfs:label
domain_of:
- Agent
range: string
class_uri: prov:Agent
</details>
### Induced
<details>
```yaml
name: Agent
description: An agent
from_schema: https://w3id.org/oak/summary_statistics
attributes:
id:
name: id
description: the unique identifier for the agent
from_schema: https://w3id.org/oak/summary_statistics
identifier: true
alias: id
owner: Agent
domain_of:
- SummaryStatisticsReport
- Ontology
- Agent
- ContributorRole
range: string
required: true
label:
name: label
description: the label for the agent
from_schema: https://w3id.org/oak/summary_statistics
rank: 1000
slot_uri: rdfs:label
alias: label
owner: Agent
domain_of:
- Agent
range: string
class_uri: prov:Agent