<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:PhdThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/278/BayesOWL-A-Probabilistic-Framework-for-Semantic-Web">
    <rdfs:label><![CDATA[BayesOWL: A Probabilistic Framework for Semantic Web]]></rdfs:label>
    <pub:title><![CDATA[BayesOWL: A Probabilistic Framework for Semantic Web]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2005-12-05T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[<p>To address the difficult but important problem of modeling uncertainty in semantic web,
this research takes a probabilistic approach and develops a theoretical framework, named
BayesOWL, that incorporates the Bayesian network (BN), a widely used graphic model
for probabilistic interdependency, into the web ontology language OWL. This framework
consists of three key components: 1) a representation of probabilistic constraints as OWL
statements; 2) a set of structural translation rules and procedures that converts an OWL
taxonomy ontology into a BN directed acyclic graph (DAG); and 3) a method SD-IPFP
based on 'iterative proportional fitting procedure' (IPFP) that incorporates available
probability constraints into the conditional probability tables (CPTs) of the translated BN.
The translated BN, which preserves the semantics of the original ontology and is
consistent with all the given probability constraints, can support ontology reasoning, both
within and cross ontologies, as Bayesian inferences, with more accurate and more
plausible results.
</p><p>
SD-IPFP was further developed into D-IPFP, a general approach for modifying BNs
with probabilistic constraints that goes beyond BayesOWL. To empirically validate this theoretical work, both BayesOWL and variations of IPFP have been implemented and
tested with example ontologies and probabilistic constraints. The tests confirmed
theoretical analysis.
</p><p>
The major advantages of BayesOWL over existing methods are: 1) it is non-intrusive and
flexible, neither OWL nor ontologies defined in OWL need to be modified and one can
translate either the entire ontology or part of it into BN depending on the needs; 2) it
separates the 'rdfs:subClassOf' relations (or the subsumption hierarchy) from other
logical relations by using L-Nodes, which makes CPTs of the translated BN smaller and
easier to construct in a systematic and disciplined way, especially in a domain with rich
logical relations; 3) it does not require availability of complete conditional probability
distributions, pieces of probability information can be incorporated into the translated BN
in a consistent fashion. One thing to emphasize is that BayesOWL can be easily extended
to handle other ontology representation formalisms (syntax is not important, semantic
matters), if not using OWL.</p>]]></pub:abstract>
    <pub:pages><![CDATA[168]]></pub:pages>
    <pub:organization><![CDATA[Computer Science and Electrical Engineering]]></pub:organization>
    <pub:counter>2031</pub:counter>
    <pub:tag><![CDATA[semantic web]]></pub:tag>
    <pub:tag><![CDATA[ontology]]></pub:tag>
    <pub:tag><![CDATA[owl]]></pub:tag>
    <pub:tag><![CDATA[bayesian reasoning]]></pub:tag>
    <pub:tag><![CDATA[ipfp]]></pub:tag>
    <pub:tag><![CDATA[bayesowl]]></pub:tag>
    <pub:tag><![CDATA[uncertainty]]></pub:tag>
    <pub:school><![CDATA[University of Maryland, Baltimore County]]></pub:school>
    <pub:author>
       <rdf:List>
         <rdf:first><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Zhongli/Ding/"><person:name><![CDATA[Zhongli  Ding]]></person:name><rdfs:label><![CDATA[Zhongli  Ding]]></rdfs:label></person:PhDAlumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Zhongli/Ding/"><person:name><![CDATA[Zhongli  Ding]]></person:name><rdfs:label><![CDATA[Zhongli  Ding]]></rdfs:label></person:PhDAlumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/229.pdf]]></pub:softCopyURI>
      <pub:softCopySize>1791348</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/230.pdf]]></pub:softCopyURI>
      <pub:softCopySize>19854</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/231.pdf]]></pub:softCopyURI>
      <pub:softCopySize>654535</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:PhdThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
