intent:ActionType leaf node


URI

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

Label

ActionType

Description

Category of an actionable execution unit.

Usage

Instances of intent:ActionType 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:ActionType a owl:Class ;
    rdfs:label "ActionType" ;
    rdfs:comment "Category of an actionable execution unit." .