<?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">Detection of Related Semantic Datasets Based on Frequent Subgraph Mining</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mikel</forename><surname>Emaldi</surname></persName>
							<email>m.emaldi@deusto.es</email>
							<affiliation key="aff0">
								<orgName type="department">Deusto Institute of Technology -DeustoTech</orgName>
								<orgName type="institution">University of Deusto</orgName>
								<address>
									<settlement>Bilbao</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Oscar</forename><surname>Corcho</surname></persName>
							<email>ocorcho@fi.upm.es</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Departamento de Inteligencia Artificial</orgName>
								<orgName type="department" key="dep2">Facultad de Informática</orgName>
								<orgName type="laboratory">Ontology Engineering Group</orgName>
								<orgName type="institution">Universidad Politécnica de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Diego</forename><surname>López-De-Ipiña</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Deusto Institute of Technology -DeustoTech</orgName>
								<orgName type="institution">University of Deusto</orgName>
								<address>
									<settlement>Bilbao</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Detection of Related Semantic Datasets Based on Frequent Subgraph Mining</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">ABEADFFD54533591E0CCA1935CB5B77D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T15:29+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>We describe an approach to find similarities between RDF datasets, which may be applicable to tasks such as link discovery, dataset summarization or dataset understanding. Our approach builds on the assumption that similar datasets should have a similar structure and include semantically similar resources and relationships. It is based on the combination of Frequent Subgraph Mining (FSM) techniques, used to synthesize the datasets and find similarities among them. The result of this work can be applied for easing the task of data interlinking and for promoting data reusing in the Semantic Web.</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>Since the creation of Linked Open Data Cloud<ref type="foot" target="#foot_0">3</ref> initiative in 2007 with 12 datasets, to its last update in 2014 with 570 datasets, the number of Linked Datasets has grown enormously. This growth trend suggests that in few years, selecting appropriate datasets to link our datasets to, is going to become harder and harder. The same applies to the task of finding the dataset that may contain useful information for us, according to our needs. The work presented in this paper is focused on providing some steps forward into some of the aforementioned limitations: finding datasets to link to, finding datasets that provide support to our needs or understanding or summarizing datasets.</p><p>Our main contribution is an approach to find similarities among RDF datasets based on their graph structure, which can be used for solving the aforementioned problems. The main challenge that we have to deal with stems from the fact that, due to the size of many of the graphs derived from these RDF datasets, a direct comparison among their complete structure is not applicable. Therefore, a Frequent Subgraph Mining (FSM) based approach is proposed. FSM techniques, widely used in the domains of chemistry and biology to find similarities and correlations among different chemical compounds and molecules <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b10">11]</ref>, allow extracting the most frequent subgraphs from a single graph or a set of graphs.</p><p>Given that RDF datasets are graphs, we think that the combination of techniques based on the summarization of RDF graphs and the identification of the most frequent subgraphs can provide good results on finding related datasets.</p><p>An example of an application of the work proposed in this paper is related to dataset interlinking. As stated in section 2, when using existing dataset interlinking tools, the user have to select the input datasets whose links are going to be searched. Nowadays, there are two main approaches to select these datasets: applying the brute force for applying all the possible pairs of datasets to the interlinking tool; or requesting the user for selecting the most suitable datasets under her/his beliefs, a task that is becoming harder and harder because of the growth of the Linked Open Data Cloud. Proposed solution can ease this task suggesting a subset of related datasets, with the consequent reduction of the search space.</p><p>In summary, in this work a new approach for synthesizing and finding similarities among RDF datasets is presented. Specifically, this approach proposes the use of FSM techniques to synthesize these datasets. The approach proposed in this work can be used for easing the task of interlinking new datasets, and for improving data reuse through finding similar datasets.</p><p>The rest of the paper is organized as follows. In Section 2 the previous works in semantic dataset browsing, interlinking and summarization, and Linked Data source discovery are presented. In Section 3 some definitions and concepts about graph mining are explained. Section 4 describes our new approach based on FSM. In Section 5 proposed approach is evaluated against a set of datasets from Linked Open Data Cloud. At last, in Section 6, conclusions and future research challenges are explained.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>There are four research fields related to possibles usages of the work presented in this paper: semantic dataset browsing, interlinking and summarization, and Linked Data source searching.</p><p>Semantic Dataset Browsing. Works under this field provide search capabilities over linked datasets. From a set of terms, these browsers find resources in which these terms appear. Most of these works use techniques given from information retrieval field like TF-IDF (term frequency-inverse document frequency), and some works offer more complex techniques for refining the results. However, these works do not apply a previous filter on the datasets against they search the terms given by the user. Proposed work can be useful in this area when a term is found in a dataset, for prioritizing related datasets when searching for more results. In this field works like Swoogle <ref type="bibr" target="#b4">[5]</ref>, Falcons <ref type="bibr" target="#b2">[3]</ref>, Sindice <ref type="bibr" target="#b16">[17]</ref> or Sig.ma <ref type="bibr" target="#b17">[18]</ref> can be categorized.</p><p>Semantic Dataset Interlinking. The aim of works under this category is about given a pair of datasets, establishing links between them, based on a set of rules defined by the user. Most of these works use different properties from resources within a dataset for establishing owl:sameAs links among them. One of the most important lacks of works in this area is that the user has to select the pair of datasets to establish new links between them. The solution proposed in this paper can be used to select these input datasets. Most remarkable works in this field are Silk <ref type="bibr" target="#b18">[19]</ref> and LIMES <ref type="bibr" target="#b14">[15]</ref>. Semantic Dataset Summarization. Although dataset summarization is not the final goal of this work, we have considered interesting to analyse most remarkable works in this field, although they are oriented for creating human-readable data summaries, instead of machine-readable summaries that are used in the proposed work. In <ref type="bibr" target="#b0">[1]</ref>, after detecting patterns in a graph, they extract labels from vertices and edges for elaborating a summary. <ref type="bibr" target="#b5">[6]</ref> applies NER (Named Entity Recognition) techniques over literals of graphs for finding them in DBPedia. Once correspondent resources from DBPedia are found, they extract their categories for elaborating a summary.</p><p>Linked Data Source Searching These works try to find candidate datasets for interlinking. Works under this category are the most related with the work described in this paper. In <ref type="bibr" target="#b15">[16]</ref>, they extract literals from rdfs:label, foaf:name or dc:title properties. They search these literals in Sig.ma and group the results by source dataset. They consider that more instances a source has, more chances to be linked with original dataset has. The mayor weakness of this approach is that Sig.ma is no longer harvesting new data, so it is no a suitable solution for recently published datasets. <ref type="bibr" target="#b12">[13]</ref> uses naive Bayes classifiers for establishing a ranking of related datasets based on correlations among them. Through this ranking the search space can be reduced. At last, in <ref type="bibr" target="#b13">[14]</ref> they use already existing links for establishing new links among datasets. As previously mentioned, one of the objectives of our work was to solve the cold-starting problem when searching related datasets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Background</head><p>The main objective of FSM is to extract all frequent subgraphs from a single graph or a set of graphs. We assume the definitions from <ref type="bibr" target="#b9">[10]</ref>:</p><formula xml:id="formula_0">-Labeled graph: A labeled graph can be represented as G(V, E, L V , L E , ϕ),</formula><p>where V is a set of vertices, E ⊆ V × V is a set of edges; L V and L E are sets of vertex and edge labels respectively; and ϕ is a label function that defines the mappings</p><formula xml:id="formula_1">V → L V and E → L E . G is a directed graph if ∀e ∈ E, e is an ordered pair of vertexes. -Subgraph: Given two graphs G 1 (V 1 , E 1 , L V1 , L E1 , ϕ 1 ) and G 2 (V 2 , E 2 , L V2 , L E2 , ϕ 2 ), G 1 is a subgraph of G 2 , if G 1 satisfies: i) V 1 ⊆ V 2 , and ∀v ∈ V 1 , ϕ 1 (v) = ϕ 2 (v), and ii) E 1 ⊆ E 2 , and ∀(u, v) ∈ E 1 , ϕ 1 (u, v) = ϕ 2 (u, v).</formula><p>Multiple state-of-the-art tools implement FSM. In Table <ref type="table" target="#tab_0">1</ref> a summary of the most relevant features of each solution is shown. These features are the following ones:</p><p>-Single graph/Transactions: according to <ref type="bibr" target="#b9">[10]</ref> there are two different FSM problem formulations. In the first one, single graph based FSM, only a single very large graph is analyzed. In graph transaction based FSM the common substructures are extracted from a set of medium-size graphs (named transactions). -Directed graphs: applying directionality to graphs increases computational cost considerably. For this reason, many of the solutions do not implement this feature. -Labeled vertexes: solution allows (or not) labeled vertexes in input graphs.</p><p>-Labeled edges: solution allows (or not) labeled edges in input graphs.</p><p>As shown in Table <ref type="table" target="#tab_0">1</ref> only SUBDUE and DPMine cover all features to be suitable for dealing with the characteristics of RDF graphs. As in this approach we want to extract the most common subgraph from each dataset, the solution that supports single graphs has been selected, i.e. SUBDUE. Given a single, directed and labeled graph, SUBDUE <ref type="bibr" target="#b8">[9]</ref> extracts the most frequent substructures. SUBDUE defines the most frequent subgraph as the subgraph that once replaced by a single node, compresses most the original graph. Assuming that G is the original graph, S is the candidate subgraph to be evaluated, size(G) and size(S) are the size of G and S respectively and size(G|S) is the size of G compressed by S, the total compression rate can be calculated as:</p><formula xml:id="formula_2">value(S, G) = size(G) (size(S) + size(G|S))<label>(1)</label></formula><p>where:</p><formula xml:id="formula_3">size(G) = (|vertex(G)| + |edges(G)|)<label>(2)</label></formula><p>SUBDUE can be parameterized to adapt its behavior to the different input graphs. To facilitate the understanding of the application of SUBDUE in Section 4 some of these parameters are explained:</p><p>-inc: this parameter allows the incremental analysis of large graphs, avoiding the consumption of all the memory of the system by large graphs and allowing the preview of partial results. To perform the incremental analysis, the input graph has to be split in different and numbered files. SUBDUE analyses these files in order, aggregating results of the files previously analyzed to the current file. -limit: limits the number of candidate substructures that SUBDUE takes in consideration in each iteration. The default value is |edges| 2 .</p><p>-prune: prunes the graph discarding useless substructures.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Frequent Subgraph Mining Approach</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">RDF Graph Synthesis Model</head><p>In order to apply the RDF graph synthesis model presented in this paper, some modifications have been done to the original RDF graph model. It is important to note that these transformations do not preserve the meaning of the RDF model, but we do not consider that property important for our approach. However, after applying these transformations, a proper interpretation of the graph can be done. As can be seen in this section, the aim of these transformations is to simplify the graph for easing the task of extracting the most common substructures. From the triples shown in Listing 1, represented graphically in Figure <ref type="figure" target="#fig_1">1</ref>, transformations are applied to ensure the correct understanding of the presented model.</p><p>The first transformation applied to RDF graphs consists in replacing URIs from the subjects of resources from datasets. Since they are unique identifiers of resources, URIs in subjects will generate a large amount of unique nodes which do not belong to any candidate substructure, increasing the difficulty of finding frequent subgraphs. To avoid this, these URIs have been replaced by the ontological class (or classes, if it is represented by more than one class) of the resource represented by the rdf:type property if any, as can be seen in Figure <ref type="figure" target="#fig_3">2</ref>. If a resource has no a rdf:type predicate associated, this resource is discarded.</p><p>The next transformation is about managing interlinked resources. Establishing links among resources from different datasets is one of the most important features in Linked Data publication. For this reason, a large amount of internal and external links can be found in linked datasets. Managing external links, adds to the computational cost generated by the analysis of each triple, the delay generated by retrieving the information pointed by them through the Web. Furthermore, one of the challenges of this work was to solve the cold start problem when looking for related datasets. For these reason, external links have been @prefix : &lt;http://example.org/resource/&gt; .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>2</head><p>@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>3</head><p>@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>4</head><p>@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>5</head><p>@prefix aktors: &lt;http://www.aktors.org/ontology/portal/&gt; .  removed. Despite this, in Section 6 the influence of existing links is briefly analyzed. In Figure <ref type="figure">3</ref>, the resulting model after elimination of external links can be seen. In this model a structure representing a publication and its author can be seen, as a synthesis of triples presented in Listing 1.</p><p>Regarding to the literals, although they have been maintained in proposed model, there are no literals in any of most frequent structures extracted during the evaluation. The explanation of this situation is similar to the explanation given about the URIs in subjects: with so much variety of different literals, the probability to form part of a candidate substructure is minimal. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Extraction and Comparison of Most Frequent Subgraphs</head><p>We apply SUBDUE to the graph obtained as a result of the previous transformations. According to <ref type="bibr" target="#b9">[10]</ref>, SUBDUE's runtime and resource consumption do not grow linearly with the size of the input graphs, making it hard to do an estimation of the total runtime or knowing whether the process is going to finalize in a reasonable amount of time. The ideal parameters for getting a balance between affordable runtime and obtaining an appropriate number of candidate substructures are still subject of experimentation, but limiting the number of candidate substructures to 5, applying the incremental analysis capabilities and pruning the input graph seem to be appropriate parameters to start finding this balance.</p><p>Once the most frequent substructures from different datasets are extracted, the comparison among them has been done through SUBDUE's gm (Graph Matcher). Given a pair of graphs, this utility computes the cost of transforming the largest graph into the smallest one, returning the number of transformations done. In this case, all transformations (addition, removal or replacing of a node) have the same cost. As this number of transformations is not normalized by default (it depends on the size of the input graphs), the normalization shown in Equation 3 has been applied to the result. Finally, the similarity between both substructures is calculated as can be seen in Equation <ref type="formula">4</ref>.</p><formula xml:id="formula_4">Cost normalized = Cost |vertexes largestGraph | + |edges largestGraph |<label>(3)</label></formula><formula xml:id="formula_5">Similarity = 1 − Cost normalized (4)</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Implementation</head><p>This work has been implemented following the workflow explained next. The different stages of this workflow have been implemented as independent tasks:</p><p>-Generation of IDs and replacement of subjects: as can be seen in listing 2, SUBDUE has its own format for representing graphs. This format requires to assign an unique ID to each vertex. At this first step, the RDF graphs are iterated, replacing the subject of each resource by its ontological class if the property rdf:type is presented and an unique and consecutive IDs are assigned to each generated vertex. -SUBDUE file generation: once the IDs are assigned, the relationships among generated vertices are analysed in order to generate edges. Once these edges are generated, the final SUBDUE file of each graph is generated. -Most frequent subgraph extraction: at these step the most frequent subgraph of each RDF graph is extracted with SUBDUE and previously generated input files. -Graph matching: at last, similarities among these subgraphs are found with SUBDUE's Graph Matching (gm) tool.</p><p>The implementation of this work and baselines (subsection 5.2) can be found at https://github.com/memaldi/lod-fsm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Evaluation</head><p>Presented approach has been evaluated against datasets from Linked Open Data Cloud. The development of the evaluation follows these steps. First, a gold standard has been created for determining the effectiveness of both developed system and baseline solutions in terms of precision and recall. These baseline solutions (or baselines) are simple solutions that solve proposed problem in a simple way, with the aim of establishing a baseline to be surpassed by the new solution. At last, the results given from proposed solution are compared with the results given by baseline solutions. The evaluation has been done only in terms of efficacy because the developed work has been designed to be launched in batch and without the interaction of the end-user, so that, the efficiency is not considered a key factor to be evaluated. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Gold Standard</head><p>For constituting the gold standard, two different sources have been checked. The first source, inspired by <ref type="bibr" target="#b12">[13]</ref>, consists on checking already existing links among datasets used in this evaluation. The links among these datasets have been extracted through the property links:&lt;target dataset id&gt; from The Datahub<ref type="foot" target="#foot_1">4</ref> entry of each dataset, as this property is requested for publishing datasets in the LOD Cloud. But, when evaluating the proposed solution, many links that are not described in The Datahub were discovered. These links could not appear in The Datahub for many reasons: related dataset have been published after the publication of the source dataset and the publisher has not checked them, or simply, the publisher did not know the existence of these related datasets. The absence of these valid links could provoke a situation in where the developed system could recommend datasets that, in fact, are valid results but considered as false positives by the gold standard.</p><p>To solve this issue, a second source have been used to form the gold standard. This source consisted on surveying different researchers on Semantic Web and Linked Data for determining the validity of these new relations among datasets. These surveys have been performed through a web application 5 that shows to researchers different pairs of datasets, to determine if there was any possible relationship between them. These datasets were represented by the title, description and resources published in their The Datahub's entry. Three options were allowed for each pair of datasets: "yes" if they consider that there was a possible relationship between them, "no" if they consider the opposite, and "undefined" if they were not sure about the possible relationships. Each pair of datasets have been evaluated by three different researchers. This approach arises another issue: the number of different pairs resulting from the combination of all the datasets employed during the evaluation ups to 2,346 <ref type="foot" target="#foot_3">6</ref> . Considering that each pair have to be evaluated three times, this number increases to 7,038 evaluations to be done by selected researchers. Considering that this number of evaluations is too high, the number of dataset pairs have been reduced considering the evidence proposed by <ref type="bibr" target="#b5">[6]</ref>. The authors of this work consider if a pair of datasets have common links to the same datasets, they could be related. From these evidence, only datasets that are linked to common datasets have been included, reducing the number of evaluations to 594. Once all the evaluations have been done, the Fleiss' Kappa <ref type="bibr" target="#b6">[7]</ref> coefficient reveals an agreement among the reviewers of 41%, which means a moderate agreement according to <ref type="bibr" target="#b11">[12]</ref>. At last, for constituting the gold standard, relations extracted from The Datahub have been complemented with relations which in the survey have been approved by at least two reviewers.</p><p>At the time of writing, an unique gold standard has been created for evaluating the developed system. However, a more suitable solution could be to develop a different gold standard depending on the topic of the datasets whose similarities are going to be extracted (biology, statistical government data, academical publications, etc.). This work is going to be attempted in the future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Baselines</head><p>For weighting the results given by proposed solution, three baselines have been developed. The first baseline is based on the evidence that as more ontologies are shared between a pair of datasets, more related they are. The relation degree between a pair of datasets is calculated as follows, being N the set of ontologies used to describe the dataset D:</p><formula xml:id="formula_6">score(D1, D2) = N 1 ∩ N 2 max(|N 1 |, |N 2 |)<label>(5)</label></formula><p>The second baseline, similarly to the first one, takes the common ontologies between a pair of datasets to establish their relation degree, but establishing a ranking based on the usage of the classes and properties of each ontology used within each dataset. The distance between different pair of rankings have been calculated through a normalized Kendall's Tau:</p><formula xml:id="formula_7">K(τ 1 , τ 2 ) = i,j∈P Ki,j (τ 1 , τ 2 )<label>(6)</label></formula><p>At last, the third baseline calculates the relation degree between a pair of datasets calculating the Jaccard distance among all the triples of each dataset. Being T 1 and T 2 the pair of datasets to be compared, the Jaccard distance is calculated as follows:</p><p>Regarding to the good results obtained by the first baseline, there is a clarification to be done. As can be seen, many datasets used in the evaluation where produced by the RKB Explorer project <ref type="bibr" target="#b7">[8]</ref>. These datasets have been published using the same ontologies and methodology, so they share the same ontologies in similar proportion. As exposed in section 6, providing a more diverse evaluation set is one of the key tasks for the future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion and Future Work</head><p>In this work, a solution for recommending related datasets and easing the task of dataset linking has been presented. As exposed in Section 5, proposed solution provides precise recommendations of candidate datasets to be linked. Although the recall is not as good as expected, given that nowadays the help that a data publisher has at time of selecting related datasets for linking his datasets is very limited, we consider that is more important to recommend valid candidate datasets for interlinking, although these datasets are not all the available datasets. However, the results given by the recall are an issue in which we are currently working. At the present time, for avoiding false negatives provoked by related datasets described by different ontologies, string similarity techniques are being introduced, achieving an increase of recall between 0.10 and 0.30 regarding to the work exposed in this paper. Another task to be done in the future work is to analyse how the links generated by the own system can be used for improving the results in an iterative way. At last, regarding to the evaluation, an important future task is to include more diverse datasets in the evaluation set for avoiding the overfitting of the proposed model or any of the baselines and developing a different topic-based gold standard.</p><p>In conclusion, the promising results obtained show that most frequent subgraph mining techniques can be used to ease the task of interlink datasets from the Semantic Web.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>&lt;http://www.w3.org/People/Berners-Lee&gt; .</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 1 :</head><label>1</label><figDesc>Fig. 1: Resultant graph from the triples in Listing 1.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 2 :Fig. 3 :</head><label>23</label><figDesc>Fig. 2: Resultant graph after replacing URIs with the ontological class of the resource.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Listing 2 :</head><label>2</label><figDesc>Representation of the graph from figure 3 in SUBDUE. In files 1-6 the vertices are represented while in files 7-11 the edges are represented.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>Summary of relevant features of each FSM solution. A complete description and comparison among them can be found at<ref type="bibr" target="#b9">[10]</ref>.</figDesc><table><row><cell>Solution</cell><cell>Single Graph / Transactions</cell><cell>Directed Graphs</cell><cell>Labeled Vertexes</cell><cell>Labeled Edges</cell></row><row><cell>SUBDUE</cell><cell>Single Graph</cell><cell></cell><cell></cell><cell></cell></row><row><cell>AGM</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>FSG</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>DPMine</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>MoFA</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>gSpan</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>FFSM</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell>GREW</cell><cell>Single Graph</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Gaston</cell><cell>Single Graph</cell><cell></cell><cell></cell><cell></cell></row><row><cell>gApprox</cell><cell>Transactions</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">(h/v)SiGraM Single Graph</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://lod-cloud.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">http://datahub.io</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">https://github.com/memaldi/ld-similarity-survey</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">The complete list of used datasets can be found at http://apps.morelab.deusto. es/iesd2015/datasets.csv</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This work has been developed within WeLive project, founded by the European Union's Horizon 2020 research and innovation programme under grant agreement No 645845.</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Results</head><p>In figure <ref type="figure">4</ref>, the results of both proposed solution and baselines are shown, in terms of precision, recall, F1-score and accuracy. As can be seen, in terms of precision, the proposed solution clearly overcomes the baselines, overpassing a value of 0.8 from a threshold of 0.4; reaching a maximum value of 0.9. On the other hand, the maximum value of recall is about 0.51, decaying from a threshold of 0.3, offering a result that is not as good as expected and being surpassed by one of the baselines. This situation is promoted by the fact that higher the threshold is, the requested similarity between pair of graphs is higher too. Thus, there are pairs of datasets detected as related by our solution but their relation degree is not as high as expected. These results show that recommendations done by the proposed solution are valid in a high percentage (low number of false positives), although there still are many related datasets that the solution omits.  </p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Latent topics in graph-structured data</title>
		<author>
			<persName><forename type="first">C</forename><surname>Böhm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kasneci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Naumann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21 st ACM international conference on information and knowledge management</title>
				<meeting>the 21 st ACM international conference on information and knowledge management</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="2663" to="2666" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Mining molecular fragments: Finding relevant substructures of molecules</title>
		<author>
			<persName><forename type="first">C</forename><surname>Borgelt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Berthold</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 2002 IEEE International Conference on Data Mining</title>
				<meeting>of the 2002 IEEE International Conference on Data Mining</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="51" to="58" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Searching linked objects with Falcons</title>
		<author>
			<persName><forename type="first">G</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Semantic Web and Information Systems</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="49" to="70" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Finding frequent substructures in chemical compounds</title>
		<author>
			<persName><forename type="first">L</forename><surname>Dehaspe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Toivonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">D</forename><surname>King</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 4th International Conference on Knowledge Discovery and Data Mining</title>
				<meeting>of the 4th International Conference on Knowledge Discovery and Data Mining</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="volume">98</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Swoogle: A Semantic Web search and metadata engine</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cost</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Reddivari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Doshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sachs</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13 th ACM Conference on Information and Knowledge Management</title>
				<meeting>the 13 th ACM Conference on Information and Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="652" to="659" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A scalable approach for efficiently generating structured dataset topic profiles</title>
		<author>
			<persName><forename type="first">B</forename><surname>Fetahu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dietze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">P</forename><surname>Nunes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Casanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Taibi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Nejdl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Trends and Challenges</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="519" to="534" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Measuring nominal scale agreement among many raters</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Fleiss</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychological bulletin</title>
		<imprint>
			<biblScope unit="volume">76</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page">378</biblScope>
			<date type="published" when="1971">1971</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">RKB Explorer: Application and infrastructure</title>
		<author>
			<persName><forename type="first">H</forename><surname>Glaser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Millard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Semantic Web Challenge, in conjunction with the 6 th International Semantic Web Conference</title>
				<meeting>the Semantic Web Challenge, in conjunction with the 6 th International Semantic Web Conference</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Substructure discovery in the SUBDUE system</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">B</forename><surname>Holder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Cook</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Djoko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the AAAI Workshop on Knowledge Discovery in Databases</title>
				<meeting>of the AAAI Workshop on Knowledge Discovery in Databases</meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="169" to="180" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A survey of frequent subgraph mining algorithms</title>
		<author>
			<persName><forename type="first">C</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Coenen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zito</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="75" to="105" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Mining for causes of cancer: machine learning experiments at various levels of detail</title>
		<author>
			<persName><forename type="first">S</forename><surname>Kramer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pfahringer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Helma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 3th International Conference on Knowledge Discovery and Data Mining</title>
				<meeting>of the 3th International Conference on Knowledge Discovery and Data Mining</meeting>
		<imprint>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="223" to="226" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The measurement of observer agreement for categorical data</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Landis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">G</forename><surname>Koch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Biometrics</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="159" to="174" />
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Identifying candidate datasets for data interlinking</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A P P</forename><surname>Leme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">R</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">P</forename><surname>Nunes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Casanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dietze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13 th International Conference on Web Engineering</title>
				<meeting>the 13 th International Conference on Web Engineering</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="354" to="366" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Recommending tripleset interlinking through a social network approach</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">R</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A P P</forename><surname>Leme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">P</forename><surname>Nunes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Casanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dietze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14 th international conference on Web Information Systems Engineering</title>
				<meeting>the 14 th international conference on Web Information Systems Engineering</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="149" to="161" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">LIMES: a time-efficient approach for large-scale link discovery on the web of data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ngomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22 nd International Joint Conference on Artificial Intelligence</title>
				<meeting>the 22 nd International Joint Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="2312" to="2317" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Identifying relevant sources for data linking using a Semantic Web index</title>
		<author>
			<persName><forename type="first">A</forename><surname>Nikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>D'aquin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Linked Data on the Web workshop in conjunction with the 20 th international World Wide Web conference</title>
				<meeting>the Linked Data on the Web workshop in conjunction with the 20 th international World Wide Web conference</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">813</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Sindice.com: Weaving the Open Linked Data</title>
		<author>
			<persName><forename type="first">G</forename><surname>Tummarello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Delbru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Oren</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6 th International Semantic Web Conference and the 2 nd Asian Semantic Web Conference</title>
				<meeting>the 6 th International Semantic Web Conference and the 2 nd Asian Semantic Web Conference</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="552" to="565" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Sig.ma: Live views on the web of data</title>
		<author>
			<persName><forename type="first">G</forename><surname>Tummarello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Catasta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Danielczyk</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="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="355" to="364" />
			<date type="published" when="2010-11">Nov 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Silk: A link discovery framework for the web of data</title>
		<author>
			<persName><forename type="first">J</forename><surname>Volz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gaedke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kobilarov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Linked Data on the Web workshop in conjuntion with the 18 th international World Wide Web conference</title>
				<meeting>the Linked Data on the Web workshop in conjuntion with the 18 th international World Wide Web conference</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">583</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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