<!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>Compatibility Formalization Between PR-OWL and OWL</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rommel Novaes Carvalho</string-name>
          <email>rommel.carvalho@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kathryn Laskey</string-name>
          <email>klaskey@gmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paulo Costa</string-name>
          <email>pcosta@gmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Systems Engineering &amp; Operations Research School of Information Technology and Engineering George Mason University</institution>
          ,
          <addr-line>Fairfax, VA 22030</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>As stated in [5], a major design goal for PR-OWL was to attain compatibility with OWL. However, this goal has been only partially achieved as yet, primarily due to several key issues not fully addressed in the original work. This paper describes several important issues of compatibility between PR-OWL and OWL, and suggests approaches to deal with them. To illustrate the issues and how they can be addressed, we use procurement fraud as an example application domain [2]. First, we describe the lack of mapping between PR-OWL random variables (RVs) and the concepts de ned in OWL, and then show how this mapping can be done. Second, we describe PR-OWL's lack of compatibility with existing types already present in OWL, and then show how every type de ned in PR-OWL can be directly mapped to concepts already present in OWL.</p>
      </abstract>
      <kwd-group>
        <kwd>OWL</kwd>
        <kwd>PR-OWL</kwd>
        <kwd>MEBN</kwd>
        <kwd>probabilistic ontology</kwd>
        <kwd>semantic web</kwd>
        <kwd>compatibility</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The Semantic Web (SW) is predicated upon radical notions of information
sharing, which include [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]: (i) the Anyone can say Anything about Any topic (AAA)
requirement; (ii) the open world assumption, i.e. there may exist more
information of which we are not aware, and (iii) nonunique naming, meaning that
di erent people can assign di erent names to the same concept. The Semantic
Web (SW) di ers from the document web in that it is intended to provide not
only information sharing, but also knowledge synergy. We call such an
environment characterized a Radical Information Sharing (RIS) environment. While the
SW promises great power and exibility, RIS environments present fundamental
challenges, and can lead to chaos, disagreement and con ict.
      </p>
      <p>
        The challenge facing SW architects is therefore to avoid the natural chaos to
which RIS environments are prone, and move to a state characterized by
information sharing, cooperation and collaboration. According to [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], one solution to
this challenge lies in modeling. Modeling is the process of organizing information
for community use. Modeling supports information sharing in four ways: (1) It
provides a framework for human communication; (2) it provides a means for
explaining conclusions; (3) it provides a basis for formalization and automation
of reasoning; and (4) it provides a structure for managing varying viewpoints.
      </p>
      <p>
        There is an immense variety of modeling approaches. Di erent approaches
and processes are supported by di erent modeling languages. One of special
interest to this research is the Web Ontology Language (OWL) [
        <xref ref-type="bibr" rid="ref18 ref9">18, 9</xref>
        ]. OWL
was developed with the aim of enabling achievement of the full SW potential.
According to [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] OWL is intended for use when the information contained
in documents needs to be processed by applications, as opposed to situations
in which the content need only be presented to humans. OWL can be used
to explicitly and formally represent the meaning of terms in vocabularies and
the relationships between those terms. This representation of terms and their
interrelationships is called an ontology.
      </p>
      <p>
        One of the rst de nitions of ontology in the context of the Semantic Web
was given by Thomas Gruber [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>An ontology is an explicit speci cation of a conceptualization. The
term is borrowed from philosophy, where an Ontology is a systematic
account of Existence. For Arti cial Intelligence (AI) systems, what \exists"
is that which can be represented. A conceptualization is an abstract,
simpli ed view of the world that we wish to represent for some purpose.
Every knowledge base, knowledge-based system, or knowledge-level agent
is committed to some conceptualization, explicitly or implicitly.</p>
      <p>
        In the past few years, as the Semantic Web community has developed
standards and more complex use cases, the need for principled approaches for
representing and reasoning under uncertainty has received increasing appreciation.
As a consequence, the World Wide Web Consortium (W3C) created the
Uncertainty Reasoning for the World Wide Web Incubator Group (URW3-XG) in
2007 to identify requirements for reasoning with and representing uncertain
information in the World Wide Web. The work of the URW3-XG provided an
important beginning for characterizing the range of uncertainty that a ects
reasoning on the scale of the World Wide Web, and the issues to be considered in
designing a standard representation of that uncertainty. However, the work to
date likely falls short of what would be needed to charter an e ort to develop
that representation. A candidate representation for uncertainty reasoning in the
semantic web is Probabilistic OWL (PR-OWL) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], an OWL upper ontology for
representing probabilistic ontologies based on Multi-Entity Bayesian Networks
(MEBN) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        As stated in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], a major design goal for PR-OWL was to attain compatibility
with OWL. However, this goal has been only partially achieved as yet, due to
several key issues not fully addressed in the original work. First, there is no
mapping in PR-OWL to properties of OWL. Second, although PR-OWL has
the concept of meta-entities, which allows the de nition of complex types, it
lacks compatibility with existing types already present in OWL.
      </p>
    </sec>
    <sec id="sec-2">
      <title>These problems have been noted in the literature [20]:</title>
    </sec>
    <sec id="sec-3">
      <title>PR-OWL does not provide a proper integration of the formalism of</title>
      <p>MEBN and the logical basis of OWL on the meta level. More speci cally,
