negatively regulates leaf node


URI

http://semanticscience.org/resource/negativelyRegulates

Label

negatively regulates

Description

x negatively 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 reduced effect on the frequency, rate or extent of y

Usage

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

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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:negativelyRegulates a owl:ObjectProperty ;
    rdfs:label "negatively regulates"@en ;
    dc:description "x negatively 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 reduced 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:regulates .