has capability


URI

http://semanticscience.org/resource/hasCapability

Label

has capability

Description

has capability is a relation between an entity and the capability that it bears.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has capability capability

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:hasCapability a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has capability"@en ;
    dct:description "has capability is a relation between an entity and the capability that it bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Capability ;
    rdfs:subPropertyOf sio:hasRealizableProperty ;
    owl:inverseOf sio:isCapabilityOf ;
    skos:example "SIO has the capability to semantically integrate data."@en .