Class: Agent

An agent

URI: prov:Agent

classDiagram class Agent Agent : id Agent : label

Slots

Name

Cardinality and Range

Description

Inheritance

id

1..1
String

the unique identifier for the agent

direct

label

0..1
String

the label for the agent

direct

Usages

used by

used in

type

used

SummaryStatisticsReport

agents

range

Agent

GroupedStatistics

agents

range

Agent

UngroupedStatistics

agents

range

Agent

SummaryStatisticsCalculationActivity

was_associated_with

range

Agent

SummaryStatisticsCalculationActivity

acted_on_behalf_of

range

Agent

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