regulates


URI

http://semanticscience.org/resource/regulates

Label

regulates

Description

x regulates y if and only if x is a process and y is either a process or a quality, and the progression of x exerts an effect on the frequency, rate or extent of y

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) regulates owl:Thing (inferred)

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/> .

sio:regulates a owl:ObjectProperty ;
    rdfs:label "regulates"@en ;
    dct:description "x regulates y if and only if x is a process and y is either a process or a quality, and the progression of x exerts an effect on the frequency, rate or extent of y"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isCausallyRelatedTo ;
    owl:inverseOf sio:isRegulatedBy .