<?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:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/244/Wikipedia-as-an-ontology">
		<rdfs:label><![CDATA[Wikipedia as an ontology]]></rdfs:label>
		<pub:type><![CDATA[Poster]]></pub:type>
		<pub:title><![CDATA[Wikipedia as an ontology]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2007-10-01T00:00:00-05:00</pub:publishedOn>
		<pub:description><![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 articles and
associated pages as a topic ontology. The benefits of this
approach are that the terms in the derived ontology are
automatically 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 very encouraging and give us a direction for future
research and experimentation along these lines.]]></pub:description>
		<pub:counter><![CDATA[2597]]></pub:counter>
		<pub:tag><![CDATA[classification]]></pub:tag>
		<pub:tag><![CDATA[ontology]]></pub:tag>
		<pub:tag><![CDATA[social media]]></pub:tag>
		<pub:tag><![CDATA[wikipedia]]></pub:tag>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person 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:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person 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:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/83/Wikitology"><project:title><![CDATA[Wikitology]]></project:title><rdfs:label><![CDATA[Wikitology]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[Microsoft PowerPoint]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/resource/244.ppt]]></pub:softCopyURI>
			<pub:softCopySize>198144</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:Resource>

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

</rdf:RDF>
