tm:Task leaf node


URI

https://w3id.org/agent-ontology/threat-model#Task

Label

Task

Description

A well-defined action unit exchanged between Agents.

Usage

Instances of tm:Task can have the following properties:

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

Implementation

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

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