<?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/187/Tracking-influence-and-opinions-in-social-media">
    <rdfs:label><![CDATA[Tracking influence and opinions in social media]]></rdfs:label>
    <event:title><![CDATA[Tracking influence and opinions in social media]]></event:title>
    <event:speaker><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Akshay/Java/"><person:name><![CDATA[Akshay  Java]]></person:name><rdfs:label><![CDATA[Akshay  Java]]></rdfs:label></person:PhDStudent></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2006-11-13T12:00:00-05:00</event:startDate>
    <event:endDate rdf:datatype="&xsd;dateTime">2006-11-13T02:00:00-05:00</event:endDate>
    <event:location><![CDATA[325b ITE]]></event:location>
    <event:abstract><![CDATA[Recently, social media such as forums, wikis and blogs, in
particular, are playing a notable role in influencing the
buying patterns of consumers.  Often a person looks for
opinions, user experiences and reviews on such sources
before purchasing a product.  Detecting influential nodes,
opinion leaders and understanding their role in how people
perceive and adopt a product or service provides a powerful
tool for marketing, advertising and business
intelligence. This requires new algorithms that build on
social network analysis, community detection and opinion
extraction.
<p>
We propose to study and characterize influence on the
Blogosphere by combining many contributing factors,
including topic, social structure, opinions, biases and
time. Studies on influence in social networks and
collaboration graphs have considered a static view of the
network and are based purely on link analysis. However,
influence on the Web is often a function of topic. We
propose the notion of `topical influence' and extend
existing techniques to make them topic sensitive. An
important component in understanding influence is to detect
sentiment and opinions. Changes in opinions, aggregated over
many users, can be a predictor for an interesting trend in a
community. We describe BlogVox, a testbed blog analytics
system that we developed for TREC opinion retrieval
task. This system finds opinionated blog posts about a
topic. We propose to extend this system to detect bias and
to aggregate opinions across communities. Finally, we
propose to model influence as a temporal phenomenon. The
Blogosphere, being a buzzy and dynamic environment, has new
topics emerging constantly and blogs rising and falling in
popularity.  Tracking these changes over time allows us to
find blogs that are influential versus something that is
just briefly popular.
<p>
We will develop, implement and experimentally evaluate such
a model to demonstrate its improved accuracy over models
based on any one of these factors alone.
]]></event:abstract>
    <event:tag><![CDATA[blog]]></event:tag>
    <event:tag><![CDATA[social media]]></event:tag>
    <event:tag><![CDATA[influence]]></event:tag>
    <event:tag><![CDATA[opinion extraction]]></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>
