<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Higher-order Description Logics for Learning and Mining in Complex Domains?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Francesca A. Lisi</string-name>
          <email>FrancescaAlessandra.Lisi@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Informatica &amp; Centro Interdipartimentale di Logica e Applicazioni (CILA) Universita degli Studi di Bari \Aldo Moro"</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This short paper summarizes the work I have done over the last years on the use of higher-order Description Logics (DLs) for learning and mining in complex domains. In particular, the work proposes higherorder DLs as a means for metamodeling and metaquerying in Concept Learning and Knowledge Graph Mining, respectively. Most learning and mining problems can be reformulated as Constraint Satisfaction Problems (CSPs) or Optimization Problems (OPs). So, problem solving in this context could in principle take advantage of generic solvers, by exclusively using a description of the relevant domain knowledge and the conditions imposed by the problem to be solved. However, in spite of focusing on problem speci cation, research in this area has traditionally focused on designing e ective speci c algorithms for solving the problem in hand. As stressed by De Raedt [7], there is an increasing interest in providing the user with languages for learning and mining. This change of perspective claims for a model+solver approach to learning and mining problems, in which the user speci es the problem by means of a declarative modeling language and the system automatically transforms such models into a format that can be used by a solver to e ciently generate a solution. For instance, constraint programming has been successfully applied to itemset mining problems (see, e.g., [12] for a comprehensive account). Another notable example is the framework of Meta-Interpretive Learning (MIL) [26]. MIL uses descriptions in the form of meta-rules (expressed in a higher-order dyadic Datalog fragment) with procedural constraints incorporated within a metainterpreter, which could be eventually implemented by relying on Answer Set Programming (ASP) solvers (see [10] for an updated overview).</p>
      </abstract>
      <kwd-group>
        <kwd>Higher-order Description Logics Concept Learning Knowledge Graph Mining</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>This short paper summarizes the work I have done over the last years on
the use of higher-order Description Logics (DLs) for learning and mining in
complex domains. In particular, the work proposes higher-order DLs as a means
for metamodeling and metaquerying in Concept Learning and Knowledge Graph
Mining, respectively.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Learning and Mining in Complex Domains</title>
      <p>Machine Learning (ML) and Data Mining (DM) algorithms both look for
regularities in data, by means of some inductive reasoning mechanism such as
generalization. However, it is conventional to distinguish between the two classes of
algorithms as for the scope of induction. In particular, learning algorithms
usually aim at prediction on unseen data, whereas mining algorithms have typically
the scope of mere description of the given data.</p>
      <p>
        Structure is inherent to data and knowledge in complex domains, and needs
appropriate means for representation. Among the many formalisms used for
representing structured knowledge, one of the most popular is the family of
Description Logics (DLs) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which has been the starting point for the de nition of
the ontology language OWL.1 A DL knowledge base (or equivalently, an OWL
ontology) is a collection of logical axioms and assertions. RDF2 is another
popular formalism for structured knowledge, which however is less expressive than
OWL. A knowledge graph (KG) is a huge collection of RDF triples. KGs can
be interlinked and overall they implement the so-called Web of Data, i.e., the
vision of the World Wide Web (WWW) as a distributed database system.
      </p>
      <p>Structured knowledge poses several challenges to learning and mining
algorithms. In the following subsections I will brie y introduce the two cases of
interest for this work, namely Concept Learning and Knowledge Graph Mining.
2.1</p>
      <sec id="sec-2-1">
        <title>Concept Learning</title>
        <p>
          Concept Learning deals with inferring the general de nition of a category based
