<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Wordi ed Ontologies: Evaluating a Novel Paradigm for Ontology Editing</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Aisha Blfgeh</string-name>
          <email>a.blfgeh1@newcastle.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Phillip Lord</string-name>
          <email>phillip.lord@newcastle.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Aisha Blfgeh</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>College of Computer Sciences and Engineering, University of Jeddah</institution>
          ,
          <country country="SA">Saudi Arabia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Figure 1: Document-Centric Ontology Development Workow</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Phillip Lord</institution>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>School of Computing, Newcastle University</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Ontologies can be edited with tools such as Protege, or with various other forms of source code. The editing process involves insertion, deletion, or xing errors. In this paper we propose an editing process using Microsoft Word, where users can manipulate any text, adding comments and use all the facilities provided by a familiar word-processing environment. This new technique for visualising and editing ontologies has been tested and evaluated; the results are promising as modifying an ontology in Word is preferred by users to Protege for some ontology editing tasks. We suggest, therefore, that alternative text based representations and o ce tools may be useful in the ontology engineering lifecycle.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Editing</kwd>
        <kwd>Wordi ed ontology</kwd>
        <kwd>User Evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Ontology development is a collaborative process which involves a
sustained interaction between domain specialists and ontology
developers. As shown in Figure 1, we designed a document-centric
work ow to enable the co-ordinated use of Microsoft O ce tools
(Excel and Word) for ontology development. An Excel
spreadsheet is used as a source of values that instantiate patterns,
dened in Tawny-OWL 1 source code [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], to construct the ontology.
We have also generated a Word document of an ontology; we
denote this representation as a Wordi ed Ontology. It allows domain
specialists to cooperate and interact with the developers in
editing the ontology during the development process [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The use of
Word documents enables us to include the documentation of the
ontology with the computational components.
      </p>
      <p>
        In some ways, this is similar to an \Intermediate representation"
as de ned by Rector et al_ [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], where the knowledge from experts
is transformed into a semi-formal syntax that the ontology
developers use to deal with ontological information. Also, using
different syntaxes to instantiate patterns is not new; for example in
OPPL (Ontology Pre-Processing Language) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and DOSDP [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
where an abstract syntax is used for e ectively editing the
ontology. O ce tooling has been integrated into the ontology
development process before such as with Populous [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and our own,
Excel-based approach [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]), however only with the more structured
forms of spreadsheets. To our knowledge, the use of arbitrary
syntax tightly integrated and presented in rich Word documents
is novel.
      </p>
      <p>
        1https://github.com/phillord/tawny-owl
User evaluation is a standard part of the software engineering
cycle; it has previously been applied to various aspects of ontology
engineering, including the use of foundational ontology in ontology
development [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and nding frequent user activities in Protege
using Eye-tracking analysis [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Others have concluded that [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] the tools used for reading and
understanding an ontology play a critical role in determining the
usability of that ontology. Furthermore, by using a verbalised
version of the ontology in their evaluation practice, they found
that this supports the identi cation of mistakes in the ontology.
In our previous work, we have shown that it is possible to wordify
an ontology; however, to demonstrate that it is also useful to do
this, we need some form of evaluation. In this study, we assess the
comprehension/manipulation of an ontology presented in this way.
We conducted several experiments where users read and
manipulated the Wordi ed ontology as well as performing the same tasks
using Protege; then we assessed their performance and measured
their level of satisfaction using feedback forms.
      </p>
      <p>This paper is organised as follows: rst we describe existing
alternative tools for ontological documentation, then we show our
new visualisation version of the ontology. After that, we describe
the experiments with users and show the results. Finally, we
discuss the results and draw conclusions.</p>
    </sec>
    <sec id="sec-2">
      <title>Alternative representations of Ontological Knowledge</title>
      <p>
        There have been many other attempts to present ontological
knowledge in predominately textual formats. For example,
OWLDoc is a Protege plugin that generates HTML documentation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>It was inspired by JavaDoc, which does something similar with
Java source code. The aim of OWLDoc is to provide a browsable,
but not editable, experience of the ontology inside Protege or in
Copyright © 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
a standalone web browser. While this works well, if errors are
discovered the user has to move into a di erent environment to</p>
      <p>x them.</p>
      <p>
        Another mechanism for visualisation 2 was the \Intermediate
Representation" [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This mechanism produces semi-structured text
representations (Figure 2a), which were designed for domain
specialists to read and edit, before being checked and cleaned by
knowledge engineers who would correct their syntax and
semantics; this representation was used to enable authoring of the nal
ontology. Many years after, a similar practice has been
incorporated into software engineering with Behaviour-Driven
development tools such as Cucumber; this allows semi-structured
statements (Figure 2b) to de ne requirements which can be tested
computationally as part of the software testing lifecycle.
      </p>
      <sec id="sec-2-1">
        <title>MAIN plastic construction ACTS_ON ulna BY_TECHNIQUE transplanting ACTS_ON bone</title>
        <p>WITH immobilising
BY_MEANS_OF fixation device
(a) Intermediate representation</p>
      </sec>
      <sec id="sec-2-2">
        <title>Feature: Return Microwave</title>
        <p>Scenario: Fred gets his money back
Given Fred has bought a microwave
And the microwave cost 100
When we refund the microwave
Then Fred should be refunded 100
(b) Cucumber</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Microsoft Word and Ontology Representation</title>
      <p>Although there is no clear structure of what ontology
documentation should be, we started by creating a guidance document on
2We use the term visualisation in a broader fashion than is common,
to include text on screen
how to build a \Pizza Ontology". We have included an
explanation of logical classi cations of the ontology in a narrative style
as well as the Tawny-OWL source code which ful ls the
chronological story of Pizza Ontology construction. Unlike Protege, this
narrative structure of the ontology o ers the ability to explore
ontologies as a linear, narrative document.</p>
      <p>A Wordi ed ontology is the narrative version of the ontology and
includes the whole source code of an ontology using Tawny-OWL
syntax. We intentionally include the Tawny-OWL source code
because of its textual representation. It was designed after
Manchester syntax to be straightforward allowing a developer (or non
developer) to read it without deep knowledge of the syntax.
Therefore, we chose to have the complete source code of the ontology in
the Wordi ed ontology, also we have the other purpose of testing
the ability to comprehend the Tawny-OWL source code by users.
Therefore, our mechanism for adding ontology documentation is
based on adding a rich commentary text within the Tawny-OWL
source code through out the ontological and software statements:
a form of literate programming. Additionally, we use markup
annotations to produce a structured documentation as well as the
Tawny-OWL source code text. This form of source code can be
transformed into a Word document; in Figure 3, we show how
the text is structured and formatted with headings and
subheadings; the source code of Tawny-OWL is also shown in a syntax
highlighted text blocks.</p>
      <p>Next, we describe the evaluation process of Wordi ed ontologies.</p>
    </sec>
    <sec id="sec-4">
      <title>Evaluation Experiments</title>
      <p>The aim of our evaluation is to discover how easy for users to
comprehend and interact with such a new form of the ontology.
We achieve this by having the users read an ontology, understand
their structure and search for errors introduced into our sample
ontologies.</p>
      <p>We arranged controlled testing sessions to test the
comprehension of the Wordi ed ontology and compare the performance by
(a) Wordi ed Ontology
(b) Ontology in Protege
visualising the same ontology in Protege. In other words, the
participants examine the same ontology in the two di erent
visualisations. These visualisations can be seen in Figure 4 below3. Our
participants were mostly postgraduate students and researchers
with a variety of backgrounds and experience in ontologies. Some
have a decent knowledge in building ontologies and some are
totally unfamiliar.</p>
      <p>We wished to test the ease of reading and understanding the
Wordi ed ontology as well as how easy it is to discover errors.
Therefore we injected a few errors, both logical and extra-logical,
into the ontology for users to nd during the test. We prepared
multiple versions of ontologies, so that the participants could
explore di erent visualisations of the same ontology, but with
different sets of errors.</p>
      <p>In each version of the ontology, we have engineered four or ve
errors to be detected. These errors are either in classi cation or
in some logical speci cations of properties/classes, such as the
range/domain of a property, and the disjointedness of sub-classes.
Figure 4 shows examples of one error in Wordi ed ontology and in
Protege. Additionally, We have not included any spelling errors
because they are instantly can be detected by the Microsoft Word
software spelling checker, and in Protege test; the participants are
not allowed to run any reasoner checks.</p>
      <p>After introducing the experiment objectives and the tasks to
perform in the test, we provided instruction sheets in details for more
assistance during the session. A participant starts with either
a Wordi ed ontology or in Protege, the selection process being
randomly performed by the experimentor to ensure the variety
between the participants in one session 5. Hence, there are two
di erent paths through testing experiment, depending on which
version of the ontology they see rst (Figure 5). This was done to
ensure that preference between visualisation would not be a ected
by either fatigue or use of knowledge from the rst test a ecting
the second. Additionally, we set an equal time limit to spend in
each part to ensure fairness of the two tests. Finally, the
par3Each ontology in this Figure has an error, can you nd them?4
5There was no particular procedure to randomise the selection; we
tried to maintain a reasonable distribution amongst our sample.
ticipants write their feedback electronically about the following
aspects:</p>
      <sec id="sec-4-1">
        <title>Clarity of ontology structure.</title>
      </sec>
      <sec id="sec-4-2">
        <title>Understanding the construction ow of the ontology.</title>
      </sec>
      <sec id="sec-4-3">
        <title>The ease of reading the ontology.</title>
      </sec>
      <sec id="sec-4-4">
        <title>Editing the ontology.</title>
      </sec>
      <sec id="sec-4-5">
        <title>Finding errors. The feedback questions aim to measure how easy it is to read, comprehend, and edit Wordi ed ontology. All answers were rated using a ve point Likert scale.</title>
        <p>Expertise level of the participants
To maintain the fairness of our test and ensure the variety of
experience levels, we asked the subjects about their level of experience
and education. We asked basic demographic data as some
people may under/over estimate their abilities depending on many
factors, such as gender, age, etc (data not shown). The subjects
experience level in ontology construction and usage is shown in
Figure 6. About 32% and 40% of the subjects are "Somewhat
Familiar" with ontology usage and construction respectively. We
had about 16% and 20% of the participants consider themselves
to have a "Mastery" level in ontology usage and construction. In
our experiment, therefore, the experience was reasonably spread
across range of di erent expertise; this allowed us to get a
reasonable sample size, which would not have been possible if we
restricted, for example, only to experts; it is probably re ective of
the ontology development community, which also has many
different levels of expertise. None of the participants were members
of our lab, and had not seen Wordi ed ontologies previously.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation results</title>
      <p>In this section, we explore the results of the evaluation and
describe the feedback answers from users about the ve aspects
mentioned in the previous section showing their preferences in these
aspects.</p>
      <p>Reading and understanding the construction
ow of the ontology
In this context, reading the ontology refers to the action of
exploring and browsing the ontology. Because of our test on the
Wordi ed ontology, we use the term \reading" as it also has more
text and documentation of the ontology. Also, understanding the
construction ow refers to the ability to follow the development
process of the ontology regardless of the representation format.
Generally, over 60% of the participants nd that the ontology is
easy to read in both representations as shown in Figure 7.
Although we designed the Wordi ed ontology with comprehensive
text that explains the construction of the ontology, 40% feel
\Neutral" about understanding the construction ow of the ontology
where the same percentage can understand the construction ow
in the Protege (see Figure 8).
Editing the ontology in this context refers to any form of the
modi cation: deletion, insertion or update of the ontology. In a
Wordi ed ontology, users can also add comments and annotate
the text using the Track changes facility in Word. We asked the
participants to turn on Track changes before they perform any
changes in the ontology. This helps in saving time and e ort for
the ontology developers when updating the source code of the
ontology accordingly.</p>
      <p>As shown in the Figure 9 below, most participant are either
\Satised" or \Strongly Satis ed" with their performance in the editing
tasks during the test. This indicates modi cation of a Wordi ed
ontology is preferred to modi cation in Protege.
Finding Errors
One of the participants task was to search for the errors we
included in the ontology and correct them. We intended to discover
how easy and quickly to spot errors in the ontology; hence we
limited the time available for this task. This was a hard task,
most participants 6 managed to detect at most a single error in
the Wordi ed ontology and two errors in Protege.</p>
      <p>The participants feedback results are quite similar in both parts,
looking at Figure 10, there are nearly the same number of
participants (nine and ten) either \Satis ed" or \Strongly Satis ed"
66 participants using Wordi ed ontology and 4 using Protege.
(a) Experience Level in Ontology Usage
(b) Experience Level in Ontology Construction</p>
    </sec>
    <sec id="sec-6">
      <title>Discussion</title>
      <p>In this paper, we have evaluated whether an alternative form of
representation, namely the Wordi ed ontology, is useful and
usable by ontology users, both experts and non.</p>
      <p>
        Our analysis of other work in this area shows that, in the eld of
ontology engineering, user experience testing is relatively limited
with notable exceptions being the evaluation of an application
ontology [
        <xref ref-type="bibr" rid="ref7 ref9">9, 7</xref>
        ], and the analysis of Protege activities [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This
paper shows the value of this form of user evaluation because the
results were substantially di erent from our initial expectations:
we thought people would prefer Protege, especially for editing, as
it is more familiar and has been longer in development.
Despite that there is no signi cant di erence between the two
formats of the ontology in our test (the p-values are less than 0.05),
which means that the results are relatively close between both
formats; the Wordi ed ontology seems to compete the Protege
software especially in the area of documenting and editing the
ontology, this is due to the familiarity of the Microsoft Word for
di erent kinds of users, which requires no prior skills to deal with
these Wordi ed ontologies.
      </p>
      <p>
        Alternative representations have been tried before such as the
previously mentioned \Intermediate Representation" [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], also the
auto-generation of textual class de nition [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]; in these cases, the
representations have been textual and did not focus on the
application that the users would use to interact with the text.
Likewise, for more formal representations, Manchester Syntax [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and
DOSDP [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] e orts have focused on the representation alone.
In this paper, we have tested the utility of Wordi ed ontologies,
and this shows that the Wordi ed ontology has a promising place
in the future of ontology development. Although our word-based
presentation of ontologies is relatively immature, users still found
it useful for understanding and debugging ontologies. Counter to
this, most users preferred Protege for understanding overall ow,
probably because of the hierarchical browser, as supported by the
previous analysis of Vigo et al_ [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which showed that users spent
45% of their time looking at it.
      </p>
      <p>
        There is still signi cant work to be done in improving the
presentation of Wordi ed ontologies. While it is well understood how
comments can be written in a light-weight markup and transformed
into Word structure, we lack a good understanding of what text
should go into documentary comments and what should be
represented, for example, as rdfs:comments into the annotation of the
ontology. Similarly, presenting the formal parts of the ontology as
source code in Word is clearly not ideal; a more textual
representation (such as [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] or [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]) might be preferred by users. For a tool
such as Tawny-OWL, the non-ontological parts of the source code
are also challenging. Finally, we need to explore di erent ways
of integrating Wordi ed ontologies into the development process;
either for new or existing ontologies.
      </p>
      <p>
        Tools like this have, however, proven to be very popular in
software development, and form the basis for behaviour-driven
development (BDD) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]; from here, we have taken some of our
motivation. In addition, the use of O ce tools remain popular for data
handling, even though they might appear to be poorly suited for
it, because users are very familiar with them.
      </p>
      <p>In our tests, we have shown that, even though immature,
Wordied ontologies can stand alongside or as a partial replacement for
tools such as Protege. With further development and close
attention to user requirements, we believe that they could provide
substantial bene ts when properly integrated into the Ontology
Engineering lifecycle.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgement</title>
      <p>We would like to express our thanks to Newcastle university for
supporting this research. Also, many thanks to the University of
Jeddah, Saudi Arabia for funding the scholarship.</p>
      <p>6The property range in Wordi ed ontology and the "Stu
edCrustBase" class in Protege. If you found them, WELL DONE!</p>
    </sec>
    <sec id="sec-8">
      <title>Address for correspondence</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Aisha</given-names>
            <surname>Blfgeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jennifer D.</given-names>
            <surname>Warrender</surname>
          </string-name>
          ,
          <string-name>
            <surname>Catharien M. U. Hilkens</surname>
            , and
            <given-names>Phillip</given-names>
          </string-name>
          <string-name>
            <surname>Lord</surname>
          </string-name>
          .
          <article-title>A document-centric approach for developing the tolapc ontology</article-title>
          . In Frank Loebe, Martin Boeker, Heinrich Herre, Ludger Jansen, and Daniel Schober, editors,
          <source>Proceedings of the 7th Workshop on Ontologies and Data in Life Sciences, ODLS</source>
          <year>2016</year>
          ,
          <article-title>organized by the GI Workgroup Ontologies in Biomedicine and Life Sciences (OBML), Halle (Saale</article-title>
          ),
          <source>Germany, September 29-30</source>
          ,
          <year>2016</year>
          ., volume
          <volume>1692</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <fpage>1</fpage>
          <article-title>{6</article-title>
          . CEUR-WS.org,
          <year>2016</year>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1692</volume>
          / paperB.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Aisha</given-names>
            <surname>Blfgeh</surname>
          </string-name>
          and
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Lord</surname>
          </string-name>
          .
          <article-title>User and developer interaction with editable and readable ontologies</article-title>
          .
          <source>In Proceedings of the 8th International Conference on Biomedical Ontology (ICBO</source>
          <year>2017</year>
          ),
          <article-title>Newcastle-upon-</article-title>
          <string-name>
            <surname>Tyne</surname>
          </string-name>
          , United Kingdom,
          <source>September 13th - 15th</source>
          ,
          <year>2017</year>
          .,
          <year>2017</year>
          . URL http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2137</volume>
          /paper_28.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.L.</given-names>
            <surname>Rector</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.E.</given-names>
            <surname>Zanstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.D.</given-names>
            <surname>Solomon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.E.</given-names>
            <surname>Rogers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Baud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Ceusters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Claassen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kirby</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.-M. Rodrigues</surname>
            ,
            <given-names>A. Rossi</given-names>
          </string-name>
          <string-name>
            <surname>Mori</surname>
            ,
            <given-names>E.J. Van der Haring</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Wagner</surname>
          </string-name>
          .
          <article-title>Reconciling users' needs and formal requirements: issues in developing a reusable ontology for medicine</article-title>
          .
          <source>IEEE Transactions on Information Technology in Biomedicine</source>
          ,
          <volume>2</volume>
          (
          <issue>4</issue>
          ):
          <volume>229</volume>
          {
          <fpage>242</fpage>
          ,
          <year>1998</year>
          . ISSN 10897771. doi:
          <volume>10</volume>
          .1109/4233.737578. URL http://ieeexplore.ieee.org/document/737578/.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Mikel</given-names>
            <surname>Egan</surname>
          </string-name>
          <article-title>~a, Robert Stevens, and Erick Antezana. Transforming the Axiomisation of Ontologies: The Ontology PreProcessor Language</article-title>
          .
          <source>Proceedigns of OWLED</source>
          ,
          <year>2009</year>
          . doi:
          <volume>10</volume>
          .1038/npre.
          <year>2009</year>
          .
          <volume>4006</volume>
          .1.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>David</given-names>
            <surname>Osumi-Sutherland</surname>
          </string-name>
          , Mlanie Courtot, James Balho , and
          <string-name>
            <given-names>Christopher</given-names>
            <surname>Mungall</surname>
          </string-name>
          .
          <article-title>Dead simple owl design patterns</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          ,
          <volume>8</volume>
          ,
          <fpage>06</fpage>
          <lpage>2017</lpage>
          . doi:
          <volume>10</volume>
          .1186/s13326-017-0126-0.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Simon</given-names>
            <surname>Jupp</surname>
          </string-name>
          , Matthew Horridge, Luigi Iannone, Julie Klein, Stuart Owen, Joost Schanstra, Katy Wolstencroft, and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Stevens</surname>
          </string-name>
          .
          <article-title>Populous: a tool for building owl ontologies from templates</article-title>
          .
          <source>BMC Bioinformatics</source>
          ,
          <volume>13</volume>
          (
          <issue>Suppl 1</issue>
          ):
          <fpage>S5</fpage>
          ,
          <year>2011</year>
          . doi:
          <volume>10</volume>
          .1186/
          <fpage>1471</fpage>
          -2105-13-S1-S5. URL http: //dx.doi.org/10.1186/
          <fpage>1471</fpage>
          -2105-13-S1-S5.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C</given-names>
            <surname>Maria</surname>
          </string-name>
          <article-title>Keet</article-title>
          .
          <article-title>The use of foundational ontologies in ontology development: an empirical assessment</article-title>
          .
          <source>In Extended Semantic Web Conference</source>
          , pages
          <volume>321</volume>
          {
          <fpage>335</fpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Markel</given-names>
            <surname>Vigo</surname>
          </string-name>
          , Caroline Jay, and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Stevens</surname>
          </string-name>
          .
          <article-title>Constructing conceptual knowledge artefacts: activity patterns in the ontology authoring process</article-title>
          .
          <source>In Proceedings of the 33rd Annual ACM Conference on Human Factors in Computing Systems</source>
          , pages
          <fpage>3385</fpage>
          {
          <fpage>3394</fpage>
          . ACM,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>He</given-names>
            <surname>Tan</surname>
          </string-name>
          , Anders Adlemo, Vladimir Tarasov, and
          <string-name>
            <given-names>Mats E</given-names>
            <surname>Johansson</surname>
          </string-name>
          .
          <article-title>Evaluation of an application ontology</article-title>
          .
          <source>In Proceedings of the Joint Ontology Workshops 2017 Episode 3: The Tyrolean Autumn of Ontology Bozen-Bolzano, Italy, September</source>
          <volume>21</volume>
          {
          <fpage>23</fpage>
          ,
          <year>2017</year>
          , volume
          <year>2050</year>
          .
          <article-title>CEUR-</article-title>
          <string-name>
            <surname>WS</surname>
          </string-name>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>CO-ODE OWL</surname>
          </string-name>
          <article-title>Plugins</article-title>
          . Owldoc. https://github.com/ co-ode
          <string-name>
            <surname>-</surname>
          </string-name>
          owl-plugins/owldoc,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Matthew</surname>
            <given-names>Horridge</given-names>
          </string-name>
          , Nick Drummond, John Goodwin, Alan Rector, Robert Stevens, and
          <string-name>
            <given-names>Hai</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <source>The manchester owl syntax. 01</source>
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Lord</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jennifer D.</given-names>
            <surname>Warrender</surname>
          </string-name>
          .
          <article-title>A highly literate approach to ontology building</article-title>
          .
          <source>abs/1512.04250</source>
          ,
          <year>2015</year>
          . http: //arxiv.org/abs/1512.04250.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Warrender</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Lord</surname>
          </string-name>
          .
          <article-title>The karyotype ontology: a computational representation for human cytogenetic patterns</article-title>
          .
          <source>Bio-Ontologies</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Robert</surname>
            <given-names>Stevens</given-names>
          </string-name>
          , James Malone, Sandra Williams, Richard Power, and
          <string-name>
            <given-names>Allan</given-names>
            <surname>Third</surname>
          </string-name>
          .
          <article-title>Automating generation of textual class de nitions from owl to english</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          ,
          <volume>2</volume>
          (
          <issue>Suppl 2</issue>
          ):
          <fpage>S5</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Bdd</surname>
          </string-name>
          :
          <article-title>Learn about behavior driven development</article-title>
          ,
          <year>Dec 2018</year>
          . URL https://www.agilealliance.org/glossary/bdd/#q= ~
          <article-title>(infinite~false~filters~(postType~(~'page~'post~' aa_book~'aa_event_session~'aa_experience_report~' aa_glossary~'aa_research_paper~'aa_video)~tags~(~' bdd))~searchTerm~'~sort~false~sortDirection~' asc~page~1).</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>