https://w3id.org/agent-ontology/intent#IntentType
Categorizes an intent (e.g., fetch-data, make-decision, generate-artifact).
Instances of intent:IntentType can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@prefix intent: <https://w3id.org/agent-ontology/intent#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
intent:IntentType a owl:Class ;
rdfs:label "IntentType" ;
rdfs:comment "Categorizes an intent (e.g., fetch-data, make-decision, generate-artifact)." .