core:delegationScope leaf node


URI

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

Label

delegationScope

Description

Specifies the scope of allowed capabilities within a Delegation relation.

Usage

DOMAINPROPERTYRANGE
core:Delegation core:delegationScope 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:delegationScope a owl:ObjectProperty ;
    rdfs:label "delegationScope" ;
    rdfs:comment "Specifies the scope of allowed capabilities within a Delegation relation." ;
    rdfs:domain core:Delegation ;
    rdfs:range core:Capability .