as the connection between a statement in PR-OWL and a statement in
OWL is not formalized, it is unclear how to perform the integration of
ontologies that contain statements of both formalisms.</p>
      <p>This paper is structured as follows. Section 2 brie y describes PR-OWL and
its underlying logic, MEBN. Section 3 presents PR-OWL's lack of mapping to
OWL and our suggested solution to the problem. Section 4 presents the lack
of compatibility between types in OWL and PR-OWL and describes how they
could be integrated. Finally, Section 5 presents the conclusion of the proposed
extension to PR-OWL language.
2</p>
      <sec id="sec-3-1">
        <title>PR-OWL and MEBN Logic</title>
        <p>
          Ontologies are becoming increasingly popular as a means to ensure formal
semantic support for knowledge sharing [
          <xref ref-type="bibr" rid="ref13 ref22 ref3 ref4 ref7 ref8">3, 4, 7, 8, 13, 22</xref>
          ]. Representing and
reasoning with uncertainty is becoming recognized as an essential capability in many
domains. The nave approach of simply annotating ontologies with numerical
probabilities is inadequate, because it cannot capture complex relational
probabilistic dependencies. More expressive representation formalisms are needed [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>
          Probabilistic Ontologies [
          <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
          ] have been proposed as a more expressive
formalism for representing knowledge in domains characterized by uncertainty. The
PR-OWL probabilistic ontology language [
          <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
          ] has its logical basis in
MultiEntity Bayesian Networks (MEBN), an extension of Bayesian networks (BNs)
to achieve rst-order expressive power [
          <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
          ]. MEBN represents knowledge as
a collection of MEBN Fragments (MFrags), which are organized into MEBN
Theories (MTheories). Figure 1 presents the main concepts needed to de ne an
MTheory in PR-OWL. In the diagram, the ellipses represent the general classes,
while the arcs represent the main relationships among the classes.
        </p>
        <p>An MFrag contains random variables (RVs) and a fragment graph
representing dependencies among these RVs. An MFrag is a template for a fragment of a
Bayesian network. It is instantiated by binding its arguments to domain entity
identi ers to create instances of its RVs. There are three kinds of RV: context,
resident and input. Context RVs represent conditions that must be satis ed for
the distributions represented in the MFrag to apply. Input nodes represent RVs
that may in uence the distributions de ned in the MFrag, but whose
distributions are de ned in other MFrags. Distributions for resident RV instances are
de ned in the MFrag. Distributions for resident RVs are de ned by specifying
local distributions conditioned on the values of the instances of their parents in
the fragment graph.</p>
        <p>A set of MFrags represents a joint distribution over instances of its random
variables. MEBN provides a compact way to represent repeated structure in a
BN. An advantage of MEBN is that there is no xed limit on the number of RV
instances, and the random variable instances can be dynamically instantiated as
needed.</p>
        <p>An MTheory is a set of MFrags that satis es conditions of consistency
ensuring the existence of a unique joint probability distribution over its random
variable instances.</p>
        <p>
          To apply an MTheory to reason about particular scenarios, one needs to
provide the system with speci c information about the individual entity instances
involved in the scenario. Throughout the remainder of the paper, we use
procurement fraud as an example application domain [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. On receipt of information
about a particular procurement scenario, Bayesian inference can be used both to
answer speci c questions of interest (e.g., how likely is it that a particular
procurement is being directed to a speci c enterprise?) and to re ne the MTheory
(e.g., each new investigation provides additional statistical data about relevant
indicators for a given category of fraud). Bayesian inference is used to perform
both problem speci c inference and learning in a sound, logically coherent
manner (for more details see [
          <xref ref-type="bibr" rid="ref15 ref17">15, 17</xref>
          ]).
3
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Mapping PR-OWL Random</title>
      </sec>
      <sec id="sec-3-3">
        <title>Concepts</title>
      </sec>
      <sec id="sec-3-4">
        <title>Variables to OWL</title>
        <p>
          Suppose we have an OWL ontology for the public procurement domain. The
ontology de nes concepts such as procurement, winner of a procurement, members
of a committee responsible for a procurement, etc. Figure 2 shows a light-weight
ontology for this domain represented in Uni ed Modeling Language (UML) [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
        <p>Now, imagine we want to de ne some uncertain relations about this domain,
e.g. it is common to identify a front for an enterprise by looking at his/her income
and the value of a procurement the enterprise he/she represents won, meaning,
if the enterprise won a procurement of millions of dollars, but the responsible
person for this enterprise makes less than 10 thousand dollars a year, it is likely
that this person is a front. Figure 3 shows this probabilistic relation de ned
using PR-OWL in an open-source tool for probabilistic reasoning, UnBBayes.</p>
        <p>As expected, we would need to ensure some conditions were met in order
to make assertions about this probabilistic relationship. One of these conditions
is that the person we are trying to determine as a possible front has to be
responsible for the enterprise we are analyzing.</p>
        <p>It is natural to think that the data we have about this domain would be
associated with the ontological markups de ned in OWL. In other words, our
database would have instances of persons and enterprises, and these instances
would be linked to their semantic meaning de ned in the OWL ontology.</p>
        <p>Accessing this information should be trivial once the de nitions in the
ontology were made available and permission was granted to retrieve data from
the database. However, this can only be achieved by developing a link between
PR-OWL random variables (RVs) and the concepts de ned in OWL. In its
current state, though, the relations de ned in PR-OWL are not formally linked to
the relevant concepts in the OWL procurement ontology. That is, the relation
IsResponsibleFor should be linked to the OWL concepts representing persons
and enterprises.</p>
        <p>From this simple example, it is clear that every probabilistic de nition
involving a concept must keep a reference to its semantic de nition. In other words,
full compatibility with OWL requires modi cations to PR-OWL that guarantee
the preservation of OWL's semantics.</p>
        <p>
          Figure 4 shows a suggested approach to map concepts in OWL to random
variables in PR-OWL. In this case, the relation is represented by a class (see [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]
for details on how to de ne n ary relations in OWL) named HasContract which
represents a 4-ary relation that relates a contract that has a public agency as
a contractor, has its origin in a procurement, and has an enterprise contracted.
This relation is mapped as a predicate because in this example it is possible to
have more than one contracted enterprise for the same contract.
        </p>
        <p>The idea is to keep a reference to the main relation (OWL concept) when
creating its probabilistic de nition (PR-OWL random variable). In this case,
the random variable HasContract is a function that de nes the probabilistic
characteristics of the concept HasContract, in this case a class that has a role
of a relation as explained above. As it can be seen on Figure 4 the range of the
random variable is a boolean.</p>
        <p>However, it is not enough to map a PR-OWL random variable to an OWL
concept whose probabilistic characteristics are being de ned. It is also necessary
to map the arguments of the random variable to their respective classes or data
types in OWL. In this example we have that: the argument contract is mapped to
the class Contract, which is the range of the property hasContract ; the argument
contracted is mapped to the class Enterprise, which is the range of the property
hasContracted ; the argument origin is mapped to the class Procurement, which is
the range of the property hasOrigin; and the the argument contractor is mapped
to the class PublicAgency, which is the range of the property hasContractor.</p>
        <p>Finally, in First Order Logic (FOL) the range of any n-ary predicate is a
boolean. However, due to the lack of n-ary relations in OWL, this predicate was
modeled in PR-OWL as a class. Therefore, it has no de ned range. In fact, the
only possible value of a class is an instantiation. So there is one last mapping to
be done.</p>
        <p>We need to map the existence of an instance to a random variable with value
true. This is a one to one mapping. I.e., there is only one RV that describes
the uncertainty of an OWL instance and there is only one OWL instance that
describes the semantics of a RV. If there is no such instance, then the value of
the RV is either false (if we are assuming a closed world) or unknown (if we are
assuming an open world). The fact is that we need to have an extra parameter
in our RV to state to which instance of the class HasContract it is related to.</p>
        <p>So, once the random variable is instantiated as a node in a Bayesian
network for a speci c situation, it is necessary to maintain the mapping we had in
our PR-OWL random variable. Figure 5 shows a suggestion for how to perform
this mapping. In this example, as we have an OWL assertion that HasContract1
is a predicate that states that the Contract1 contract had origin in
Procurement1, has IRS as its contractor, and has contracted ITEnterprise, we have
the PR-OWL counterpart stating that the node HasContract ITEnterprise
Procurement1 IRS Contract1 has the state True with probability 100%. The
actual mapping between the OWL instance and the node is kept because the
node is in fact an instance of the random variable de ned in PR-OWL, which
in turn is an OWL class. As the PR-OWL random variable has the mapping, so
does its instance.</p>
        <p>The mapping described in this section provides the basis for a formal de
nition of consistency between a PR-OWL probabilistic ontology and an OWL
ontology, in which rules in the OWL ontology correspond to probability one
assertions in the PR-OWL ontology. A formal notion of consistency can lead to
development of consistency checking algorithms.
4</p>
      </sec>
      <sec id="sec-3-5">
        <title>Extending PR-OWL to Use OWL's Types</title>
        <p>
          One of the main concerns when developing OWL [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] was to keep the same
semantics of its predecessors, RDF and XML, which meant reusing all the concepts
already de ned in those languages, including primitive types, such as string,
boolean, decimal, etc. On the other hand, PR-OWL does not make use of the
primitive types used in OWL. For instance, PR-OWL de nes Boolean as an
individual of the class MetaEntity, as shown in Figure 6, but does not keep any
relation to the boolean type used in OWL.
        </p>
        <p>If we wanted to de ne a continuous random variable for the annual income
of a person in PR-OWL, we would need to de ne the real numbers, even though
they are already de ned in OWL. Moreover, concepts that use this primitive
type in OWL would not be understood in PR-OWL, in other words, they lack
compatibility as far as primitive types are concerned.</p>
        <p>
          Figure 7 shows the di erent types of entities de ned in PR-OWL. A possible
approach to keep OWL's semantics is to avoid de ning new types of entities and
use what is already available in OWL. For instance, the class ObjectEntity can
be substituted by the OWL class Thing, after all, according to [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] ObjectEntity
aggregates the MEBN entities that are real world concepts of interest in a
domain. They are akin to objects in Object-Oriented (OO) models and to frames
in frame-based knowledge systems. In other words, they are nothing more than
OWL classes.
        </p>
        <p>
          According to [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] CategoricalRVState is used to represent a list of mutually
exclusive, collectively exhaustive states, which in turn are possible states of
random variables, represented by nodes in PR-OWL. Therefore, it can be replaced
by DataOneOf if it needs to enumerate data types or ObjectOneOf if it needs
to enumerate objects. These concepts allow the enumeration of literals and
individuals, respectively (see [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] for more details).
        </p>
        <p>BooleanRVState can be replaced by the boolean data type present in OWL.
Finally, the MetaEntity class, which includes all the entities that convey
speci c de nitions about entities (e.g. typelabels that name the possible types of
entities), can be eliminated since all other entities were replaced by a concept
already present in OWL.
5</p>
      </sec>
      <sec id="sec-3-6">
        <title>Conclusion</title>
        <p>We described the main issues with PR-OWL probabilistic ontology language
with respect to its compatibility with the OWL ontology language and presented
possible approaches to deal with these issues.</p>
        <p>The rst issue described was the lack of mapping between PR-OWL random
variables (RVs) and the concepts de ned in OWL. In its current state, though,
the relations de ned in PR-OWL are not formally linked to concepts in OWL.
We have shown through an example how this mapping can be done.</p>
        <p>The second issue described was that PR-OWL does not make use of the
primitive types used in OWL, as OWL did with respect to RDF and XML.
For this reason, concepts already de ned in one language must be rede ned in
the other. We have shown that every type de ned in PR-OWL can be directly
mapped to concepts already present in OWL without any loss of generality.</p>
        <p>This paper has provided qualitative descriptions and examples of how to deal
with these compatibility issues. We are currently working on formalizing these
qualitative descriptions and on modifying PR-OWL's syntax and semantics to
incorporate the approaches presented here.</p>
        <p>Acknowledgments. The authors would like to thank the Brazilian O ce of the
Comptroller General (CGU) for their active support since 2008 and for providing
the human resources necessary to conduct this research.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Dean</given-names>
            <surname>Allemang</surname>
          </string-name>
          and
          <string-name>
            <given-names>James A.</given-names>
            <surname>Hendler</surname>
          </string-name>
          .
          <article-title>Semantic web for the working ontologist</article-title>
          . Morgan Kaufmann,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Rommel</given-names>
            <surname>Novaes</surname>
          </string-name>
          <string-name>
            <given-names>Carvalho</given-names>
            , Kathryn B.
            <surname>Laskey</surname>
          </string-name>
          , Paulo C. G. Costa, Marcelo Ladeira, Laecio Lima Santos, and
          <string-name>
            <given-names>Shou</given-names>
            <surname>Matsumoto</surname>
          </string-name>
          .
          <article-title>Probabilistic ontology and knowledge fusion for procurement fraud detection in brazil</article-title>
          .
          <source>In Proceedings of the 5th Uncertainty Reasoning for the Semantic Web (URSW</source>
          <year>2009</year>
          )
          <article-title>on the 8th International Semantic Web Conference (ISWC</article-title>
          <year>2009</year>
          ), Chantilly, Virginia, USA,
          <year>October 2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Huajun</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>Zhaohui</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <article-title>On Case-Based knowledge sharing in semantic web</article-title>
          .
          <source>In Tools with Arti cial Intelligence</source>
          , IEEE International Conference on, volume
          <volume>0</volume>
          ,
          <string-name>
            <surname>page</surname>
            <given-names>200</given-names>
          </string-name>
          , Los Alamitos, CA, USA,
          <year>2003</year>
          . IEEE Computer Society.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Huajun</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <surname>Zhaohui Wu</surname>
          </string-name>
          , and Jiefeng Xu.
          <article-title>KB-Grid: enabling knowledge sharing on the semantic web</article-title>
          .
          <source>In Challenges of Large Applications in Distributed Environments</source>
          , International Workshop on, volume
          <volume>0</volume>
          ,
          <string-name>
            <surname>page</surname>
            <given-names>70</given-names>
          </string-name>
          , Los Alamitos, CA, USA,
          <year>2003</year>
          . IEEE Computer Society.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Paulo C. G Costa</surname>
          </string-name>
          .
          <article-title>Bayesian Semantics for the Semantic Web</article-title>
          .
          <source>PhD</source>
          , George Mason University,
          <year>July 2005</year>
          .
          <article-title>Brazilian Air Force</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Paulo</given-names>
            <surname>Cesar</surname>
          </string-name>
          <string-name>
            <given-names>Costa</given-names>
            , Kathryn B.
            <surname>Laskey</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Kenneth J.</given-names>
            <surname>Laskey</surname>
          </string-name>
          .
          <article-title>PR-OWL: a bayesian ontology language for the semantic web. In Uncertainty Reasoning for the Semantic Web I: ISWC International Workshops</article-title>
          ,
          <source>URSW 2005-2007, Revised Selected and Invited Papers</source>
          , pages
          <volume>88</volume>
          {
          <fpage>107</fpage>
          . Springer-Verlag,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>P.C.G.</given-names>
            <surname>Costa</surname>
          </string-name>
          ,
          <string-name>
            <surname>Kuo-Chu Chang</surname>
            ,
            <given-names>K.B.</given-names>
          </string-name>
          <string-name>
            <surname>Laskey</surname>
          </string-name>
          , and
          <article-title>Rommel Novaes Carvalho. A multi-disciplinary approach to high level fusion in predictive situational awareness</article-title>
          .
          <source>In Proceedings of the 12th International Conference on Information Fusion</source>
          , pages
          <volume>248</volume>
          {
          <fpage>255</fpage>
          , Seattle, Washington, USA,
          <year>July 2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>A</surname>
          </string-name>
          .
          <string-name>
            <surname>-S. Dadzie</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Bhagdev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Chakravarthy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Iria</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Lanfranchi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Magalhes</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Petrelli</surname>
            , and
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ciravegna</surname>
          </string-name>
          .
          <article-title>Applying semantic web technologies to knowledge sharing in aerospace engineering</article-title>
          .
          <source>Journal of Intelligent Manufacturing</source>
          ,
          <volume>20</volume>
          (
          <issue>5</issue>
          ):
          <volume>611</volume>
          {
          <fpage>623</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. W3C OWL Working Group.
          <article-title>OWL 2 web ontology language document overview</article-title>
          . http://www.w3.org/TR/2009/PR-owl2
          <string-name>
            <surname>-</surname>
          </string-name>
          overview-20090922/,
          <year>September 2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Thomas</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Gruber</surname>
          </string-name>
          .
          <article-title>Toward principles for the design of ontologies used for knowledge sharing</article-title>
          .
          <source>Int. J. Hum.-Comput</source>
          . Stud.,
          <volume>43</volume>
          (
          <issue>5-6</issue>
          ):
          <volume>907</volume>
          {
          <fpage>928</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Patrick</given-names>
            <surname>Hayes</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alan</given-names>
            <surname>Rector</surname>
          </string-name>
          .
          <article-title>De ning n-ary relations on the semantic web</article-title>
          . http://www.w3.org/TR/swbp-n-aryRelations/,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ian</surname>
            <given-names>Horrocks</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peter F Patel-Schneider</surname>
            ,
            <given-names>and Frank Van Harmelen. From SHIQ</given-names>
          </string-name>
          and
          <article-title>RDF to OWL: the making of a web ontology language</article-title>
          .
          <source>JOURNAL OF WEB SEMANTICS</source>
          ,
          <volume>1</volume>
          :
          <year>2003</year>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Nicholas</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kings</surname>
          </string-name>
          and John Davies.
          <article-title>Semantic web for knowledge sharing</article-title>
          .
          <source>In Semantic Knowledge Management</source>
          , pages
          <volume>103</volume>
          {
          <fpage>111</fpage>
          .
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kathryn</surname>
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Laskey</surname>
            and
            <given-names>Paulo C. G.</given-names>
          </string-name>
          <string-name>
            <surname>Costa</surname>
          </string-name>
          .
          <article-title>Of starships and klingons: Bayesian logic for the 23rd century</article-title>
          .
          <source>In Proceedings of the 21th Annual Conference on Uncertainty in Arti cial Intelligence (UAI-05)</source>
          , Arlington, Virginia, USA,
          <year>2005</year>
          . AUAI Press.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Kathryn</surname>
          </string-name>
          <article-title>Blackmond Laskey</article-title>
          .
          <article-title>MEBN: a language for rst-order bayesian knowledge bases</article-title>
          .
          <source>Artif</source>
          . Intell.,
          <volume>172</volume>
          (
          <issue>2-3</issue>
          ):
          <volume>140</volume>
          {
          <fpage>178</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>K.B. Laskey</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Costa</surname>
            , and
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Janssen</surname>
          </string-name>
          .
          <article-title>Probabilistic ontologies for knowledge fusion</article-title>
          .
          <source>In Information Fusion</source>
          ,
          <year>2008</year>
          11th International Conference on, pages
          <volume>1</volume>
          {
          <issue>8</issue>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Suzanne</given-names>
            <surname>Mahoney</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kathryn B.</given-names>
            <surname>Laskey</surname>
          </string-name>
          .
          <article-title>Constructing situation speci c belief networks</article-title>
          .
          <source>In Proceedings of the 14th Annual Conference on Uncertainty in Arti cial Intelligence (UAI-98)</source>
          , San Francisco, CA,
          <year>1998</year>
          . Morgan Kaufmann.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Deborah L. McGuinness</surname>
            and
            <given-names>Frank Van Harmelen. OWL</given-names>
          </string-name>
          <article-title>web ontology language overview</article-title>
          . http://www.w3.org/TR/owl-features/,
          <year>February 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Boris</surname>
            <given-names>Motik</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peter F. Patel-Schneider</surname>
          </string-name>
          ,
          <article-title>and Bijan Parsia. OWL 2 web ontology language structural speci cation and Functional-Style syntax</article-title>
          . http://www.w3.org/TR/owl2-syntax/,
          <year>October 2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>Livia</given-names>
            <surname>Predoiu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Heiner</given-names>
            <surname>Stuckenschmidt</surname>
          </string-name>
          .
          <article-title>Probabilistic extensions of semantic web languages - a survey. In The Semantic Web for Knowledge and Data Management: Technologies and Practices</article-title>
          . Idea Group Inc,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>James</surname>
            <given-names>Rumbaugh</given-names>
          </string-name>
          , Ivar Jacobson, and
          <string-name>
            <given-names>Grady</given-names>
            <surname>Booch</surname>
          </string-name>
          .
          <source>The Uni ed Modeling Language Reference Manual</source>
          .
          <string-name>
            <surname>Addison-Wesley Professional</surname>
          </string-name>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Galina</surname>
            <given-names>V Veres</given-names>
          </string-name>
          , Trung Dong Huynh, Mark S Nixon, Paul R Smart, and
          <string-name>
            <surname>Nigel R Shadbolt.</surname>
          </string-name>
          <article-title>The military knowledge information fusion via semantic web technologies</article-title>
          .
          <source>Technical report</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>