@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.obolibrary.org/obo/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:RO_0002023	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002023	rdfs:subPropertyOf	ns1:RO_0002022 ;
	owl:inverseOf	ns1:RO_0002630 ;
	rdfs:label	"directly negatively regulated by" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0002023	obo:created_by	"dos"^^xsd:string ;
	obo:creation_date	"2017-09-17T13:52:38Z"^^xsd:dateTime ;
	ns1:IAO_0000115	"Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." .