https://w3id.org/agent-ontology/execution-context#InputState
Represents the inputs provided to an action.
Instances of ctx:InputState can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class ctx:InputState | |||
| ctx:inputValue | owl:DatatypeProperty | xsd:string | |
@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:InputState a owl:Class ;
rdfs:label "InputState" ;
rdfs:comment "Represents the inputs provided to an action." .