on members (positive examples) and nonmembers (negative examples) of this
category. In Concept Learning, the key inferential mechanism for induction is
generalization as search through a partially ordered space of inductive
hypotheses [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. A popular form of Concept Learning is the one known under the name
of Inductive Logic Programming (ILP) [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] where the hypotheses are typically
expressed in the form of rst-order Horn clauses (or other fragments of
rstorder logic). A distinguishing feature of ILP with respect to other forms of
Concept Learning is the use of prior knowledge of the domain of interest, called
background knowledge (BK), during the search for hypotheses. In ILP it is also
common practice to exploit some declarative bias to, e.g., constrain the language
of hypotheses.
1 https://www.w3.org/TR/owl2-overview/
2 https://www.w3.org/RDF/
        </p>
        <p>
          Concept Learning in DLs has been paid increasing attention since the 90s.
Early work essentially focused on demonstrating the PAC-learnability for various
terminological languages derived from the Classic DL (see, e.g., [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]). Later
works such as [
          <xref ref-type="bibr" rid="ref14 ref2">2,14</xref>
          ] have followed the generalization as search approach by
extending the methodological apparatus of ILP to DL languages. More recently
there has been a renewed interest in more theoretical work (see, e.g., [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]).
        </p>
        <p>There are several variants of the Concept Learning problem in the DL
context. The variant I consider as a showcase in this paper is the supervised one. In
the following, the set of all individuals occurring in A and the set of all
individuals occurring in A that are instances of a given concept C w.r.t. K are denoted
by Ind(A) and RetrK(C), respectively.</p>
        <p>De nition 1 (Concept Induction - CSP version). Let K = (T ; A) be a
DL KB. Given a (new) target concept name C, a set of positive and negative
examples IndC+(A) [ IndC (A), and a concept description language DLH, the CSP
version of the Concept Induction problem (denoted by CI-CSP) is to nd a concept
de nition C D with D 2 DLH such that: (i) K j= (a : D) 8a 2 IndC+(A),
and (ii) K j= (b : :D) 8b 2 IndC (A).</p>
        <p>
          Example 1. For illustrative purposes of the CI-CSP problem, let us consider a
very popular classi cation problem proposed 40 years ago by Ryszard
Michalski [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] and illustrated in Figure 1. Here, 10 trains are described, out of which
5 are eastbound and 5 are westbound. The aim of this problem is to nd the
discriminating features between these two classes referred to as EastTrain and
WestTrain (or, more brie y, as ET and WT) from now on.
        </p>
        <p>
          For the purpose of this case study, let us consider an ALCO ontology, trains2,
encoding the original Trains data set. 3 With reference to trains2 (which
therefore will play the role of K as in Def. 1), we might want to induce a SROIQ
concept de nition for the target concept name ET (i.e., the language of
hypotheses is some SROIQH based on SROIQ) from the following positive and
negative examples:
3 http://archive.ics.uci.edu/ml/datasets/Trains
The analysis of data contained in a KG (referred to as KG Mining ) is preliminary
to several crucial maintenance tasks, notably the automated completion of the
graph (aka link prediction), which pose several challenges due to the open and
distributed environment of the WWW infrastructure. In the KG community
approaches for link prediction are divided into statistics-based (see [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ] for an
overview), and logic-based (e.g., [
          <xref ref-type="bibr" rid="ref30 ref9">9,30</xref>
          ]). The latter, which are the closest to the
work reported in this paper, basically extend and adapt previous work in ILP on
relational association rule mining. However, they di er in the expressiveness of
the mined rules. AMIE+ [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] can mine only Horn rules, whereas the methodology
presented in [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] can address the case of nonmonotonic rules.
        </p>
        <p>Example 2. In the context of link prediction, the following rule
isM arriedT o(X; Y ); livesIn(X; Z) ) livesIn(Y; Z)
(1)
can be mined from the KG in Fig. 2 and applied to derive new facts such as
livesIn(alice; berlin), livesIn(dave; chicago) and livesIn(lucy; amsterdam) to
be used for completing the graph.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Higher-order DLs for Learning and Mining</title>
      <p>In several applications there is a need for modeling and reasoning about
metaconcepts, i.e., concepts whose instances are themselves concepts, and
metaproperties, i.e., relationships between meta-concepts. Metamodeling addresses
this need. Indeed, it allows one to treat concepts and properties as rst-order
citizens, and to see them as individuals whose properties can be asserted and
reasoned upon. A common feature to metamodeling approaches is the use of
logical languages with higher-order constructs for a correct representation of
concepts and properties at the meta-level. Metaquerying is a special case of
domain metamodeling. This is the case where the knowledge base does not contain
any axiom regarding meta-concepts or meta-properties, but the query language
allows for using meta-concepts and meta-properties, so that concepts and
properties in the knowledge base can match the variables in the query, and may thus
be returned as answers to the query. This mechanism allows to express queries
that are beyond rst-order logic.</p>
      <p>
        Metamodeling (and metaquerying) has recently attracted an increasing
interest in the Knowledge Representation (KR) community, thus giving rise to a
stream of research aimed at extending DLs with higher-order features (see, e.g.,
[
        <xref ref-type="bibr" rid="ref15 ref24 ref28 ref4 ref5">28,24,4,5,15</xref>
        ]). In particular, Colucci et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] introduce second-order features
