<!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>A Corpus of OWL DL Ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nicolas Matentzoglu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Samantha Bail</string-name>
          <email>bails@cs.man.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bijan Parsia</string-name>
          <email>bparsia@cs.man.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Computer Science, University of Manchester</institution>
          ,
          <addr-line>Manchester</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Tool development for and empirical experimentation in OWL ontology engineering require a wide variety of suitable ontologies as input for testing and evaluation purposes. Empirical activities often resort to (somewhat arbitrarily) hand curated corpora available on the web, such as the NCBO BioPortal and the TONES Repository, or manually select a set of well-known ontologies. Results may be biased, even heavily, towards these datasets. Sampling from a large corpus of ontologies, on the other hand, may lead to more representative results. Current large scale repositories/web crawls are mostly uncurated, su er from duplication and contain large numbers of ontology versions, variants, and facets, and therefore do not lend themselves to random sampling. In this paper, we describe the creation of a corpus of OWL DL ontologies using strategies such as web crawling, various forms of de-duplications and manual cleaning, which allows random sampling of ontologies for a variety of empirical applications.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Engineering</kwd>
        <kwd>empirical methods</kwd>
        <kwd>corpus</kwd>
        <kwd>OWL</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Since its introduction as an o cial W3C recommendation in 2004, the Web
