agent:OperationalProfile leaf node


URI

https://w3id.org/agent-ontology/agent#OperationalProfile

Label

OperationalProfile

Description

Triggers, input schema, and output schema of an Agent.

Usage

Instances of agent:OperationalProfile can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class agent:OperationalProfile
agent:input owl:ObjectProperty agent:InputSpec
agent:output owl:ObjectProperty agent:OutputSpec
agent:trigger owl:ObjectProperty agent:Trigger

Implementation

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

agent:OperationalProfile a owl:Class ;
    rdfs:label "OperationalProfile" ;
    rdfs:comment "Triggers, input schema, and output schema of an Agent." .