2 DEVELOPMENT PROCESS
We are using top-down ontology development ap-
proach (Noy et al., 2001). First, we included the most
general and important entities involved in regulation
of transcription initiation: transcription factor, tran-
scription factor binding site, promoter, transcription
unit, effector, etc. Second, we included the corre-
sponding biological relations among them. Third, we
created the classes that will be automatically instan-
tiated: TF bound to the DNA and regulated system.
Fourth, we formally defined these classes taking ad-
vantage of the biologically relations included in the
second step (figure 2). Lastly, most specific terms
have to be generated for each specific TF, TU, pro-
moter, etc. along with their relations. The model will
automatically classify these specific entities into the
defined classes (see glycolate example). RegulonDB
can be used to instantiate the ontology with knowl-
edge about Escherichia coli K-12 (Santos-Zavaleta
et al., 2018).
We are following the OBO-foundry princi-
ples. For this, we are taking advantage of the
OBO tools ROBOT (Overton et al., 2015) and
the Ontology Development Kit (https://github.com/
INCATools/ontology-development-kit). The first one
is mainly used to extract terms and modules from ex-
isting ontologies, while the later is designed for stan-
dardized ontology documentation and release of OBO
ontologies, taking care of quality control issues. We
are using the Basic Formal Ontology as upper-level
ontology. So far, we have reused terms from six OBO-
foundry ontologies: CHEBI, GO, MSO, NCIT, OGG,
and SO (Ashburner et al., 2000; de Matos et al., 2010;
Mungall et al., 2011; Sioutos et al., 2007; He et al.,
2014) The creation of new classes and axioms was
done using Prot
´
eg
´
e version 5.5. (Musen et al., 2015)
3 MODEL DESCRIPTION
In this paper, classes are written in italics and object
properties are written in bold face. Hierarchy is rep-
resented as indentation of bulleted lists.
3.1 An n-ary Relation to Represent the
Central Transcriptional Regulatory
Interaction
Figure 1 depicts the main elements involved in tran-
scriptional regulation along with the relations that
exist among them. These were ontologically repre-
sented as follows. Transcription factor (TF), TF bind-
ing site (TFBS), effector, and functional conformation
classes were created. Then, an n-ary relation design
pattern was used to link these four elements (Noy and
Rector, 2004). TF bound to TFBS class was cre-
ated with four properties: has binding transcription
factor, has target TFBS, is realized in functional
conformation, and has effector (Figure 1).
3.2 A Property Chain to Infer
Regulation from Anatomy
Figure 1 also depicts how the two key relations that
distinguish physiology from mechanisms of transcrip-
tional regulation were ontologically represented. The
mechanistic level describes the direct effect that a TF
bound to a TFBS has over its cognate promoter, while
the physiological level describes the effect that the
environmental condition (in our current model repre-
sented by the effector molecule) has over the expres-
sion of genes in a transcription unit. Promoter and
transcription unit classes were created. Then tran-
scription unit was related with promoter using the
property is transcribed from, whereas promoter was
related to the class TF bound to TFBS with the prop-
erty has activity regulated by. The has expression
regulated by property was created along with the fol-
lowing rule chain expressed in functional syntax (Fig-
ure 1) (Hitzler et al., 2009):
SubObjectPropertyOf(
ObjectPropertyChain( :is transcribed from
:has activity regulated by )
:has expression regulated by
)
This rule chain represents the fact that if a TU is
transcribed from a promoter, and this promoter has its
activity regulated by a TF bound to a TFBS, then this
TF bound to a TFBS regulates the expression of the
TU.
3.3 Automatic Classification of
Regulated Systems
At the physiological level, there are only two possi-
bilities: induction or inhibition of gene expression.
At the mechanistic level, there are four possibilities.
Transcription factors bind to their cognate TFBSs and
regulate transcription only when they are in func-
tional conformation. Induction can be achieved by
activation when the binding of the effector activates
a transcription factor that increases the expression of
a TU (active conformation of TF is holo), or by de-
repression when the binding of the effector deacti-
vates a transcription factor that decreases the expres-
sion of a TU (active conformation of TF is apo). In-
hibition can be achieved by repression when the bind-
KEOD 2019 - 11th International Conference on Knowledge Engineering and Ontology Development
496