intent:paramType leaf node


URI

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

Label

paramType

Usage

DOMAINPROPERTYRANGE
intent:IntentParameter intent:paramType 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

intent:paramType a owl:DatatypeProperty ;
    rdfs:domain intent:IntentParameter ;
    rdfs:range xsd:string .