cap:Parameter leaf node


URI

https://w3id.org/agent-ontology/capability#Parameter

Label

Parameter

Description

Defines a parameter for a Skill, including its name and type.

Usage

Instances of cap:Parameter can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cap:Parameter
cap:parameterName owl:DatatypeProperty xsd:string
cap:parameterType owl:DatatypeProperty xsd:string

Implementation

@prefix cap: <https://w3id.org/agent-ontology/capability#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cap:Parameter a owl:Class ;
    rdfs:label "Parameter" ;
    rdfs:comment "Defines a parameter for a Skill, including its name and type." .