• Aucun résultat trouvé

Lattice-Based View Access: A way to Create Views over SPARQL Query for Knowledge Discovery

N/A
N/A
Protected

Academic year: 2022

Partager "Lattice-Based View Access: A way to Create Views over SPARQL Query for Knowledge Discovery"

Copied!
8
0
0

Texte intégral

(1)

Lattice-Based View Access: A way to Create Views over SPARQL Query for Knowledge

Discovery

Mehwish Alam and Amedeo Napoli

LORIA (CNRS – Inria Nancy Grand Est – Universit´e de Lorraine) BP 239, Vandoeuvre-l`es-Nancy, F-54506, France

{mehwish.alam,amedeo.napoli}

Abstract. The data published in the form of RDF resources is increas- ing day by day. This mode of data sharing facilitates the exchange of information across the domains. Although it provides easier ways in the use of data such as through SPARQL queries. These queries over seman- tic web data usually produce list of tuples as answers which may be huge in number or may require further manipulation so that it can be under- stood and interpreted. Accordingly, this paper introduces a new clause View Byin the SPARQL query for creating semantic views over the raw SPARQL query answers. This approach namely, Lattice-Based View Ac- cess (LBVA), is a framework based on Formal Concept Analysis (FCA).

It provides a classification of the answers of SPARQL queries based on a concept lattice, that can be navigated for retrieving or mining specific patterns in query results w.r.t. user constraints. In this way, the concept lattice can be considered as a materialized view of the data resulting from a SPARQL query.

Keywords: Formal Concept Analysis, SPARQL Query Views, Lattice-Based Views, SPARQL, Classification.

Introduction

A considerable amount of Semantic Web (SW) data is already available on the web. Thus many agents are looking for more and more data present in the form of ontologies and RDF triples. Linked Open Data (LOD) [2] is a huge source of RDF resources interlinked with each other to form a cloud. SPARQL queries are used in order to make these data usable by domain experts and software agents.

Sometimes queries are executed which may generate huge amount of results giving rise to the problem of information overload [4]. A typical example is the answers retrieved by search engines, which may mix between several meanings of one keyword. In case of huge results, many results are navigated to find the interesting links, which may be overwhelming without any navigation tool. Same is the case with the answers obtained by SPARQL queries, which may be huge in number and it may be harder to extract the most interesting patterns. This

(2)

problem of information overload raises new challenges for data modeling and analysis and calls for improving data access, information retrieval and knowledge discovery w.r.t web querying.

In order to deal with the problem ofinformation overload, this paper proposes a new approach based on Formal Concept Analysis (FCA [5]), which provides a lattice-based classification of the results obtained by SPARQL queries w.r.t user constraints. This new framework, namely Lattice Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as views, for data analysis, knowledge discovery and information retrieval purposes. Based on one SPARQL query several views can be generated from different perspectives. In addition, LBVA allows for navigation over SPARQL query results. Here after, we describe how the views (a view corresponds to a concept lattice) can be designed from a SPARQL query and the result which is returned. Moreover, the analysis and the interpretation of the views is totally supported by the concept lattice. In case of large data only a part of the lattice can be considered for the analysis using the technique of iceberg lattices.

The intuition of classifying results obtained by querying LOD is inspired by web clustering engines [3] such as Carrot21. The general idea behind web clus- tering engines is to group the results obtained by query posed by the user based on the different meanings of the terms related to a query. Such systems deal with unstructured textual data on web. However, there are some studies conducted to deal with structured RDF data. In [4], the authors target the problem of man- aging large amounts of results obtained by conjunctive queries with the help of subsumption hierarchy present in the knowledge base. On the other hand, lattice- based views provide classification based on the formal concepts and a partially ordered organization of the results. It also opens possibilities for navigation or information retrieval by traversing the concept lattice and for data analysis by allowing the extraction of association rules from the lattice. Additionally, unlike [4], LBVA also deals with data that has no schema (which is often the case with linked data).

The concept lattice provides a well founded structure on which a series of in- terpretations can be carried out. This framework is general and does not depend on any particular domain and may be used in addition with external resources, e.g. domain knowledge.

The paper is structured as follows: Section 1 gives a brief overview of Linked Open Data and gives the motivating example. Section 2 defines LBVA and gives the overall architecture of the framework. Section 3 briefly described the exper- imentation setting. Finally, Section 4 concludes the paper.

1 Linked Open Data

Linked Open Data (LOD) [2] is the way of publishing structured data which helps in the connection between several resources through their schema. LOD

1 http://project.carrot2.org/index.html

(3)

represents data in the form of RDF graphs. Given a set of URIsU, blank nodes B and literals L, an RDF triple is represented as t = (s, p, o) ∈ (U∪B)× U×(U∪B∪L), where s is a subject, pis a predicate and o is an object. A finite set of RDF triples is called as RDF GraphG such thatG= (V, E), where V is a set of vertices and E is a set of labeled edges and G ∈ G, such that G = (U∪B)×U×(U∪B∪L). Each pair of vertices connected through a labeled edge keeps the information of a statement. Each statement is represented ashsubject, predicate, objectireferred to as an RDF Triple.V includessubject andobject whileE includes thepredicate.

SPARQL2 is the standard query language for RDF. In the current work we will focus more on the type of queries whose output performs value selection over the variables matching the patterns (queries containingSELECT clause).

Now let us assume that there exists a set of variables V disjoint from U in the above definition of RDF, then (U ∪V)×(U ∪V)×(U ∪V) is a graph pattern called a triple pattern. If a variable ?X ∈V and ?X =c thenc ∈ U. Given U, V and a triple patternta mappingµ(t) would be the triple obtained by replacing variables in t with U. [[.]]G takes an expression of patterns and returns a set of mappings. Given a mapping µ:V →U and a set of variables W ⊆V , µ is represented asµ|W , which is described as a mapping such that dom(µ|W) =dom(µ)∩W and µ|W(?X) =µ(?X) for every ?X ∈dom(µ)∩W. Finally, the SPARQL SELECT query is defined as follows:

Definition 1. A SPARQL SELECT query is a tuple(W, P), whereP is a graph pattern andW is a set of variables such thatW ⊆var(P). The answer of(W, P) over an RDF graph G, denoted by[[(W, P)]]G , is the set of mappings:

[[(W, P)]]G={µ|W|µ∈[[P]]G}

In the above definitionvar(P) is the set of variables in patternP and vari- ables W in SELECT clause of SPARQL query3. Further details on the formal- ization and foundations of RDF databases are discussed in [1].

Example 1. Consider a queryall the bands which play different stringed instru- ments along with their origin. This example will continue in the rest of this paper. Let us name this queryQ, thenQcan not be answered by standard search engines as it generates a separate list of bands and stringed instruments requir- ing multiple resources to be integrated. However,Qcan be answered by SPARQL queries over LOD. For example, let us consider the SPARQL query in Listing 1.1 over DBpedia4. DBpedia is the central hub of LOD which extracts data from Wikipedia and makes it available in the structured format.

2 http://www.w3.org/TR/rdf-sparql-query/

3 In the rest of the paper we denoteW as V to avoid overlap between the attribute valuesW in many-valued context.

4 http://dbpedia.org/sparql

(4)

(a) Classes of Bands w.r.t. Musical Instruments and Countries, e.g., the concept on the top right corner with the attributeCuatrocontains all the bands which play Cuatro.

(b) Classes of Musical Instruments w.r.t Bands and their Origin

Fig. 1: Concept Lattices w.r.t Musical Instrument’s and Band’s Perspective.

Listing 1.1: SPARQL Query Q SELECT ? band ? i n s t r u m e n t ? o r i g i n WHERE {

? band r d f : t y p e dbpedia−owl : Band .

? band dbpprop : o r i g i n ? o r i g i n .

? band dbpedia−owl : bandMember ?member .

?member dbpedia−owl : i n s t r u m e n t ? i n s t r u m e n t .

? i n s t r u m e n t d c t e r m s : s u b j e c t C a t e g o r y : S t r i n g i n s t r u m e n t s . GROUP BY ? i n s t r u m e n t ? o r i g i n

The above SPARQL query returns a list of bands along with the instruments they play and their origin as an answer. An excerpt of the answers is shown below:

dbpedia5:RHCP6 dbpedia:Banjo dbpedia:US

dbpedia:Disturbed dbpedia:Bass Guitar dbpedia:US, dbpedia:The Solution dbpedia:Banjo dbpedia:Sweden.

In case of too many originsGROUP BYclause will lead to many small groups which would be hard for the user to observe with respect to origin or instrument, failing in the task of grouping. A classification technique can be used for navi- gation or interpretation. For example, Figure 1(a) shows a concept lattice for a small part of query answers. Here we can see classes such as the concept which contains all the bands which play Cuatro. If the search is more specified then the origin of each of the bands can also be retrieved. It is possible to retrieve bands which playCuatroand are fromUK, hereChrome Hoofis the band which plays Cuatro in the current small example. On the other hand, Figure 1(b) shows a concept lattice where musical instruments are classified with respect to bands and their origin, giving a totally different perspective over the same set of answers.

5 http://dbpedia.org/resource/

6 Red Hot Chilli Peppers

(5)

2 Lattice-Based View Access

In this paper, we propose an approach called Lattice-Based View Access which generates a concept lattice referred to asview. This view provides users with clas- sification, navigation and analysis capabilities over these results. In the scenario of LOD, query processing procedure can not be controlled, so, in our algorithm we do not process the SPARQL query. The views are defined over RDF data by processing the set of tuples returned by the SPARQL query.

2.1 SPARQL Queries with Classification Capabilities

The idea of introducing a VIEW BY clause is to provide classification of the re- sults and add a knowledge discovery aspect to the results w.r.t the variables appearing inVIEW BYclause. For example, we have a SPARQL SELECT query Q = SELECT ?X ?Y ?Z WHERE {pattern P} VIEW BY ?X then the set of vari- ables V ={?X,?Y,?Z}. According to the definition 1 the answer of the tuple (V, P) is represented as [[({?X,?Y,?Z}, P)]] = µi where i ∈ {1, . . . , k} and k is the number of mappings obtained for the queryQ. Here,dom(µi) ={?X,?Y,?Z}

which means thatµ(?X) =Xi,µ(?Y) =Yiandµ(?Z) =Zi. Finally, a complete set of mappings can be given as{{?X →Xi,?Y →Yi,?Z →Zi}}.

Now, variables appearing in the VIEW BY clause are referred to as object variable7 and is denoted asOv such thatOv∈V. In the current scenario Ov= {?X}. The remaining variables are referred to as attribute variables and are denoted asAv whereAv∈V such thatOv∪Av=V andOv∩Av=∅.

Example 2. An alternate query for the query in Listing 1.1 with the VIEW BY clause can be given as:

SELECT ?band ?instrument ?origin WHERE {

?band rdf:type dbpedia-owl:Band.

?band dbpprop:origin ?origin.

?band dbpedia-owl:bandMember ?member .

?member dbpedia-owl:instrument ?instrument .

?instrument dcterms:subject dbpedia8:Category:String instruments.}

VIEW BY ?band

Here, V={?band, ?instrument, ?origin}then the evaluation of the SELECT query [[({?band, ?instrument,?origin}, P)]] will generate the mappings shown in Table 1. Accordingly,dom(µi) ={?band,?instrument,?origin}. Here,µ1(?band)

= RHCP, µ1(?instrument) = Banjo and µ1(?origin) = U S. In the current example, we have, Ov = {?band} because it appears in the VIEW BY clause and Av = {?instrument,?origin}. Figure 1a shows the generated view when Ov={?band} and in Figure 1b, we have;Ov={?instrument}.

7 The object here refers to the object in FCA.

8 http://dbpedia.org/resource/

(6)

?band ?instrument ?origin

µ1RHCP Banjo US

µ2Disturbed Bass Guitar US ..

. ... ... ...

Table 1: Generated Mappings for SPARQL QueryQ 2.2 Designing a Formal Context (G, M, W, I)

The results obtained by the query are in the form of set of tuples, which are then organized as a many-valued context. IfOv={?X}thenµ(?X) ={Xi}i∈{1,...,k}, whereXidenote the values obtained for the object variable and the correspond- ing mapping is given as{{?X →Xi}}. Finally,G=µ(?X) ={Xi}i∈{1,...,k}. Let Av ={?Y,?Z} thenM =Av and the attribute valuesW ={µ(?Y), µ(?Z)}= {{Yi},{Zi}}i∈{1,...,k}. The corresponding mapping for attribute variables are {{?Y → Yi,?Z → Zi}} Consider an object value gi ∈ G and an attribute valuewi∈W then we have (gi,“?Y00, wi)∈I iff ?X(gi) =wi, i.e., the value of gi for attribute ?Y iswi,i∈ {1, . . . , k}as we havekvalues for ?Y.

Obtaining Binary Context (G, M, I): Afterwards, a conceptual scaling used for binarizing the many-valued context, in the form of (G, M, I). Finally, we have G ={Xi}i∈{1,...,k}, M ={Yi} ∪ {Zi} where i ∈ {1, . . . , k} for object variable Ov={?X}.

Example 3. In the example Ov = {band}, Av = {instrument, origin}. The answers obtained by this query are organized into a many-valued context as follows: the distinct values of the object variable ?band are kept as a set of objects, so G = {RHCP, Disturbed, . . .}, attribute variables provide M = {instrument, origin}, W1 = {Banjo, BassGuitar, . . .} and W2 = {U S, U K, F rance . . .} in a many-valued context. The obtained many-valued context is shown in Table 2. Following the above defined procedure a many-valued con- text is conceptually scaled to obtain a binary context shown in Table 3. The corresponding concept lattice is shown in Figure 1(a).

Band Instrument Origin

RHCP Banjo US

Disturbed Bass Guitar US Alcest Bass Guitar France The Solution Banjo Sweden, US

Chrome Hoof Cuatro UK

Ensamble Gurrufio Cuatro Venezuela

Table 2: Many-Valued Context representing the answer tuple (Xi, Yi, Zi).

Band Banjo Bass Guitar Cuatro US Sweden UK France Venezuela

RHCP × ×

Disturbed × ×

Alcestr × ×

The Solution × × ×

Chrome Hoof × ×

Ensamble Gurrufio × ×

Table 3: Formal ContextKDBpedia.

(7)

2.3 Building a Concept Lattice

Once the context is designed, the concept lattice can be built using an FCA algorithm. This step is straight forward as soon as the context is provided. In the current implementation we use AddIntent [8] which is an incremental con- cept lattice construction algorithm. In case of large data iceberg lattices can be considered [6]. The use ofVIEW BYclause activates the process of LBVA, which transforms the SPARQL query answers (tuples) to a formal context Kanswers through which a concept lattice is obtained which is referred to as aLattice-Based View. A view on SPARQL query in section 1, i.e, a concept lattice corresponding to Table 3 is shown in Figure 1a. At the end of this step the concept lattice is built and the interpretation step can be considered.

2.4 Interpretation Operations over a Concept Lattice

Navigation Operation and Knowledge Discovery: The obtained concept lattice can be navigated for searching and accessing particular LOD elements.

It is possible to drill down from general to specific concepts according to some constraints. For example, in order to search for bands inUSplaying Banjo, the concept lattice in Figure 1(a) is explored levelwise. First the broader concept contains all the bands from US, RHCP, The Solution, Disturbed. Then, the children concepts contain more specific concepts with the instruments Banjo and Bass Guitar. According to the initial constraint, the attribute concept of Banjocan be selected returning two objects namelyRHCP, The Solution. Next, to check which instruments are played in music originating from US, another concept lattice can be explored, where objects correspond to instruments shown in Figure 1(b). The results in this case is the set of objectsBass Guitar, Banjo.

FCA provides a powerful means for data analysis and knowledge discovery.

Iceberg lattices provide the top most part of the lattice filtering out only general concepts. The concept lattice is still explored levelwise depending on a given threshold. Then, only concepts whose extent is sufficiently large are explored, i.e., the support of a concept corresponds to the cardinal of the extent. If further specific concepts are required the support threshold of the iceberg lattices can be lowered and the resulting concept lattice can be explored levelwise.

Another way of interpreting the data is provided by Duquenne-Guigues ba- sis of implications which takes into account a minimal set of implications which represent all the association rules that can be generated for a given formal con- text. For example, DG-basis of implications according to the formal context in Table 3 state that all the bands which playBanjo are fromUS(rule:Banjo → US). Moreover, the ruleVenezuela → Cuatrosuggests that all the bands from VenezuelaplayCuatro. This rule states that Cuatro is widely used in the folk music of Venezuela.

3 Experimentation

Several experiments were conducted on real datasets. These datasets include DBpedia, Yago [7], which is a knowledge base automatically extracted from

(8)

Wikipedia (infoboxes, categories), Wordnet and Geonames. The experiment was also tested on the biomedical data such as Sider9 and Drugbank10. Sider keeps the information about the medicines along with their side effects. Drugbank keeps the detailed information about the drugs such as drug category and target proteins. These experiments provide qualitative and quantitative evaluation to our approach. These experiments are not discussed in the current paper due to lack of space. However, the software, a detailed technical report along with the visualization of the SPARQL query views can be accessed online11.

4 Conclusion and Discussion

In LBVA, we introduce a classification framework for the set of tuples obtained as a result of SPARQL queries over LOD. We introduce a classification framework based on FCA for organizing a view, i.e., the set of tuples resulting from a SPARQL query. In this way, the view is organized as a concept lattice that can be navigated where information retrieval and knowledge discovery can be performed. For future work, we are interested in working with several object variableallowing to deal with more complex relations, with the help of Relational Concept Analysis (RCA). In addition, here only binary contexts are taken into account. It is possible to go beyond this limitation in using another variation of FCA which is the formalism of pattern structures.

References

1. Marcelo Arenas, Claudio Gutierrez, and Jorge P´erez. Foundations of rdf databases.

InReasoning Web, pages 158–204, 2009.

2. Christian Bizer, Tom Heath, and Tim Berners-Lee. Linked data - the story so far.

Int. J. Semantic Web Inf. Syst., 5(3):1–22, 2009.

3. Claudio Carpineto, Stanislaw Osi´nski, Giovanni Romano, and Dawid Weiss. A survey of web clustering engines.ACM Comput. Surv., 41(3):17:1–17:38, July 2009.

4. Claudia d’Amato, Nicola Fanizzi, and Agnieszka Lawrynowicz. Categorize by: De- ductive aggregation of semantic web query results. InESWC (1), 2010.

5. Bernhard Ganter and Rudolf Wille.Formal Concept Analysis: Mathematical Foun- dations. Springer, Berlin/Heidelberg, 1999.

6. G. Stumme, R. Taouil, Y. Bastide, and L. Lakhal. Conceptual clustering with iceberg concept lattices. In Proc. GI-Fachgruppentreffen Maschinelles Lernen (FGML’01), 2001.

7. Fabian M. Suchanek, Gjergji Kasneci, and Gerhard Weikum. Yago: A core of se- mantic knowledge. In Proceedings of the 16th International Conference on World Wide Web, WWW ’07, pages 697–706, New York, NY, USA, 2007. ACM.

8. Dean van der Merwe, Sergei A. Obiedkov, and Derrick G. Kourie. Addintent: A new incremental algorithm for constructing concept lattices. InICFCA, 2004.

9 http://sideeffects.embl.de/

10http://www.drugbank.ca/

11http://webloria.loria.fr/~alammehw/lbva/

Références

Documents relatifs

Concretely, a SimplePARQL query is transformed into N valid SPARQL queries that extend the initial query in order to reach the IRIs or literals in the RDF bases cor- responding

This framework, called Lattice Based View Access (LBVA), allows the classi- fication of SPARQL query results into a concept lattice, referred to as a view, for data

This new framework, namely Lattice Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as views, for data analysis,

This framework, called Lattice-Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as a view, for data analysis,

This new framework, namely Lattice Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as views, for data analysis,

This new framework, namely Lattice Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as views, for data analysis,

This framework, called Lattice-Based View Access (LBVA), allows the classification of SPARQL query results into a concept lattice, referred to as a view, for data analysis,

This framework, called Lattice Based View Access (LBVA), allows the classi- fication of SPARQL query results into a concept lattice, referred to as a view, for data