<?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 news "http://ebiquity.umbc.edu/ontology/news.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:news = "&news;"
  xmlns:assert = "&assert;">
  <news:News rdf:about="http://ebiquity.umbc.edu/getnews/html/id/33/SemNews-news-text-to-Semantic-Web">
    <rdfs:label><![CDATA[SemNews: news text to Semantic Web]]></rdfs:label>
    <news:title><![CDATA[SemNews: news text to Semantic Web]]></news:title>
    <news:publishedOn rdf:datatype="&xsd;dateTime">2006-01-12T00:00:00-05:00</news:publishedOn>
    <news:description><![CDATA[<h2 align=center> SemNews Understands the News </h2>

<h4 align=center> Prototype UMBC system interprets online news stories <br> and  publishes text meaning on the Semantic Web</h4>

      <p><a href="http://semnews.umbc.edu/">SemNews</a> is a prototype
application being developed by UMBC Ph.D. student Akshay Java that
uses a sophisticated text understanding system to interpret summaries
of news stories, publishes the results on the semantic web and
provides browsing and query services over them.  The project is the
result of a collaboration between the UMBC's <a
href="http://ilit.umbc.edu/">Institute for Language and Information
Technologies</a> and <a href="http://ebiquity.umbc.edu/">Ebiquity
Laboratory</a> with partial support from the Lockheed Martin
Corporation.</p>

<p>SemNews monitors a number of news source RSS feeds and processes new
stories as they are published.  After extracting a story's metadata,
its news summary is interpreted by the OntoSem text analyzer which
does a syntactic, semantic, and pragmatic analysis of the text,
resulting in its <i>text meaning representation</i> or TMR.  A TMR is a
language-neutral description (an interlingua) of the meaning conveyed
in a natural language text.  In addition to providing information
about the lexical-semantic dependencies in the text, the TMR
represents stylistic factors, discourse relations, speaker attitudes,
and other pragmatic factors present in the discourse structure. In
doing so, the TMR captures not only the meaning of individual elements
in the text, but also the relations between those elements, and
captures both propositional and non-propositional components of textual
meaning.  OntoSem's TMRs are represented in a custom frame-based
representation language and grounded in the Mikrokosmos ontology, an
extensive ontology with over 30K concepts and nearly 400K entities.</p>

<p>Each story's metadata and TMR are translated into the Semantic Web
language OWL via the OntoSem2OWL translator developed for this
project.  The results are then added to a special collection indexed
by the <a href="http://swoogle.umbc.edu/">Swoogle</a> search engine
and also put into a RDF triple store.  These are used to support
several services enabling people and agents to semantically browse,
query and visualize the stories in the collection, enabling access to
information that would otherwise not be easy to find using simple
keyword based search.</p>

<p>For example, one can browse through the story collection via the
ontology to find stories that involve certain concepts, such as a
<i>terrorist organization</i>; find all stories that involve an
entities in OntoSem's onomasticon, such as <i>al qaeda</i> or

<i>Karbala</i>; visualize the stories on a map based on the locations
they reference; or construct an arbitrary query, such as finding
<i>"stories in which the nation named Afghanistan was the location of a
bombing event."</i>  Users can also define semantic "alerts" as queries over the RDF triple
store and/or the Swoogle collection.  For each alert, SemNews will
generate an RSS feed of the results.  
</p>

<p>The SemNews system is currently a research prototype that is being
used to refine the underlying technologies and to explore how the
sophisticated automatic linguistic processing of text can be
integrated into the Semantic Web and conventional web applications.
Ongoing work on SemNews includes an evaluation of its semantic recall
and precision as well as a service that can group and cluster stories
based on their semantic representations. </p>

<h4>For more information </h4>
<ul>
  <li>Akshay Java, Tim Finin and Sergei Nirenburg, <a
  href="http://ebiquity.umbc.edu/paper/html/id/260/">Text
  understanding agents and the Semantic Web</a>, Proceedings of the
  39th Hawaii International Conference on System Sciences, Kauai HI,
  4-6 January, 2006.</li>

  <li>Sergei Nirenburg and Victor Raskin, <a
href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&tag=ebiquity-20&camp=1789&creative=9325&path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F0262140861%2Fqid%3D1137086132%2Fsr%3D8-1%2Fref%3Dpd_bbs_1%3Fn%3D507846%2526s%3Dbooks%2526v%3Dglance">
  Ontological Semantics</a>, September 2004, The MIT Press,
  Cambridge.</li>

  <li> Li Ding, Tim Finin, Anupam Joshi, Yun Peng, Rong Pan and Pavan
  Reddivari, <a href="http://ebiquity.umbc.edu/paper/html/id/257/">
  Search on the Semantic Web</a>, IEEE Computer, October 2005.  </li>
</ul>
]]></news:description>
    <news:uri><![CDATA[http://semnews.umbc.edu/]]></news:uri>
  </news:News>

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

</rdf:RDF>
