Class: Agent
An agent engaging in an activity, and posting nodes.
URI: dgb:Agent
erDiagram
Agent {
string name
}
UserAccount {
string accountName
}
Agent ||--}o UserAccount : "account"
Inheritance
- FoafAgent
- Agent
Class Properties
| Property | Value |
|---|---|
| Class URI | dgb:Agent |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 0..1 String |
A name for some thing | direct |
| account | * UserAccount |
Indicates an account held by this agent | direct |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/mira-science/mira#
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dgb:Agent |
| native | mira:Agent |
LinkML Source
Direct
name: Agent
description: An agent engaging in an activity, and posting nodes.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
is_a: FoafAgent
slots:
- name
- account
class_uri: dgb:Agent
Induced
name: Agent
description: An agent engaging in an activity, and posting nodes.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
is_a: FoafAgent
attributes:
name:
name: name
description: A name for some thing.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: FoafAgent
slot_uri: foaf:name
owner: Agent
domain_of:
- Agent
range: string
account:
name: account
description: Indicates an account held by this agent.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: FoafAgent
slot_uri: foaf:account
owner: Agent
domain_of:
- Agent
range: UserAccount
multivalued: true
class_uri: dgb:Agent