enables leaf node


URI

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

Label

enables

Description

c enables p iff c is capable of p and c acts to execute p.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) enables 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 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

obo:RO_0002327 a owl:ObjectProperty ;
    rdfs:label "enables"@en ;
    obo:IAO_0000112 "a particular instances of akt-2 enables some instance of protein kinase activity" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "catalyzes",
        "executes",
        "has",
        "is catalyzing",
        "is executing" ;
    oboInOwl:inSubset obo:valid_for_go_gp2term ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:seeAlso "https://wiki.geneontology.org/Enables"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0002215 ;
    owl:inverseOf obo:RO_0002333 ;
    owl:propertyChainAxiom ( obo:RO_0002327 obo:BFO_0000051 ) ;
    skos:definition "c enables p iff c is capable of p and c acts to execute p." .