<!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>An Inference Strategy for Knowledge Units</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michal Peták</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Milan Houška</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Systems Engineering, Faculty of Economics and Management, Czech University of Life Sciences Prague</institution>
          ,
          <addr-line>Kamýcká 129, 165 21 Prague 6 - Suchdol</addr-line>
          <country country="CZ">Czech Republic</country>
        </aff>
      </contrib-group>
      <fpage>304</fpage>
      <lpage>314</lpage>
      <abstract>
        <p>Inference algorithm is an integral part of any expert system based on and working with procedural knowledge such as production rules. In general, also the production rules containing the compound statements in an antecedent of a consequent part is well known and supported with knowledge or expert systems. On the other hand, if a production rule is of an advanced internal structure (is transformed into a knowledge unit), standard inference algorithms (e.g. modus ponens or modus tollens) could provide insufficient results. The aim of this paper is to suggest a modification of the inference algorithms to be appropriate for working with knowledge units. The formal notification of the algorithm is accompanied with a practical example in the domain of Enterprise Resource Planning (ERP) system used for the support of a particular business process.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Knowledge representation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Inference engines (methods, strategies, procedures) are present in expert systems
used in various problem domains.
        <xref ref-type="bibr" rid="ref13">(Moreno and Espejo, 2015)</xref>
        present a performance
evaluation of three different inference engines (rule based reasoning, fuzzy based
reasoning and Bayesian based reasoning) for failure mode identification in shafts.
They compare different types of inference mechanisms to improve the expert system
and conclude that, under their conditions, the best inference mechanisms are
Bayesian and Fuzzy rules inference.
      </p>
      <p>
        <xref ref-type="bibr" rid="ref15">(Venturelli et al., 2017)</xref>
        propose a method to evaluate the efficiency of Corporate
Social Responsibility (CSR). The outcome of the application is a system designed to
measure the CSR identity of a company. The algorithm of the Fuzzy Expert System
aggregates multicriteria evaluations of a problem. The assessments of behavior and
the resulting decisions are represented in blocks of rules, drawn up by an inference
engine in fuzzy logic. The Fuzzy Expert System unites the ability of an expert system
to simulate the decision-making process with the uncertainty typical of human
reasoning, present in fuzzy logic. The aim is create a model using Fuzzy Expert
System approach, which serves to combine the intuition and the experience of the
experts who supply a knowledge base with the formal rigor of a logic system.
      </p>
      <p>
        The expert system by
        <xref ref-type="bibr" rid="ref3">(Chen and Pollino, 2012)</xref>
        employed the Bayesian Inferential
Network to map a suitable biotope for particular animal species (Juvenile Astacopsis
gouldi – giant freshwater crayfish of Tasmania). The results of the inference are
visualized with a Geographical Information Systems (GIS).
      </p>
      <p>
        <xref ref-type="bibr" rid="ref5">(Fakhrahmad et al., 2015)</xref>
        use the expert system to reduce ambiguity in automated
translation. This expert systemcombinestwo techniques: Forward chaining and Data
mining. Forward chaining Word Sense disambiguation (FchWSD) is very efficient
because it can disambiguate other ambiguous words existing in the context in
addition to the target ambiguous word in just one pass through the knowledge base.
The performance of the proposed system in terms of Recall and Precision was
encouraging compared to its counterparts.
      </p>
      <p>
        Technical systems and their modernization or aging are being analyzed with
mathematical models Krejci (2013). Regardless, another expert system on
microstructural characterization of dual-phase steels was developed by
        <xref ref-type="bibr" rid="ref7">(Ghanei et al.,
2015)</xref>
        . Thisexpert systembased on an adaptive neuro- fuzzy inference system
(ANFIS) helps the human users with evaluation of material state: Evaluation of
nondestructive control.
      </p>
      <p>
        Expert systems are being used to simulate human decision-making process in
complex decision situations
        <xref ref-type="bibr" rid="ref15">(Venturelli et al., 2017)</xref>
        . For this purpose, they use
various kinds of knowledge representations. Mařík et al. (2004) distinguish the
procedural and declarative knowledge as follows: procedural knowledge means
“knowing how”, declarative knowledge means “knowing what”.
      </p>
      <p>Knowledge unit is an extended procedural production rule with fixed internal
