core:ExecutionResult leaf node


URI

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

Label

ExecutionResult

Usage

Instances of core:ExecutionResult can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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." .