core:ExecutionContext leaf node


URI

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

Label

ExecutionContext

Description

A contextual frame describing conditions, trust anchors, or constraints associated with an Agent action.

Usage

Instances of core:ExecutionContext can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class core:ExecutionContext
core:contextOf owl:ObjectProperty Indicates that an ExecutionContext applies to a specific Action. core:Action
sec:hasAccessControlRule owl:ObjectProperty sec:AccessControlRule
sec:hasDataHandlingPolicy owl:ObjectProperty sec:DataHandlingPolicy

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:ExecutionContext a owl:Class ;
    rdfs:label "ExecutionContext" ;
    rdfs:comment "A contextual frame describing conditions, trust anchors, or constraints associated with an Agent action." .