core:Task leaf node


URI

https://w3id.org/agent-ontology/core#Task

Label

Task

Description

A well-defined action unit exchanged between Agents.

Usage

Instances of core:Task can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class core:Task
core:hasSubtask owl:ObjectProperty Represents hierarchical task decomposition. core:Task
core:requiresCapability owl:ObjectProperty Declares that a Task requires a specific Capability. core:Capability

Implementation

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

core:Task a owl:Class ;
    rdfs:label "Task" ;
    rdfs:comment "A well-defined action unit exchanged between Agents." .