intent:hasIntentType leaf node


URI

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

Label

hasIntentType

Usage

DOMAINPROPERTYRANGE
intent:Intent intent:hasIntentType intent:IntentType

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:hasIntentType a owl:ObjectProperty ;
    rdfs:label "hasIntentType" ;
    rdfs:domain intent:Intent ;
    rdfs:range intent:IntentType .