in DLs under the Henkin semantics for modeling several forms of non-standard
reasoning. The Henkin style shows a desirable feature, i.e., the expressive power
of the language actually remains rst-order.
      </p>
      <p>In the following two subsections I brie y report the main achievements of my
research on metamodeling and metaquerying by means of higher-order DLs in
the context of Concept Learning and Knowledge Graph Mining.
3.1</p>
      <sec id="sec-3-1">
        <title>Metamodeling in Concept Learning</title>
        <p>
          In [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], I have extended Colucci et al.'s work on non-standard reasoning in DLs
[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] to several variants of Concept Learning, thus being the rst to propose
higherorder DLs under Henkin semantics as a means for metamodeling in ML. The
idea is that each of these variants, besides being considered as non-standard
reasoning tasks, can be reformulated as a CSP or even as an OP. For the sake
of illustration I will focus on the case of CI-CSP.
        </p>
        <p>Following Def. 1, let us assume that IndC+(A) = fa1; : : : ; amg and IndC (A) =
fb1; : : : ; bng. A concept D 2 DLH is a correct concept de nition for the target
concept name C w.r.t. IndC+(A) and IndC (A) i it is a solution for the following
second-order concept expression:</p>
        <p>CI-CSP := (a1 : X) ^ : : : ^ (am : X) ^ (b1 : :X) ^ : : : ^ (bn : :X)
(2)
that is, i D can be a valid assignment for the concept variable X. The CI-CSP
problem can be modeled with the following second-order formula
CI-CSP := 9X: CI-CSP
(3)
The solvability of a CI-CSP problem is therefore based on the satis ability of the
second-order formula being used for modeling the problem.</p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref19 ref20">19,20</xref>
          ], the proposed model+solver approach combines the e cacy of
higher-order DLs in metamodeling (as shown in [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]) with the e ciency of ASP
solvers in dealing with CSPs and OPs. The encoding into ASP is possible under
the xed-domain semantics [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], a non-standard model-theoretic semantics for
DLs which has been proposed in order to correctly address CSPs in OWL.
Example 3. According to (2), the intended CI-CSP problem of Example 1
corresponds to the following second-order concept expression:
        </p>
        <p>ET</p>
        <p>CI-CSP := (et1 : X) ^ : : : ^ (et5 : X) ^ (wt1 : :X) ^ : : : ^ (wt5 : :X)
The problem is then solvable if the following second-order formula:
CI-CSP := 9X: CETI-CSP</p>
        <p>ET
is true in SROIQH, i.e., if there exists a solution to CETI-CSP in SROIQH.</p>
        <p>Let us now assume that SROIQH is the set of all SROIQ concept
expressions that can be generated starting from the atomic concept and role names
occurring in trains2 (except, of course, for the target concept name). Among the
concepts belonging to SROIQH and satisfying CETI-CSP, there is</p>
        <sec id="sec-3-1-1">
          <title>9 hasCar:(ClosedCar u ShortCar)</title>
          <p>which describes the set of trains composed of at least one closed short car. It
