<?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/469/Infoboxer-Using-Statistical-and-Semantic-Knowledge-to-Help-Create-Wikipedia-Infoboxes">
		<rdfs:label><![CDATA[Infoboxer: Using Statistical and Semantic Knowledge to Help Create Wikipedia Infoboxes]]></rdfs:label>
		<event:title><![CDATA[Infoboxer: Using Statistical and Semantic Knowledge to Help Create Wikipedia Infoboxes]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Varish/Mulwad"><person:name><![CDATA[Varish Mulwad]]></person:name><rdfs:label><![CDATA[Varish Mulwad]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2014-10-01T10:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">1999-11-30T00:00:00-05:00</event:endDate>
		<event:location><![CDATA[ITE 346, UMBC]]></event:location>
		<event:abstract><![CDATA[<img src="https://ebiquity.umbc.edu/blogger/wp-content/uploads/2014/09/Screen-Shot-2014-09-03-at-8.41.52-AM.png">
<br/>

<p>Wikipedia infoboxes serve as input in the creation of knowledge bases
such as DBpedia, Yago, and Freebase. Current creation of Wikipedia
infoboxes is manual and based on templates that are created and
maintained collaboratively.  However, these templates pose several
challenges:</p>

<ul>

<li>Different communities use different infobox templates for the same category articles</li>

<li>Attribute names differ (e.g., date of birth vs. birthdate)</li>

<li>Templates are restricted to a single category, making it harder to find a template for an article that belongs to multiple categories (e.g., actor and politician)</li>

<li> Templates are free form in nature and no integrity check is performed on whether the value filled by the user is of appropriate type for the given attribute</li>

</ul>

<p>In this talk, we present Infoboxer, a tool which overcomes these challenges using statistical and semantic knowledge from linked data sources to ease the process of creating Wikipedia infoboxes. Infoboxer creates dynamic and semantic templates by suggesting attributes common for similar articles and controlling the expected values semantically. We will give an overview of our approach and demonstrate how Infoboxer can be used to create infoboxes for new Wikipedia articles as well as update erroneous values in existing infoboxes. We will also discuss our proposed extensions to the project.</p>

<p>Visit <a href="http://ebiq.org/p/668">http://ebiq.org/p/668</a> for more information about Infoboxer. A demo can be found <a href="http://sid.cps.unizar.es/Infoboxer">here</a>.</p>
]]></event:abstract>
		<event:uri><![CDATA[http://ebiq.org/p/668]]></event:uri>
		<event:tag><![CDATA[dbpedia]]></event:tag>
		<event:tag><![CDATA[lod]]></event:tag>
		<event:tag><![CDATA[rdf]]></event:tag>
		<event:tag><![CDATA[semantic web]]></event:tag>
		<event:tag><![CDATA[wikipedia]]></event:tag>
	</event:Event>

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

</rdf:RDF>
