<?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">Verbalizing the Evolution of Knowledge Graphs with Formal Concept Analysis</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Martín</forename><forename type="middle">Arispe</forename><surname>Riveros</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Universidad Privada Boliviana</orgName>
								<address>
									<country>Bolivia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mayesha</forename><surname>Tasnim</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Fraunhofer IAIS and University of Bonn</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Damien</forename><surname>Graux</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">ADAPT SFI Centre</orgName>
								<orgName type="institution">Trinity College Dublin</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fabrizio</forename><surname>Orlandi</surname></persName>
							<idno type="ORCID">0000-0003-3392-3162</idno>
							<affiliation key="aff2">
								<orgName type="department">ADAPT SFI Centre</orgName>
								<orgName type="institution">Trinity College Dublin</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Diego</forename><surname>Collarana</surname></persName>
							<idno type="ORCID">0000-0001-9561-4635</idno>
							<affiliation key="aff1">
								<orgName type="institution">Fraunhofer IAIS and University of Bonn</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Verbalizing the Evolution of Knowledge Graphs with Formal Concept Analysis</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">E97333BAB5A69462D66405169AB7E924</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:55+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>Questioning Answering and Verbalization over Knowledge Graphs (KGs) are gaining momentum as they provide natural interfaces to knowledge harvested from a myriad of data sources. KGs are dynamic: new facts are added and removed over time, producing multiple versions, each representing a knowledge snapshot of a point in time. Verbalizing a report of the evolution of entities is useful in many scenarios, e.g., reporting digital twins' evolution in manufacturing or healthcare. We envision a method to verbalize a graph summary capturing the temporal evolution of entities across different KG versions. Technically, our approach considers revisions of a graph over time and converts them into RDF molecules. Formal Concept Analysis is then performed on these RDF molecules to synthesize summary information. Finally, a verbalization pipeline generates a report in natural language.</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>Talking Knowledge Graphs in the form of Question Answering and Story Telling components have gained momentum as natural user interfaces to heterogeneous data structures. On the one hand, Question Answering (QA) technology, including QAnswer <ref type="bibr" target="#b2">[3]</ref> and WDAqua-core1 <ref type="bibr" target="#b3">[4]</ref> paved the way to knowledge graph agnostic QA systems. On the other hand, the ability to verbalize part of a knowledge graph (KG) to create reports (storytelling), is considered another critical application in many domains, e.g., healthcare and finance. Diverse approaches have been proposed to verbalize semi-and fully-structured data. The most recent approaches focus on data-hungry deep learning architectures, e.g., <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b11">12]</ref>. However, these approaches perform poorly on unseen domains. Although much attention has been put on QA and Verbalization over KGs, few have considered the dynamic nature of KGs. Knowledge graphs are becoming increasingly dynamic, and approaches have been proposed <ref type="bibr" target="#b18">[19]</ref> to (i) detect changes during their evolution, (ii) represent change information (using vocabularies) <ref type="bibr" target="#b15">[16]</ref>, and (iii) propagate changes to replicas or federated systems <ref type="bibr" target="#b4">[5]</ref>. In this context, change detection is typically performed computing "deltas" (or changesets 1 ) between two versions Fig. <ref type="figure">1</ref>: Motivating example: Four-yearly RDF entities, describing the professional evolution of the football player Cristiano Ronaldo, pass through an entity-evolution summary creation step. Finally, a verbalization step produces an understandable human summary of the entity's evolution.</p><p>of a knowledge graph at different granularity levels <ref type="bibr" target="#b18">[19]</ref>: dataset, resource or statement.</p><p>Let us consider four different entity descriptions depicted in Figure <ref type="figure">1</ref>. These graphs represent four different years of the football player Cristiano Ronaldo, aka., CR7. Through time, CR7 evolved in different contexts of his professional career and personal life. He changed teams several times; thus, the relation team changed as well. He also became an entrepreneur in 2008 and a father in 2013. Developing an approach to verbalize the evolution of entities in a knowledge graph would be useful to encompass in a glance CR7's life. More generally, creating a story (report) for KG evolution is useful in many domains and challenging as it should be schema-agnostic. For example, 1) in industry 4.0 to report the evolution of digital twins, or 2) in healthcare to understand the evolution of patients according to their records, or 3) to produce financial reports of the evolution of companies and industries. In this study, we present the vision of an approach to produce a summary of the evolution of entities in knowledge graphs. The approach is based on Formal Concept Analysis to automatically create entity summary in a schema-agnostic manner. Finally, we employ a template-based approach to verbalize the evolution. This paper is structured as follows. Section 2 presents the state of the art. Then, Section 3 defines the approach and techniques envisioned. Finally, Section 4 wraps up and outlines future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>The associated literature is threefold. First, we review verbalization efforts on structured data and KGs. Then, we present applications and benefits of FCA on KGs. Finally, we provide an overview of the current techniques developed to manage KG evolution. KGs Verbalization. A variety of works have proposed methods for verbalizing structured data and KGs. We start with the early (but widely used) heuristic-driven methods where the main objective is to choose the right set of rules or templates to verbalize KGs. One of the most representative works here is SimpleNLG <ref type="bibr" target="#b9">[10]</ref> and its different variants, French, Spanish, German, and Italian. SimpleNLG defines a three-stage pipeline for Natural Language Generation (NLG). Hence, these approaches are hard to adapt to different domains requiring many tunning efforts, so recent NLG approaches employ neural network architectures. These neural approaches mostly use the seq2seq architectures with attention mechanisms <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b11">12]</ref> and replace the three-phase pipeline with an end-to-end approach. However, these approaches required large training data, and tend to perform poorly on unseen domains.</p><p>FCA and KGs. Recent work in the literature aimed at applying FCA to knowledge graphs for concept analysis. For example, in <ref type="bibr" target="#b8">[9]</ref> the authors propose an extension of FCA where a dataset is a hypergraph instead of a binary table. Motivated by the fact that, thus far, FCA has been successfully applied to discover conceptual structures in tabular/relational data. Similarly, <ref type="bibr" target="#b13">[14]</ref> proposes the Relational Concept Analysis (RCA), where FCA is adapted to graphs and applied to individual entities of different types singularly. The only relevant work applying FCA to KGs in order to analyse their evolution is presented in <ref type="bibr" target="#b10">[11]</ref> and <ref type="bibr" target="#b17">[18]</ref>. In both cases FCA is leveraged for the identification of differences/similarities between different versions of a KG. In this paper we extend that work by applying it to KG verbalization/summarization tasks. KG Evolution. The increasingly dynamic nature of KGs has driven researchers into investigating solutions for managing their evolution <ref type="bibr" target="#b6">[7]</ref>. Approaches have been proposed to: (i) detect changes during their evolution <ref type="bibr" target="#b18">[19]</ref>, (ii) represent their changes and dynamics using ontologies <ref type="bibr" target="#b15">[16]</ref> (iii) archive their history <ref type="bibr" target="#b5">[6]</ref>, (iv) propagate their changes over federated systems <ref type="bibr" target="#b4">[5]</ref>. Approaches for change detection mainly focus on computing "deltas" (or changesets between different versions of a KG at various granularity levels <ref type="bibr" target="#b18">[19]</ref>: dataset, resource and statement level. The Changeset Vocabulary<ref type="foot" target="#foot_0">2</ref> defines a set of terms for describing changes on a resource and statement level. The DELTA-LD framework detects changes between two versions of a KG and represents them using a specific ontology <ref type="bibr" target="#b15">[16]</ref>. In <ref type="bibr" target="#b14">[15]</ref>, in order to study the dynamics of LOD, the authors propose a framework for extracting and analysing the evolution history of LOD datasets. A commonality of all these approaches is that specific SPARQL queries need to be constructed in order to extract the changes, and the history, of a particular resource over time. This is because they all use specific ontologies to model this information. In contrast, our approach allows for automatic extraction and exploration of all changes of a class/entity over time, in an easy and accessible way.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Proposed Approach</head><p>Given different deltas of a knowledge graph, e.g., 2002, 2008, 2013, and 2020, and an entity type, e.g., Person. Our approach automatically produces a summary of evolution over time of the entities under the specified type. Each entity summary is comprised of the evolution of properties and relations among these entities along a temporal dimension. Finally, a verbalization step produces a summary in natural language of all the changes identified among the knowledge graph deltas. To better understand our approach, we define the central concepts it employs, i.e., RDF Molecule, Formal Concept Analysis, Evolution Summary, and Entity Verbalization.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Preliminaries</head><p>Definition 1 (RDF Molecule <ref type="bibr" target="#b7">[8]</ref>). If G is a given RDF Graph, we define an RDF Molecule M as a sub-graph of G such that,</p><formula xml:id="formula_0">M = {t 1 , . . . , t n }, ∀(i, j) ∈ {1, . . . , n} 2 (subject(t i ) = subject(t j ))</formula><p>where t 1 , . . . , t n denote the triples in M . An RDF Molecule M consists of triples having the same subject. In this work, molecules are used as units to produce entity summaries.</p><p>Definition 2 (Formal Concept Analysis <ref type="bibr" target="#b19">[20]</ref>). is an algorithm aiming at grouping objects based on the overlap between their attributes. In our approach, we apply an algorithm proposed by V. Vychodil <ref type="bibr" target="#b19">[20]</ref>, after transforming RDF molecules into the binary data table it requires. Formal concepts are defined as conceptual clusters found within entity-property data tables. These data tables have rows corresponding to entities, and columns corresponding to the properties of those entities. Formal concepts are a set of &lt; A, B &gt; pairs where A is the entity set, B is the property set, and all the entities in A contain all the properties in B. A is known as extent and B is known as intent.</p><p>Definition 3 (Evolution Summary <ref type="bibr" target="#b17">[18]</ref>). To produce a temporal evolution summary of entities spread over different versions of a knowledge graph, we resort to the concept of fusion policies defined by Collarana et al. <ref type="bibr" target="#b1">[2]</ref>. A fusion policy is a set of rules operating on the triple level, which are triggered by a certain combination of predicates and objects. Fusion policies resort to an ontology O to resolve possible conflicts and inequalities on the levels of resources, predicates, objects and literals.</p><p>Definition 4 (Verbalization Function). We define a verbalization function V (t) which takes as input a set of triples t = {t 1 , . . . , t n } and produces S Eng , a text description of the given triples in natural (English) language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Architecture</head><p>Based on the summarization technique proposed by Tasnim et al. <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18]</ref>, we propose a pipeline capable of automatically verbalizing the evolution of RDF entities. Thus providing a solution to the problem of generating natural language reports on the temporal evolution of entities over different versions of a Knowledge Graph. We propose a three-fold approach, namely: identifying equivalent entities in different versions of a knowledge graph, summarizing the temporal evolution of these entities, and finally verbalizing the obtained summary.</p><p>Figure <ref type="figure">2</ref> depicts the main components of our architecture. First, the pipeline takes as input a set of knowledge graphs; each graph represents different time version of the same knowledge graph. These graphs are then turned into a set of RDF molecules representing groups of equivalent entities, i.e., different temporal versions of the same Fig. <ref type="figure">2</ref>: Architecture. real-world entity (CR7 for example). Each group of equivalent molecules is then converted into a binary M × N matrix. Second, the M × N matrix is provided to the FCA component which performs formal concept analysis to summarize the evolution of the entities along a temporal axis. Third, a summary merger policy is applied to each output of the FCA component to produce a set of abstract molecules. Each abstract molecule represents the temporal evolution of a single entity between the versions of the knowledge graphs taken as input. Fourth, said summary knowledge graph will go through a verbalization process that converts the summary graph to a readable and chronological text using a verbalization pipeline. Each summary molecule represents a single entity's temporal evolution over the knowledge graph versions taken as input.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Conversion of Knowledge Graphs to Groups of Equivalent RDF Molecules</head><p>The pipeline receives any number of KGs φ 1 (D),. . . ,φ n (D) as input where 1, . . . , n represent the different temporal versions of the same KG φ(D). First each graph is individually converted into sets of RDF molecules. Thus we obtain RDF molecule sets S 1 , . . . , S n which correspond to graphs φ 1 (D), . . . , φ n (D) respectively. The pipeline then identifies equivalent molecules within S 1 , . . . , S n . As φ 1 (D), . . . , φ n (D) are different temporal versions of the same KG, it can be inferred that there exists equivalent molecules M 1 , . . . , M n such that M 1 ∈ S 1 , . . . , M n ∈ S n and M 1 , . . . , M n all represent the same real-world entity. For the sake of simplicity it is assumed here that equivalent entities retain the same URI. Practically, semantic similarity measures as demonstrated in <ref type="bibr" target="#b1">[2]</ref> can also be integrated with this pipeline to identify equivalent entities in cases the URI is different.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Applying Formal Concept Analysis to Obtain a Summary of Evolution</head><p>Formal concept analysis studies binary object-attribute tables to describe the relationship between objects and their attributes. Our approach first converts KGs to RDF molecules. Within a single KG, an RDF molecule can be considered as an object while its object or data properties can be considered as attributes. When RDF molecules are modeled in this way, we are able to apply the formal concept analysis algorithm to compute formal concepts.  In the previous step we obtained sets of molecules that correspond to different temporal versions of the same real-world entity, e.g., in our motivation example we refer to the life events of CR7. We apply V. Vychodil's algorithm <ref type="bibr" target="#b19">[20]</ref> on each group of RDF molecules. The algorithm returns a set of formal concepts &lt; M, P &gt; where M is a set of all the molecules that have all the properties contained in P . In our approach the output &lt; M, P &gt; from formal concept analysis gives us a set of molecules that have the same properties throughout different KG versions. Following our motivating statement, we now can obtain the information that throughout the years 2002 and 2008 CR7 remained a football player and spoke Portuguese. Next, a summary fusion policy is applied to the output of the Formal Concept Analysis algorithm to obtain the temporal summary of all the different versions of the molecules.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5">Verbalizing the entity summary</head><p>In this step, we take as input the graph summary freshly produced, and generate a report of entity evolution. We define the task of verbalization as a function, and therefore it is possible to choose from the different approaches reviewed in Section 2. In this study, however, we explore a template-based approach, mainly because we have a controlled vocabulary providing us an exact phenomenon to verbalize: the evolution of an entity.</p><p>Following the Natural Language Generation (NLG) pipeline described by Reiter et al. <ref type="bibr" target="#b12">[13]</ref>, we divide the summary verbalization into three steps: 1) Content Planning, 2) Sentence Planning, and 3) Realization (see Figure <ref type="figure" target="#fig_1">3</ref>). First, we plan the content by ordering the triples chronologically; the triples that cover all the years ranked at the top. Thus, we order triples from the oldest changes to more recent ones. As the second step, we start building sentences using lexicalization, and referring expressions. We assume that there are rdfs:label descriptive enough to plan sentences with relative readiness. For example to transform the relation team to "is player of ". Additionally we define group of sentences that should be verbalize together to form a concise idea and message. Finally, in step three, lexical and grammar rules are used to produce  the final text. Thus, a Realization Engine is required at this step. We propose to use SimpleNLG <ref type="bibr" target="#b9">[10]</ref>. SimpleNLG requires two elements: the data to realize, and related information. Figure <ref type="figure" target="#fig_2">4</ref> shows an example of how SimpleNLG works.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion and Future Lines of Work</head><p>In this article, we introduced our approach to verbalize the evolution of entities in KGs. Our approach leverages the concepts of RDF molecules, Formal Concept Analysis, Entity Summary, and a Verbalization Function. We explain the architecture and pipeline where only one parameter is needed, i.e., an entity filter. The report created can be useful in several domains e.g., manufacturing, healthcare, or financial domain.</p><p>Future lines of work. To date, several lines of research are ahead of us, including the performance and evaluation of the approach, and the use of FCA for QA systems. FCA has scalability limitations when applied to big knowledge graphs. Therefore a newly adapted version of FCA for Big Data scenarios needs to be employed. We need to define a fair evaluation framework for our approach, including different datasets and metrics, e.g., BLUE score. Finally, we believe the summaries produced by FCA may be useful for QA systems, for example, to answer evolutionary questions on knowledge graphs and answer questions about differences between entities in a Knowledge Graph.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 :</head><label>3</label><figDesc>Fig. 3: Verbalization Pipeline.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 4 :</head><label>4</label><figDesc>Fig. 4: Realization Engine.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>[data to realize ] : [Related information]</head><label></label><figDesc></figDesc><table><row><cell>Cristiano Ronaldo : subject</cell><cell></cell><cell></cell></row><row><cell>-In 2008 : determinant</cell><cell></cell><cell></cell></row><row><cell>is player of : verb, past tense</cell><cell></cell><cell></cell></row><row><cell>Man. Unit : object</cell><cell></cell><cell></cell></row><row><cell>And : complementizer</cell><cell></cell><cell>In 2008, he was a player of Man</cell></row><row><cell>He : possessive pronoun</cell><cell>SimpleNLG</cell><cell>United and started his career as</cell></row><row><cell>Start : verb, past tense</cell><cell>(Realization Engine)</cell><cell>a Fashion Entrepreneur, he as</cell></row><row><cell>Occupation : verb, past tense</cell><cell></cell><cell>well learned English.</cell></row><row><cell>Fashion Entrepreneur : object</cell><cell></cell><cell></cell></row><row><cell>Comma : complementizer punctuation</cell><cell></cell><cell></cell></row><row><cell>He : personal pronoun</cell><cell></cell><cell></cell></row><row><cell>Learn : verb, past tense</cell><cell></cell><cell></cell></row><row><cell>English : object</cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">http://vocab.org/changeset/schema (accessed on 04/09/2020)</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. We acknowledge the support of the EU projects Cleopatra (GA 812997) and TAILOR (GA 952215), the Federal Ministry for Economic Affairs and Energy (BMWi) project SPEAKER (FKZ 01MK20011A), the German Federal Ministry of Education and Research (BMBF) projects and excellence clusters ML2R (FKZ 01 15 18038 A/B/C), MLwin (01S18050 D/F), ScaDS.AI (01/S18026A), the Fraunhofer Zukunftsstiftung project JOSEPH, as well as the Marie Skłodowska-Curie fellowship programmes GA 801522 and GA 713567 at the ADAPT SFI Research Centre (grant 13/RC/2106).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Neural machine translation by jointly learning to align and translate</title>
		<author>
			<persName><forename type="first">D</forename><surname>Bahdanau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bengio</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">3rd International Conference on Learning Representations, ICLR 2015</title>
				<meeting><address><addrLine>San Diego, CA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">May 7-9, 2015. 2015</date>
		</imprint>
	</monogr>
	<note>Conference Track Proceedings</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">MINTE: semantically integrating RDF graphs</title>
		<author>
			<persName><forename type="first">D</forename><surname>Collarana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Galkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">T</forename><surname>Ribón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vidal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lange</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Web Intelligence, Mining and Semantics, WIMS</title>
				<meeting>the 7th International Conference on Web Intelligence, Mining and Semantics, WIMS</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page">11</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Qanswer KG: designing a portable question answering system over RDF data</title>
		<author>
			<persName><forename type="first">D</forename><surname>Diefenbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Giménez-García</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Both</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maret</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC 2020 Proceedings</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">12123</biblScope>
			<biblScope unit="page" from="429" to="445" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Wdaqua-core1: A question answering service for RDF knowledge bases</title>
		<author>
			<persName><forename type="first">D</forename><surname>Diefenbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maret</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion of the The Web Conference 2018 on The Web Conference 2018, WWW 2018</title>
				<meeting><address><addrLine>Lyon , France</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2018">April 23-27, 2018. 2018</date>
			<biblScope unit="page" from="1087" to="1091" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Interest-Based RDF Update Propagation</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Endris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Faisal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Orlandi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Scerri</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC</title>
				<imprint>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="volume">9366</biblScope>
			<biblScope unit="page" from="513" to="529" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Evaluating query and storage strategies for rdf archives</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Fernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Umbrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Knuth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SEMANTiCS</title>
		<imprint>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Mepdaw chairs&apos; welcome</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Fernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Debattista</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Orlandi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Vidal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion of The 2019 World Wide Web Conference</title>
				<imprint>
			<publisher>WWW</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="13" to="17" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Efficient rdf interchange (eri) format for rdf data streams</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Fernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Llaves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="244" to="259" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Graph-fca: An extension of formal concept analysis to knowledge graphs</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ferré</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cellier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discret. Appl. Math</title>
		<imprint>
			<biblScope unit="volume">273</biblScope>
			<biblScope unit="page" from="81" to="102" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Simplenlg: A realisation engine for practical applications</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Reiter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ENLG 2009 -Proceedings of the 12th European Workshop on Natural Language Generation</title>
				<meeting><address><addrLine>Athens, Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">March 30-31, 2009. 2009</date>
			<biblScope unit="page" from="90" to="93" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Modelling dynamics in semantic web knowledge graphs with formal concept analysis</title>
		<author>
			<persName><forename type="first">L</forename><surname>González</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 World Wide Web Conference on World Wide Web, WWW 2018</title>
				<meeting>the 2018 World Wide Web Conference on World Wide Web, WWW 2018<address><addrLine>Lyon, France</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2018">April 23-27, 2018. 2018</date>
			<biblScope unit="page" from="1175" to="1184" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Generating descriptions from structured data using a bifocal attention mechanism and gated orthogonalization</title>
		<author>
			<persName><forename type="first">P</forename><surname>Nema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shetty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Laha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sankaranarayanan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Khapra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">NAACL-HLT</title>
				<meeting><address><addrLine>New Orleans, Louisiana, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">June 1-6, 2018. 2018</date>
			<biblScope unit="page" from="1539" to="1550" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Building natural language generation systems</title>
		<author>
			<persName><forename type="first">E</forename><surname>Reiter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dale</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
			<publisher>Cambridge Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Relational Concept Analysis: Mining Concept Lattices From Multi-Relational Data</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Rouane Hacene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Huchard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Napoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Valtchev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annals of Mathematics and Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">67</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="81" to="108" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A flexible framework for understanding the dynamics of evolving RDF datasets</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Roussakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Chrysakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Stefanidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Flouris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Stavrakas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC 2015 -International Semantic Web Conference</title>
				<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">9366</biblScope>
			<biblScope unit="page" from="495" to="512" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">DELTA-LD: A Change Detection Approach for Linked Datasets</title>
		<author>
			<persName><forename type="first">A</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Brennan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>O'sullivan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th MEPDaW Workshop at ESWC</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">COMET: A contextualized molecule-based matching technique</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tasnim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Collarana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Graux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Galkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vidal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Database and Expert Systems Applications</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="175" to="185" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Summarizing entity temporal evolution in knowledge graphs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tasnim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Collarana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Graux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Orlandi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vidal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion of The 2019 World Wide Web Conference, WWW 2019</title>
				<meeting><address><addrLine>San Francisco, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2019">May 13-17, 2019. 2019</date>
			<biblScope unit="page" from="961" to="965" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Dataset Dynamics Compendium: A Comparative Study</title>
		<author>
			<persName><forename type="first">J</forename><surname>Umbrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Villazón-Terrazas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hausenblas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st Workshop on Consuming Linked Data</title>
				<imprint>
			<date type="published" when="2010">COLD2010. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">A new algorithm for computing formal concepts</title>
		<author>
			<persName><forename type="first">V</forename><surname>Vychodil</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

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