Ontology Language OWL [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] has become by far the most popular and prominent
ontology language. An increasing amount of tool support for the ontology
development cycle and a general shift from establishing the formal underpinnings of
a now mature formalism to the development of applications calls for improved
empirical evaluation methods. The empirical tradition in the wider area of
ontology engineering is still rather young and underdeveloped, and faces a series of
obstacles, such as a lack of both standard evaluation frameworks and standard
corpora to produce comparable empirical results. Current empirical evaluations,
such as OWL reasoner benchmarking, the utility of modularisation approaches,
and studies on entailment related services such as explanations, often
cherrypick a few example ontologies or resort to hand crafted ontology repositories
such as the NCBO BioPortal [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Alternatively, crawlers such as Swoogle [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
have collected huge amounts of semantic documents, contributing a lot to our
understanding of the use of semantic web languages, and allowing us to catch
a glimpse of the impact that OWL has on the web ontology landscape. While
these datasets are certainly useful for many purposes, they do not necessarily
lend themselves to ontology research as they collect OWL les which may not
individually correspond to distinct OWL ontologies.
      </p>
      <p>In this paper we describe the challenges of gathering a large and
interesting |in terms of ontology size and expressivity|corpus of OWL DL ontologies
suitable for experimental purposes. We describe the gathering and cleaning
process and characterise the corpus based on ontology metrics such as axiom and
constructor usage, OWL pro les, and provenance data. Additionally, we review
existing sources for experimental datasets and compare our corpus with such
frequently used OWL corpora. While the gathering and curation procedures are
still considered work in progress, the work presented in this paper brings us one
step closer to sound empirical OWL research.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Preliminaries</title>
      <sec id="sec-2-1">
        <title>The Web Ontology Language OWL</title>
        <p>
          OWL is a successor of the web ontology language DAML+OIL [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], a description
logic based ontology language with an RDF/XML syntax. The rst version of
OWL, which is based on the description logic SHOIN (D) and was described as
a `revision' of DAML+OIL, became an o cial W3C recommendation in February
2004.
        </p>
        <p>
          OWL 2, the successor of OWL, comprises two species of di erent
expressivities, namely OWL 2 DL and OWL 2 Full [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The underlying formalism of OWL
2 DL is the description logic SROIQ(D) [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. While OWL 2 DL has the familiar
description logic semantics, OWL 2 Full has an RDF-based semantics, which is
a superset of the of the OWL 2 Direct Semantics.
        </p>
        <p>
          OWL 2 pro les. There exist three named `pro les' for OWL 2, syntactic
subsets of OWL 2 DL that are tailored towards di erent applications, trading
expressivity of the language for e cient reasoning. The OWL 2 EL pro le is
a tractable fragment of OWL 2 which is based on the description logic E L++
[
          <xref ref-type="bibr" rid="ref11 ref13">13,11</xref>
          ]. OWL 2 QL (Query Language), which is based on the DL-Lite family
of description logics [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], has been de ned for use in applications which focus
on query answering over large amounts of instance data. Reasoning systems
for ontologies in the OWL 2 RL (Rule Language) pro le can be implemented
using rule-based reasoning engines. All three pro les are essentially syntactic
restrictions of OWL 2 DL and allow for polynomial time reasoning.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Datasets used in practice</title>
        <p>
          Single ontologies typically used for empirical work. There are a number
of popular OWL ontologies commonly used for empirical research which we can
roughly separate into `in-use' ontologies, that is, ontologies built for use in a
real-life application, and `test' ontologies (for want of a better word) built for
OWL research and tutorial purposes. Examples of such in-use ontologies include
SNOMED CT, the GALEN Medical Knowledge Base, and the Gene Ontology
(GO). These ontologies are mostly large ontologies from the biomedical domain
which are in active development and contain up to hundreds and thousands of
classes and thousands of axioms, which makes them challenging candidates for
OWL experiments. A special case of well-known ontologies is the National
Cancer Institute thesaurus (NCIt) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], a large medical ontology which has been in
active development since 2003. The NCIt developers regularly release versions
of the ontology, and an archive of over 100 versions is available online, which
makes it a suitable collection for experiments studying the evolution of
ontologies [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Frequently used test ontologies include the Pizza tutorial ontology, the
Koala ontology, and the Lehigh University Benchmark ontology (LUBM). These
ontologies are often built to exhibit speci c features, such as coverage of a large
number of OWL constructs as in the Pizza ontology, or the ability to scale the
ontology to generate arbitrarily sized ABoxes, as is the case with the LUBM
ontology. Many studies in the eld of ontology debugging, for example, use small,
hand-selected sets of test ontologies and in-use ontologies, such as Koala,
MiniTambis, and Sweet-JPL, to evaluate the performance of their respective debugging
techniques [
          <xref ref-type="bibr" rid="ref20 ref28 ref32 ref37">28,32,37,20</xref>
          ], or slightly more complex in-use ontologies [
          <xref ref-type="bibr" rid="ref14 ref38 ref39">14,39,38</xref>
          ],
such as GALEN and GO. Large in-use ontologies, along with arti cially
scalable ontologies such as LUBM, are popular candidates for studies evaluating
the performance of OWL reasoning algorithms, e.g. [
          <xref ref-type="bibr" rid="ref15 ref31 ref36">36,15,31</xref>
          ]. In cases where
the authors justify their selection of ontologies, the use of `established
ontologies' seems a key argument [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. For instance, Horrocks et al. [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ] describe their
benchmarking suite consisting of in-use ontologies including GO, GALEN, and
NCIt as a set of `standard test ontologies'. Similarly, Bock et al. argue [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] that
their set of reasoner benchmarking ontologies was chosen because the ontologies
are `well established' and `have been used in previous benchmarks', but go one
step further by emphasising that the ontologies are representative (in terms of
size and complexity) of the ontologies found in the Watson search engine, and
therefore of the web ontology landscape in general.
        </p>
        <p>Curated ontology repositories. There exists a number of well-known
ontology repositories which are frequently used for empirical experimentation. In
what follows, we will brie y describe some of the most prominent repositories
and their applications in OWL research.</p>
        <p>
          The NCBO BioPortal is an open repository of biomedical ontologies that
provides access to ontologies from a variety of research groups [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ]. As of April
2013, the repository contains 341 ontologies in various ontology formats. Due to
its ontologies ranging widely in size and complexity, the BioPortal has become
a popular corpus for testing OWL ontology applications in recent years, such as
justi cation computation [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], reasoner benchmarking [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ], and pattern analysis
[
          <xref ref-type="bibr" rid="ref33">33</xref>
          ].
        </p>
        <p>
          The TONES repository is a curated ontology repository which was developed
as part of the TONES project as a means of gathering suitable ontologies for
testing OWL applications. It contains 219 OWL and OBO ontologies and
includes both well-known test ontologies and in-use ontologies which vary strongly
in size and complexity. While ontologies are occasionally added to the
repository, it can be considered rather static in comparison with frequently updated
repositories, such as BioPortal. The TONES ontologies are frequently used for
empirical studies, either as a whole [
          <xref ref-type="bibr" rid="ref29 ref40">29,40</xref>
          ], by (semi-)randomly sampling from
the set [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ], or as a source of some of the individual ontologies mentioned above.
        </p>
        <p>
          Similar to the TONES repository, the Oxford ontology library [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] is a
collection of OWL ontologies gathered for the purpose of testing OWL tools. The
library which was established in late 2012 currently contains 787 ontologies from
24 di erent sources, including an existing test corpus and several well-known
in-use and test ontologies.
        </p>
        <p>
          The Protege ontology library [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] is a submission-based collection of
ontologies linking to 95 OWL ontologies including some well-known test and in-use
ontologies. While it is not used as frequently as the TONES repository (e.g.
[
          <xref ref-type="bibr" rid="ref41">41</xref>
          ]), it ful ls a similar purpose of o ering a selection of ontologies from a
variety of domains.
        </p>
        <p>Large-scale crawl based repositories. Crawl-based collections containing
thousands and millions of les are popular sources of ontologies used in
experiments.</p>
        <p>
          Swoogle [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] is a crawl-based semantic web search engine that was
established in 2004. The crawler searches for documents of speci c letypes (e.g. .rdf,
.owl), veri es their status as a valid document of that type, and uses heuristics
based on the references found in existing les to discover new documents. At the
time of writing, Swoogle indexes nearly two million documents, and a search for
ontologies (i.e. documents which contain at least one de ned class or property)
that match `hasFiletype:owl' returns 88,712 results. While Swoogle is an
obvious choice for gathering a large number of OWL ontologies for use in empirical
studies [
          <xref ref-type="bibr" rid="ref34 ref40 ref41">41,34,40</xref>
          ], it does not have a public API and prevents result scraping,
which makes it di cult to gain access to all search results. Furthermore, since
the content is not ltered beyond removal of duplicate URLs, a random
sample from Swoogle is most likely to return a set of small, inexpressive ontologies,
or may be heavily biased towards ontologies from certain domains, as we will
discuss in detail in Section 4.
        </p>
        <p>
          Similar to Swoogle, Watson [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] is a search engine which indexes documents
based on a web-crawler that targets semantic web documents. Watson uses
ltering criteria in order to only include parseable documents and rank results
according to their semantic richness, which is based on properties such as the
expressivity of an ontology and the density of its class de nitions. In addition
to its web interface, Watson also provides APIs which allow users to retrieve
lists of search results for a given keyword. At the time of its release, Watson was
indexing around 25,500 documents; however, to the best of our knowledge, the
service is no longer under active development.
        </p>
        <p>
          The Billion Triple Challenge (BTC) dataset is an annually updated large
dataset of RDF/XML documents used in the Semantic Web Challenge [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The
2011 set which contains 7.411 million RDF/XML documents crawled from the
web using various well-known Linked Data applications as seeds, such as
DBPedia and Freebase. According to an analysis by Glimm et al. [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ], the set contains
just over 115,000 documents that contain a the rdfs:subClassOf predicate, which
may be considered su cient to class the document as an ontology. However,
the authors identi ed that the corpus is biased towards several large clusters
of documents from the same domain, which is indicated by the relatively small
number of domains (109) that these potential ontologies originate from.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Gathering a corpus of OWL DL ontologies</title>
      <p>While hand curated repositories often lack the potential for generalisability of
claims, large-scale document collections su er from a di erent problem: they
typically contain many small and trivial OWL les as well as large numbers of
duplicates, which means that a (naive) random sample is likely to introduce a
heavy bias towards irrelevant cases for applications such as reasoner
benchmarking and ontology pro ling. If we want to make claims about OWL ontologies on
the web, we need a way to obtain a set of unique non-trivial ontologies. In this
section, we present our approach to addressing this issue by collecting a large
amount of documents through web crawling and applying a series of ltering
procedures. The focus of our work lies on the ltering steps applied to arrive at a
set of (relatively) unique les with a high density of non-trivial OWL ontologies.
3.1</p>
      <sec id="sec-3-1">
        <title>Data collection</title>
        <p>The initial set of documents was collected using a standard web-crawler with a
large seed list of URLs obtained from existing repositories and previous crawls.
The sample obtained for this survey is preliminary in the sense that it is the
result of only three weeks of downloading and crawling. We expect the results
to improve gradually as the crawler collects more data, which also allows us to
re ne our heuristics for identifying OWL ontologies.</p>
        <p>The seeds for the crawl were identi ed by a mixed strategy:
{ Obtain seeds (336,414 direct links to potential ontology les) directly from a
Google search, Swoogle, the OBO foundry, Dumontier Labs, and the Protege
Library, with the by far biggest amount of input coming from Swoogle. One
thing to note is that we are not using the Swoogle cache, since we are
interested in ontologies that are `alive' and available on the web.
{ Match URLs in a corpus obtained from a previous crawl in 2011 (43,006</p>
        <p>URLs).</p>
        <p>{ Obtain data from APIs (currently only 413 seeds from BioPortal).
At the time of writing, the seeds for the crawler are spread across 3,413 domains
(125 top level domains such as edu, com, org).</p>
        <p>
          The crawler is based on crawler4j [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], a multi-threaded web crawler
implemented in Java. We use a standard crawling strategy: broad and deep seeding,
low crawling depth (3 levels) and looking for les with various extensions, for
example owl, owl2, rdf, rdfs, obo, owx, and variations thereof. Additionally, the
crawler tests whether a link it followed might actually be an OWL le by
using a set of syntactic heuristics (for example the OWL namespace declaration
in all its syntactic variants), thus catching those OWL les that do not have
a le extension (or a non-standard one). The crawler only identi es potential
URLs, which are then passed on to a candidate downloader which is con gured
to download and re-download les in certain intervals. By preserving all the les
obtained in this way, we hope to be able to analyse the evolution of the corpus
at a later stage. In the short period of time that the crawler was running, 68,060
new candidate documents were discovered.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Data curation</title>
        <p>
          Identifying valid OWL DL les. Many surveys on documents on the web
acknowledge the necessity of doing some preprocessing to mitigate the large bias
introduced by imperfect seeding strategies or single ontologies distributed across
large numbers of multiple les. Our pipeline for identifying candidate OWL les
from the crawl is as follows:
1. Loading and parsing les can be computationally expensive, especially when
dealing with large le sizes. We applied syntactic heuristics to lter out
documents which were clearly not OWL by looking for strings that regularly
occur in di erent serialisations of the language. That way, we reduced our
initial dataset from 268,944 les to 231,839. A random statistically signi cant
sample of 1,037 from the les that were identi ed as non-OWL revealed that
this ltering step yielded around 11% false negatives.
2. The next step was the removal of byte identical les. We used Apache
Commons IO [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] to determine le stream identity. 43,515 les were grouped into
clusters of byte identical les, and removed from the corpus.
3. The next process was to load and save all unique les with the OWL API [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ],
a widely used library for manipulating and serialising ontologies. Relatively
few les (4,590) were not loadable at all (throwing exceptions), while 31 did
not terminate loading. After this step, the corpus contained 213,462 valid
OWL les.
4. We then narrowed down the corpus further by excluding les that have a
byte identical OWL/XML serialisation.
5. The result of the curation pipeline to this point is a set of 207,230 unique
and valid OWL les.
        </p>
        <p>File based manual cleaning. One of the main di culties of gathering a
corpus of ontologies rather than a corpus of arbitrary OWL les is the problem
of identifying what exactly constitutes a single ontology. This results from the
non-standard ways of publishing ontologies: (1) There may exist several di
erent versions of an ontology. These can be either subsequent versions which have
been released in sequence (e.g. version 1.0, 1.1, . . . ), or slightly modi ed variants,
such as `light' or `full'. (2) Single ontologies may be distributed over multiple
les (e.g. DBPedia, Semantic Media Wikis) or published in modules contained in
individual les (faceted publishing). In order to identify versions and distributed
ontologies, we applied a manual cleaning strategy: a random sample of 100
ontologies was drawn from the corpus by one of the authors, and grouped by lesize
and le name patterns in order to identify clusters of les. If an identi ed cluster
contained only trivial les (such as pages of a Semantic Media Wiki or proofs
from Inference Web), all les belonging to the cluster (based on the domain and
lename pattern) were removed from the corpus. This process was repeated
until the sample appeared heterogeneous enough. In this process, the sample was
reduced to just above 19,000 les.</p>
        <p>
          Domain based manual cleaning. The le based manual cleaning worked
well for weeding out the most prominent clusters of trivial les. Looking at the
distribution of domains in our sample, we decided to go one step further and
inspect clusters that were not captured easily by this method. We grouped the
les by the domain source and inspected the biggest ones manually to remove
les that have no or only trivial usage of the OWL language (e.g. owl:sameAs).
Some large contributor domains were eliminated almost entirely
(productontology.com), others required more careful attention (sweet.jpl.nasa.gov for example
provides subsequent versions of each ontology, we decided to keep the latest
ones). While this seems a lot of manual work, without this step the corpus
would have been heavily biased towards the fairly inexpressive representatives
of the big clusters. The biggest clusters were contributed by Semantic Media
Wiki pages (146,866 les), Inference Web [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] metadata (19,042), and the New
York Times `subject headings' dataset [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] (10,438).
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Corpus description</title>
        <p>Having applied the ltering steps described above, the ltered corpus of OWL
ontologies obtained from the crawl contained 9,871 les of which 9,827 les
could be loaded.1 Out of these, 208 were empty (either no axioms, or no entities
in the signature, including annotation properties) and another 3,207 fell under
RDF(S), and a further 1,865 were not in the OWL 2 DL pro le, i.e. were OWL
Full. Note that one of the causes for an ontology being in OWL Full is missing
entity declarations which we consider to be a minor error; thus, before checking
the pro le of the ontologies, we `repaired' this error by inserting missing entity
declarations. The nal set of valid and non-empty OWL DL ontologies consists
of 4,547 documents. In this section, we will describe some of the properties of
this corpus, including provenance information, axiom and constructor usage, and
OWL pro les. The full set of metadata as well as the corpus are available online.2</p>
        <p>
          Provenance. We count 728 distinct domains providing ontology les for
the nal set, spread across 52 top level domains. The distribution of top level
1 Since the ontologies were not merged with their imports closure at the time of
downloading, some ontologies failed loading due to missing imports only months
later.
2 http://owl.cs.manchester.ac.uk/owlcorpus
domains is very similar to the one that was determined by a study characterising
the semantic web in 2006 [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. `.org' contributes almost half of the relevant
documents (1,917), followed by `.com' (536) and `.edu' (450).
        </p>
        <p>Regarding the formats the ontologies were published in, we inspected the le
extensions and the syntax used in the corpus: in terms of syntax used, the
majority of ontologies were originally serialised in RDF/XML (4,170), 255 ontologies
were distributed as OBO 1.2 at les, 82 in Turtle syntax, 21 in OWL/XML,
and 19 in OWL Functional Syntax. The le extensions used were .owl (3,119),
.rdf (706), .obo (230), and other (492).</p>
        <p>Entities and axioms. Table 1 shows an overview of the entity and axiom
statistics in the corpus for the root ontologies (Or) and their imports closure
(O). The most notable observation to be made is the relatively low median for
all relevant entity statistics. This can be explained by the fact that there are
still a good amount of small and potentially redundant les in corpus.</p>
        <p>The ratio of TBox and ABox axioms in the ontologies (including imports
closure) is shown in Table 3. Almost half of the ontologies in the corpus are
`schema only' and contain only TBox axioms, while over 11% are `data only'
and contain only ABox axioms. On average, the TBox makes up 72.2% of the
axioms in an ontology.</p>
        <p>Pro les and constructors used. Figure 1.b shows the distribution of
constructors used in the ontologies in the corpus (as returned by the OWL API).
We can see that beyond the basic constructors available in the description logic
AL, property-based constructors such as inverse properties and property
hierarchies are the most prevalent across the corpus. On the other hand, only a very
small number of ontologies make use of quali ed number restrictions and
complex property hierarchies, which might be explained by the fact that they were
only introduced with OWL 2.</p>
        <p>Fig. 1.b: Distribution of constructors ordered
by number of ontologies that use the constructor.
In order to put our collection in context with existing corpora of OWL ontologies,
we have compared the basic metrics against commonly used sets. For space
reasons, datasets included in this study were mostly selected based on their
popularity as test corpora; thus, some of the more recent collections (e.g. the
Oxford ontology library) and less prevalent sets (e.g. the Protege library) were
excluded for the time being. The BioPortal and TONES snapshots used here are
from November 2012. The BioPortal dataset does not re ect the entire repository
but only those OWL and OBO les that could be downloaded through the REST
API. Out of the 219 ontologies currently in TONES, only 205 were loadable
(mainly due to missing imports). The third dataset is a sample from a Swoogle
snapshot from May 2012 containing OWL and SKOS ontologies. We drew a
statistically signi cant random sample (99% con dence, con dence interval 3)
of 1,839 les from the Swoogle snapshot, out of which 1,757 could be loaded by
the OWL API. The last dataset under consideration here is the version archive
of the NCI thesaurus, consisting of 106 subsequent versions.</p>
        <p>An overview of the metrics of the di erent datasets (ontologies including
imports closure) is shown in Table 4. Overall, the entity numbers of the crawl
corpus lie between the Swoogle sample and the manually curated collections.
However, we also see that mean numbers of entities (logical axioms, signature
size) of the two crawl-based collections (Swoogle and our crawl corpus) are
signi cantly smaller than those of the manually curated repositories, BioPortal
and TONES. With respect to the ontology pro les, both BioPortal and TONES
contain fairly high numbers of ontologies in the EL pro le (over 50% and 28%,
respectively); this may be due to the presence of large biomedical ontologies
which are restricted to the EL pro le in order to guarantee tractable reasoning.
On the other hand, both repositories also contain a large number of OWL 2 Full
ontologies, which generally cannot be handled by current OWL reasoners.</p>
        <p>Finally, Figures 2.a and 2.b show how the ve datasets compare in terms
of ontology sizes. Both crawl-based collections contain a larger proportion of
small ontologies (with over 50% of Swoogle's ontologies containing less than 10
axioms), while the manually curated repositories TONES and BioPortal contain
a high proportion of large ontologies.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and future work</title>
      <p>In this paper, we have presented an approach to creating a corpus of OWL DL
ontologies for testing and evaluation purposes. While the actual corpus is still
work in progress, we have already assembled an interesting|in terms of size,
logical axiom counts, OWL constructs, and OWL 2 pro les|set of OWL DL
ontologies. Apart from laying the foundations for an ontology repository, the
main focus of this paper was to present an approach to gathering a reasonably
interesting set of ontologies in a principled way.</p>
      <p>While we believe that we have laid the foundations for a corpus of interesting
ontologies, we acknowledge some of the limitations our current collection
strategy: (i) resource limitations (essentially memory allocated to the Java Virtual
Machine) might have caused some very big ontologies to have been dismissed;
(ii) the standard problem of reaching the Hidden or Deep Web; (iii) our manual
curation steps are not easily repeatable; and (iv) problems with imports
resolution. The main limitations of our approach stem from general problems with web
crawling, since it is unlikely that we will manage to index all OWL ontologies
that are reachable on the web. However, we expect that a stronger focus on meta
crawling (i.e. crawling search engines) and more extensive (manual) repository
reviewing will gradually expand our seed. Replacing the manual ltering steps
with automated ones is a major concern for the future.</p>
      <p>In terms of future directions, we focus on two main aspects. Firstly, we want
to nd out more about the ontologies in our and other corpora. We are currently
investigating ways to use ontology features to describe corpora in order to
determine how representative a corpus is for the general population of ontologies
of a certain type. The second goal is to establish a repository of OWL
ontologies that allows researchers to retrieve speci c samples of ontologies for various
empirical tasks. One common problem for ontology researchers is the retrieval
of a set of ontologies of a particular characteristic, for example `a set of 100
large ontologies in E L++'. We plan to provide the infrastructure that makes it
possible to retrieve datasets that can also be made permanently accessible to
other researchers, thus aiding the reproducibility of empirical experimentation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Apache</given-names>
            <surname>Commons - Commons IO</surname>
          </string-name>
          . http://commons.apache.org/io/. Accessed:
          <fpage>2013</fpage>
          -04-17.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Billion</given-names>
            <surname>Triple</surname>
          </string-name>
          Challenge - dataset. http://challenge.semanticweb.org/. Accessed:
          <fpage>2013</fpage>
          -04-16.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. crawler4j
          <article-title>- open source web crawler for Java</article-title>
          . http://code.google.com/p/ crawler4j/. Accessed:
          <fpage>2013</fpage>
          -04-17.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Inference</surname>
          </string-name>
          <article-title>Web - a knowledge provenance infrastructure</article-title>
          . http://inference-web. org/wiki/Main_Page. Accessed:
          <fpage>2013</fpage>
          -04-16.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. NCBO BioPortal - home. http://bioportal.bioontology.org/. Accessed:
          <fpage>2013</fpage>
          - 04-17.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>NCIt - National Cancer</surname>
          </string-name>
          <article-title>Institute thesaurus</article-title>
          . http://ncit.nci.nih.gov/. Accessed:
          <fpage>2013</fpage>
          -04-16.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. New York Times - linked open data. http://data.nytimes.com/. Accessed:
          <fpage>2013</fpage>
          - 04-16.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. OWL 2 Recommendation. http://www.w3.org/TR/owl2-overview/. Accessed:
          <fpage>2013</fpage>
          -04-17.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Oxford Ontology Repository. http://www.cs.ox.ac.uk/isg/ontologies/. Accessed:
          <fpage>2013</fpage>
          -04-16.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Protege Ontology Library. http://protegewiki.stanford.edu/wiki/Protege_ Ontology_Library. Accessed:
          <fpage>2013</fpage>
          -04-16.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <article-title>OWL 2 pro les</article-title>
          . http://www.w3.org/TR/owl2-profiles/,
          <year>2009</year>
          . Accessed:
          <fpage>2013</fpage>
          - 04-16.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>A.</given-names>
            <surname>Artale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kontchakov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Zakharyaschev</surname>
          </string-name>
          .
          <article-title>The DL-Lite family and relations</article-title>
          .
          <source>J. of Arti cial Intelligence Research</source>
          ,
          <volume>36</volume>
          :1{
          <fpage>69</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brandt</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lutz</surname>
          </string-name>
          .
          <article-title>Pushing the EL envelope</article-title>
          .
          <source>In Proc. of IJCAI-05</source>
          , pages
          <fpage>364</fpage>
          {
          <fpage>369</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          , R. Pen~aloza, and
          <string-name>
            <given-names>B.</given-names>
            <surname>Suntisrivaraporn</surname>
          </string-name>
          .
          <article-title>Pinpointing in the description logic EL+</article-title>
          .
          <source>In Proc. of KI'07</source>
          , pages
          <fpage>52</fpage>
          {
          <fpage>67</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>M.</given-names>
            <surname>Babik</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Hluchy</surname>
          </string-name>
          .
          <article-title>A testing framework for OWL-DL reasoning</article-title>
          .
          <source>In Proc. of SKG-08</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>J. Bock</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <string-name>
            <surname>Ji</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Volz</surname>
          </string-name>
          .
          <article-title>Benchmarking OWL reasoners</article-title>
          .
          <source>In Proc. of AREA-08</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>M. d'Aquin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Baldassarre</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Gridinoc</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Angeletou</surname>
            , and
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Motta</surname>
          </string-name>
          .
          <article-title>Watson: supporting next generation semantic web applications</article-title>
          .
          <source>In Proc. of WWW07</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>L.</given-names>
            <surname>Ding</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Finin</surname>
          </string-name>
          .
          <article-title>Characterizing the semantic web on the web</article-title>
          .
          <source>In Proc. of ISWC-06</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. L.
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>R. S.</given-names>
          </string-name>
          <string-name>
            <surname>Cost</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Reddivari</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Doshi</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Sachs</surname>
          </string-name>
          .
          <article-title>Swoogle: A search and metadata engine for the semantic web</article-title>
          .
          <source>In Proc. of CIKM-04</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>J.</given-names>
            <surname>Du</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Qi</surname>
          </string-name>
          .
          <article-title>Decomposition-based optimization for debugging of inconsistent OWL DL ontologies</article-title>
          .
          <source>In Proc. of KSEM-10</source>
          , pages
          <fpage>88</fpage>
          {
          <fpage>100</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>B.</given-names>
            <surname>Glimm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hogan</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Krotzsch, and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          . OWL:
          <article-title>yet to arrive on the web of data?</article-title>
          <source>In Proc. of LDOW</source>
          <year>2012</year>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Goncalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Parsia</surname>
          </string-name>
          , and
          <string-name>
            <given-names>U.</given-names>
            <surname>Sattler</surname>
          </string-name>
          .
          <article-title>Concept-based semantic di erence in expressive description logics</article-title>
          .
          <source>In Proc. of ISWC-12</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>M.</given-names>
            <surname>Horridge</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bechhofer</surname>
          </string-name>
          .
          <article-title>The OWL API: a Java API for OWL ontologies</article-title>
          . Semantic Web J.,
          <volume>2</volume>
          (
          <issue>1</issue>
          ):
          <volume>11</volume>
          {
          <fpage>21</fpage>
          ,
          <string-name>
            <surname>Jan</surname>
          </string-name>
          .
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>M. Horridge</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Parsia</surname>
            , and
            <given-names>U.</given-names>
          </string-name>
          <string-name>
            <surname>Sattler</surname>
          </string-name>
          .
          <article-title>Extracting justi cations from BioPortal ontologies</article-title>
          .
          <source>In Proc. of ISWC-12</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>I. Horrocks.</surname>
          </string-name>
          <article-title>DAML+OIL: a description logic for the semantic web</article-title>
          .
          <source>IEEE Data Engineering Bulletin</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):4{
          <issue>9</issue>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26. I.
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Kutz</surname>
            , and
            <given-names>U.</given-names>
          </string-name>
          <string-name>
            <surname>Sattler</surname>
          </string-name>
          .
          <article-title>The even more irresistible SROIQ</article-title>
          .
          <source>In Proc. of KR-06</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27. I.
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Motik</surname>
            , and
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>The HermiT OWL reasoner</article-title>
          .
          <source>In Proc. ORE</source>
          <year>2012</year>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalyanpur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Parsia</surname>
          </string-name>
          , E. Sirin, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Hendler</surname>
          </string-name>
          .
          <article-title>Debugging unsatis able classes in OWL ontologies</article-title>
          .
          <source>J. of Web Semantics</source>
          ,
          <volume>3</volume>
          (
          <issue>4</issue>
          ):
          <volume>268</volume>
          {
          <fpage>293</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Y.-B. Kang</surname>
            ,
            <given-names>Y.-F.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            , and
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Krishnaswamy</surname>
          </string-name>
          .
          <article-title>Predicting reasoning performance using ontology metrics</article-title>
          .
          <source>In Proc. of ISWC-12</source>
          , pages
          <fpage>198</fpage>
          {
          <fpage>214</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>C. M.</surname>
          </string-name>
          <article-title>Keet. Detecting and revising aws in OWL object property expressions</article-title>
          .
          <source>In Proc. of EKAW</source>
          <year>2012</year>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>D. C. Martinez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Krisnadhi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Maier</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Sengupta</surname>
            , and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Hitzler</surname>
          </string-name>
          .
          <article-title>Reconciling OWL and rules</article-title>
          .
          <source>Technical report</source>
          , Kno.e.sis Center, Wright State University,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32. T. Meyer,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Booth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          .
          <article-title>Finding maximally satis able terminologies for the description logic ALC</article-title>
          .
          <source>In Proc. of AAAI-06</source>
          , pages
          <fpage>269</fpage>
          {
          <fpage>274</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33. E. Mikroyannidi,
          <string-name>
            <given-names>N. A. A.</given-names>
            <surname>Manaf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Iannone</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Stevens</surname>
          </string-name>
          .
          <article-title>Analysing syntactic regularities in ontologies</article-title>
          .
          <source>In Proc. of OWLED-12</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34. T. A. T. Nguyen,
          <string-name>
            <given-names>R.</given-names>
            <surname>Power</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Piwek</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Williams</surname>
          </string-name>
          .
          <article-title>Measuring the understandability of deduction rules for OWL</article-title>
          .
          <source>In Proc. of WoDOOM-12</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. H.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. L.</given-names>
            <surname>Whetzel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dorf</surname>
          </string-name>
          , N. Gri th, C. Jonquet,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Rubin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.-A.</given-names>
            <surname>Storey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. G.</given-names>
            <surname>Chute</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Musen</surname>
          </string-name>
          .
          <article-title>BioPortal: ontologies and integrated data resources at the click of a mouse</article-title>
          .
          <source>Nucleic Acids Research</source>
          , May
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <given-names>J. Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          and
          <string-name>
            <surname>E. Thomas. Approximating</surname>
          </string-name>
          <article-title>OWL-DL ontologies</article-title>
          .
          <source>In Proc. of AAAI07</source>
          , pages
          <fpage>1434</fpage>
          {
          <fpage>1439</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <given-names>G.</given-names>
            <surname>Qi</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Hunter</surname>
          </string-name>
          .
          <article-title>Measuring incoherence in description logic-based ontologies</article-title>
          .
          <source>In Proc. of ISWC/ASWC-07</source>
          , pages
          <fpage>381</fpage>
          {
          <fpage>394</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <given-names>K.</given-names>
            <surname>Shchekotykhin</surname>
          </string-name>
          , G. Friedrich, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          .
          <article-title>On computing minimal con icts for ontology debugging</article-title>
          .
          <source>In Proc. of MBS-08</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <given-names>B.</given-names>
            <surname>Suntisrivaraporn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Qi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Ji</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Haase</surname>
          </string-name>
          .
          <article-title>A modularization-based approach to nding all justi cations for OWL DL entailments</article-title>
          .
          <source>In Proc. of ASWC-08</source>
          , pages
          <fpage>1</fpage>
          {
          <fpage>15</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <given-names>A.</given-names>
            <surname>Third</surname>
          </string-name>
          .
          <article-title>Hidden semantics: what can we learn from the names in an ontology?</article-title>
          <source>In Proc. of INLG</source>
          , pages
          <volume>67</volume>
          {
          <fpage>75</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>T. D. Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Parsia</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Hendler</surname>
          </string-name>
          .
          <article-title>A survey of the web ontology landscape</article-title>
          .
          <source>In Proc. of ISWC-06</source>
          , pages
          <fpage>682</fpage>
          {
          <fpage>694</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>