provides a correct concept de nition for ET w.r.t. the given examples, i.e., the
following concept equivalence axiom</p>
          <p>ET</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>9 hasCar:(ClosedCar u ShortCar)</title>
          <p>is a solution for the CI-CSP problem in hand.
3.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Metaquerying in Knowledge Graph Mining</title>
        <p>
          In [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] it has been observed that an interesting alternative to language bias (i.e.,
the declarative bias used in, e.g., [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] to learn rules of a prede ned form) is the
use of a meta-querying language that could take advantage of some useful
metainformation about the data to be analyzed, for instance, the schema of the KG
when available. In [
          <xref ref-type="bibr" rid="ref17 ref18">17,18</xref>
          ] I have proposed a new approach to KG Mining which
adapts the notion of metaquery introduced by [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] for DM in relational databases
to the novel context of KGs. In particular, a metaquery for KG Mining is a
second-order DL conjunctive query under the Henkin semantics. However, the
resulting metaquery language can be implemented with standard technologies of
the Web of Data such as SPARQL.4
Example 4. An example of a metaquery in this context is the following
M Q1 : mq(Q; Y; Z)
        </p>
        <p>P (X; Y ); Q(X; Z)
(8)
which looks for the properties (Q) holding for the individuals Y . Note that P; Q
are higher-order variables whereas X; Y; Z are rst-order variables.
4 https://www.w3.org/TR/sparql11-overview/
(4)
(5)
(6)
(7)</p>
        <p>Metaqueries can be extended into implications, called metaquery extensions,
of the form</p>
        <p>M Q1 ! M Q2
which are actually a compact representation of two metaqueries, M Q1 and M Q2,
where M Q2 is longer than - we say extends - M Q1. A shorter notation for (9)
is the following which stresses how M Q2 extends M Q1</p>
        <p>M Q1 ) (M Q2 n M Q1)
The left-hand side and the right-hand side of (10) are called the body and the
head of the metaquery extension, respectively. Note that in the case of query
extensions, the head does not correspond to the conclusion (as with clauses).
Following the standard terminology, one should rather bear in mind the
unshortened notation, and call M Q2 the conclusion of the metaquery extension.
Metaquery extensions serve as a template for rules we are interested in when
applying rule mining algorithms to a given KG.</p>
        <p>Example 5. Let us consider the following metaquery
(9)
(10)
M Q2 : mq(Q; Y; Z)</p>
        <p>P (X; Y ); Q(X; Z); Q(Y; Z)
(11)
which looks for the properties (Q) holding for the individuals Y and shared with
the individuals X to which Y is related by some P . From (8) and (11) we can
build a metaquery extension as shown below</p>
        <p>P (X; Y ); Q(X; Z) ) Q(Y; Z)
(12)
with reference to the KG depicted in Fig. 2, (1) is an instantiation of (12)
obtained by substituting the variables P and Q with the role names isM arriedT o
and livesIn, respectively.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Final remarks</title>
      <p>
        The work summarized in this paper pursues an interesting direction of research
at the intersection of ML/DM and KR. For this research I have taken inspiration
from recent results in both areas, notably De Raedt et al.'s work on declarative
modeling for ML/DM [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Colucci et al.'s work on non-standard reasoning in DLs
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and Gaggl et al.'s proposal of a xed-domain semantics for DLs [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
Interestingly, the former two works pursue a uni ed view on the inferential problems
of interest to the respective elds of research. This match of research e orts in
the two elds has motivated the work presented in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] with the aim of bridging
the gap between KR and ML/DM in areas such as the maintenance of
knowledge bases (or graphs) where the two elds have already produced promising
results though mostly independently from each other. New questions and
challenges have then been raised by the cross-fertilization of these results. Notably,
the choice of a solver is a critical issue, which was more recently addressed
in [
        <xref ref-type="bibr" rid="ref19 ref20">19,20</xref>
        ]. Finally, and from a broader perspective, the work here summarized
