<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/221/Wikipedia-as-an-ontology-for-describing-documents">
    <rdfs:label><![CDATA[Wikipedia as an ontology for describing documents]]></rdfs:label>
    <event:title><![CDATA[Wikipedia as an ontology for describing documents]]></event:title>
    <event:speaker><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed/"><person:name><![CDATA[Zareen  Syed]]></person:name><rdfs:label><![CDATA[Zareen  Syed]]></rdfs:label></person:PhDStudent></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2007-10-29T10:30:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2007-10-29T12:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE]]></event:location>
    <event:abstract><![CDATA[Identifying the topics and concepts associated with a
document or collection of documents is a common task for
many applications.  It can help in the annotation and
categorization of documents in a corpus. Knowing the topics
of documents a user has selected and viewed on the Web or
from a collection can be used to model the user's current
topical interests for improving search results, business
intelligence or selecting appropriate advertisements.
<p>
We are exploring the idea of using Wikipedia's articles and
associated pages as a topic ontology.  The benefits of this
approach are that the terms in the derived ontology are kept
current, represent the consensus of a large community, and
can be understood by ordinary people by reading the
associated Web pages.
<p>
We have investigated the use of the text of Wikipedia
articles, the category link graph and the article links
graph for predicting common concepts related to a set of
documents.  We describe several heuristics and algorithms
that we implemented and evaluated to aggregate and refine
results, including the use of a spreading activation
approach on the graphs.
<p>
The Wikipedia Category graph can be used to predict
generalized concepts however, using the article links graph
can help in predicting more specific concepts or concepts
that do not exist in the category hierarchy. We show through
our experiments on Wikipedia that it is possible to predict
common concepts that do not exist as Wikipedia categories by
utilizing the page links graph. Such predicted concept could
in turn be used to define new categories or sub-categories
within Wikipedia. The results of our preliminary experiments
are encouraging and give us a direction for future research
and experimentation along these lines.

]]></event:abstract>
    <event:tag><![CDATA[social media]]></event:tag>
    <event:tag><![CDATA[wikipedia]]></event:tag>
    <event:tag><![CDATA[information retrieval]]></event:tag>
    <event:tag><![CDATA[ontology]]></event:tag>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin/"><person:name><![CDATA[Tim  Finin]]></person:name><rdfs:label><![CDATA[Tim  Finin]]></rdfs:label></person:PrincipalFaculty></event:host>
  </event:Event>

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

</rdf:RDF>