structure (Domeová et al., 2008, see Materials and Methods for its definition). In this
paper we propose an advanced inference algorithm suitable for a specific kind of
production rules – knowledge units. We show how to use the internal structure of the
knowledge unit to determine relationship among individual parts of the
precedingknowledge unit and the successing knowledge unit within the inference
process. The inference process is also demonstrated on a practical example –
particular process within the working with an ERP system.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Materials and Methods</title>
      <sec id="sec-2-1">
        <title>2.1 Production Rules and Their Inference</title>
        <p>Inference strategy, i.e. the strategy how the system operates the responses to the
questions, is the basic element of any expert system. In general, the inference engine
compares the facts in the base of facts with the knowledge, usually represented by
production rules. Production rules are an appropriate knowledge representation for
this purpose, because on one hand they are easy to be retrieved from human experts
and, on the other hand, are suitable for automated processing with expert systems.</p>
        <p>Standard production rules (IF – THEN rules) are consisting of two parts:
antecedent (evidence, situation, problem) and consequent (hypothesis, action,
solution). The production rules formalized by the statement (Mařík et al., 2004)
where</p>
        <sec id="sec-2-1-1">
          <title>E is an evidence and</title>
        </sec>
        <sec id="sec-2-1-2">
          <title>H is a hypothesis, are suitable for inferring in both direct and indirect forms. Direct inference is based on the rule of “modus ponens” which is formalized as follows</title>
          <p>E, E → H</p>
          <p>,</p>
          <p>
            H
and means that if evidence E and production rule E → H are valid, then hypothesis H
is also valid.
            <xref ref-type="bibr" rid="ref6">(Gass and Harris, 2001)</xref>
            describe this forward chaining as an approach
to reasoning in which an inference engine determines the effect of current known
variable values on unknown variables by applying all rules whose premises can be
established as being true.
          </p>
          <p>On the other hand, indirect inference can also be used. Indirect inference is expressed
by the rule of “modus tollens” and can formally be written as
¬H, E → H</p>
          <p>
            ¬E
which means that if the hypothesis H is NOT valid and the rule E → H is valid, then
the evidence E is also NOT valid. Backward chaining refers to an approach to
reasoning in which an inference engine endeavours to find a value for an overall goal
by recursively finding values for subgoals. Examining rule conclusions to identify
rules that could possibly establish a value for the goal is important for the effort of
finding a value for the immediate goal
            <xref ref-type="bibr" rid="ref6">(Gass and Harris, 2001)</xref>
            .
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Knowledge Unit</title>
        <p>For the purposes of this work we understand the knowledge unit as an enhanced
production rule containing the compound statement in the antecedent and simple
statement in the consequent part. As we showed in our previous work (Dömeová et
al., 2008), this kind of the production rules meet better the requirements of a
problem-oriented representation of an explicit knowledge.</p>
        <p>Formally, we suggested to record knowledge unit as (Dömeováet al., 2008):
KU = {X, Y, Z, Q},
where</p>
        <sec id="sec-2-2-1">
          <title>X stands for a problem situation, Y stands for the problem being solved in the X problem situation, Z stands for the objective of solving the elementary problem, Q stands for a successful solution of the elementary problem (result).</title>
          <p>
            Even though there is no unique way to create sentences based on the production rules
            <xref ref-type="bibr" rid="ref9">(Kendal and Creen, 2007)</xref>
            , we may always express the knowledge unit in the
following textual form (Dömeová et al., 2008):
“If we want to solve an elementary problem Y in the problem situation X to reach the
objective Z, then we should apply the solution Q.”
          </p>
          <p>
            Another advantage of the knowledge unit concept is that it allows to define unary
and operations with knowledge units such as drill down or roll up (unary operations)
or merging or decomposition (binary operations, see Dömeová et al., 2008) with no
influence to the complexity of the expressions of the knowledge units in natural
languages
            <xref ref-type="bibr" rid="ref14">(Rauchova et al., 2014)</xref>
            . These operations could serve as the start point for
thinking about the modifications of the inference mechanisms.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 Results and Discussion</title>
      <sec id="sec-3-1">
        <title>3.1 Inference Chain with Knowledge Unit</title>
        <p>To be operable, any knowledge unit could be formally expressed as a production rule
in the following form:</p>
        <p>IF (X and Y and Z) THEN Q.</p>
        <p>This allows to define the relationships among elements of the knowledge units within
