capable of


URI

http://purl.obolibrary.org/obo/RO_0002215

Label

capable of

Description

A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) capable of owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:RO_0002215 a owl:ObjectProperty ;
    rdfs:label "capable of"@en ;
    obo:IAO_0000112 "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)",
        "osteoclast SubClassOf 'capable of' some 'bone resorption'" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "has function realized in" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20123131>,
        <http://www.ncbi.nlm.nih.gov/pubmed/21208450> ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002216 ;
    skos:definition "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " .