<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Ozone Browser: Augmenting the Web with Semantic Overlays</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Grégoire</forename><surname>Burel</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">OAK Group</orgName>
								<orgName type="institution">University of Sheffield</orgName>
								<address>
									<settlement>Sheffield</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Sparks Ozone Browser</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Amparo</forename><forename type="middle">E</forename><surname>Cano</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">OAK Group</orgName>
								<orgName type="institution">University of Sheffield</orgName>
								<address>
									<settlement>Sheffield</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Sparks Ozone Browser</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Vitaveska</forename><surname>Lanfranchi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">OAK Group</orgName>
								<orgName type="institution">University of Sheffield</orgName>
								<address>
									<settlement>Sheffield</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Sparks Ozone Browser</orgName>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<address>
									<settlement>Microformats</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Ozone Browser: Augmenting the Web with Semantic Overlays</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7C5B1535A0601360E5FBEBB619E7438B</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T08:17+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents Ozone Browser 1 (OB), a JavaScript tool that uses the semantics embedded in Web documents for improving the user interaction experience.</p><p>Recently, the introduction of Microformats 2 and then RDFa 3 created a bridge between the Semantic Web and the Syntactic Web by embedding semantics into Web documents. This bridge facilitates the consumption of semantic data by third party applications such as screen scrappers, or search engines. However, until now the human-readable presentation of these semantic meta-information has been set aside. From the reader's point of view, the actual interpretation of a rendered document relies on: 1) The contextual knowledge provided by the hyperlinks contained in a document; 2) The background knowledge of the reader that helps him to bind unlinked information to known concepts. However, when following hyperlinks the reader may be disturbed on its cognitive process as it loses the information given by the previous document. Moreover, the association process with the user knowledge rather than the publisher knowledge may conduct to misinterpretation or partial understanding of the document. As computers, a reader should use the document's internal and external semantics for leading him to a better understanding of it. For making it possible, it is required to augment the document's representation by making explicit this underlying and external knowledge in a human readable way. OB is a graphical overlay that uses RDFa enabled documents for fulfilling these requirements. It uses a progressive enhancement strategy based on RDFa markups for adding different presentation layers to an existing document.</p><p>First, OB extracts the semantic content from a document by creating a lightweight client-side triple store from which inferences from the document's RDFa statements can be derived. Then, it binds a graphical overlay on the top of the current web document, highlighting all the RDFa statements containing the property tag in the document via icons. The reader can request more information about these statements by pointing on them. When doing so, inferences from inside and outside the page are executed for that statement, a contextualized view of the obtained knowledge is presented and the related information within the document (statements with the same predicate) is visualised as lines superimposed on the document itself. In order to provide these visualisations, OB dynamically generates views accordingly to the name space of the RDFa statement using a plug-in approach (Fig. <ref type="figure">1</ref>).</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Currently two experimental views are implemented. The first one provides a view of a Twitter 4 account (last Tweets of the considered account and the last public Tweets). The second one, an Event Visualiser, displays a summary of geotagged events using a map interface. This summary is generated from the inferences derived from the statements contained in the triple store. When no suitable views are available, a default visualisation is provided. It displays the RDFa triple object alongside with the possibility of finding the related information using search engines. OB also provides a developer view targeting people aware of Semantic Web technologies. This view shows the triples of the document in a raw format and offers an experimental interface for performing simple SPARQL 5 queries on the triple store.</p><p>OB is implemented as a bookmarklet 6 and can be applied to any web document with RDFa embedded metadata. It is built on top of two toolkits and uses a JSONP 7 bridge from Yahoo Pipes <ref type="bibr" target="#b2">8</ref> . It uses the rdfquery library <ref type="bibr" target="#b3">9</ref> , which is a lightweight clientside toolkit for RDFa, and the Sparks framework 1 , both implemented in JavaScript.</p><p>OB has been designed within the WeKnowIt 10 project as a solution for interacting implicitly with knowledge outside and inside the document boundaries, while preserving the knowledge context. Future work includes: 1) Refining the contextbased views and introducing more sophisticated visualisation plug-ins; 2) Providing means to manipulate the knowledge objects in the page, thus offering easy ways to enrich a document with the user knowledge.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Ozone Browser in action: a) the summary of an event; b) the related developer's view.</figDesc><graphic coords="2,200.80,158.88,194.40,126.96" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The research leading to these results has received funding from the EU project WeKnowIt 10 (ICT-215453).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="http://www.w3.org/TR/rdf-sparql-query/" />
		<title level="m">SPARQL</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/" />
		<title level="m">JSONP</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="http://pipes.yahoo.com/pipes/" />
		<title level="m">Yahoo Pipes</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<ptr target="http://code.google.com/p/rdfquery/" />
		<title level="m">Rdfquery Library</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title/>
		<author>
			<persName><surname>Weknowit</surname></persName>
		</author>
		<ptr target="http://www.weknowit.eu/" />
		<imprint/>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
