intent:Intent leaf node


URI

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

Label

Intent

Description

A semantic statement expressing what an agent aims to achieve.

Superclasses (1)

Usage

Instances of intent:Intent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class intent:Intent
intent:authorizedBy owl:ObjectProperty Links an intent to the delegation statement that authorizes it. del:Delegation
intent:hasIntentType owl:ObjectProperty intent:IntentType
intent:hasParameter owl:ObjectProperty intent:IntentParameter
intent:producesAction owl:ObjectProperty core:Action

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#> .
@prefix schema1: <http://schema.org/> .

intent:Intent a owl:Class ;
    rdfs:label "Intent" ;
    rdfs:comment "A semantic statement expressing what an agent aims to achieve." ;
    rdfs:subClassOf schema1:Intent .