<?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">MOAW -URI&apos;s Everywhere</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Laurian</forename><surname>Gridinoc</surname></persName>
							<email>l.gridinoc@open.ac.uk</email>
							<affiliation key="aff0">
								<orgName type="department">Knowledge Media Institute (KMi</orgName>
								<orgName type="institution">The Open University</orgName>
								<address>
									<settlement>Milton Keynes</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><surname>Mathieu D'aquin</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Knowledge Media Institute (KMi</orgName>
								<orgName type="institution">The Open University</orgName>
								<address>
									<settlement>Milton Keynes</settlement>
									<country key="GB">United Kingdom</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">MOAW -URI&apos;s Everywhere</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">0A39E709163D4A29D3B9308BE4AB39BF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T22:52+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/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The manipulation of Semantic Web data is a relatively difficult and unfriendly task, generally carried out only by experts or technology enthusiasts. URIs of semantic resources for example are not really easy to manipulate, as rich and friendly interfaces allowing to understand and reuse them are still required. Therefore, the current status of the integration of such technologies with more traditional Web interfaces hampers their adoption by a broader public. Of course, many initiatives are currently focusing either on building systems using Semantic Web technologies in a way transparent to the user (e.g. Revyu.com<ref type="foot" target="#foot_0">1</ref> ) or in integrating semantic data in the traditional activities of the Web 2.0 user (e.g. MOAT<ref type="foot" target="#foot_1">2</ref> ).</p><p>MOAW (pronounce like mauve: mõv ) intends to provide a simple and lightweight contribution to such initiatives. MOAW can be seen as a URI suggestion tool, building on the "auto-completion" feature made popular by Web 2.0 websites and Google keyword suggestion. Basically, MOAW can be attached to any text field (HTML input element) so that, while typing, suggestions of URIs would appear that can be selected to replace the corresponding word (see figure <ref type="figure" target="#fig_0">1</ref>). The URIs suggested by MOAW are discovered thanks to Watson. Watson<ref type="foot" target="#foot_2">3</ref> can be seen as a search engine for the Semantic Web, crawling, indexing and providing access to Semantic Web resources for applications.</p><p>One important strength of MOAW is that, thanks to the use of flexible technologies, it can be easily applied to any online Web form without having to edit the corresponding webpage: URIs coming from virtually anywhere on the Web can be reused virtually anywhere on the Web. In addition, as can be seen in figure 1, MOAW not only displays the suggested URIs, but also provides, thanks to Watson, a rich description of each URI so that it can be properly understood and selected by the user.</p><p>Underlying technologies: In practice MOAW takes the form of a bookmarklet: a link is dragged onto the bookmarks of the client browser and, whenever this bookmark is clicked, the Javascript code of MOAW is "injected" into the current webpage. This procedure for "installing" MOAW is therefore relatively simple and provides an homogeneous way to extend the capability of any web form, in potentially any browser.<ref type="foot" target="#foot_3">4</ref>  Once activated, MOAW will load the necessary scripts and libraries, and attach the auto-completion feature to any "imput" field in the current webpage. This feature is based on the JQuery auto-complete plugin<ref type="foot" target="#foot_4">5</ref> , that has been customized to search and display URIs of entities from Watson. Searching and retrieving rich description of URIs is realized through the Watson Javascript library, which is based on AJAX for the communication with the Watson server. Finally, the description of each URI (type, relations, link to Watson for "More..." information) is displayed thanks to a JQuery tooltip plugin. <ref type="bibr">6</ref> What to do with it? The original motivation for the development of MOAW was the possibility to easily bring URIs for the purpose of editing semantic data in the (next) version of Tabulator.<ref type="foot" target="#foot_6">7</ref> However, MOAW is a nice little tool that can be used anywhere a web form is present and it makes sense to fill it with URIs. It can be envisaged, for example, to use it for tagging resources with URIs instead of terms in various systems (blogs, collaborative bookmarks, etc.) Another interesting scenario can be, whenever HTML is edited online, to facilitate the integration of RDFa annotations.</p><p>The current prototype corresponds to an early, untested implementation. We intend to improve it both on the level of robustness and of the features it provides. The source code can be retrieved from the web page of the project (http://watson.kmi.open.ac.uk/MOAW) and is open to any form of contribution.</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. MOAW suggesting URIs for "tom" on the Revyu.com website.</figDesc><graphic coords="2,134.77,115.84,345.83,192.97" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://revyu.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://moat-project.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://watson.kmi.open.ac.uk</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">Note that the current prototype version only works with Firefox.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://www.bassistance.de/jquery-plugins/jquery-plugin-autocomplete/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://eprints.ecs.soton.ac.uk/14773/</note>
		</body>
		<back>
			<div type="references">

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