Skip to content

Class: Agent

Any entity carrying out actions, typically a person or an organisation.

URI: [foaf:Agent](http://xmlns.com/foaf/0.1/Agent)
 classDiagram
    class Agent
    click Agent href "../Agent/"
      Agent : agentName

      Agent : agentType





        Agent --> "*" Concept : agentType
        click Concept href "../Concept/"



## Class Properties | Property | Value | | --- | --- | | Class URI | [foaf:Agent](http://xmlns.com/foaf/0.1/Agent) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [agentName](agentName.md) | *
[LangString](LangString.md) | The noun given to the Agent | direct | | [agentType](agentType.md) | *
[Concept](Concept.md) | A classification assigned to an Agent | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Identifier](Identifier.md) | [issuingAuthorityUri](issuingAuthorityUri.md) | range | [Agent](Agent.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | foaf:Agent | | native | cpv:Agent | ## LinkML Source ### Direct
name: Agent
description: Any entity carrying out actions, typically a person or an organisation.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- agentName
- agentType
class_uri: foaf:Agent
### Induced
name: Agent
description: Any entity carrying out actions, typically a person or an organisation.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
  agentName:
    name: agentName
    description: The noun given to the Agent.
    title: name
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:title
    owner: Agent
    domain_of:
    - Agent
    range: LangString
    multivalued: true
  agentType:
    name: agentType
    description: A classification assigned to an Agent.
    title: type
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:type
    owner: Agent
    domain_of:
    - Agent
    range: Concept
    multivalued: true
class_uri: foaf:Agent