https://w3id.org/agent-ontology/intent#IntentParameter
Typed parameters specifying the scope and execution conditions of an intent.
Instances of intent:IntentParameter can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class intent:IntentParameter | |||
| intent:paramName | owl:DatatypeProperty | xsd:string | |
| intent:paramType | owl:DatatypeProperty | xsd:string | |
| intent:paramValue | owl:DatatypeProperty | xsd:string | |
@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." .