del:DelegationChain leaf node


URI

https://w3id.org/agent-ontology/delegation#DelegationChain

Label

DelegationChain

Description


A sequence of Delegation instances forming a multi-level authority graph.
Useful for modeling nested or transitive delegation across agents.

Usage

Instances of del:DelegationChain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class del:DelegationChain
del:hasDelegation owl:ObjectProperty del:Delegation

Implementation

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

del:DelegationChain a owl:Class ;
    rdfs:label "DelegationChain" ;
    rdfs:comment """
    A sequence of Delegation instances forming a multi-level authority graph.
    Useful for modeling nested or transitive delegation across agents.
    """ .