@inproceedings{ventresque2008improving, abstract = {In semantic web applications where query initiators and information providers do not necessarily share the same ontology, semantic interoperability typically relies on ontology matching or schema mappings. Information exchange is then not only enabled by the established correspondences (the ``shared'' parts of the ontologies) but, in some sense, limited to them. Then, an important question which has not received attention is how the ``unshared'' parts can also contribute to and improve information exchange. In this paper, we address this question by considering a system where documents and queries are represented by semantic vectors. We propose a specific query expansion step at the query initiator's side and a query interpretation step at the document provider's. Through these steps, unshared concepts contribute to evaluate the relevance of documents wrt. a given query. Our experiments show an important improvement of retrieval relevance when concepts of documents and queries are not shared. Even if the concepts of the initial query are not shared by the document provider, our method still ensures 90% of the precision and recall obtained when the concepts are shared.}, added-at = {2008-05-28T14:50:02.000+0200}, address = {Berlin, Heidelberg}, author = {Ventresque, Anthony and Cazalens, Sylvie and Lamarre, Philippe and Valduriez, Patrick}, biburl = {http://www.bibsonomy.org/bibtex/2d972de0a0bd5ae9067c390046fc34c7d/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {df7d28aa0d97af1b61e303b7b8a4ef5e}, intrahash = {d972de0a0bd5ae9067c390046fc34c7d}, keywords = {query interpretation interoperability semantic vectors expansion query-processing-2}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:50:02.000+0200}, title = {Improving interoperability using query interpretation in semantic vector spaces}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/260}, year = 2008 } @inproceedings{d'amato2008query, abstract = {In the context of Semantic Web, deductive reasoning is used for making explicit the implicit knowledge of a knowledge base (KB). Anyway, purely logic-based approaches can fail when data comes from distributed sources, where contradictions usually turn out. Inductive instance-based learning methods can be effectively used in such a case, since they are well known to be efficient and fault tolerant. In this paper we propose an inductive method for improving the concept retrieval and for the performing the ontology population in a (semi-)automatic way. By casting concept retrieval to a classification problem with the goal of assessing the individual memberships w.r.t. the query concepts, we propose an extension of the \emph{k-Nearest Neighbor} algorithm for Description Logic KBs. It is based on the exploitation of an \emph{entropy}-based dissimilarity measure. The procedure retrieves individuals belonging to query concepts, by analogy with other training instances, on the grounds of the classification of the nearest ones w.r.t.\ the dissimilarity measure. We experimentally show that the behavior of the classifier is comparable with the one of a standard reasoner. Moreover we show that new knowledge (not logically derivable) is induced. It can be suggested to the knowledge engineer for validation, during the ontology population task.}, added-at = {2008-05-28T14:50:01.000+0200}, address = {Berlin, Heidelberg}, author = {d'Amato, Claudia and Fanizzi, Nicola and Esposito, Floriana}, biburl = {http://www.bibsonomy.org/bibtex/20aedaf7d891b39d35f46baf40901c299/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {caa138967a9e3b4a5f9310d93ae20536}, intrahash = {0aedaf7d891b39d35f46baf40901c299}, keywords = {similalrity inductive learning unswering uncertainty ontology logic description population measure query}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:50:01.000+0200}, title = {Query Answering and Ontology Population: an Inductive Approach}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/252}, year = 2008 } @inproceedings{langegger2008semantic, abstract = {In this contribution a system is presented, which provides access to distributed data sources using Semantic Web technology. While it was primarily designed for data sharing and scientific collaboration, it is regarded as a base technology useful for many other Semantic Web applications. The proposed system allows to retrieve data using SPARQL queries, data sources can register and abandon freely, and all RDF Schema or OWL vocabularies can be used to describe their data, as long as they are accessible on the Web. Data heterogeneity is addressed by RDF-wrappers like D2R-Server placed on top of local information systems. A query does not directly refer to actual endpoints, instead it contains graph patterns adhering to a virtual data set. A mediator finally pulls and joins RDF data from different endpoints providing a transparent on-the-fly view to the end-user. The SPARQL protocol has been defined to enable systematic data access to remote endpoints. However, remote SPARQL queries require the explicit notion of endpoint URIs. The presented system allows users to execute queries without the need to specify target endpoints. Additionally, it is possible to execute join and union operations across different remote endpoints. The optimization of such distributed operations is a key factor concerning the performance of the overall system. Therefore, proven concepts from database research can be applied.}, added-at = {2008-05-28T14:50:00.000+0200}, address = {Berlin, Heidelberg}, author = {Langegger, Andreas and Wöß, Wolfram and Blöchl, Martin}, biburl = {http://www.bibsonomy.org/bibtex/2fc7f36c61174d07ed9bdb4608c250284/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {7d1e1c709cbbfb8f8f8f7865d7ca1632}, intrahash = {fc7f36c61174d07ed9bdb4608c250284}, keywords = {processing data mediator integration distributed sparql query semantic web query-processing-2}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:50:00.000+0200}, title = {A Semantic Web Middleware for Virtual Data Integration on the Web}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/244}, year = 2008 } @inproceedings{quilitz2008querying, abstract = {Integrated access to multiple distributed and autonomous RDF data sources is a key challenge for many semantic web applications. As a reaction to this challenge, SPARQL, the current W3C Proposed Recommendation for an RDF query language, supports querying of multiple RDF graphs. However, the current standard does not provide transparent query federation, which makes query formulation hard and lengthy. Furthermore, current implementations of SPARQL load all RDF graphs mentioned in a query to the local machine. This usually incurs a large overhead in network traffic, and sometimes is simply impossible for technical or legal reasons. To overcome these problems we present DARQ, an engine for federated SPARQL queries. DARQ provides transparent query access to multiple SPARQL services, i.e., it gives the user the impression to query one single RDF graph despite the real data being distributed on the web. A service description language enables the query engine to decompose a query into sub-queries, each of which can be answered by an individual service. DARQ also uses query rewriting and cost-based query optimization to speed-up query execution. Experiments show that these optimizations significantly improve query performance even when only a very limited amount of statistical information is available. DARQ is available under GPL License at http://darq.sf.net/.}, added-at = {2008-05-28T14:49:59.000+0200}, address = {Berlin, Heidelberg}, author = {Quilitz, Bastian and Leser, Ulf}, biburl = {http://www.bibsonomy.org/bibtex/2f4535c0e1abeb4c40bf6e78b91322dfc/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {3e97ddf59556ee09dcae169480a7a651}, intrahash = {f4535c0e1abeb4c40bf6e78b91322dfc}, keywords = {processing query queries optimization sparql federated query-processing-2}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:49:59.000+0200}, title = {Querying Distributed RDF Data Sources with SPARQL}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/168}, year = 2008 } @inproceedings{kauppinen2008creating, abstract = {Content annotations in semantic cultural heritage portals commonly make spatiotemporal references to historical regions and places using names whose meanings are different in different times. For example, historical administrational regions such as countries, municipalities, and cities have been renamed, merged together, split into parts, and annexed or moved to and from other regions. Even if the names of the regions remain the same (e.g., “Germany”), the underlying regions and their relationships to other regions may change (e.g., the regional coverage of “Germany” at different times). As a result, representing and finding the right ontological meanings for historical geographical names on the semantic web creates severe problems both when annotating contents and during information retrieval. This paper presents a model for representing the meaning of changing geospatial resources. Our aim is to enable precise annotation with temporal geospatial resources and to enable semantic search and browsing using related names from other historical time periods. A simple model and metadata schema is presented for representing and maintaining geospatial changes from which an explicit time series of temporal part-of ontologies can be created automatically. The model has been applied successfully to representing the complete change history of municipalities in Finland during 1865–2007, and the resulting ontology time series is used in the semantic cultural heritage portal CULTURESAMPO to support faceted semantic search of contents and to visualizing historical regions on overlaying maps originating from different historical eras.}, added-at = {2008-05-28T14:49:55.000+0200}, address = {Berlin, Heidelberg}, author = {Kauppinen, Tomi and Väätäinen, Jari and Hyvönen, Eero}, biburl = {http://www.bibsonomy.org/bibtex/2fca5d5336ff217df587d9d20fce0b872/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {197bdd6fdc5cf13891386190f9f04594}, intrahash = {fca5d5336ff217df587d9d20fce0b872}, keywords = {query mapping spatio-temporal ontology annotation change applications-2}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:49:55.000+0200}, title = {Creating and Using Geospatial Ontology Time Series in a Semantic Cultural Heritage Portal}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/105}, year = 2008 } @inproceedings{wang2008qsemantic, abstract = {The increasing amount of data on the Semantic Web offers opportunities for semantic search. However, formal query hinders the casual users in expressing their information need as they might be not familiar with the query's syntax or the underlying ontology. Because keyword interfaces are easier to handle for casual users, many approaches aim to translate keywords to formal queries. However, these approaches yet feature only very basic query ranking and do not scale to large repositories. We tackle the scalability problem by proposing a novel clustered-graph structure that corresponds to only a summary of the original ontology. The so reduced data space is then used in the exploration for the computation of top-k queries. Additionally, we adopt several mechanisms for query ranking, which can consider many factors such as the query length and the relevance of ontology elements w.r.t. the query. Our experimental results performed against our implemented system Q2Semantic show that we achieve good performance on many datasets of different sizes.}, added-at = {2008-05-28T14:49:54.000+0200}, address = {Berlin, Heidelberg}, author = {Wang, Haofen and Zhang, Kang and Liu, Qiaoling and Tran, Duc Thanh and Yu, Yong}, biburl = {http://www.bibsonomy.org/bibtex/232a549f40bd649acda1998c996cb5a1d/eswc2008}, booktitle = {Proceedings of the 5th European Semantic Web Conference}, editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean}, interhash = {60333b5891a22352bde06df0aefa98e9}, intrahash = {32a549f40bd649acda1998c996cb5a1d}, keywords = {top-k clustered-graph ranking q2semantic queries scalability structure query search}, month = {June}, publisher = {Springer Verlag}, series = {LNCS}, timestamp = {2008-05-28T14:49:54.000+0200}, title = {Q2Semantic: A Lightweight Keyword Interface to Semantic Search}, url = {http://data.semanticweb.org/conference/eswc/2008/papers/63}, year = 2008 }