intent:IntentParameter leaf node


URI

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

Label

IntentParameter

Description

Typed parameters specifying the scope and execution conditions of an intent.

Usage

Instances of intent:IntentParameter can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class intent:IntentParameter
intent:paramName owl:DatatypeProperty xsd:string
intent:paramType owl:DatatypeProperty xsd:string
intent:paramValue owl:DatatypeProperty xsd:string

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:IntentParameter a owl:Class ;
    rdfs:label "IntentParameter" ;
    rdfs:comment "Typed parameters specifying the scope and execution conditions of an intent." .