core:Delegation


URI

https://w3id.org/agent-ontology/core#Delegation

Label

Delegation

Description

A structured semantic relation where one Agent authorizes another to act within a defined scope.

Usage

Instances of core:Delegation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class core:Delegation
core:delegatedBy owl:ObjectProperty Indicates the Agent granting delegated authority. core:Agent
core:delegatesTo owl:ObjectProperty Indicates the Agent receiving delegated authority. core:Agent
core:delegationScope owl:ObjectProperty Specifies the scope of allowed capabilities within a Delegation relation. core:Capability

Implementation

@prefix core: <https://w3id.org/agent-ontology/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

core:Delegation a owl:Class ;
    rdfs:label "Delegation" ;
    rdfs:comment "A structured semantic relation where one Agent authorizes another to act within a defined scope." .