cap:CapabilityConstraint leaf node


URI

https://w3id.org/agent-ontology/capability#CapabilityConstraint

Label

CapabilityConstraint

Description

Restrictions on the use of a capability, including safety, context limitations, or policy-bound execution gates.

Usage

Instances of cap:CapabilityConstraint can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cap:CapabilityConstraint
cap:allowedContext owl:DatatypeProperty Context(s) in which capability execution is permitted. xsd:string
cap:prohibitedContext owl:DatatypeProperty xsd:string
cap:requiresPermission owl:DatatypeProperty xsd:string

Implementation

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

cap:CapabilityConstraint a owl:Class ;
    rdfs:label "CapabilityConstraint" ;
    rdfs:comment "Restrictions on the use of a capability, including safety, context limitations, or policy-bound execution gates." .