https://s-agent-comm.github.io/ontology/ontologies/intent#Intent leaf node


URI

https://s-agent-comm.github.io/ontology/ontologies/intent#Intent

Label

Intent

Description

A deliberative mental state or communicative
commitment of an agent.

Superclasses (1)

Usage

Instances of https://s-agent-comm.github.io/ontology/ontologies/intent#Intent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix exu: <http://example.org/unified-ontic#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://s-agent-comm.github.io/ontology/ontologies/intent#Intent> a owl:Class ;
    rdfs:label "Intent" ;
    exu:mapsTo """BFO:GenericallyDependentContinuant;
DOLCE:Description/Proposition; SUMO:Intent; UFO:Intention""" ;
    rdfs:comment """A deliberative mental state or communicative
commitment of an agent.""" ;
    rdfs:subClassOf exu:AbstractEntity .