ctx:OutputState leaf node


URI

https://w3id.org/agent-ontology/execution-context#OutputState

Label

OutputState

Description

Represents the outputs returned by an action.

Usage

Instances of ctx:OutputState can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ctx:OutputState
ctx:outputValue owl:DatatypeProperty xsd:string

Implementation

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

ctx:OutputState a owl:Class ;
    rdfs:label "OutputState" ;
    rdfs:comment "Represents the outputs returned by an action." .