Skip to content

Class: Agent

An agent (e.g. a person, organisation) responsible for a resource.

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

      Agent : type





        Agent --> "0..1" Concept : type
        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 | | --- | --- | --- | --- | | [name](name.md) | 1..*
[String](String.md) | A name for an agent | direct | | [type](type.md) | 0..1
[Concept](Concept.md) | The nature or genre of the resource | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [publisher](publisher.md) | range | [Agent](Agent.md) | | [Catalogue](Catalogue.md) | [creator](creator.md) | range | [Agent](Agent.md) | | [DataService](DataService.md) | [publisher](publisher.md) | range | [Agent](Agent.md) | | [Dataset](Dataset.md) | [creator](creator.md) | range | [Agent](Agent.md) | | [Dataset](Dataset.md) | [publisher](publisher.md) | range | [Agent](Agent.md) | | [DatasetSeries](DatasetSeries.md) | [publisher](publisher.md) | range | [Agent](Agent.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | foaf:Agent | | native | dcat_ap:Agent | ## LinkML Source ### Direct
name: Agent
description: An agent (e.g. a person, organisation) responsible for a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- name
- type
slot_usage:
  name:
    name: name
    required: true
    multivalued: true
  type:
    name: type
    multivalued: false
class_uri: foaf:Agent
### Induced
name: Agent
description: An agent (e.g. a person, organisation) responsible for a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
  name:
    name: name
    required: true
    multivalued: true
  type:
    name: type
    multivalued: false
attributes:
  name:
    name: name
    description: A name for an agent.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: foaf:name
    owner: Agent
    domain_of:
    - Agent
    range: string
    required: true
    multivalued: true
  type:
    name: type
    description: The nature or genre of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:type
    owner: Agent
    domain_of:
    - Agent
    - Dataset
    - LicenceDocument
    range: Concept
    multivalued: false
class_uri: foaf:Agent