contributes to the current shift in AI from programming to solving as recently
argued by Ge ner [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. However, much work is still to be done.
      </p>
      <p>As for the use of metamodeling in Concept Learning, I plan to implement
and test the approach by relying on available tools. Besides empirical
evaluation, I intend also to investigate how to express optimality criteria such as the
information gain function within the second-order concept expressions. Linking
the approach to existing work on ontologies for ML/DM problems is another
interesting direction of future research.</p>
      <p>As for the use of metaquerying in Knowledge Graph Mining, several aspects
of the proposed approach should to be clari ed before an implementation. First,
I plan to better de ne the semantics for the proposed metaquery language, also
concerning the link with SPARQL. Second, I intend to design algorithms for the
instantiation stage and choose the most appropriate evaluation measures for the
intended application.</p>
      <p>Acknowledgements This work was partially funded by the INdAM - GNCS Project
2019 \Metodi per il trattamento di incertezza ed imprecisione nella rappresentazione
e revisione di conoscenza".</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>P</given-names>
          </string-name>
          . (eds.):
          <article-title>The Description Logic Handbook: Theory, Implementation and Applications (2nd ed</article-title>
          .). Cambridge University Press (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Badea</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , Nienhuys-Cheng, S.:
          <article-title>A re nement operator for description logics</article-title>
          . In: Cussens,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Frisch</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <source>Inductive Logic Programming, Lecture Notes in Arti cial Intelligence</source>
          , vol.
          <year>1866</year>
          , pp.
          <volume>40</volume>
          {
          <fpage>59</fpage>
          . Springer-Verlag (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>W.W.</given-names>
          </string-name>
          , Hirsh, H.:
          <article-title>Learnability of description logics</article-title>
          . In: Haussler,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Fifth Annual ACM Conference on Computational Learning Theory, COLT</source>
          <year>1992</year>
          , Pittsburgh, PA, USA, July
          <volume>27</volume>
          -
          <issue>29</issue>
          ,
          <year>1992</year>
          . ACM (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Colucci</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Di Noia,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Di Sciascio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Donini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            ,
            <surname>Ragone</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>A uni ed framework for non-standard reasoning services in description logics</article-title>
          . In: Coelho,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Studer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Wooldridge</surname>
          </string-name>
          , M. (eds.)
          <source>ECAI 2010 - 19th European Conference on Arti cial Intelligence</source>
          , Lisbon, Portugal,
          <source>August 16-20</source>
          ,
          <year>2010</year>
          , Proceedings.
          <source>Frontiers in Arti cial Intelligence and Applications</source>
          , vol.
          <volume>215</volume>
          , pp.
          <volume>479</volume>
          {
          <fpage>484</fpage>
          . IOS Press (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. De Giacomo,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Lenzerini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Rosati</surname>
          </string-name>
          , R.:
          <article-title>Higher-order description logics for domain metamodeling</article-title>
          . In: Burgard,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Roth</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the TwentyFifth AAAI Conference on Arti cial Intelligence</source>
          ,
          <source>AAAI</source>
          <year>2011</year>
          , San Francisco, California, USA,
          <year>August</year>
          7-
          <issue>11</issue>
          ,
          <year>2011</year>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>De Raedt</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Declarative modeling for machine learning and data mining</article-title>
          . In: Flach,
          <string-name>
            <given-names>P.A.</given-names>
            ,
            <surname>De Bie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Cristianini</surname>
          </string-name>
          , N. (eds.)
          <source>Machine Learning and Knowledge Discovery in Databases - European Conference, ECML PKDD</source>
          <year>2012</year>
          ,
          <article-title>Bristol</article-title>
          , UK,
          <source>September 24-28</source>
          ,
          <year>2012</year>
          .
          <source>Proceedings, Part I. Lecture Notes in Computer Science</source>
          , vol.
          <volume>7523</volume>
          , pp.
          <volume>2</volume>
          {
          <issue>3</issue>
          . Springer (
          <year>2012</year>
          ). https://doi.org/10.1007/ 978-3-
          <fpage>642</fpage>
          -33460-
          <issue>3</issue>
          _
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>De Raedt</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Languages for learning and mining</article-title>
          .
          <source>In: Proceedings of the TwentyNinth AAAI Conference on Arti cial Intelligence, January 25-30</source>
          ,
          <year>2015</year>
          , Austin, Texas, USA. pp.
          <volume>4107</volume>
          {
          <issue>4111</issue>
          (
          <year>2015</year>
          ), http://www.aaai.org/ocs/index.php/AAAI/ AAAI15/paper/view/9934
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gaggl</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rudolph</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schweizer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Fixed-domain reasoning for description logics</article-title>
          . In: Kaminka,
          <string-name>
            <given-names>G.A.</given-names>
            ,
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Bouquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            , Hullermeier, E.,
            <surname>Dignum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Dignum</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>van Harmelen</surname>
            ,
            <given-names>F</given-names>
          </string-name>
          . (eds.)
          <source>ECAI 2016 - 22nd European Conference on Arti cial Intelligence</source>
          ,
          <volume>29</volume>
          <fpage>August</fpage>
          -2
          <source>September</source>
          <year>2016</year>
          ,
          <article-title>The Hague, The Netherlands - Including Prestigious Applications of Arti cial Intelligence (PAIS</article-title>
          <year>2016</year>
          ).
          <source>Frontiers in Arti cial Intelligence and Applications</source>
          , vol.
          <volume>285</volume>
          , pp.
          <volume>819</volume>
          {
          <fpage>827</fpage>
          . IOS Press (
          <year>2016</year>
          ). https://doi.org/10.3233/978-1-
          <fpage>61499</fpage>
          -672-9-819
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Galarraga</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Te ioudi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hose</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suchanek</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          :
          <article-title>Fast rule mining in ontological knowledge bases with AMIE+</article-title>
          .
          <source>VLDB Journal</source>
          <volume>24</volume>
          (
          <issue>6</issue>
          ),
          <volume>707</volume>
          {
          <fpage>730</fpage>
          (
          <year>2015</year>
          ), https://doi.org/10.1007/s00778-015-0394-1
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Evaluation techniques and systems for answer set programming: a survey</article-title>
          . In: Lang,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Twenty-Seventh International Joint Conference on Arti cial Intelligence</source>
          ,
          <source>IJCAI 2018, July 13-19</source>
          ,
          <year>2018</year>
          , Stockholm, Sweden. pp.
          <volume>5450</volume>
          {
          <fpage>5456</fpage>
          . ijcai.
          <source>org</source>
          (
          <year>2018</year>
          ). https://doi.org/10.24963/ijcai.
          <year>2018</year>
          /769
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Ge ner, H.:
          <article-title>Arti cial intelligence: From programs to solvers</article-title>
          .
          <source>AI</source>
          Communications
          <volume>27</volume>
          (
          <issue>1</issue>
          ),
          <volume>45</volume>
          {
          <fpage>51</fpage>
          (
          <year>2014</year>
          ). http://dx.doi.org/10.3233/AIC-130581
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Guns</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nijssen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Raedt</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Itemset mining: A constraint programming perspective</article-title>
          .
          <source>Arti cial Intelligence</source>
          <volume>175</volume>
          (
          <fpage>12</fpage>
          -
          <lpage>13</lpage>
          ),
          <year>1951</year>
          {
          <year>1983</year>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ozaki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Exact learning of lightweight description logic ontologies</article-title>
          .
          <source>J. Mach. Learn. Res</source>
          .
          <volume>18</volume>
          ,
          <issue>201</issue>
          :1{
          <fpage>201</fpage>
          :
          <fpage>63</fpage>
          (
          <year>2017</year>
          ), http://jmlr.org/ papers/v18/
          <fpage>16</fpage>
          -
          <lpage>256</lpage>
          .html
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Concept learning in description logics using re nement operators</article-title>
          .
          <source>Machine Learning</source>
          <volume>78</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>203</volume>
          {
          <fpage>250</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lepore</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poggi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Answering metaqueries over hi (OWL 2 QL) ontologies</article-title>
          . In: Kambhampati,
          <string-name>
            <surname>S</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Twenty-Fifth International Joint Conference on Arti cial Intelligence</source>
          ,
          <source>IJCAI</source>
          <year>2016</year>
          , New York, NY, USA,
          <fpage>9</fpage>
          -
          <issue>15</issue>
          <year>July 2016</year>
          . pp.
          <volume>1174</volume>
          {
          <fpage>1180</fpage>
          . IJCAI/AAAI Press (
          <year>2016</year>
          ), http: //www.ijcai.org/Abstract/16/170
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>A declarative modeling language for concept learning in description logics</article-title>
          . In: Riguzzi,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Zelezny</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.)
          <article-title>Inductive Logic Programming</article-title>
          , 22nd International Conference, ILP 2012, Dubrovnik, Croatia,
          <source>September 17-19</source>
          ,
          <year>2012</year>
          ,
          <source>Revised Selected Papers. Lecture Notes in Computer Science</source>
          , vol.
          <volume>7842</volume>
          . Springer Berlin Heidelberg (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>Towards a metaquery language for mining the web of data</article-title>
          . In: Cal ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Wood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.T.</given-names>
            ,
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.J.</given-names>
            ,
            <surname>Poulovassilis</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) Data Analytics - 31st
          <source>British International Conference on Databases, BICOD</source>
          <year>2017</year>
          , London, UK,
          <source>July 10-12</source>
          ,
          <year>2017</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10365</volume>
          , pp.
          <volume>90</volume>
          {
          <fpage>93</fpage>
          . Springer (
          <year>2017</year>
          ). http://dx.doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -60795-
          <issue>5</issue>
          _
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>Mining the web of data with metaqueries</article-title>
          . In: Riguzzi,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Bellodi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Zese</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.)
          <article-title>Up-and-</article-title>
          <string-name>
            <surname>Coming</surname>
          </string-name>
          and
          <article-title>Short Papers of the 28th International Conference on Inductive Logic Programming (ILP</article-title>
          <year>2018</year>
          ), Ferrara, Italy, September 2-
          <issue>4</issue>
          ,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2206</volume>
          , pp.
          <volume>92</volume>
          {
          <fpage>99</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2206</volume>
          /paper8.pdf
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>Model with dls + solve with asp! - A case study from concept learning</article-title>
          . In: Fiorentini,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Momigliano</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 31st Italian Conference on Computational Logic</source>
          , Milano, Italy, June 20-22,
          <year>2016</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1645</volume>
          , pp.
          <volume>174</volume>
          {
          <fpage>189</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1645</volume>
          /paper_12.pdf
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>A model+solver approach to concept learning</article-title>
          . In: Adorni,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Cagnoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Gori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maratea</surname>
          </string-name>
          , M. (eds.)
          <source>AI*IA</source>
          <year>2016</year>
          :
          <article-title>Advances in Arti cial Intelligence - XVth International Conference of the Italian Association for Arti cial Intelligence</article-title>
          , Genova, Italy,
          <source>November 29 - December 1</source>
          ,
          <year>2016</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10037</volume>
          , pp.
          <volume>266</volume>
          {
          <fpage>279</fpage>
          . Springer (
          <year>2016</year>
          ), http://dx.doi.org/ 10.1007/978-3-
          <fpage>319</fpage>
          -49130-1_
          <fpage>20</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stepanova</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Combining rule learning and nonmonotonic reasoning for link prediction in knowledge graphs</article-title>
          . In: Bassiliades,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Bikakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Costantini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Franconi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Giurca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kontchakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Patkos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Sadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Woensel</surname>
          </string-name>
          , W.V. (eds.)
          <source>Proceedings of the Doctoral Consortium</source>
          , Challenge, Industry Track, Tutorials and Posters @ RuleML+
          <article-title>RR 2017 hosted by International Joint Conference on Rules and Reasoning 2017 (RuleML+RR</article-title>
          <year>2017</year>
          ), London, UK,
          <source>July 11-15</source>
          ,
          <year>2017</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <year>1875</year>
          .
          <article-title>CEUR-WS.org (</article-title>
          <year>2017</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-1875/paper20.pdf
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22. Michalski, R.:
          <article-title>Pattern recognition as a rule-guided inductive inference</article-title>
          .
          <source>IEEE transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>2</volume>
          (
          <issue>4</issue>
          ),
          <volume>349</volume>
          {
          <fpage>361</fpage>
          (
          <year>1980</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23. Mitchell, T.M.:
          <article-title>Generalization as search</article-title>
          .
          <source>Arti cial Intelligence</source>
          <volume>18</volume>
          ,
          <fpage>203</fpage>
          {
          <fpage>226</fpage>
          (
          <year>1982</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>On the properties of metamodeling in OWL</article-title>
          .
          <source>Journal of Logic and Computation</source>
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <volume>617</volume>
          {
          <fpage>637</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Muggleton</surname>
            ,
            <given-names>S.H.:</given-names>
          </string-name>
          <article-title>Inductive logic programming</article-title>
          . In: Arikawa,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Goto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Ohsuga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Yokomori</surname>
          </string-name>
          , T. (eds.)
          <source>Proceedings of the 1st Conference on Algorithmic Learning Theory</source>
          . Springer/Ohmsma (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Muggleton</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          :
          <article-title>Meta-interpretive learning: Achievements and challenges (invited paper)</article-title>
          . In: Costantini,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Franconi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Woensel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.V.</given-names>
            ,
            <surname>Kontchakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Sadri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Roman</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.) Rules and Reasoning - International Joint Conference,
          <source>RuleML+RR</source>
          <year>2017</year>
          ,
          <article-title>London</article-title>
          , UK,
          <source>July 12-15</source>
          ,
          <year>2017</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10364</volume>
          , pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          . Springer (
          <year>2017</year>
          ). https: //doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -61252-
          <issue>2</issue>
          _
          <fpage>1</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Nickel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tresp</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabrilovich</surname>
          </string-name>
          , E.:
          <article-title>A review of relational machine learning for knowledge graphs</article-title>
          .
          <source>Proceedings of the IEEE</source>
          <volume>104</volume>
          (
          <issue>1</issue>
          ),
          <volume>11</volume>
          {
          <fpage>33</fpage>
          (
          <year>2016</year>
          ). http://dx.doi.org/10.1109/JPROC.
          <year>2015</year>
          .2483592
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>J.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>OWL FA: a metamodeling extension of OWL DL</article-title>
          . In: Carr,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>De Roure</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Iyengar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Goble</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.A.</given-names>
            ,
            <surname>Dahlin</surname>
          </string-name>
          , M. (eds.)
          <source>Proceedings of the 15th international conference on World Wide Web, WWW</source>
          <year>2006</year>
          , Edinburgh, Scotland, UK, May
          <volume>23</volume>
          -26,
          <year>2006</year>
          . pp.
          <volume>1065</volume>
          {
          <fpage>1066</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitbander</surname>
            ,
            <given-names>B.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaniolo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Metaqueries for data mining</article-title>
          .
          <source>In: Advances in Knowledge Discovery and Data Mining</source>
          , pp.
          <volume>375</volume>
          {
          <fpage>398</fpage>
          . AAAI/MIT Press (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>H.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stepanova</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gad-Elrab</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Towards nonmonotonic relational learning from knowledge graphs</article-title>
          . In: Cussens,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <source>Inductive Logic Programming - 26th International Conference, ILP</source>
          <year>2016</year>
          , London, UK, September 4-
          <issue>6</issue>
          ,
          <year>2016</year>
          ,
          <source>Revised Selected Papers. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10326</volume>
          , pp.
          <volume>94</volume>
          {
          <fpage>107</fpage>
          . Springer (
          <year>2017</year>
          ). http://dx.doi.org/10. 1007/978-3-
          <fpage>319</fpage>
          -63342-
          <issue>8</issue>
          _
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>