intent:ExecutionContext leaf node


URI

https://w3id.org/agent-ontology/intent#ExecutionContext

Label

ExecutionContext

Usage

Instances of intent:ExecutionContext can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class intent:ExecutionContext
ctx:hasEnvironment owl:ObjectProperty ctx:ExecutionEnvironment
ctx:hasSecurityContext owl:ObjectProperty ctx:SecurityContext
ctx:inputState owl:ObjectProperty ctx:InputState
ctx:outputState owl:ObjectProperty ctx:OutputState

Implementation

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

intent:ActionType a owl:Class ;
    rdfs:label "ActionType" ;
    rdfs:comment "Category of an actionable execution unit." .