intent:IntentType leaf node


URI

https://w3id.org/agent-ontology/intent#IntentType

Label

IntentType

Description

Categorizes an intent (e.g., fetch-data, make-decision, generate-artifact).

Usage

Instances of intent:IntentType can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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