<?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">SPARQL Faceter-Client-side Faceted Search Based on SPARQL</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mikko</forename><surname>Koho</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">Semantic Computing Research Group (SeCo)</orgName>
								<orgName type="institution">Aalto University</orgName>
								<address>
									<country key="FI">Finland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Erkki</forename><surname>Heino</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">Semantic Computing Research Group (SeCo)</orgName>
								<orgName type="institution">Aalto University</orgName>
								<address>
									<country key="FI">Finland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Eero</forename><surname>Hyvönen</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">Semantic Computing Research Group (SeCo)</orgName>
								<orgName type="institution">Aalto University</orgName>
								<address>
									<country key="FI">Finland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">SPARQL Faceter-Client-side Faceted Search Based on SPARQL</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">655A3B6852F7E5FE8FE0189DB91C64BF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T00:01+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>The faceted search paradigm is widely used in web applications, and there are various tools available for implementing it on the server side. In contrast, this paper presents an HTML based component tool on the client side that can be plugged on virtually any public SPARQL endpoint on the web, using only SPARQL API for data retrieval. To test and demonstrate the idea and the tool, application of the tool in a large in-use semantic portal is presented.</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>Faceted search <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b11">12]</ref>, known also as view-based search <ref type="bibr" target="#b8">[9]</ref> and dynamic hierarchies <ref type="bibr" target="#b9">[10]</ref>, is based on indexing data items along orthogonal category hierarchies, i.e., facets (e.g., places, times, document types etc.). In searching, the user selects in free order categories on facets, and the data items included in the selected categories are considered search results. After each selection, a count is computed for each category showing the number of results, if the user next makes that selection. In this way, search is guided by avoiding annoying "no hits" results. The idea of faceted search is especially useful on the Semantic Web where hierarhical ontologies used for data annotation provide a natural basis for facets, and reasoning can be used for mapping heterogeneous data to facets <ref type="bibr" target="#b3">[4]</ref>.</p><p>Faceted search can be implemented with popular server-side solutions, such as Solr<ref type="foot" target="#foot_0">1</ref> , Sphinx<ref type="foot" target="#foot_1">2</ref> , and ElasticSearch<ref type="foot" target="#foot_2">3</ref> . However there is a lack of light-weight client-side faceted search tools or components that search data directly from a SPARQL endpoint. Such a tool would be very useful, because it could be used on virtually any open SPARQL endpoint on the web without any need for server side programming and access rights. This paper presents a web component for implementing faceted search applications in a browser, based only on a standard SPARQL API.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">The Tool: SPARQL Faceter</head><p>Design Requirements The requirements for our tool, SPARQL Faceter, are based on our earlier experience on tediously implementing server side faceted search over and over again in different applications, as well as on the generic requirements of the search paradigm <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b2">3]</ref>: there is a need for a lightweight browser-based faceted search engine tool that is easy to use and adapt for different RDF datasets published in SPARQL data services on the web. A particular demand of our own Linked Data Finland data service<ref type="foot" target="#foot_3">4</ref>  <ref type="bibr" target="#b4">[5]</ref> is to support external users of the data in application development, and here the notion of the Rich Internet Application, where the data service is completely detached using standard SPARQL API was deemed very useful. The tool should therefore fulfill the following requirements:</p><p>1. Data read from a SPARQL endpoint. It is a common practice to publish RDF datasets as SPARQL services, and build applications that use the SPARQL endpoint to query for information. The data can reside anywhere on the web and be managed by anybody on the server side. No extra effort is required for managing the data from the application developer side. 2. Easily adaptable to different datasets. Different datasets have different data models and the application should be easy to configure for these. 3. Easy integration to web pages. A developer should be able to integrate a faceted search on some web page and modify the appearance of the faceted search freely. 4. Fluent user experience. When a user makes selections of the facets, the application should show results in a reasonable time. The UI should be easy to use and should support the exploratory analysis of datasets. 5. Support for hierarchical facets. The tool should be able to handle hierarchical concepts in the facets, displaying the hierarchy in the facet selections. When a user selects a category upper in a hierarchy, the results should include all results for its' sub categories. 6. Easy to maintain. The tool is planned to be actively used, and thus should be easy to maintain and develop further.</p><p>In short, the goal was to create a tool that would be easy to use out-ofthe-box, and require minimal configuration, yet provide enough configuration options to be useful in different contexts.</p><p>Design AngularJS<ref type="foot" target="#foot_4">5</ref> was chosen as the implementation framework for our tool. SPARQL Faceter is developed as open source with source code available on GitHub.</p><p>SPARQL Faceter consists of two distinct components. One is the main Semantic Faceted Search component 6 , which contains the basic functionalities of the tool, and is dependent on the second component: an AngularJS service for querying SPARQL endpoints with paging and object mapping <ref type="foot" target="#foot_6">7</ref> .</p><p>The Semantic Faceted Search component is comprised of different services, and most importantly, the facet selector directive. This directive is the main component of the tool, and provides the user interface for using the faceted search.</p><p>The facet selector directive is independent of any results the facet selections might imply: it's role is to keep track of what values are selected in what facets, and to display available selections to the user including the number of results each selection implies. The tool communicates the facet selections to whatever application is using it by calling a callback function whenever the selections change. Thus, SPARQL Faceter places no restrictions on what can be done with the user's selections. The tool does, however, provide services for integrating the facet selections to SPARQL queries, handling SPARQL results, and updating the URL based on current selections.</p><p>The Semantic Faceted Search component works by building a single SPARQL query for the facets it controls, and updating the query each time the user makes a selection. This has the advantage of keeping the states of the facets synchronized at all times. The downside is that with very many facets querying can become slow, and the user experience may suffer as the facets are unusable while their states are being queried. In order to make it feasible to have many facets available, facets can be enabled and disabled: only enabled facets are included in the query. Whether or not a facet is initially enabled is configurable. The tool shows a spinner on the components when querying for data, to convey to the user that the information in the elements is being updated.</p><p>For enabled facets, the tool shows all possible values for the facets' property, and the amount of instances that the selection results in. The amount of results is calculated based on all the current selections in all of the facets. Values that would lead to no results are omitted. In addition to the list of possible values, there is also a text input for searching the facet values.</p><p>The tool also supports hierarchical facets, in which selecting a category upper in the hierarchy also shows results for all the categories that are below it in the hierarchy. The hierarchy specification is not limited to using a predefined property or vocabulary, but is based on configuring a property path that captures the hierarchy, and giving the top categories explicitly. The facet element displays a two-level hierarchy of the categories. For categories below the current category level, the hierarchy is flattened and all the sub categories are listed below the upper category. The category level is initially on the topmost categories, and selecting a value changes category level to the level of the selected value.</p><p>The proposed way to use the facet selections, as returned by the tool, is to build another SPARQL query for retrieving the results according to the user's selections. By using the tool's services, the results can then be mapped into JavaScript objects with pagination and client-side caching of the received results.</p><p>Installation and Configuration At its simplest, the only configuration options needed by SPARQL Faceter are the URL of a SPARQL endpoint, a callback function to be called with the facet selections when they change, the RDF class URI of the resources which are the target of the search, and the facet configurations. A basic facet can be configured with just the URI of the property and a name for the facet to be displayed to the user. The callback function defines what happens when the facet selections are updated, which typically is to update a results display according to user selections.</p><p>Other types of facets require some additional configuration options, but the amount of configuration needed for any facet type has been kept to a minimum. The other facet types include a keyword search facet, a time-span facet, and a hierarchical facet. More details about the configuration is given in the repository of the Semantic Faceted Search component.</p><p>As for the results, the user of the tool is expected to build a query for retrieving results based on the facet selections. This makes the tool extremely flexible to different data models, but requires that the user of the tool is familiar with SPARQL syntax.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Applications</head><p>We tested and evaluated SPARQL Faceter on the WarSampo portal <ref type="bibr" target="#b5">[6]</ref>. The portal<ref type="foot" target="#foot_7">8</ref> consists of different application perspectives built on top of interlinked Finnish Second World War data published on a SPARQL endpoint. The SPARQL endpoint is provided by an Apache Fuseki Server<ref type="foot" target="#foot_8">9</ref> . The applications are tested to work with all major browsers (Chrome, Firefox and Internet Explorer).</p><p>Use case 1: Death Records Perspective The WarSampo death records perspective<ref type="foot" target="#foot_9">10</ref> uses the application to provide an interface for searching and exploring the death records of Finnish WW2 casualties <ref type="bibr" target="#b6">[7]</ref>. The dataset consists of about 95,000 death records, and almost 2.4 million RDF triples.</p><p>Fig. <ref type="figure" target="#fig_0">1</ref> shows a screenshot of the faceted search of death records using SPARQL Faceter. The application interface contains 12 facets and a table-like view of the results. The facets include a keyword search facet for the persons' names, a timespan facet for the time of death and a hierarchical military rank facet, and 9 basic facets of the annotated properties of the death records. The source code of the application is available online <ref type="foot" target="#foot_10">11</ref> .</p><p>A dataset this large provides a benchmark for the performance of the SPARQL Faceter, as SPARQL queries and also data handling on the client-side could take long enough to deteriorate the user experience. Quite much effort had to be put on optimizing the SPARQL queries for speed, while also making sure that no unnecessary processing of the results happens on the client-side. Normally when searching and browsing the dataset, results are displayed in a few seconds after the user makes a selection. With some selections that result in a large result set, and if additionally many facets are enabled, the user may have to wait more than ten seconds to see the results and updated facets. Most of the time goes to waiting for results from the SPARQL endpoint.</p><p>Use case 2: Photographs Perspective The WarSampo photographs perspective <ref type="foot" target="#foot_11">12</ref> uses the application to create a faceted search interface for wartime photographs. The dataset consists of about 159,000 photographs and a total of about 1.6 million triples. The interface contains only 5 facets, which ensures fast response times. The facets include a time-span facet for the date the photograph was taken, a keyword search for descriptions, and basic facets for related people and places. Fig. <ref type="figure" target="#fig_1">2</ref> shows a screenshot of the photograph perspective.</p><p>The perspective uses "infinite scrolling" to display the photographs: more results are retrieved as the user scrolls down for more photographs. Clicking on a photograph shows the user more information about the photograph, and provides hyperlinks to other WarSampo perspectives via linked entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Discussion</head><p>In this paper we have presented the SPARQL Faceter for creating client-side faceted search applications. The configuration of the facets has been kept as simple as possible. SPARQL Faceter handles querying the SPARQL endpoint when needed, mapping the SPARQL results to JavaScript objects, and creating and updating the facet elements. To make use of the facet selection values, the developer using the tool has to retrieve results based on selected values, which usually includes writing SPARQL queries.</p><p>Results Section 2 presented the design requirements for a Semantic Web tool that provides client-side faceted search of RDF datasets published as SPARQL services. Here is a detailed view of how the SPARQL Faceter manages to satisfy these requirements:</p><p>1. Data read from a SPARQL endpoint. All data is retrieved via SPARQL, from an endpoint defined by the user. 2. Easily adaptable to different datasets. Configuration of the tool is required for every dataset. The configuration required for setting up facets is kept to a minimum. 3. Easy integration to web pages. A faceted search can be easily added to a web page by using the developed AngularJS components. The facet selections have a default look that can be customized using CSS. 4. Fluent user experience. For datasets that are distinctly smaller than the ones used in the use cases, the tool is almost certainly fast enough for good user experience. For the faceted search applications in the use cases, some user selections can be slow, but common usage gives results based on user selections in a few seconds. For larger datasets, the amount of facets may have to be restricted, depending on the processing capabilities of the SPARQL server. 5. Support for hierarchical facets. Two-level hierarchical facets are supported by the tool, and demonstrated in the first use case. The dataset can contain more than two levels, but the hierarchical facet flattens the hierarchy to two levels for display in the select element. 6. Easy to maintain. The separation of concerns design principle is used in development to simplify code structure and maintenance. Automated tests are used to help maintain good code quality.</p><p>Our application is able to satisfy the given requirements, and thus provides a usable tool for faceted search of RDF datasets. <ref type="bibr" target="#b10">[11]</ref> is a JavaScript suite for SPARQL access, which among other things provides support for client-side faceted search. For creating simple faceted search applications Jassa is, however, a much larger and more complex solution than SPARQL Faceter.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Related Work Jassa</head><p>Sparklis <ref type="bibr" target="#b0">[1]</ref> is an application for exploring and querying data from a SPARQL endpoint using a natural language interface 13 , which also implements a faceted search. Sparklis focuses on data exploration and requires no prior knowledge of the data model of the target endpoint, whereas SPARQL Faceter aims to support development of applications tailored for a specific dataset.</p><p>Oren et al. <ref type="bibr" target="#b7">[8]</ref> have developed a prototype for faceted navigation of arbitrary RDF data with automatic facet selection, as a server-side solution.</p><p>Future Work Plans for future development include:</p><p>1. Semi-automatic adaptation to new datasets. The tool could create a basic configuration for a new SPARQL endpoint, possibly based on only a class selection by the user. 2. Customizing facet appearance. To support customizing the appearance of the facets further , we are planning a configuration option for the user to define their own template for the facets.</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. The faceted search interface of death records [7] with a selected value in one facet.</figDesc><graphic coords="5,134.77,115.84,345.81,194.52" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. The faceted search interface of wartime photographs with a selected value in one facet.</figDesc><graphic coords="6,134.77,115.83,345.82,213.81" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://lucene.apache.org/solr/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://sphinxsearch.com/blog/2013/06/21/faceted-search-with-sphinx/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://www.elastic.co/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://ldf.fi</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">https://angularjs.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">https://github.com/SemanticComputing/angular-semantic-faceted-search</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">https://github.com/SemanticComputing/angular-paging-sparql-service</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">http://www.sotasampo.fi/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_8">https://jena.apache.org/documentation/fuseki2/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_9">http://www.sotasampo.fi/en/casualties/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_10">https://github.com/SemanticComputing/WarSampo-death-records</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_11">http://www.sotasampo.fi/en/photographs/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements Kasper Apajalahti and Jouni Tuominen contributed to an earlier version of our tool. This work was supported by the Linked Open Data Science project 14 funded by the Ministry of Education and Culture in Finland.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Expressive and scalable query-based faceted search over sparql endpoints</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ferré</surname></persName>
		</author>
		<ptr target="http://www.irisa.fr/LIS/ferre/sparklis/14http:/seco.cs.aalto.fi/projects/lodsci/" />
	</analytic>
	<monogr>
		<title level="m">The Semantic Web-ISWC 2014</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page">13</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Finding the flow in web site search</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hearst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Elliott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>English</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sinha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Swearingen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">P</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">CACM</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page" from="42" to="49" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Design recommendations for hierarchical faceted search interfaces</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM SIGIR workshop on faceted search</title>
				<meeting><address><addrLine>Seattle, WA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Application of ontology-based techniques to view-based semantic search and 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">The semantic web: research and applications</title>
				<meeting><address><addrLine>ESWS</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2004">2004. 2004</date>
			<biblScope unit="page" from="92" to="106" />
		</imprint>
	</monogr>
	<note>First European Semantic Web Symposium</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Linked Data Finland: A 7-star model and platform for publishing and re-using linked datasets</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hyvönen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tuominen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Alonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mäkelä</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: ESWC 2014 Satellite Events, Revised Selected Papers</title>
				<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2014-05">May 2014</date>
			<biblScope unit="page" from="226" to="230" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">WarSampo data service and semantic portal for publishing linked open data about the Second World War history</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hyvönen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Heino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Leskinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Ikkala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Koho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tamper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tuominen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mäkelä</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web-Latest Advances and New Domains</title>
				<meeting><address><addrLine>ESWC</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2016-05">2016. May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Linked death-representing, publishing, and using Second World War death records as linked open data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Koho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hyvönen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Heino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tuominen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Leskinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mäkelä</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st Workshop on Humanities in the Semantic Web -WHiSe (at ESWC</title>
				<meeting>the 1st Workshop on Humanities in the Semantic Web -WHiSe (at ESWC</meeting>
		<imprint>
			<date type="published" when="2016-05">2016. May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Extending faceted navigation for RDF data</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>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web-ISWC 2006</title>
				<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="559" to="572" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">The key role of classification and indexing in viewbased searching</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Pollitt</surname></persName>
		</author>
		<ptr target="http://www.ifla.org/IV/ifla63/63polst.pdf" />
		<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
		<respStmt>
			<orgName>University of Huddersfield, UK</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. rep.</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Dynamic taxonomies: guided interactive diagnostic assistance</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Sacco</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Encyclopedia of Healthcare Information Systems</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Wickramasinghe</surname></persName>
		</editor>
		<imprint>
			<publisher>Idea Group</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Jassa: a JavaScript suite for SPARQLbased faceted search</title>
		<author>
			<persName><forename type="first">C</forename><surname>Stadler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Westphal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 International Conference on Developers</title>
				<meeting>the 2014 International Conference on Developers</meeting>
		<imprint>
			<date type="published" when="1268">1268. 2014</date>
			<biblScope unit="page" from="31" to="36" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Tunkelang</surname></persName>
		</author>
		<title level="m">Faceted search, Synthesis lectures on information concepts, retrieval, and services</title>
				<imprint>
			<publisher>Morgan &amp; Claypool Publishers</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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