<!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>Building Subject Domain Ontology for a Corporate Web Application</article-title>
      </title-group>
      <fpage>159</fpage>
      <lpage>171</lpage>
      <abstract>
        <p>The technology of automated construction of the subject domain ontology, based on information extracted from the comments of the TATNEFT oil company relational databases, is considered. The technology is based on building a converter (compiler) translating the logical data model of Epicenter Petrotechnical Open Software Corporation (POSC), presented in the form of ER diagrams and a set of the EXPRESS object-oriented language descriptions, into the OWL ontology description language, recommended by the W3C consortium. The basic syntactic and semantic aspects of the transformation are described.</p>
      </abstract>
      <kwd-group>
        <kwd>Subject Domain Ontology</kwd>
        <kwd>Relational Databases</kwd>
        <kwd>POSC</kwd>
        <kwd>OWL</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Creating of an ontology, i.e. formal model of semantics of some subject domain
usually is an extremely laborious process. It requires participation of highly qualified
specialists both in the specific subject field and in the field of computer linguistics.
One of the methods widely used here is the conceptualization technique [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Using it,
we actually build an object model of some subdomain of the real world by defining
objects, their attributes and relationships. A similar technique for basic entities and
relationships extraction is used to define logical models in the relational databases
design [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The methodological proximity of the techniques used in the ontologies and
database models development suggests possibility to use already existing logical
database models as a formalized prototype of the subject domain ontology.
      </p>
      <p>In the article such technique for automated construction of the subject domain
ontology from its relational model is described on the real world example of
development of an intelligent search system for a large oil producing company.</p>
      <p>
        If at all possible, the most natural way to select a prototype of the ontology is to
choose one among the logical models of the subject area, having an industry standard
status. In our case the most evident choice was the Epicentre data model of the
Petrotechnical Open Software Corporation (POSC [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]). It is presented in the form of
ER-diagrams [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] considered together with the set of text files in the EXPRESS
objectoriented language (ISO 10303, part 11). The definition also has visual presentation
focused on the effective generation of database structures according to its logical
model by IT specialists.
      </p>
      <p>
        To describe the ontology, the Web Ontology Language (OWL) [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ], developed
by the Semantic Web Activity working group and recommended by the W3C
international consortium [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], was chosen. With the prospect of further move towards a
logical inference system development, the actual implementation of the ontology was
performed in the OWL DL language dialect, corresponding to the rules of descriptive
logic. The article describes the scheme for converting the Epicentre logical model into
the OWL DL language, which apart the industry-wide standards also takes into
account the local specifics of the Tatneft oil and gas company.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Epicentre Model</title>
      <p>The Epicentre data model defines over 1000 real-world technical and business
concepts related to the oil exploration and production. In the terminology of POSC data
modeling the corresponding objects are called entities. The model defines also
characteristics of entities called attributes. The most important of these are attributes
defining relationships between entities.</p>
      <p>Here one of the important architectural principles is distinction between definitions
of objects, object properties and types of activities. Such separation meets practical
requirements, as in fact object properties may have multiple versions of description.
Thus each property can be uniquely identified by with its own description history.</p>
      <p>Each entity, represented in the model, is determined by such parameters as a set of
attributes, local rules and chains of supertypes. An attribute is a list of characteristics
describing the given entity. In its own turn an attribute may have several parameters,
such as an attribute name, a list of options (key, required, external, etc.), and
relationships types. Entities are also associated with entity rules, describing extended data
integrity restrictions defining the domain of possible values of attributes and
relationships.</p>
      <p>In the Epicentre model, specification of entities has been expanded to include so
called reference entities. They differ from other entities because they have some
standard set of values predefined by POSC. Their presence of such entities is required
for compatibility with previous POSC specifications. There are three types of
reference entities in the model:
 POSC Fixed entity has a fixed number of instances predefined by POSC;
 POSC Open entity also has fixed instances, but it's also possible to create
additional instances not predefined by POSC;
 Local entity has no fixed predefined instances, but it's possible to introduce user
defined instances.</p>
      <p>All reference entities may have additional characteristics that allow to specify the
source and bibliography, that describe origin of information, contained in the
instance. To denote the reference entities and their types, the distinctive prefix Ref_ to
the entity names is used.</p>
      <p>The object-oriented concept of class inheritance is also an important part of the
Epicentre model architecture. Since the data model contains really large volume of
information, this concept provides an efficient way to organize all entities definitions
into a logically related structure.</p>
      <p>Another fundamental part of Epicentre architecture comes from understanding that
many entities can be characterized by their spatial representation (such as
geographical coordinates of oil well). Each of these geometric objects of activity can be
connected through some relations with one or more similar objects (such as the “to be
located on the territory” relationship).</p>
      <p>The Epicentre data model is defined in terms of the EXPRESS language and uses
its basic concepts such as:</p>
      <p>Thus, the Epicentre model entity description actually is a definition of a class, on
the basis of which class instances or objects can be created.</p>
      <p>An entity may be a subtype of some supertype entity, inheriting its attributes, rules
and uniqueness constraints. In other words specification of supertype opens the way
to define type properties, common to all its subtypes.</p>
      <p>A supertype may be abstract, which means that all instances must be specified.
Otherwise, its instances may be either specialized or not.</p>
      <p>An attribute is a specific characteristic of an entity. To each attribute a name and a
representation type are assigned. It can be explicit, inverse, or derived from other
attributes.</p>
      <p>Explicit attribute is an attribute that is not derived from any other attribute in the
model. Inverse attribute is used to express the opposite direction of a relationship
appeared in some explicit attribute specification.</p>
      <p>A schema definition is a container that includes definitions of all entities, types,
and constraints visible in some particular EXPRESS language schema (Fig. 1).</p>
      <p>Here attribute definitions are as follows:
 name stands for the schema identifier;
 types denotes a set of entities and specific types, declared in the schema;
 global_rules denotes a set of global constraints declared in the schema.</p>
      <p>UNIQUE Url is a formal statement, expressing the "schema name must be unique"
constraint.</p>
      <p>The uniqueness constraint points here to combination of key attributes whose
values in the aggregate must uniquely identify a specific instance of the entity.
Consistency constraint in general defines condition imposed on attributes of all instances
of the entity.
3</p>
    </sec>
    <sec id="sec-3">
      <title>OWL Structure</title>
      <p>Web Ontology Language supports:
 formal definition of classes and their properties;
 definitions of individuals (class instances) and their properties;
 refining the definitions of classes and objects in logical terms.</p>
      <p>
        OWL is largely compatible with the RDF [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and RDF Schema [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] languages. The
XML [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and RDF formats actually are part of the OWL standard.
      </p>
      <p>The main structural units of an OWL ontology are classes, properties, objects (i.e.
class instances or individuals) and relationships between them.</p>
      <p>The most fundamental concepts of the subject domain should correspond to the
classes, located at the root of various taxonomic trees. Each individual here is an
instance of the owl:Thing class. Thus, each user-defined class is automatically a
subclass of the owl:Thing class. The root classes, specific to the given subject domain,
are defined simply by declaration of a named class. The fundamental taxonomic
constructor is represented by the rdfs:subClassOf class; it defines the “to be a subclass”
class relation.</p>
      <p>OWL properties allow to state some general facts about class members and specific
facts about individuals. In fact property here is a binary relation. There are two types
of properties:
 value-property is a relation between class instances and RDF literals or data types,
defined by XML Schema;
 object-property is a relation between instances of two classes.</p>
      <p>There are many ways to specify such relationship. One can define the domain and
range. A property can be defined as the specialization (sub-property) of some already
existing property. Like classes, properties can be organized into a hierarchy.</p>
      <p>More complex restrictions are also possible. OWL provides powerful mechanism
to express various characteristics of properties. Let's mention some traditional
characteristics of binary relations important to explain methodology of converting the
Epicentre logical model into the OWL ontology description language.</p>
      <p>Transitive property. Property P can be marked as transitive, if for any x, y and z
P (x, y) and P (y, z) implies P (x, z).</p>
      <p>Symmetric property. Property P is marked as symmetric, if for any x and y P (x,
y) implies P (y, x).</p>
      <p>Functional property. Property P is marked as functional, if for any x, y and z P (x,
y) and P (x, z) implies y = z.</p>
      <p>Inverse property. If property P1 is marked as owl:inverseOf P2, then for all x and
y P1 (x, y) implies P2 (y, x).</p>
      <p>Inverse functional property. Property P is marked as inverse functional, if for all
x, y and z: P (y, x) and P (z, x) implies y = z.</p>
      <p>In addition to designating property characteristics, it is also possible in specific
contexts to limit explicitly the range of a property. This can be done by using the
following property restrictions local to the class containing them.</p>
      <p>allValuesFrom. This restriction requires, for each instance of a class with this
property, all property values to be instances of the class, specified in the
owl:allValuesFrom clause.</p>
      <p>someValuesFrom. Similarly, this constraint requires, for each instance of a class
with this property, at least one property value to be a representative of the class
specified in the owl:someValuesFrom clause.</p>
      <p>Cardinality. The owl:cardinality parameter allows to specify the number of
elements in the relationship. In OWL DL, in particular, owl:maxCardinality can be used
to set an upper limit, and owl:minCardinality can be used to set a lower limit. In
combination, they can be used to limit the cardinality of a property within some numerical
range. Fig. 2 shows an example of defining a single-valued relationship for the class
called Name_entity.</p>
    </sec>
    <sec id="sec-4">
      <title>Epicentre to OWL DL Conversion.</title>
      <p>To construct the OWL ontology from the Epicentre data model the following main
approaches were used:
 each Epicentre model entity corresponds to a primary class of the OWL ontology;
all these classes are located at the root of the taxonomy tree; specific name
prefixes, that allow to identify entity-properties and reference entities, are incorporated to
the class names;
 entities relation types (such as one-to-one, one-to-many and many-to-many) are
expressed by OWL definition of simple attribute properties, if the related entity is
not a data type, or by definition of value properties otherwise; indicating the type
of relation between classes is implemented using the OWL concept of cardinality.</p>
      <p>OWL contains no structural elements to define explicitly the notion of uniqueness
of the Epicentre model. Therefore, a new predefined property, containing the list of
all the unique key attributes, has been added to the definition of each OWL class.
Similarly, the problem of expressing the Epicentre constraint conditions was solved
by constructing specific OWL classes for each Epicentre data category.</p>
      <p>
        The formal LR (1) grammar [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] of the Epicentre model was created to serve the
base of automatic semantically equivalent transformation of the Epicentre model into
the OWL DL dialect syntax. The descriptive logic dialect was chosen to allow in
perspective to complement the ontology with inference system engine. Complete
Russification of descriptions of the Epicentre model entities and attributes, as well as all
corresponding OWL classes and properties was fulfilled.
      </p>
      <p>
        The software implementation of the Epicentre to OWL DL converter was
performed in the Java programming language, using the flex lexical analyzer's generator
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and the CUP parser generator [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>To verify semantic correctness by the subject domain professionals, the
OakOwlProject 1.0 program visual interface, providing navigation and manipulation with the
OWL ontologies has also been developed.</p>
      <p>
        The well-known open-source Java project Protégé [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] was chosen as a prototype
of the OakOwlProject environment implementation. In the process of development,
its functionality was essentially expanded. The final appearance of the OakOwlProject
interface, reflecting the capabilities of the system for working with ontologies is
shown in Fig. 3.
      </p>
      <p>Syntactically, the Epicentre model is a sequence of entity descriptions in
EXPRESS language. To convert the model, it was necessary to translate the
description of each entity from EXPRESS into OWL language. The syntactic structure of the
Epicentre model is shown in Fig. 4.</p>
      <p>The following notation is used here:
name_entity denotes the name of the entity; it may have the Pty_ or Ref_ prefix,
indicating respectively an property entity or reference entity;
name_entity1, ..., name_entityN is the list of the named entities;
name_attribute denotes the explicit attribute; it may also have the Ref_ prefix;</p>
      <p>sub_name is the name of the parent entity, which can a regular entity (no prefix)
or a property entity (Pty_ prefix);
sub_name1, ..., sub_nameN denotes a list of named parent entities;
type_name is the name of the direct attribute type, it can be a reference entity
(identified by Ref_ prefix), a regular entity (which name with no prefix) or a named
data type (identified by Ndt_ prefix);</p>
      <p>inverse_attribute_name is obviously the name of an inverse attribute; it may
denote a regular entity (no prefix) or a property entity (there is a Pty_ prefix);
inverse_name_entity is the name of an entity, inversely related to this entity; it
may be a reference entity (marked by Ref_ prefix), a regular entity (no prefix) or a
property entity (marked by Pty_ prefix);</p>
      <p>entity_inverse_type is the name of an entity, which is the type of direct attribute,
corresponding to the given inverse attribute; it may be a regular or reference entity;
name_attribute1, ..., name_attributeN denotes a list of attributes.</p>
      <p>The meaning of capitalized keywords is described below.</p>
      <p>Fig. 5 shows the way to convert Epicentre entities into OWL classes.</p>
      <p>The base classes of the Epicentre model, such as E_AND_P_DATA,
FLUID_COMPONENT, FLUID_PHASE, GRID_ELEMENT_BEHAVIOR,
GRID_GEOMETRY_BEHAVIOR, PFNU, are converted to the subclasses of the
owl:Thing class, which are located in the root of the taxonomic tree. In the
OakOwlProject_1.0 shell, the base classes are also located at the root of the hierarchy shown
in Fig. 6.</p>
      <p>Conversion of the inheritance relationship is shown in Fig. 7. Here, for the given
entity the parent entities are listed in the SUBTYPE OF construct. Such relation
uniquely corresponds to the OWL subclass construct.</p>
      <p>Here definition of the entity name and its place in the Epicentre model hierarchy is
followed by a list of the entities attributes, both direct and inverse. The definition of a
direct attribute is shown in Fig. 8.</p>
      <p>Here, the OPTIONAL and SET [0:?] OF syntax constructs may be absent. If
present, the OPTIONAL keyword denotes the optionality of the attribute value and the
SET [0:?] OF construct determines the degree of connectivity (i.e. one-to-one,
oneto-many and many-to-many options) for the aggregate attribute. Such syntactic unit
corresponds to the OWL definition of simple attribute properties, if the related entity
is not a data type, and value properties otherwise. Hence, it can be represented in
OWL in the way shown in Fig.9.</p>
      <p>Here, the property name corresponds to the attribute name and the relation binds
the original entity and some class. Potential name collision is solved in traditional
way by introducing dot notation. For example, in the case of match of the property
name and the class name, the property name can be specified as
ontology_entity_name.attribute_name.</p>
      <p>If an attribute has values of some specific data type, then, by sense, there should be
represented by a value property. But since the Epicentre data types have more
complex structure, we actually get the same object properties.</p>
      <p>An indication of the degree of class relations, as well as OPTIONAL construct can
be implemented using the OWL concept of cardinality.</p>
      <p>Here, OPTIONAL construct means that the degree of relationship may be equal to
0, so the corresponding property constraint can be added to the class description. For
example, the description of the well_test_open_period_recovery entity (see Fig. 10)
will be expressed as shown in Fig. 11. The OWL definition of the property itself is
shown in Fig. 12.</p>
      <p>The following syntax construction corresponds to the inverse attribute definition
(Fig. 13):</p>
      <p>There is no concept of an inverse attribute in the OWL language. This problem is
solved by adding the Type:InverseProperty property, indicating to the entity to which
the given attribute is inverse. For example, let an activity entity has an activity_alias
attribute, which is inverse to an aliased_object entity. A description of this attribute is
provided in Fig. 14</p>
      <p>The following syntactic construction corresponds to the definition of entity
attributes uniqueness and WHERE-constraints (Fig. 15).</p>
      <p>Here, UNIQUE keyword is followed by the list of unique attributes forming the
key of this entity.</p>
      <p>The OWL language lacks structural elements to express Epicentre's notion of
uniqueness. Therefore, a new property called name_entity.UNIQUE has been added to
the definition of each OWL class to contain a list of all key attributes. Similarly, a
new property called name_entity.WHERE has been added to the definition of each
OWL class to contain constraint conditions.</p>
      <p>All data types in the Epicentre model are classified into the following categories:
 Simple Data Types;
 Simple Pattern Types;
 Measured Quantity Types;
 Geometry Types.</p>
      <p>To define these categories in terms of the OWL predefined data types, separate
classes have been added to the OWL ontology.</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>To define POSC's Epicentre 3.0 model syntax, a formal LR (1) grammar was
constructed; it was used as the input file for the Java Cup parser generator. Based on this
grammar and the Epicentre model conversion scheme described above, an OWL
ontology of the subject domain of natural-technical objects was constructed.</p>
      <p>Not all Epicentre model constructs can be explicitly expressed in the OWL
language. To convert information adequately from the Epicentre model, special OWL
classes and reserved properties were defined.</p>
      <p>The total volume of LR(1) grammar, together with the built-in implementation of
the conversion semantics, contains about 30 pages. The EXPRESS Epicentre model
file contains about 500 pages. The resulting OWL ontology definition has a volume of
about 3,500 pages. Thus the Epicentre model has been completely translated into
OWL ontology with no loss of information. Visualization of the constructed ontology
allows the subject domain experts to validate its correctness.</p>
      <p>
        Semantic search web application for TATNEFT oil corporation based on the
described subject domain ontology, unified data ontology integrating various
corporation heterogeneous relational databases and linguistic thesaurus of professional
terminology is described in [
        <xref ref-type="bibr" rid="ref14 ref15 ref16 ref17 ref18">14–18</xref>
        ].
      </p>
      <p>The way of the corporation data integration essentially uses the methods of
computer linguistics to extract information from natural language texts contained in
databases comments. The corresponding knowledge extraction algorithm is described in
more detail in the above-mentioned works.</p>
      <p>
        The core algorithm of the intellectual search system is the algorithm for
constructing SQL queries from the end user queries, written in professional dialect.
Optimization methods for implementing the most resource-intensive part of this algorithm,
associated with the need to enumerate table joins, are considered in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>Acknowledgments. This work was funded by the subsidy allocated to Kazan
Federal University for the state assignment in the sphere of scientific activities, grant
agreement 1.2368.2019 and subsidy of the Russian Fund of Fundamental Research,
grant agreement 18-07-00964.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Gavrilova</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khoroshevskii</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          :
          <article-title>Bazy znanii intellektualnykh system</article-title>
          .
          <source>SPb</source>
          .,
          <string-name>
            <surname>Piter</surname>
          </string-name>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Date</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          :
          <article-title>Vvedenie v sistemy baz dannykh</article-title>
          . M.,
          <string-name>
            <surname>Izd</surname>
          </string-name>
          . Dom
          <string-name>
            <surname>Viliams</surname>
          </string-name>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <source>Epicentre v3.0</source>
          , http://www.energistics.org/energistics-standards-directory/epicentrearchive, last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>OWL</given-names>
            <surname>Web Ontology</surname>
          </string-name>
          <string-name>
            <surname>Language</surname>
          </string-name>
          , https://www.w3.org/TR/2004/REC-owl-features20040210,
          <source>last accessed</source>
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>5. Towards the Semantic Web: Ontology-Driven Knowledge Management</article-title>
          . Chicester,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , John Wiley &amp; Sons (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <source>The World Wide Web Consortium (W3C)</source>
          , http://www.w3c.org,
          <source>last accessed</source>
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>7. RDF 1.1 Concepts</source>
          and Abstract Syntax, https://www.w3.org/TR/2014/REC-rdf11
          <string-name>
            <surname>-</surname>
          </string-name>
          concepts-
          <volume>20140225</volume>
          , last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <source>RDF Schema 1</source>
          .1, https://www.w3.org/TR/rdf-schema,
          <source>last accessed</source>
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Extensible</given-names>
            <surname>Markup</surname>
          </string-name>
          <article-title>Language (XML)</article-title>
          , https://www.w3.org/XML, last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenkrantz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stearns</surname>
          </string-name>
          , R.:
          <article-title>Teoreticheskie osnovy proektirovaniia kompiliatorov</article-title>
          . M.,
          <string-name>
            <surname>Mir</surname>
          </string-name>
          (
          <year>1979</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Allmon</surname>
            ,
            <given-names>B.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anderson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <source>Flex on Java. Manning Publications Co. Greenwich</source>
          ,
          <string-name>
            <surname>CT</surname>
          </string-name>
          , USA, ISBN:
          <volume>1933988797</volume>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. CUP Parser Generator for Java, https://www.cs.princeton.edu/~appel/modern/java/CUP, last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Protégé</surname>
          </string-name>
          , http://protege.stanford.edu, last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Birialtsev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bukharaev</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gusenkov</surname>
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Intelligent search in Big Data</article-title>
          .
          <source>Journal of Physics: Conference Series</source>
          , vol.
          <volume>913</volume>
          ,
          <issue>conf</issue>
          . 1. Published online: 25
          <source>October</source>
          <year>2017</year>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Gusenkov</surname>
            ,
            <given-names>A.M.:</given-names>
          </string-name>
          <article-title>Intellektualnyi poisk slozhnykh obieektov v massivakh bolshikh dannykh</article-title>
          .
          <source>Elektronnye biblioteki</source>
          , vol.
          <volume>19</volume>
          , book 1, pp.
          <fpage>3</fpage>
          -
          <lpage>39</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gusenkov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birialtsev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhibrik</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <article-title>Intellektualnyi poisk v strukturirovannykh massivakh informatsii</article-title>
          .
          <source>LAP LAMBERT Academic Publishing, Deutschland: OmniScriptum Marceting DEU GmbH, ISBN 978-3-659-76919-1</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Gusenkov</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birialtsev</surname>
            ,
            <given-names>E.V.</given-names>
          </string-name>
          :
          <article-title>Integratsiia reliatsionnykh baz dannykh na osnove ontologii. Uchenye zapiski Kazanskogo gosudarstvennogo universiteta</article-title>
          .
          <source>Seriia Fizikomatematicheskie nauki</source>
          , vol.
          <volume>149</volume>
          ,
          <issue>book</issue>
          . 2, pp.
          <fpage>13</fpage>
          -
          <lpage>34</lpage>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Gusenkov</surname>
          </string-name>
          , А.,
          <string-name>
            <surname>Bukharaev</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birialtsev</surname>
          </string-name>
          , E.:
          <article-title>On ontology based data integration: problems and solutions</article-title>
          .
          <source>Journal of Physics: Conference Series</source>
          , vol.
          <volume>1203</volume>
          ,
          <issue>conf</issue>
          .
          <volume>1</volume>
          ,
          <issue>012059</issue>
          (
          <year>2019</year>
          ), https://iopscience.iop.org/article/10.1088/
          <fpage>1742</fpage>
          -6596/1203/1/012059/meta, last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Gusenkov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bukharaev</surname>
          </string-name>
          , N.:
          <article-title>On Semantic Search Algorithm Optimization</article-title>
          .
          <article-title>New Knowledge in Information Systems and Technologies</article-title>
          .
          <source>WorldCIST'19. Advances in Intelligent Systems and Computing</source>
          , vol.
          <volume>930</volume>
          . Springer, Cham (
          <year>2019</year>
          ), https://link.springer.com/chapter/10.1007/978-3-
          <fpage>030</fpage>
          -16181-1_
          <fpage>45</fpage>
          , last accessed
          <year>2019</year>
          /12/09.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>