the basic inference method. The basic form of elementary inference is defined as
follows:</p>
        <p>Let's have two knowledge units
KU1 = {X1,Y1,Z1,Q1}
and
KU2= {X2,Y2,Z2,Q2}.</p>
        <p>Further suppose that the statement IF (X and Y and Z) THEN Q is valid. Then the
inference with knowledge units can proceed from element Q1to Y2, thus
KUINF = {Q1} ==&gt; {Y2}
In the language form the operation could be written as follows:
“IFweare not able to apply the solution Q1, it becomes the elementary problem
Y2solved within the problem situation X2 to reach the objective Z2; THENthe
solution Q2 should be applied."</p>
        <p>The inference mechanism with knowledge unit is described in Fig. 1.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Case Study</title>
        <p>The illustrative example deals with the problem "Application user error analysis" is
occurred within the working with an ERP system. The objective is to find errors in
the application or find the application, where the error occurred. The error can be
vaguely identified by the expert. In this case knowledge units are optimized to
knowledge level of an operator on first line helpdesk support. This level was
explicitly defined by the expert. For the case study, it is designed for the following
scenario:</p>
        <p>
          An error occurred in the application "SharePoint Nintex Workflow" with
elementary describe the error as follows: "One column requires a different type of
information". This type of error may have origin in several integrated systems. First
step is the diagnosis in application where error occurred. The result of first step is the
identification application where the error occurred. The second step is diagnosis,
which define the module or object, where is the original error in application. And
after finding the error is next step to fix the error. The purpose of inference is to find
the error in origin application and make first analysis. Boundary of the knowledge
domain is the issue of diagnostic errors in the context of integrated applications.
Design of the expert system will be similar like in the case of authors
          <xref ref-type="bibr" rid="ref13">(Moreno and
Espejo, 2015)</xref>
          and it is diagnostic. As the starting point for the inference the
knowledge units developed according to the procedure defined in Houska and
Rauchova (2013) is used.
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
        </p>
        <p>X1
Y1
Z1
Q1
X2
Y2
Z2
Q2
X2
Y2
Z2
Q2
X4
Y4
Z4
Q4</p>
        <sec id="sec-3-2-1">
          <title>Purchase (under the statutes) Create purchase request Provide the delivery for the project Fill out the request form of purchase request and send</title>
        </sec>
        <sec id="sec-3-2-2">
          <title>Solving an error in purchase request workflow Find application, where is error Start analytical test application Identify an error application</title>
          <p>We can also KU2 describe: "If we want to solve the error in the “purchase request
workflow” and find which applications it is an error, then we must run the analytical
test in application where error occurred and identify an error application."</p>
        </sec>
        <sec id="sec-3-2-3">
          <title>Detection error in application Repair error or data inconsistency Ensure correct operation of the system Make a correction in the object</title>
        </sec>
        <sec id="sec-3-2-4">
          <title>Repair in the object KS systemization Detect true values and process consistency Correct classify employee Repair / Correction</title>
          <p>In this Fig. 2. are knowledge units fill with concrete values during the inference. This
case study, demonstrate the inference chaining used for finding errors in application
Workflow purchase. The error message stands at the top of the figure. The inference
with knowledge units defined location of the error and make result for correction.
After correction, continues the process with re-initiating the purchase request. In the
KU1, 2, 3 and 4 are concrete knowledge unit for this case:
KU1
• X1 Purchase (under the statutes)
• Y1 Create purchase request
• Z1 Provide the delivery for the project
•
•</p>
          <p>Q1 Fill out the request form of purchase request and send = Error state:
