<!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>Approach to translation of RDF/OWL-ontology to the graph knowledge base of intelligent systems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A Filippov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V Moshkin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A Namestnikov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>G Guskov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M Samokhvalov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ulyanovsk State Technical University</institution>
          ,
          <addr-line>Ulyanovsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>44</fpage>
      <lpage>49</lpage>
      <abstract>
        <p>The paper presents the graph knowledge base of the ontology repository. The original algorithm for translating the RDF/OWL-ontology into a graph knowledge base is proposed. In addition, the article presents an approach to the inference on the ontology repository. The approach based on translating the SWRL constructs into the elements of the Cypher language. Examples of using the proposed algorithms and models are presented in the article.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Post-industrial society operates with huge volumes of information both in everyday and professional
activities. A large amount of information causes difficulties in making decisions within the framework
of tight time constraints [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>A variety of software automation of human activities are used to solve this problem. However, it is
necessary to adapt them to the specifics of a particular problem area (PrA).</p>
      <p>
        Ontologies are usually used to describe the subject area features [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Ontologies could be presented as subject area models in the form of a semantic web (graph) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        The RDF and OWL languages are the most common formats to represent ontologies [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] at
the current time. The OWL language is expressive and contains various kinds of functional
relationships.
      </p>
      <p>The Protégé editor is the primary and most commonly used tool for building ontologies. The user
must have knowledge in the ontological design and knowledge engineering fields for working with
Protege.</p>
      <p>
        The OWL API library is often used to work with ontologies during the operation of intelligent
systems [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The OWL API has the greatest functionality [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], but it can only be used in programs
written for the JVM platform (Java Virtual Machine).
      </p>
      <p>
        The SPARQL query language [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] is usually used to generate queries for the RDF-ontologies. The
reasoners (Pellet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], Fact++ [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], Hermit [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]) are used for the OWL-ontologies.
      </p>
      <p>Thus, there is no unified method of working with ontologies and generating queries to them.</p>
      <p>
        One solution of this problem is specialized repositories, for example, StarDog [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], Virtuoso [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ],
RDF4j [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], etc. However, existing ontology repositories have the following disadvantages:
• need to acquire licenses for use;
• only RDF format full support.
      </p>
      <p>Our scientific group has developed a new efficient ontology repository. This repository:
1. Imports RDF and OWL ontologies.
2. Creates queries to the repository.
3. Does not require the developer knowledge in the ontological design and knowledge
engineering.</p>
    </sec>
    <sec id="sec-2">
      <title>2. The model of the KB of the ontology repository</title>
      <p>Ontology is a model of the PrA representation and visualized in the form of a semantic graph.</p>
      <p>
        Graph-oriented database management system (Graph DBMS) Neo4j [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] is the basis of the
ontology store for fuzzy KB. Neo4j is currently one of the most popular graph databases and has the
following advantages:
1. Having a free community version.
2. Native format for data storage.
3. One copy of Neo4j can work with graphs containing billions of nodes and relationships.
4. The presence of a graph-oriented query language Cypher.
5. Availability of transaction support.
      </p>
      <p>Neo4j was chosen to store the description of the PrA in the applied ontology form since the
ontology is actually a graph. In this case, it is only necessary to limit the set of nodes and graph relations into
which ontologies on RDF and OWL will be translated.</p>
      <p>The context of an ontology is some state of ontology obtained during versioning. Context can also
be a subject area.</p>
      <p>Formally the ontology is:</p>
      <p>O  T, CTi , I Ti , PTi , STi , FTi , RTi , i  1, t,
where t is a number of the ontology contexts,
T  T1, T2 ,  , Tn  is a set of ontology contexts,
CTi  C1Ti , C2Ti ,  , CnTi  is a set of ontology classes within the i -th context,
I Ti  I1Ti , I 2Ti ,  , I nTi  is a set of ontology objects within the i -th context,
PTi  P1Ti , P2Ti ,  , PnTi  is a set of ontology classes properties within the i -th context,
S Ti  S1Ti , S2Ti ,  , SnTi  is a set of ontology objects states within the i -th context,
F Ti  F1Ti , F2Ti ,  , FnTi  is a set of the logical rules fixed in the ontology within the i -th context,
RTi – is a set of ontology relations within the i -th context defined as:</p>
      <p>RTi  RTi , RITi , RPTi , RSTi , RFTi ,</p>
      <p>C
4. Interacts with the ontology repository using the HTTP protocol.
5. Makes the repository independent of the programming language and operating system used.
where
RCTi is a set of relations defining hierarchy of ontology classes within the i -th context,
RITi is a set of relations defining the 'class-object' ontology tie within the i -th context,
RPTi is a set of relations defining the 'class-class property' ontology tie within the i -th context,
RSTi is a set of relations defining the 'object-object state' ontology tie within the i -th context,
RFTi is a set of relations generated on the basis of logical ontology rules in the context of i -th
context.</p>
      <p>Some relations of the G ( RCTi и RITi ) may be functional relations. Functional relations are
characteristic of the OWL language.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Translation of RDF/OWL-ontology into a graph KB</title>
      <p>It is necessary to select structural elements of TBox (structure, scheme) and ABox (content) of graph
KB respectively for successful translation of RDF or OWL ontology to graph KB objects.</p>
      <p>Formally the functions of translating an RDF/OWL ontology to a graph KB are:
f RDF : RDF  O,
O
f OWL : OWL  O,
O
(1)
(2)</p>
      <p>– set of entities RDF ontology (corresponds to the entities
of expression 1),</p>
      <sec id="sec-3-1">
        <title>OWL  C OWL, I OWL, POWL, S OWL, ROWL</title>
        <p>– set of entities RDF ontology (corresponds to the entities
of expression 1),</p>
        <p>O – set of ontology entities of the graph KB (expression 1). Table 1 shows the correspondence of
the RDF / OWL-ontology entities to the graph KB entities.
The main entities of RDF and OWL ontologies correspond to the ontology of the graph KB.</p>
        <p>The graph KB entities unify different formats of ontologies and form a data model. The developer
can build queries to the ontology repository contents on Cypher using the generated data model. This
method of extracting knowledge from the ontology repository is more familiar to the developer than
working with reasoners. However, the possibility of the inference on the contents of our repository of
ontologies exists.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. The inference on the KB contents</title>
      <p>
        The inference is the process of reasoning from the premises to the conclusion. Reasoners are used to
implement the function of inference. Reasoners form logical consequences produce an inference based
on many statements, facts and axioms [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and also carry out a control of logical integrity.
      </p>
      <p>The Neo4j GDBMS does not allow the use of existing reasoners. Thus, there is a need to develop a
mechanism for inference from the ontology repository content.</p>
      <p>Formally the logical rule of the ontology of the fuzzy knowledge base is:</p>
      <sec id="sec-4-1">
        <title>F Ti  ATree , ASWRL, ACypher ,</title>
        <p>where
Ti – i -th context of the ontology of the fuzzy KB;
ATree – a tree-like representation of a logical rule F Ti ;
ASWRL – SWRL representation of the logical rule F Ti ;
ACypher – Cypher representation of the logical rule F Ti .</p>
        <p>The tree-view ATree of a logical rule F Ti is:
ATree  Ant, Cons ,
where
Ant  Ant1Ant2 Antn – is the antecedent (condition) of the logical rule F Ti ;
 AND, OR – is a set of permissible logical operations between antecedent atoms;
Cons – consequent (consequence) of a logical rule F Ti .</p>
        <p>Figure 1 shows an example of a tree-like representation of a logical rule. This rule describes the
nephew-uncle relationship.</p>
        <p>
          The tree-like logical rule is translated into the following SWRL [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]:
1. hasParent(?a,?b) &amp; hasBrother(?b,?c) &amp; =&gt; hasUncle(?a,?c)
2. hasChild(?b,?a) &amp; hasSister(?c,?b) =&gt; hasUncle(?a,?c),
and the following Cypher view:
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>1. MATCH (s1:Statement{name: "hasChild", lr: true})</title>
      </sec>
      <sec id="sec-4-3">
        <title>MATCH (r1a)&lt;-[:Domain]-(:Statement{name:"hasFather"})-[:Range]-&gt;(r1b)</title>
      </sec>
      <sec id="sec-4-4">
        <title>MERGE (r1b)-[:Domain]-&gt;(s1)</title>
        <p>MERGE (r1a)-[:Range]-&gt;(s1)</p>
      </sec>
      <sec id="sec-4-5">
        <title>2. MATCH (s1:Statement{name: "hasChild", lr: true})</title>
      </sec>
      <sec id="sec-4-6">
        <title>MATCH (r2c)&lt;-[:Domain]-(:Statement{name:"hasSister"})-[:Range]-&gt;(r2a)</title>
      </sec>
      <sec id="sec-4-7">
        <title>MATCH (r2c)&lt;-[:Domain]-(:Statement{name:"hasFather"})-[:Range]-&gt;(r2b)</title>
      </sec>
      <sec id="sec-4-8">
        <title>MERGE (r2b)-[:Domain]-&gt;(s1) MERGE (r2a)-[:Range]-&gt;(s1).</title>
        <p>Thus, the rules are translated into their tree-view when imported into the KB of logical rules in the
SWRL language.</p>
        <p>The presence of a tree-like representation of a logical rule allows you to form both a
SWRLrepresentation of a logical rule and a Cypher-representation based on it.</p>
        <p>Relations of a special type - RFTi (expression 2) are formed by using a logical rule on the Cypher
between the graph KB entities F Ti (expression 1). The graph KB entities must satisfy the atoms of the
antecedent of the logical rule. Relations formed to organize the inference from the ontology repository
contents.</p>
        <p>A set of Cypher queries is formed to control the logical integrity of the ontology repository
contents. Cypher queries invert the axioms of TBox. If one of these queries returns the result then the
logical integrity is violated.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This article considers the approach to translating RDF/OWL-ontology in the graph KB. The developed
ontology repository based on the graph KB allows the developer to interact with the repository
contents in the most familiar way - to build queries to the graph KB content.</p>
      <p>In this case, the unified graph DB data model (expressions 1 and 2) allows you to import RDF and
OWL ontologies.</p>
      <p>These formats are often used to form a description of the domain features in the ontology form.
TBox of graph KB (Table 1) defines the axioms available for formation and allows you to control the
logical integrity of the graph knowledge base content.</p>
      <p>The inference engine built into our ontology repository allows you to import SWRL rules and
create a tree-like view of the SWRL rules based on them. The tree view allows you to create a set of
logical rules in the graph KB. The rules of the graph KB can be used to derive new facts and axioms based
on the graph KB contents.</p>
      <p>Thus, the developer will need less time to study the ways and means of working with ontologies in
the development of intelligent systems if he uses our ontology repository as a KB. The saved time will
be used to develop business logic.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This study was supported Ministry of Education and Science of Russia in framework of project №
2.4760.2017/8.9 and by the Russian Foundation for Basic Research (Grants No. 18-47-730035 and
1647-732054).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Bova</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kureichik</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nuzhnov</surname>
            <given-names>E.</given-names>
          </string-name>
          <article-title>Problems of representation of knowledge in integrated systems of support of managerial decisions // Izvestiya SFU</article-title>
          . Vol.
          <volume>108</volume>
          (
          <issue>7</issue>
          ) (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Chernyakhovskaya</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedorova</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nizamutdinova</surname>
            <given-names>R</given-names>
          </string-name>
          .
          <article-title>Intelligent support of decision-making in the operational management of business processes of the enterprise // Bulletin of the USATU</article-title>
          . Management, Computer Science and Informatics. T
          <volume>15</volume>
          . Vol.
          <volume>42</volume>
          (
          <issue>2</issue>
          ) (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Vagin</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikhailov</surname>
            <given-names>I</given-names>
          </string-name>
          .
          <article-title>Development of the method of integration of information systems based on metamodelling and ontology of the subject domain // Software products and systems</article-title>
          . №
          <volume>1</volume>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Gavrilova</surname>
            <given-names>T.</given-names>
          </string-name>
          <article-title>Ontological approach to knowledge management in the development of corporate information systems //</article-title>
          <source>News of Artificial Intelligence. № 2</source>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Zagorulko</given-names>
            <surname>Yu</surname>
          </string-name>
          .
          <article-title>Construction of portals of scientific knowledge on the basis of ontology // Computational technologies</article-title>
          . Vol.
          <volume>12</volume>
          . No.
          <source>S2</source>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Karabach</surname>
            <given-names>A.</given-names>
          </string-name>
          <article-title>Information integration systems based on semantic technologies // Science, technology and education</article-title>
          . Vol.
          <volume>2</volume>
          (
          <issue>2</issue>
          ). (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Smirnov</surname>
            <given-names>S.</given-names>
          </string-name>
          <article-title>Ontological modeling in situational management // Ontology of designing</article-title>
          . №
          <volume>2</volume>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Tuzovsky</surname>
            <given-names>A.</given-names>
          </string-name>
          <article-title>Development of knowledge management systems based on a single ontological knowledge base</article-title>
          . // Bulletin of the Tomsk Polytechnic University.
          <year>2007</year>
          . T.
          <volume>310</volume>
          . Vol.
          <volume>2</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Filippov</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moshkin</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shalaev</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>Single ontological platform for data mining // Proceedings of the VI International Scientific</article-title>
          and Technical Conference OSTIS-
          <year>2016</year>
          . Minsk. Republic of Belarus (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Moshkin</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>Methods for constructing non-clear ontologies of complex subject domains // Proceed</article-title>
          . of fifth international.
          <source>scientific-techn. conf. OSTIS-2015</source>
          . Minsk. pp.
          <fpage>401</fpage>
          -
          <lpage>406</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Tarasov</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalutskaya</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svyatkina</surname>
            <given-names>M</given-names>
          </string-name>
          .
          <article-title>Granular, fuzzy and linguistic ontologies to provide mutual understanding between cognitive agents // Proceed</article-title>
          . of second international.
          <source>scientific-techn. conf. «OSTIS-</source>
          <year>2012</year>
          ». Minsk. pp.
          <fpage>267</fpage>
          -
          <lpage>278</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Resource</surname>
            <given-names>Description Framework</given-names>
          </string-name>
          (RDF), https://www.w3.org/RDF, last accessed
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>OWL</given-names>
            <surname>Web Ontology Language Overview</surname>
          </string-name>
          , https://www.w3.org/TR/owl-features,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>The</surname>
            <given-names>OWL API</given-names>
          </string-name>
          , http://owlcs.github.io/owlapi, last accessed
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <article-title>Owlcpp: a C++ library for working with OWL ontologies</article-title>
          , https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4574266, last accessed
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>SPARQL</given-names>
            <surname>Query Language for</surname>
          </string-name>
          <string-name>
            <surname>RDF</surname>
          </string-name>
          , https://www.w3.org/TR/rdf-sparql-query,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Pellet</surname>
          </string-name>
          , http://pellet.owldl.com,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18] FaCT++, http://owl.man.ac.uk/factplusplus, last accessed
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>HermiT OWL</surname>
          </string-name>
          <article-title>Reasoner</article-title>
          .
          <article-title>The New Kid on the OWL Block</article-title>
          , http://www.hermit-reasoner.com,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <article-title>The Knowledge Graph Platform for the Enterprise</article-title>
          , https://www.stardog.com,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>About OpenLink Virtuoso</surname>
          </string-name>
          , https://virtuoso.openlinksw.com,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Eclipse</surname>
            <given-names>RDF4J</given-names>
          </string-name>
          , http://rdf4j.org,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <article-title>Introducing the Neo4j Graph Platform</article-title>
          , https://neo4j.com,
          <source>last accessed</source>
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Makhortov</surname>
            <given-names>S.</given-names>
          </string-name>
          <article-title>On the Algebraic Model of a Distributed Production System</article-title>
          .
          <source>// Proceedings of the Fifteenth National Conference on Artificial Intelligence with International Participation "KII-2016". Smolensk</source>
          . Vol.
          <volume>1</volume>
          . pp.
          <fpage>64</fpage>
          -
          <lpage>72</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Moshkin</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarushkina</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>The inference based on fuzzy ontologies // Integrated models and soft computations in artificial intelligence</article-title>
          .
          <source>Proceedings of the VIII International Scientific and Practical Conference (Kolomna, May 18-20</source>
          ,
          <year>2015</year>
          ). Vol.
          <volume>1</volume>
          . Moscow. Fizmatlit. pp.
          <fpage>259</fpage>
          -
          <lpage>267</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>SWRL: A Semantic Web Rule Language Combining</surname>
            <given-names>OWL</given-names>
          </string-name>
          and RuleML, https://www.w3.org/Submission/SWRL, last accessed
          <year>2018</year>
          /05/11.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>