capable of part of


URI

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

Label

capable of part of

Description

c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p.

Sub Property

Usage

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

Implementation

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

obo:RO_0002216 a owl:ObjectProperty ;
    rdfs:label "capable of part of"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "has function in" ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    rdfs:subPropertyOf obo:RO_0002328,
        obo:RO_0002500 ;
    owl:propertyChainAxiom ( obo:RO_0002215 obo:BFO_0000050 ) ;
    skos:definition "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." .