„One column requires a different type of information”
X2 Solving an error in purchase request workflow
Y2 Find application, where is error ("Q1" = "Y2" ==&gt; "One column
requires a different type of information")
Z2 Start analytical test application
Q2 Identify an error application = "KS systemization"</p>
        </sec>
        <sec id="sec-3-2-5">
          <title>X2 Detection error in application</title>
          <p>Y2 Repair error or data inconsistency ("Q2" = "Y3" ==&gt; "In the KS
systemization)"
Z2 Ensure correct operation of the system
Q2 Make a correction in the object = “Repair systemization tree”</p>
        </sec>
        <sec id="sec-3-2-6">
          <title>X4 Repair in the object KS systemization</title>
          <p>Y4 Detect true values and process consistency ("Q3" = "Y4" ==&gt;
"Repair systemization tree)
Z4 Correct classify employee</p>
          <p>Q4 Repair / Correction = "Correction value"</p>
          <p>The inference with knowledge unit is defined like special operation between more
than one knowledge units. In the real case study is illustrated the inference
mechanism with crisp knowledge unit. The case study has a real ground, of the
simple problem and it solve problem in few integrated software application in
corporation. This case study helps in diagnosis applications problems-errors and is
designed for first level of support helpdesk operators.</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.3 Comparison with a Standard Inference Procedure</title>
        <p>Base of facts:
• User (employee) not valid, "NAV"
• Systemization number not valid, "KS"
• Wrong data, "ActiveDirectory = AD"
• One column requires a different type of information, "Error"
• Purchase request, "Error", "NAV"
• Systemization, "KS", Wrong number
• Object employee, "NAV", Wrong department
• Employee &lt;=50%
• More AD ID
• Wrong AD tree
• Purchase request, "Error", "AD"
• Purchase request, "Error", "KS"
Base of rules:</p>
        <p>• Rule 1 If "User (employee) not valid, "NAV"" Or "Systemization number
not valid, "KS"" Or "Wrong data, "AD"" Then "One column requires a different type
of information"</p>
        <p>• Rule 2 If "Purchase request, "Error", "KS"" Then "User (employee) not
valid, "KS""</p>
        <p>• Rule 3 If "Systemization, "KS", Wrong number" Then "Purchase request,
"Error", "KS""
• Rule 4 If "Purchase request, "Error", "AD"" Then "Wrong data, "AD""
• Rule 5 If “More AD ID" Or "Wrong AD tree" Then "Purchase request,
"Error", "AD""</p>
        <p>• Rule 6 If "Purchase request, "Error", "NAV"" Then "Systemization,
"NAV", Wrong number"</p>
        <p>• Rule 7 If "Object employee, "NAV", Wrong department" Then "Purchase
request, "Error", "NAV""
Within the standard inference, the consequent is derived with a sequential chaining of
the production rules using the basis of the facts. When inferred knowledge units,
individual knowledge units (or their specific parts, respectively) are merged for
deriving the consequent, or even another knowledge unit. The main difference
between the standard approach and our new one approach lays on the definition of
the basis of the facts. In the standard approach, the set of the rules and basis of the
facts are strictly separated. On the contrary, knowledge units cover both the
production rule and additional information (the problem situation and the solution of
the elementary problem (antecedent in a standard production rule)); thus some facts
are already integrated directly into the knowledge unit.</p>
        <p>Moreover, as the structure of the knowledge units is standardized, it predetermines
the order of the knowledge unit by production rules. Just this way of the order allows
to base the inference on the facts integrated directly in the units. The inference
among two or more knowledge units stems from this principle - the fixed
interrelation between the elements of the knowledge units "Q1" è "Y2"</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Conclusion</title>
      <p>
        In this paper we proposed a way to process a knowledge unit as an enhanced
production rule with an inference engine in an expert system. In particular, backward
chaining inference algorithm was used. Our approach contributes to decreasing the
entropy in the chaining when the production rule consists of compound statements in
antecedent or consequent part of the production rule. Of course, the next necessary
step is to show the application of our algorithm on more particular examples and
compare the success rates of a standard inference algorithm and this new one. The
user-oriented point of view could be used for this purpose
        <xref ref-type="bibr" rid="ref2">(Berankova et al., 2008)</xref>
        .
In case of success new opportunities for future research are opened. First, other
inference strategies (e.g. forward chaining) could be modified too to be suitable for
inferring the knowledge units. Furthermore, under uncertainty, fuzzy expert systems
based on fuzzy knowledge units need the inference strategy for fuzzy knowledge
units too.
      </p>
      <p>Acknowledgements. The research is supported by the grant project of the Internal
Grant Agency of the FEM CULS Prague “Data, information and knowledge in expert
systems”, No. 20171026.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aguilera</surname>
            <given-names>P.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernández</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernández</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rumí</surname>
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Salmerón</surname>
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Bayesian networks in environmental modelling</article-title>
          ,
          <source>Environmental Modelling and Software</source>
          ,
          <volume>26</volume>
          ,
          <issue>12</issue>
          , p.
          <fpage>1376</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Berankova</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domeova</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Houska</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2008</year>
          )
          <article-title>User-oriented Methodology of Communication with Expert Systems</article-title>
          . Agricultural
          <string-name>
            <surname>Economics-Zemedelska</surname>
            <given-names>Ekonomika</given-names>
          </string-name>
          ,
          <volume>54</volume>
          , p.
          <fpage>193</fpage>
          -
          <lpage>201</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Pollino</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          (
          <year>2012</year>
          )
          <article-title>Good practice in Bayesian network modelling</article-title>
          ,
          <source>Environmental Modelling and Software</source>
          ,
          <volume>37</volume>
          , p.
          <fpage>134</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Dömeová</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Houška</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Houšková</given-names>
            <surname>Beránková</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2008</year>
          )
          <article-title>Systems Approach to Knowledge Modelling. Hradec Králové: GSOC.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Fakhrahmad</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sadreddini</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Zolghadri</given-names>
            <surname>Jahromi</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2015</year>
          )
          <article-title>A proposed expert system for word sense disambiguation: Deductive ambiguity resolution based on data mining and forward chaining</article-title>
          .
          <source>Expert Systems</source>
          ,
          <volume>32</volume>
          ,
          <issue>2</issue>
          , p.
          <fpage>178</fpage>
          -
          <lpage>91</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gass</surname>
            ,
            <given-names>S.I.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          (
          <year>2001</year>
          )
          <article-title>Encyclopedia of Operations Research and Management Science</article-title>
          . US: Springer.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ghanei</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vafaeenezhad</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kashefia</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eivani</surname>
            <given-names>A</given-names>
          </string-name>
          .R. and
          <string-name>
            <surname>M. Mazinani</surname>
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2015</year>
          )
          <article-title>Design of an expert system based on neuro-fuzzy inference analyzer for on-line microstructural characterization using magnetic NDT method</article-title>
          .
          <source>Journal of Magnetism and Magnetic Materials</source>
          ,
          <volume>379</volume>
          , p.
          <fpage>131</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Houska</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rauchova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2013</year>
          )
          <article-title>Methodology of Creating the Knowledge Text</article-title>
          .
          <source>10th International Conference on Efficiency and Responsibility in Education</source>
          <year>2013</year>
          , p.
          <fpage>197</fpage>
          -
          <lpage>203</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kendal</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Creen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2007</year>
          )
          <article-title>An Introduction to Knowledge Engineering</article-title>
          . London: Springer.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kim</surname>
          </string-name>
          , K.Y. and
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>Y.S.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Causal design knowledge: Alternative representation method for product development knowledge management</article-title>
          .
          <source>Computer-Aided Design</source>
          ,
          <volume>43</volume>
          , p.
          <fpage>1137</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Krejci</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2013</year>
          )
          <article-title>Age of Machinery and Equipment in Education as Aspect of Modernity</article-title>
          .
          <source>10th International Conference on Efficiency and Responsibility in Education</source>
          <year>2013</year>
          , pp.
          <fpage>317</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mařík</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Štěpánková</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lažanský</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          et al. (
          <year>2004</year>
          )
          <string-name>
            <surname>Artificial Intelligence</surname>
            <given-names>I - IV</given-names>
          </string-name>
          . Prague: Academia Praha.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Espejo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2015</year>
          )
          <article-title>A performance evaluation of three inference engines as expert systems for failure mode identification in shafts</article-title>
          .
          <source>Engineering failure analysis</source>
          ,
          <volume>53</volume>
          , p.
          <fpage>24</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Rauchova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Houska</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luhanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cernikova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2014</year>
          )
          <article-title>Comparative Analysis of Quantitative Indicators of Normal and Knowledge Texts</article-title>
          . 10th
          <source>International Scientific Conference on Distance Learning in Applied Informatics (DIVAI</source>
          <year>2014</year>
          ), p.
          <fpage>621</fpage>
          -
          <lpage>631</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Venturelli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caputo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leopizzi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mastroleo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Mio</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>How can CSR identity be evaluated? A pilot study using a Fuzzy Expert System</article-title>
          .
          <source>Journal of Cleaner Production</source>
          ,
          <volume>141</volume>
          , p.
          <fpage>1000</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>