cap:description leaf node


URI

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

Label

description

Usage

DOMAINPROPERTYRANGE
cap:Skill cap:description 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cap:description a owl:DatatypeProperty ;
    rdfs:label "description" ;
    rdfs:domain cap:Skill ;
    rdfs:range xsd:string .