<?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">Annotation and Navigation in Semantic Wikis</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Eyal</forename><surname>Oren</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">DERI Galway</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Renaud</forename><surname>Delbru</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">DERI Galway</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Knud</forename><surname>Möller</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">DERI Galway</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Max</forename><surname>Völkel</surname></persName>
							<email>voelkel@fzi.de</email>
							<affiliation key="aff1">
								<orgName type="department">Forschungzentrum Informatik</orgName>
								<address>
									<settlement>Karlsruhe</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Siegfried</forename><surname>Handschuh</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">DERI Galway</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Annotation and Navigation in Semantic Wikis</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">24830534AA2CED6B48AA79548275BF92</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T09:14+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>Semantic Wikis allow users to semantically annotate their Wiki content. The particular annotations can differ in expressive power, simplicity, and meaning. We present an elaborate conceptual model for semantic annotations, introduce a unique and rich Wiki syntax for these annotations, and discuss how to best formally represent the augmented Wiki content. We improve existing navigation techniques to automatically construct faceted browsing for semistructured data. By utilising the Wiki annotations we provide greatly enhanced information retrieval. Further we report on our ongoing development of these techniques in our prototype SemperWiki.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Wikis are collaborative hypertext authoring environments. Wikis allow people to collaboratively collect, describe, and author information. Since most information in ordinary Wikis consists of natural-language texts, structured access and information reuse are practically not possible <ref type="bibr" target="#b12">[13]</ref>.</p><p>Semantic Wikis allow users to make formal descriptions of resources by annotating the pages that represent those resources. Where a regular Wiki enables users to describe resources in natural language, a Semantic Wiki enables users to additionally describe resources in a formal language. By adding metadata to ordinary Wiki content, users get added benefits such as improved retrieval, information exchange, and knowledge reuse.</p><p>An ordinary Wiki should offer functionality 3 such as access control, binary data management, version management, notification, and data export. In our opinion, a Semantic Wiki should specifically address three additional questions:</p><p>1. how to annotate content? 2. how to formally represent content? 3. how to navigate content?</p><p>Recently several Semantic Wikis have been developed, such as Platypus <ref type="bibr" target="#b21">[22]</ref>, WikSAR <ref type="bibr" target="#b1">[2]</ref>, Semantic MediaWiki <ref type="bibr" target="#b22">[23]</ref> and IkeWiki <ref type="bibr" target="#b19">[20]</ref>. These Wikis answer these questions in a rather limited way: (a) they allow only simple annotations of the current Wiki page; (b) they do not formally separate the page and the concept that it describes; and (c) they do not fully exploit the semantic annotations for improved navigation.</p><p>In this paper we specifically address these three questions in a broader way: in Sect. 2 we analyse Wiki annotations from a conceptual level, discuss representation mechanisms, and current annotation support in Semantic Wikis. In Sect. <ref type="bibr" target="#b2">3</ref> we offer an improved navigational model based on semantic annotation; the navigation model is similar to e.g. Longwell <ref type="foot" target="#foot_0">4</ref> for faceted browsing of semistructured data, but works, in contrast to existing approaches, for arbitrary datasets with arbitrary structure. We report on our prototype implementation Semper-Wiki <ref type="bibr" target="#b11">[12]</ref> in Sect. 4; the implementation has been updated to include these new ideas.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Annotations</head><p>In the following section we discuss our first question: how to annotate Wiki content?</p><p>Let us first analyse what an annotation is. We annotate data all the time: when we read a paragraph, and mark "great!" in the margin, that is an annotation; when our text editor underlines a misspelled word, that is also an annotation. Annotations add some information to some other information; to annotate means "to make notes or comments" <ref type="bibr" target="#b15">[16]</ref>.</p><p>Another way to view annotations is metaphorically: URIs<ref type="foot" target="#foot_1">5</ref> are the "atoms" of the Semantic Web and semantic annotations are the "molecules". The Semantic Web is about shared terminology, achieved through consistent use of URIs. Annotations create a relationship between URIs and build up a network of data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Conceptual model</head><p>We now explore the conceptual model behind annotation in more depth. The term "annotation" can denote both the process of annotating and the result of that process <ref type="bibr" target="#b8">[9]</ref>. Where we say "annotation" we mean the result. An annotation attaches some data to some other data. An annotation establishes, within some context, a (typed) relation between the annotated data and the annotating data.</p><p>Investigating the nature of annotation further, we can model it as a quadruple: Definition 1 (Annotation). An annotation A is a tuple (a s , a p , a o , a c ), where a s is the subject of the annotation, the annotated data, a o is the object of the annotation, the annotating data, a p is the predicate, the annotation relation, that defines the type of relationship between a s and a o , and a c is the context in which the annotation is made.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Example 1 (Informal annotation).</head><p>The annotation subject can be formal or informal. For example, when we put a note in the margin of a paragraph, the informal convention is that the note applies to the paragraph, but that pointer is not formally defined. If we however use a formal pointer such as a URI 6 to point to the paragraph then the subject is formally specified.</p><p>The annotation predicate can be formal or informal. For example, when we put a note in the margin, the relation is not formally defined, but we may informally derive from the context that that the note is a comment, a change-request, an approval or disapproval, etc. If we use a formal pointer to an ontological term that indicates the relation (e.g. dc:comment) then the predicate is formally defined.</p><p>The annotation object can be formal or informal. If an object is formal we can distinguish different levels of formality: textual, structural, or ontological. For example, then string "This is great!" is a textual object. A budget calculation table in the margin of a project proposal is a structural object. And an annotation object that is not only explicitly structured but also uses ontological terms 7 is an ontological object.</p><p>The annotation context can be formal or informal. Context can could indicate when the annotation was made and by whom (provenance), or within what scope the annotation is deemed valid, for example in a temporal scope (it is only valid in 2006) or in a spatial scope (it is only valid in Western Europe). Usually context is given informally and implicitly. If we use a formal pointer such as a URI then the context is formally defined.</p><p>Combining the levels of annotation subject, predicate, and object, we can distinguish three layers in annotations: i) informal annotations, ii) formal annotations (that have formally defined constituents and are thus machine-readable), 6 One can use XPointer to point to a paragraph in a document and XPointer can be used as a URI, as discussed in http://www.w3.org/TR/xptr-framework/#escaping. 7 Ontological means that the terminology has a commonly understood meaning that corresponds to an shared conceptualisation called ontology <ref type="bibr" target="#b7">[8]</ref>. Whether a term is ontological is a social matter and not a technical or formal matter. It is sometimes mistakenly understood that using a formal ontology language makes terms ontological. An ontology however denotes a shared (social) understanding; the ontology language can be used to formally capture that understanding, but does not preclude reaching an understanding in the first place.</p><p>and iii) semantic annotations (that have formally defined constituents and use only ontological terms). We have given some simple examples for each kind of annotation in Examples 1 (a handwritten margin annotation in a book), 2 (formally expressed in N3 </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>¦ ¥</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Annotations in Wikis</head><p>We can, similarly to <ref type="bibr" target="#b17">[18]</ref>, distinguish three levels of annotations in a Semantic Wiki:</p><p>Layout Annotations that describe textual formatting without additional structural information, such as bold or italic words <ref type="foot" target="#foot_4">10</ref> . Structure Annotations that describe the structure of a page or of a set of pages, such as hyperlinks (inter-page structure), headings, subheadings, and paragraphs (internal page structure), and itemised and numbered lists. Semantics Annotations that relate pages or page elements to arbitrary resources through typed ontological relations, such as categorising a page in a taxonomy, specifying the friends of a described person, or the books of a described author.</p><p>Annotations in a regular Wiki are limited to layout and structural annotations. Semantic annotations are unique to Semantic Wikis, and are the further focus of this section.</p><p>We now present one possible annotation syntax for semantic annotations, namely the one used in SemperWiki <ref type="bibr" target="#b11">[12]</ref>. To simplify the annotations, we only consider annotations that have the page on which they appear as subject. The annotation subject is thus implicitly defined. We also limit ourselves, for simplicity, to annotations with an implicit context. The annotations are then restricted to defining the predicate and object, which is done by simply stating the two on a separate line.</p><p>The example page shown in Fig. <ref type="figure">1</ref> describes the World Wide Web Consortium. The page includes some English text, and some annotations which state (using the Wordnet and Semantic Web Research Community ontologies) that the W3C is an organisation lead by Tim Berners-Lee. The syntax includes referencing using namespace abbreviations, internal Wiki pages, and full URIs; see <ref type="bibr" target="#b11">[12]</ref> for more information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>W3C</head><p>The World Wide Web Consortium (W3C) develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential. rdf:type wordnet:Organization swrc:head http://www.w3.org/People/Berners-Lee/card#i dc:date "2006/01/01" Fig. <ref type="figure">1</ref>: Simple Wiki page about the W3 Consortium</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Representation</head><p>Having defined annotations in Wikis, we now answer the second question: how to formally represent Wiki content?</p><p>RDF <ref type="foot" target="#foot_5">11</ref> is a straightforward way to represent these annotations formally, since it has exactly the same model as our annotations. We can either use standard RDF to represent annotations without context, or RDF quads (which is a common RDF extension) for annotations with context.</p><p>RDF does pose some constraints on the constituents of triples: the subject must be a URI or a blank node (not a literal), and the predicate must be a URI (not a literal or blank node). If we follow these restrictions in our annotations, RDF offers a good representation model.</p><p>We represent pages and their annotation in RDF as follows: each page is an RDF resource, and each annotation a property of that resource. We can represent not only the semantic annotations in RDF but the whole Wiki content. The (natural language) Wiki content is captured through the predicate semper:content, the outgoing links to other pages through the predicate semper:links. Figure <ref type="figure" target="#fig_0">2</ref> shows the RDF graph that represents the page in Fig. <ref type="figure">1</ref>  Problem: documents vs. concepts Because annotations can describe concepts (the W3 consortium) and web documents (the page about the W3 Consortium), the question arises which URI to use as the annotation subject.</p><p>For example, the Wiki page in Fig. <ref type="figure">1</ref> also contains the statement that it was created on January 1, 2006. But does this statement say that the document was created in 2006 or that the subject concept of the document, i.e. the W3C, was created in 2006? We may derive with some background information that we mean the first, but we actually need a way to say both: we sometimes want to make statements about a concept and sometimes about the document describing that concept.</p><p>This issue (often referred to as the "URI crisis") is well-known from early discussions on Web architecture, and has gained renewed interest in the Semantic Web community. The problem is that it is unclear what a URI denotes (at least, it is unclear for URIs that are URLs, but the discussion focuses primarily on http URIs which are indeed URLs). A URL can denote a name, an abstract concept, a web location, or a document <ref type="bibr" target="#b4">[5]</ref>. The root of the problem is that the same URI can be used to identify a subject directly (web document) or indirectly (concept that is subject of document) <ref type="bibr" target="#b14">[15]</ref>.</p><p>Hawke <ref type="bibr" target="#b9">[10]</ref> suggests 12 to disambiguate the concept and the document syntactically by using the # symbol: http://google.com/ would denote the web document and http://google.com/# would denote the concept. The solution is not ideal <ref type="bibr" target="#b14">[15]</ref> since the hash symbol is a legal URI character and can be used to denote a document fragment, while referring to document fragments with URI fragment identifiers is crucial for fine-grained document annotation 13 .</p><p>Solution: locators vs. names As Pepper remarks, "using a locator for something that does not have a location is asking for trouble" <ref type="bibr" target="#b14">[15]</ref>. The obvious solution is to not use a locator (URL) but a non-addressable identifier 14 (URN) for non-locatable things such as concepts.</p><p>Unfortunately, using a URN to identify concepts violates the fundamental Web principle that a URI should point to a location with useful information about the thing it identifies <ref type="bibr" target="#b3">[4]</ref>. However, that could be remedied by using a syntactical convention (mirror-URIs) to relate the document URL to the concept URN, such as prefixing the URL with the urn: protocol handler.</p><p>To complete this solution, we need to extend our Wiki syntax in two ways to include a way:</p><p>1. to distinguish annotations about a document (Wiki page) from annotations about the concept, which we do by prefixing the annotation with the ! symbol. 2. to relate a page to the concept it describes (in case the page describes a concept in a different naming authority, e.g. a page on http://wikibase/W3C that describes urn://w3.org), which we do with semper:about.</p><p>Figure <ref type="figure" target="#fig_1">3a</ref> shows how these extensions are used to now correctly state that the W3C (identified by urn://w3.org) is an organisation headed by Tim Berners-Lee, and that this page (identified by http://wikibase/W3C) was created on January 1st, 2006, and Fig. <ref type="figure" target="#fig_1">3b</ref> shows the corresponding RDF graph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Annotation in current Semantic Wikis</head><p>Having answered the first two questions (how to annotate and how to represent Wiki content), we now characterise the annotation and representation in several existing Semantic Wikis.</p><p>Annotations in Semantic Wikis are formal and possibly semantic, i.e. they are formally defined, and possibly use ontological terms. We have selected several dimensions to classify annotations in Semantic Wikis from the literature (we again focus on the annotation result, not the annotation process). We have added one new dimension to capture the important notion of annotation context:  Subject attribution (also called "scope" <ref type="bibr" target="#b18">[19]</ref>) Indicates the subject of the annotation: is the subject of the annotation the same as the page on which it appears or an arbitrary page? In a Wiki, the possible attributions are: the page on which an annotation appears, an arbitrary page, or an anonymous resource. Subject granularity (also called "lexical span" <ref type="bibr" target="#b17">[18]</ref>) Indicates the granularity of the annotation subject: e.g. is the annotation about a document, a section inside a document, a sentence, or a word? Representation distinction (also called "instance identification vs. reference" <ref type="bibr" target="#b2">[3]</ref>) Indicates whether the Wiki distinguishes annotations about the Wiki page itself from annotations of the concept described on the page? Terminology reuse (also called "interoperability" <ref type="bibr" target="#b18">[19]</ref>) Indicates whether an annotation is self-confined with its own terminology, or whether an annotation uses terms from existing ontologies, and are thus interoperable and understandable for others. Object type (also called "annotation form" <ref type="bibr" target="#b6">[7]</ref>) Indicates the type of annotation object: is it a literal or textual object, a structural object (including a hyperlink to another page), or an ontological object? Context Indicates the context of the annotation: when was it made, by whom (provenance), and within what scope: the annotation could for example be temporally scoped (it is only valid in 2006) or spatially scoped (it is only valid in Western Europe).</p><p>These dimensions can indicate the level of annotation in current Semantic Wiki approaches. We do not provide an exhaustive evaluation, but evaluate WikSAR <ref type="bibr" target="#b1">[2]</ref>, Semantic MediaWiki <ref type="bibr" target="#b22">[23]</ref>, IkeWiki <ref type="bibr" target="#b19">[20]</ref> and SemperWiki <ref type="bibr" target="#b11">[12]</ref> as the most prominent systems under ongoing development. Subject attribution Most existing Wikis only allow statements about the current page. The subject of an annotation is never explicitly stated, but always implicitly assumed to be the page on which the statement appears. In Sem-perWiki the user can explicitly state the subject of the annotations, because we separate the page and the thing it describes (as explained in Sect. 2.3), and annotations can thus be attributed to arbitrary URIs.</p><p>Subject granularity Most existing Wikis only allow annotation of complete pages, not of subsections or arbitrary parts of text, for the same reason (implicitly) as mentioned above.</p><p>Since SemperWiki allows users to attribute annotations to arbitrary URIs one could annotate a document fragment as follows: create a Wiki page, point it to the document fragment using an XPointer URI, and annotate the page.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Representation distinction Of the discussed Wikis only SemperWiki clearly</head><p>separates the page from the concept that it describes, and offers a syntax that distinguishes annotations of the page from annotations of the concept.</p><p>IkeWiki also separates pages from the concepts that they describe (a concept can be represented on multiple pages), but does not, as far as we know, offer a syntax to manually express this distinction. Terminology reuse IkeWiki and SemperWiki allow existing terminology to be reused in annotations (through namespace definitions or full URIs), the rest can only create annotations using internal Wiki pages and can thus not make use of existing terminology. Object type All discussed Wikis allow an object to be a literal or an internal Wiki page. Of the discussed Wikis, only SemperWiki allows the object of an annotation to be an arbitrary URI. No Semantic Wiki allows unnamed resources (blank nodes) as objects. Context Is ignored in all existing Wikis. Summarising, we have developed a conceptual model for annotations in general, and for semantic annotations in the context of Semantic Wikis specifically. Given this model we have seen that current Semantic Wikis offer only limited annotation possibilities (which is not necessarily wrong, but has now been recognised explicitly), and do not clearly separate the page from the concept that it describes. We have shown how SemperWiki addresses these limitations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Navigation</head><p>Having answered the first two questions, we now investigate the third question: how to navigate Wiki content?</p><p>When navigating an ordinary Wiki, all content is considered either a hyperlink or some natural language text. The hyperlinks between pages can be followed, and the full-text can be searched by keyword. But if users can not exactly formulate their information need, an exploration technique is necessary that helps users to discover data <ref type="bibr" target="#b10">[11]</ref>.</p><p>In our opinion, navigating a Wiki has two phases: looking for a page, and looking at a page. In an ordinary Wiki, exploration in both phases is limited to predefined hyperlinks. In Semantic Wikis, the semantic annotations structure the Wiki content, and we can use that structure to offer improved exploration through a technique called faceted browsing <ref type="bibr" target="#b23">[24]</ref>.</p><p>Existing approaches for faceted browsing rely on manually constructing the facets for a fixed data structure. But since Wiki content can form arbitrary and fluent structures (because users can add arbitrary annotations to pages), we need to adjust faceted browsing to arbitrary data structures.</p><p>In this section, we present our approach to automatically construct facets for an arbitrary semi-structured dataset, independent of its structure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Background</head><p>Faceted browsing is a superior exploration technique for large structured datasets <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b5">6]</ref> based on the theory of facet analysis <ref type="bibr" target="#b16">[17]</ref>.</p><p>In faceted browsing, the information space is partitioned using orthogonal conceptual dimensions of the data (these dimensions are called facets). Each facet has multiple restriction values; users select a restriction value to constrain relevant items in the information space.</p><p>In the Semantic Wiki, a facet corresponds to an annotation predicate a p and a restriction value corresponds to an annotation object a o . The annotation subject is the result (or purpose) of the faceted browsing: faceted browsing is a search process that takes the predicate and object values as input and returns possible matching the subject.</p><p>For example, a collection of art works can consist of facets (predicates) such as type of work, time periods, artist names and geographical locations. Users can select a certain restriction value (object) such as the 20th century to constrain the visible collection to only some art works. Multiple constraints are applied conjunctively.</p><p>Existing approaches <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b10">11]</ref> cannot navigate arbitrary datasets: they are limited to manually defined facets over predefined data structures. A technique for automatic classification of new data under existing facets has been developed <ref type="bibr" target="#b5">[6]</ref>, but requires a predefined training set of data and facets, and only works for textual data. A technique for automatic facet construction based on lexical dispersion has been developed <ref type="bibr" target="#b0">[1]</ref>, but is also limited to textual data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Automatic facet extraction</head><p>We combine several existing techniques to offer faceted browsing for arbitrarily structured data. Setting up faceted browsing for a specific dataset involves two steps: i) selecting proper facets and ii) partitioning each facet into a number of restriction values.</p><p>In most existing faceted browsers, both steps are done manually: an administrator examines the dataset (e.g. a museum collection), selects useful facets (e.g. time period, artist name, location), and partitions each facet into useful restriction values: e.g. the time facet would be divided in 20 centuries, the artist facet into 26 starting letters, and the location (hierarchically) into continent and then countries.</p><p>We focus on automation of the first step: selecting proper facets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Facet selection</head><p>A facet should only represent one important characteristic of the classified entity <ref type="bibr" target="#b16">[17]</ref>. This entity corresponds to our notion of RDF resource. In RDF, each resource is defined by one or more predicates; these predicates could be considered as entity characteristics. Our goal is to find, among all available predicates, those that best represent the dataset.</p><p>Frequency A good predicate has a high occurrence frequency inside the collection. The more distinct resources a predicate covers, the more useful it is in dividing the information space [6] Distinguishing power A good predicate has a uniform value distribution (its distinguishing power is high). A division in which the information is distributed uniformly across all partitions enables the fastest navigation to an item of interest. Object values A good predicate has a limited number of different object values (between 2 and 20). If there are too many different objects to choose from, then the options are difficult to display and may disturb the user. Intuition A good predicate reflects the scope of the information space and is intuitive for the user. For example, a user who only knows the author of some book will try to find it by using the facet "author". Conversely, a user who only knows the title of a book will try to find it using the "title".</p><p>We define three metrics (for the first three properties) that rank the appropriateness of each predicate; we exclude the mathematical treatment for brevity. Fig. <ref type="figure" target="#fig_3">4</ref> shows these metrics for a sample (CiteSeer) dataset. We cannot define a metric for intuition, since we cannot properly define intuition.  Frequency To measure the frequency of a predicate, we use a simple function based on the number of distinct resources that have the predicate. For example, in Fig. <ref type="figure" target="#fig_3">4a</ref> we see that year and type occur frequently in the sample data.</p><p>Distinguishing power To measure the distinguishing power of a predicate we use a simple function based on the number of distinct subjects having the same object. If each object has the same number of distinct subjects, the score of the predicate is highest. For example, in Fig. <ref type="figure" target="#fig_3">4b</ref> we see that the predicate year is not very balanced: there are more publications in later years.</p><p>Object values For displaying and usability purposes (the user should be able to have an overview of options and decide on a restriction value), the number of different object values should be approximately between <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b19">20]</ref>. For example, in Fig. <ref type="figure" target="#fig_3">4c</ref> we see that the predicate booktitle has many different object values, and the predicate type only a few (so the latter one would be more usable).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Implementation</head><p>This section presents our prototype implementations of the previous ideas.</p><p>Our open-source prototype SemperWiki<ref type="foot" target="#foot_6">15</ref>  <ref type="bibr" target="#b11">[12]</ref> was initially developed as personal Wiki for knowledge management, and therefore designed as a desktop application. The original version of SemperWiki, shown in Fig. <ref type="figure" target="#fig_4">5</ref>, is implemented in Ruby<ref type="foot" target="#foot_7">16</ref> , using the GTK<ref type="foot" target="#foot_8">17</ref> graphical toolkit. We are currently porting SemperWiki to a Web architecture to make it crossplatform accessible, using ActiveRDF <ref type="bibr" target="#b13">[14]</ref> and Ruby on Rails <ref type="foot" target="#foot_9">18</ref> . The new version of SemperWiki contains all the annotation functionality described in Sect. 2, and clearly distinguishes between documents and concepts, as discussed in Sect. 2.3.</p><p>Secondly, we have built a prototype that implements the automatic selection of facets. The resulting faceted browsing interface is shown in Fig. <ref type="figure" target="#fig_5">6</ref>; please note that this interface is automatically generated for arbitrary data. In this dataset, year, type, booktitle and journal are the facets (selected from the predicates), and 1988, 1992, etc. are the facet values (annotation objects without clustering). The prototype is implemented in Ruby and ActiveRDF, and works on arbitrary RDF data sources through the generic RDF API of ActiveRDF.</p><p>We have not yet done a comprehensive assessment, but an initial evaluation<ref type="foot" target="#foot_10">19</ref> looks promising: the metrics automatically select the most important predicates (such as year, type and author) as the most important facets. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Discussion</head><p>The results of our work allows us to give good answers to the three initial research questions of this paper. We are satisfied with this overall results but we will also have in the following a short discussion about possible unsettled points.</p><p>Our approach for annotation in the Semantic Wiki ignores the context of annotations. Actually, to our knowledge, all annotation approaches ignore the notion of context. More research is needed on identifying and on modelling context of annotations.</p><p>Secondly, when annotating Wiki concepts we might encounter a naming ambiguity if two people use different URNs for the same real-world concept. But a large-scale social system as Wikipedia shows us that naming ambiguity tends to resolve over time (people reuse socially accepted names), especially if enhanced with a popularity-based recommendation system.</p><p>The solution for the representation problem of documents vs. pages, as presented in Sect. 2.3, has one drawback concerning existing RDF data. Unfortunately the world is already full of RDF statements that do not clearly distinguish documents and pages, but use URLs to refer to both. Employing our solution, encountering a URN as subject we would know that the concept is meant, but encountering a URL we would not be sure that the document is meant; the URL could be a "legacy" URL that does not conform to our distinction and is (wrongly) used to identify a concept. Our solution has therefore only limited applicability, but that is unfortunately the nature of the problem.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>As explained in the introduction, a Semantic Wiki needs to address three questions:</p><p>1. how to annotate content? 2. how to formally represent content? 3. how to navigate content?</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 2 :</head><label>2</label><figDesc>Fig.2: RDF graph for the W3C page in Fig.1</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 :</head><label>3</label><figDesc>Fig. 3: RDF representation of an example page</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 :</head><label>4</label><figDesc>Fig. 4: Metrics in sample data</figDesc><graphic coords="12,144.00,464.89,96.83,76.05" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 5 :</head><label>5</label><figDesc>Fig. 5: SemperWiki prototype</figDesc><graphic coords="13,134.76,376.47,345.85,141.81" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 6 :</head><label>6</label><figDesc>Fig. 6: Faceted browsing prototype</figDesc><graphic coords="14,134.76,260.17,345.83,193.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Semantic annotation).A semantic annotation A s is a formal annotation A f , where the predicate a p and the context a c is an ontological term, and the object a o conforms 9 to an ontological definition of a p .</figDesc><table><row><cell></cell><cell>8 ) and 3 (formally expressed and using ontological terms),</cell><cell></cell></row><row><cell cols="2">respectively. All three examples are here given without any explicit context.</cell><cell></cell></row><row><cell cols="2">Definition 2 (Formal annotation). A formal annotation A f is an annotation</cell><cell></cell></row><row><cell cols="2">A, where the subject a s is a URI, the predicate a p is a URI, the object a o is a</cell><cell></cell></row><row><cell cols="2">URI or a formal literal, and the context a c is a URI.</cell><cell></cell></row><row><cell cols="2">Example 2 (Formal annotation).  §</cell><cell>¤</cell></row><row><cell cols="2">&lt;h t t p : / / p a p e r s . o r g / m i n i m a l i s m#minor&gt;</cell><cell></cell></row><row><cell cols="2">&lt;h t t p : / / l o c a l h o s t / schema#d i s a g r e e &gt;</cell><cell></cell></row><row><cell>¦</cell><cell>" t h a t ' s n o t m i n o r ! " .</cell><cell>¥</cell></row><row><cell cols="2">Definition 3 (Example 3 (Semantic annotation).  §</cell><cell>¤</cell></row></table><note>&lt;h t t p : / / p a p e r s . o r g / m i n i m a l i s m#minor&gt; i b i s : con [ r d f : t y p e i b i s : Argument ; r d f : l a b e l " t h a t ' s n o t m i n o r ! " ] .</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>.</figDesc><table><row><cell>http://w3.org/People/</cell><cell></cell><cell></cell></row><row><cell>Berners-Lee/card#i</cell><cell></cell><cell>wordnet:</cell></row><row><cell></cell><cell cols="2">Organization</cell></row><row><cell>swrc:head</cell><cell>rdf:type</cell><cell></cell></row><row><cell>http://wikibase/W3C</cell><cell>dc:date</cell><cell>2006/01/01</cell></row><row><cell cols="2">semper:content</cell><cell></cell></row><row><cell cols="3">The World Wide Web Consortium (W3C) develops [...]</cell></row><row><cell cols="2">rdf:type wordnet:Organization</cell><cell></cell></row><row><cell cols="3">swrc:head http://w3.org/People/Berners-Lee/card#i</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 1 :</head><label>1</label><figDesc>Annotations in current Semantic Wikis</figDesc><table><row><cell>dimension</cell><cell cols="3">WikSAR Sem. MediaWiki IkeWiki</cell><cell>SemperWiki</cell></row><row><cell>attribution</cell><cell>current</cell><cell>current</cell><cell>current</cell><cell>current, any URI</cell></row><row><cell>granularity</cell><cell>page</cell><cell>page</cell><cell>page</cell><cell>page, any fragment</cell></row><row><cell cols="2">repr. distinction no</cell><cell>no</cell><cell>yes</cell><cell>yes</cell></row><row><cell cols="2">terminology reuse no</cell><cell>no</cell><cell>yes</cell><cell>yes</cell></row><row><cell>object type</cell><cell cols="2">literal, page literal, page</cell><cell cols="2">literal, page literal, page, URI</cell></row><row><cell>context</cell><cell>no</cell><cell>no</cell><cell>no</cell><cell>no</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">http://simile.mit.edu/longwell/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">http://www.w3.org/Addressing/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_2">http://www.w3.org/DesignIssues/Notation3.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_3">The notion of "conformance" is rather weak in some ontology languages (such as RDFS or OWL) since these are not constraint-based languages (as opposed to e.g. database schemas). However, we use the notion of conformance to differ between "good" usage of textual objects, for example to indicate the name of a person, and "bad" usage of textual objects, for example to indicate the friends of a person.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_4">These annotations could formally be considered semantical, because they have an explicit and shared meaning, which is used by the rendering engine.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_5">http://www.w3.org/RDF/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="15" xml:id="foot_6">http://semperwiki.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="16" xml:id="foot_7">http://ruby-lang.org/.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="17" xml:id="foot_8">http://gtk.org.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="18" xml:id="foot_9">http://rubyonrails.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="19" xml:id="foot_10">On a sample CiteSeer dataset from http://www.csd.abdn.ac.uk/ ∼ ggrimnes/swdataset.php.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We have developed an elaborate model of annotations and shown how Sem-perWiki -as opposed to other Semantic Wikis-supports very rich annotations. We have shown how to formally represent content, and shown how SemperWikias opposed to other Semantic Wikis-correctly distinguishes between documents and concepts, without limiting the possible annotations. Further, we have presented how the existing technique of faceted browsing can be adjusted to flexible semistructured data, by automatically constructing facets from the data. Finally, we have developed metrics for facet (predicate) selection and techniques for object clustering inside each facet.</p><p>Faceted browsing is a superior data exploration technique <ref type="bibr" target="#b23">[24]</ref>. We have shown how this technique can be employed for semistructured Wiki content. The technique works for any formal annotation, without conforming to a fixed data-schema; and it additionally rewards semantical annotations (because consistent use of shared terminology reduces the search space).</p><p>We are currently extending our work in several directions. First, we are integrating the faceted browser into the Web version of SemperWiki. Secondly, we are developing the clustering step of the faceted browser, and evaluating the quality of the facet construction algorithm. Thirdly, we are working on a page recommendation system, that works in the second phase of Wiki navigation and recommends (similar or related) pages to the current page, based on the structure of the Wiki content.</p></div>
			</div>


			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This material is based upon works supported by the Science Foundation Ireland under Grants No. SFI/02/CE1/I131 and SFI/04/BR/CS0694 and by the European Commission under the Nepomuk project FP6-027705.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Interactive document retrieval using faceted terminological feedback</title>
		<author>
			<persName><forename type="first">P</forename><surname>Anick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tipirneni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">HICSS</title>
				<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Semantic authoring and retrieval within a wiki</title>
		<author>
			<persName><forename type="first">D</forename><surname>Aumueller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The semantics of semantic annotation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bechhofer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ODBASE</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Putting the Web back in Semantic Web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<ptr target="http://www.w3.org/2005/Talks/1110-iswc-tbl/" />
	</analytic>
	<monogr>
		<title level="m">Keynote presentation at ISWC 2005</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Booth</surname></persName>
		</author>
		<ptr target="http://www.w3.org/2002/11/dbooth-names/dbooth-namesclean.htm" />
		<title level="m">Four uses of a URL: Name, concept, web location, and document instance</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Automatic construction of multifaceted browsing interfaces</title>
		<author>
			<persName><forename type="first">W</forename><surname>Dakka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ipeirotis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wood</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CIKM</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Eight Questions about Semantic Web Annotations</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="55" to="62" />
			<date type="published" when="2002-04">Mar/Apr 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Towards principles for the design of ontologies used for knowledge sharing</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Gruber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Ontology in Conceptual Analysis and Knowledge Representation</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Poli</surname></persName>
		</editor>
		<imprint>
			<publisher>Kluwer Academic Publishers</publisher>
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Creating Ontology-based Metadata by Annotation for the Semantic Web</title>
		<author>
			<persName><forename type="first">S</forename><surname>Handschuh</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>University of Karlsruhe</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Disambiguating RDF identifiers</title>
		<author>
			<persName><forename type="first">S</forename><surname>Hawke</surname></persName>
		</author>
		<ptr target="http://www.w3.org/2002/12/rdf-identifiers/" />
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Ontogator: Combining view-and ontology-based search with semantic browsing</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hyvönen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Saarela</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Viljanen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of XML Finland</title>
				<meeting>XML Finland</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">SemperWiki: a semantic personal Wiki</title>
		<author>
			<persName><forename type="first">E</forename><surname>Oren</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>SemDesk</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">How semantics make better wikis</title>
		<author>
			<persName><forename type="first">E</forename><surname>Oren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WWW</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
	<note>Poster</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">ActiveRDF: Object-oriented RDF in Ruby</title>
		<author>
			<persName><forename type="first">E</forename><surname>Oren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Delbru</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Scripting for Semantic Web</title>
				<imprint>
			<publisher>ESWC</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Pepper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schwab</surname></persName>
		</author>
		<ptr target="http://www.ontopia.net/topicmaps/materials/identitycrisis.html" />
		<title level="m">Curing the web&apos;s identity crisis</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Webster&apos;s Revised Unabridged Dictionary</title>
		<editor>N. Porter</editor>
		<imprint>
			<date type="published" when="1913">1913</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Elements of library classification</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Ranganathan</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1962">1962</date>
			<publisher>Asia Publishing House</publisher>
			<pubPlace>Bombay</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Multilayer annotations in Parmenides</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rinaldi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the K-CAP2003 workshop on Knowledge Markup and Semantic Annotation</title>
				<meeting>of the K-CAP2003 workshop on Knowledge Markup and Semantic Annotation</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Time to evaluate: Targeting annotation tools</title>
		<author>
			<persName><forename type="first">P</forename><surname>Sazedj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">S</forename><surname>Pinto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of Knowledge Markup and Semantic Annotation at ISWC</title>
				<meeting>of Knowledge Markup and Semantic Annotation at ISWC</meeting>
		<imprint>
			<date type="published" when="2005">2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A semantic wiki for collaborative knowledge formation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schaffert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gruber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Westenthaler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Semantics</title>
				<imprint>
			<date type="published" when="2005">2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Magnet: Supporting navigation in semistructured data environments</title>
		<author>
			<persName><forename type="first">V</forename><surname>Sinha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Karger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGMOD</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Towards a semantic wiki wiki web</title>
		<author>
			<persName><forename type="first">R</forename><surname>Tazzoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Castagna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Campanini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">Semantic wikipedia</title>
		<author>
			<persName><forename type="first">M</forename><surname>Völkel</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>WWW</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Faceted metadata for image search and browsing</title>
		<author>
			<persName><forename type="first">K.-P</forename><surname>Yee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Swearingen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CHI</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

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