<!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>Methods of Creating Service-oriented Software Systems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrii Kozyriev</string-name>
          <email>andrii.kozyriev@nure.ua</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Svitlana Litvin</string-name>
          <email>svitlana.litvin@nure.ua</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kharkiv National University of Radioelectronics</institution>
          ,
          <addr-line>Nauky ave. 14, Kharkiv, 61166</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The object of research is service-oriented architectures and ontological models. The aim of the work is to create a formalism for describing the interaction of services and algorithms for building web service interfaces for the implementation of an effective SOAsystem using a paradigm based on ontologies of data access. The result is algorithms for automated construction of web service interfaces for SOAarchitecture, which allow to automatically build web-service interfaces. Ontologies, service-oriented architectures, intellectual analysis, semantic analysis, data The growing popularity of technologies such as cloud computing, distributed systems, and Semantic Web in recent years on the Internet shows the relevance of the task of organizing interaction of Internet resources among themselves. Service-oriented architecture (SOA) provides such interaction of software development.</p>
      </abstract>
      <kwd-group>
        <kwd>Keywords1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>2022 Copyright for this paper by its authors.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Analysis of the problem resolution and substantiation</title>
    </sec>
    <sec id="sec-3">
      <title>2.1. General concepts of SOA-systems</title>
      <p>With the growing popularity of technologies such as cloud computing, distributed systems, and
Semantic Web on the Internet, the task of organizing interaction of Internet resources among each
other is urgent. To provide such interaction allows service-oriented architecture (SOA) of software
development [3].</p>
      <p>The central concept of SOA architecture is service [3]. The name service is defined in the
dictionaries as performance of works (functions) for each other.</p>
      <p>The services are the central concept of SOA architecture because they implement the concept of
scale because of transparency and easy integration. Transparency is expressed through a description
of the service, which contains information necessary for interaction with the service, and describes it
in such terms as incoming data of services, source data of services and related information.</p>
      <p>The following are three main structures that characterize SOA systems in terms of internal
composition and interaction with computing environment [3]:
• Composite service – a parent service with a complex structure that covers one or more simple
subsidiaries, which are approved by the outside world – this formation can be presented in the
form of a hierarchical structure;
• Service cluster is a group of services distributed on the purpose and technology-related
services, which interact to solve the task.</p>
      <p>SOA-architecture provides creation of application software systems, built by means of distributed
interaction services [4].
2.2.</p>
    </sec>
    <sec id="sec-4">
      <title>Web services as modern tools of global networks</title>
      <p>When developing a system for Internet the main object of the SOA concept is a web-service – a
web-address program system that can be identified by a web-address, which is equipped with
standardized interfaces for interaction on standardized protocols [5].</p>
      <p>There are many implementations of SOA-architecture: Rest, RPC, DCOM, CORBA, SOAP.
Currently, most software solutions developed in accordance with service-oriented architecture often
use a complex of web services interacting with the protocol SOAP.</p>
      <p>SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in a
distribution computing environment for the implementation of web services in computer networks.
The SOAP protocol is used to exchange XML messages and to call remote procedures (RPC). As a
result, the XML-RPC protocol is extended. SOAP interacts with all application layer protocols and is
most used over HTTP [5]. The SOAP [6] protocol structure is shown in Fig. 1.</p>
      <p>WSDL (Web Services Description Language) – this XML language specification is intended to
create documents that describe web services in detail and how they are accessed. Each WSDL
document contains the following basic information about web services:
• Types, sent and received by the XML message service;
• Messages sent by the web service;
• Binding – the way the message will be delivered.</p>
      <p>As shortcomings it is worth noting that application of SOAP increases volume of messages and
processing time, necessary time to build web-service based on SOAP or other tools [7].
2.3.</p>
    </sec>
    <sec id="sec-5">
      <title>Analysis of semantic web technologies</title>
      <p>Semantic Web (semantics) is a promising industry in the field of Internet development [8]. The
main task of Semantic Web is to present information in a form suitable for machine processing. The
main tools of semantics web are semantics networks, universal resource identifiers (URIs) and
ontology [9].</p>
      <p>The following is a detailed summary of the major Semantic Web tools [10]. The Semantic Web
structure consists of many language descriptions approved by the W3C Consortium. This set, among
other things, contains URI, XML, RDF, RDF-S, OWL [11] (see Fig. 2).</p>
      <p>URI is a universal resource identifier, usually used to reference an object using HTTP on the
Internet. Because the URI is globally unique, they allow you to identify the same objects in different
locations in the Semantic Web environment [10].</p>
      <p>XML is an extended markup language that does not carry semantics. The structure of the XML
document is defined by the XML Schema specification [12].</p>
      <p>RDF is a standard that describes the graphs in which arcs and nodes contain URI. The format of
the RDF-data description is a "subject-relation-object" triplet.</p>
      <p>The W3C Consortium created an XML schema for the RDF document description. The following
is an example of an RDF-document that describes part of the business processes of the Internet-shop
[10] (see Fig. 3).</p>
    </sec>
    <sec id="sec-6">
      <title>2.4. Knowledge bases and descriptive logic for description of conceptual models</title>
      <p>reduction in descriptive logics allows not only to choose the appropriate logic to describe ontologies,
but also to use this knowledge in designing a knowledge base [21].</p>
      <p>The task of building an SOA-system should be solved by applying the paradigm based on
ontologies of data access (OBDA – Ontology-Based Data Access). OBDA is access to data through a
high-level ontology interface [7].</p>
      <p>The implementation of the OBDA system should allow obtaining data from ABox stored in
databases. The efficiency of data access is achieved by displaying requests in a relational database
environment, which has effective means for processing requests and other benefits. TBox should be
used to provide the necessary semantic information at a higher conceptual level. The proposed
scheme allows reasoning on TBox and ABox independently of each other [24].</p>
    </sec>
    <sec id="sec-7">
      <title>3. Description of theoretical research carried out 3.1.</title>
    </sec>
    <sec id="sec-8">
      <title>Description of SOA models</title>
      <p>on standardized protocols.
in the form of three values:</p>
      <p>As the basic theoretical concept, service-oriented architecture (SOA) is used, which is a paradigm
of software development by application of distributed
weak-connected components [1]. When
developing a system for Internet the main object of the SOA concept is a web-service – a software
system that can be identified by a web address, equipped with standardized interfaces for interaction
To build an interface ISOA between two web services you need to have the following information</p>
      <p>= &lt;   ,   ,   &gt;
contains the address of the web service responding with the information (server address).</p>
      <p>where   – parameter containing the address of the web client requesting the information (client
address),   – many requested information resources (queried resources),   – a parameter that
3.2.</p>
    </sec>
    <sec id="sec-9">
      <title>Analysis of descriptive logic methods</title>
      <p>A set of characters (alphabet) is specified to formulate the syntax of any DL language. This set
creates expressions within a specific language. In addition, each language of descriptive logic
contains a set of symbols that allow you to build complex concepts and roles from atomic concepts
and roles [18].</p>
      <p>DL semantics is defined in terms of set theory on the basis that any concept is represented by a set
of denotations, and the role is a binary relation, i.e., a set of pairs [27].</p>
      <p>Interpretation  in descriptive logic:</p>
      <p>= &lt; ∆,  &gt;,
where ∆ – the domain of this interpretation, which is not an empty set,  – an interpretive function
that compares any subset of any atomic concept of  , 
⊆ ∆ and any atomic role of  some subset</p>
      <p>If all ABox statements are feasible in interpretation  , then the ABox formalization of the model in
relation to the knowledge base looks like this.  ⊨  , where  – this is a model  , 
– statements or
axioms. The model  ⊨ 
knowledge base</p>
      <p>= &lt;  ,  &gt; there is an interpretation  , if  ⊨  і  ⊨
 .  , that contains  , recorded as follows:

⊨  , if all models</p>
      <p>are also models  . At the same time TBox  , which includes  , is written
as</p>
      <p>⊨  , if all models  are models  .
strengthen the logic's expression.</p>
      <p>The extension of logic is a small change of the basic language of descriptive logic in order to
Logic extensions are most often named by adding the base language of the first letter of the name
of the item you added. DL-Lite family name extensions are built using superstring and substring
symbols.</p>
    </sec>
    <sec id="sec-10">
      <title>Queries within the framework of OBDA architecture</title>
      <p>When building ontological model of SOA-system it is necessary to consider active work of
SOAarchitecture with databases (DB) and possibility of using database for processing larger volumes of
data [1]. This system can be built using OBDA technology [15]. This approach uses the advantages of
DL to work with ontology with metadata queries to the database [1]. The basic principle of OBDA
systems operation is to transform (rewrite) the queries to the knowledge base into corresponding
requests of the database. Databases in OBDA technology are a structure of ABox of descriptive logic
[15].
variables.</p>
      <p>Among different types of requests, it is easier to work with conjunctive requests [26]. A
conjunctive query to the K-knowledge base is a conjunctive query whose atoms look like  ( ) or
 ( 1,  2), where  and  – accordingly, atomic concepts and atomic roles in  ,  1,  2 – constants or</p>
      <p>Let the request  – conjunctive request or combination of conjunctive requests. Answer to  to the
knowledge base  there is a variety</p>
      <p>( ,  ) tuples of constants included in  , for each model  
in   . Usually 
( ,  ), because the knowledge base 
finite and the number of constants included
in  , finished. The tuple may be empty if  is a Boolean conjunctive request. In this case, the set

( ,  ) consists of a single empty tuple, if and only if the formula  is valid in each model  .</p>
      <p>Values for the matching area are called input parameters with dependent conditions, if  ∈ хС′,
 ∈  ′, where  – some element of the query condition. In other cases, the values for compliance are
called input parameters without dependent conditions.</p>
      <p>Example for parameters without conditions. You need to build interfaces (Client   , Data   ,
Server   ), where   – website of some educational portal. In client   from web-services   data will
be sent as   , Which contains information about phone numbers of institutions (Phone). Web services
(  ),</p>
      <p>(  );
(  ),</p>
      <p>(  ).
  are educational sites of the city.</p>
      <p>(  ,   ) ← 
  (  ) ← 
  (  ,   ) ← 
conditional options.</p>
      <p>The following is an example for parameters with dependent conditions. The server address request
and the client address request may contain the same condition items, such options are called
We need to build interfaces (Client   , Data  
, Server   ), where all the sites of training portals
(Educationportal) of each city (Centralregion) of the Central region (Centralregion) will display data
on personnel (Personnel) from the web service   . Web services   , in turn, these are educational sites
of the city (City) specified in   . Dependent conditions are denoted by the same variables of the query
condition elements, in this example such a variable –  3.
(  ), 
(  );
  (  ,   ,   ) ← 
  (  ) ← 
  (  ,   ) ← 
(  );
(  ), 
(  ), 
(  ).
the answer to  to   there is a variety</p>
      <p>( ,   ) tuples of constants included in   .</p>
      <p>To interpret the response to a database query without accounting RBox. Let the request  –
conjunctive query or combination of conjunctive queries, and knowledge base   =  /
, then</p>
      <p>Absence RBox reduces the size TBox and ABox which partially solves the problem of query
growth when responding to an OBDA request.</p>
    </sec>
    <sec id="sec-11">
      <title>4. Analysis of research results 4.1.</title>
    </sec>
    <sec id="sec-12">
      <title>Logical analysis of ontology of SOA-systems</title>
      <p>In order to create algorithms of logical analysis of ontological SOA- system it is necessary to
consider the basic algorithmic tasks connected with the chosen descriptive logic languages and
OBDA paradigm. Definition of these tasks [22].</p>
      <p>Invalidation of knowledge base – check of existence of hosts of one model in
= &lt; 
, 
&gt;
( ).
•
•
•
feasible.</p>
      <p>Concept or role class – check for existence   ⊆   In the arbitrary interpretation  for a given
TBox, where  ,  are concepts or roles.</p>
      <p>Check of class instance – check for existence   ∈   in the arbitrary model  of the knowledge
base  , where a is a concept; a is an indicator. Check of the instance of a role is determined
accordingly.
finite time.</p>
      <p>To avoid bad results of logical analysis algorithms, it is necessary to use explicit criteria for
choosing the language of descriptive logic to solve problems of a particular subject area.
Computational complexity and completeness of algorithms can serve as such criteria.</p>
      <p>In the presence of the completeness factor, the algorithm produces the result of its work after a
The computational complexity of the algorithm determines the dependence of the required amount
of memory and time to perform this algorithm on the size of the input data [23].</p>
      <p>Reducing the computational complexity of algorithms is usually achieved by limiting the
expressiveness of language. Also, the complexity can be reduced by inventing algorithms for a
specific subject area.</p>
      <p>In theoretical computer science, computational complexity of circuits is a subclass of
computational complexity theory, in which Boolean functions are classified depending on the size and
depth of Boolean schemes - mathematical models that calculate functions.   0 – a class of problems
determined by a family of Boolean schemes of constant depth and polynomial size.</p>
      <p>This class can be generated by the determinate Turing machine at a time, which logarithmically
depends on the size of the input data [23].</p>
      <p>Interpretation of</p>
      <p>( ) is a minimal model of ABox  . To do this, we consider a query to
relational databases, in other words, a query to</p>
      <p>( ).</p>
      <p>Feasibility in the language of descriptive logic  is reduced to the subtraction of first-order
predicates, if for each TBox  expressed in  , there is a logical reducibility of the query  in  . In
addition, for any non-empty ABox  − &lt;  ,  &gt; must be feasible if and only if 
= "
" in
The interaction between positive and negative inclusions must be considered. To do this, a special
is built, which closes the negative inclusions in relation to the set and positive inclusions:</p>
      <p>( ) – model  if and only if  is feasible;
 feasible if and only if 
The interpretation of 
( ) is a model &lt;</p>
      <p>( ),  &gt;;
( ) is a model of all statements in 
( ) if and only if  is
Because the investment of concepts 
⊑</p>
      <p>the concept is an equivalent unrealizable concept
 ⊓ ¬  sufficient decision of other tasks to bring to the tasks of fulfillment [18].</p>
      <p>As a result of the tasks of inclusion and inspection of the instance to the task of checking the
incompatibility of the knowledge base the indicator of the computing difficulty for the task of
checking the incompatibility of the knowledge base extends to the tasks of including and checking the
instance class.</p>
      <p>Concepts or roles are placed in the Ptime class depending on the size of the TBox. The task of
checking the instance is in Logspace class depending on the size of ABox and in Ptime depending on
the size of the whole knowledge base.</p>
      <p>For algorithms to answer queries to the knowledge base 
of logic DL-LiteR, where 
– the
combination of conjunctive queries over  ,  is a conjunctive query, the following properties are true.</p>
      <p>For each final interpretation   , there is such that for each  before 
( ,  ) =</p>
      <p>.

( ,  ) =</p>
      <p>( )

( ,  ) = 
( ,  ); 
→ 
4.2.</p>
    </sec>
    <sec id="sec-13">
      <title>Development of a query transformation algorithm</title>
      <p>Convenience and simplicity of extension of SOA-system – with an increase in the number of
elements of a service-oriented system – it is not necessary to expand algorithms by new structures, it
is necessary only to expand ontology by necessary axioms and statements.</p>
      <p>It is necessary to develop algorithms for realization of correspondence because such algorithms
based on descriptive logic at this time do not exist. At the same time, structured algorithms, as shown
before, do not have the advantage of DL technologies.</p>
      <p>It is necessary to reduce the number of generated requests compared to other algorithms of logical
conclusion. Unlike standard algorithms of logical conclusion, there is a possibility to create a query
algorithm to a database optimized for SOA-task. This algorithm will differ from other algorithms by a
smaller size of the generated queries to the database.</p>
      <p>For ontological SOA-system specific algorithms CRUD based on descriptive logic is necessary.
Optimized algorithm of query transformation to knowledge base. Classic solution to the problem of
answering queries to the logic knowledge base DL-LiteR. It consists of the following items: the
request  is processed and formed based on positive inclusions in the TBox. The received request to
ABox is transformed into the request  ′ add data. Here  ′ is a combination of addressed conjunctive
requests to  ( ).</p>
      <p>Let   – request to calculate first-order predicates,   – convoy constants,  – ABox Dl-liteR,  –
TBox DL-Lite R,  – combining conjunctive queries. Answers to queries in descriptive logic Dl-lite
R, which is reduced to the expressions of subtraction of first-order predicates. This factor is valid
since for each  and each  there is a query  1 to  .</p>
      <p>The following is a modification of the  function of the standard algorithm for overwriting logic
queries DL-LiteR Perfectref. Modification of the function is aimed at transforming queries to create
SOA-interaction interfaces, which is necessary to increase the speed of work and reduce the amount
of redundant information in comparison with classical algorithms for responding to queries of
DLLiteR logic expressions.</p>
      <p>The maximum number of atoms in the body of the conjunctive query generated by the Rewwr
algorithm is equal to the length of the initial query  . The length of the request is less than or equal to
 , where  is the size of the request,  is proportional to the number of atoms and the number of
components of the request.</p>
      <p>The number of terms found in conjunctive queries generated by the Rewwr algorithm is equal to
the number of variables and constants included in  , plus the symbol «_». So, the cardinality of such a
set is less or equal  + 1, where  – size of the query.</p>
      <p>The number of different atoms that can occur in conjunctive requests generated by the algorithm is
less or equal  ( + 1)2,  =  1 +  2, where  1 – number of concepts or roles in the request. At
the same time  2 – the number of concepts or roles in the TBox or, if there is no role information in
the request, in the TBox/RBox.</p>
      <p>The algorithm considers the queries it generated.</p>
      <p>The number of different conjunctive queries generated by the algorithm, of course. It follows that
the algorithm does not generate the request more than once. So, the Rewlr algorithm is always
finished.</p>
    </sec>
    <sec id="sec-14">
      <title>5. Software implementation of the system of construction of web service</title>
    </sec>
    <sec id="sec-15">
      <title>Interfaces</title>
    </sec>
    <sec id="sec-16">
      <title>5.1. Sirsystem architecture</title>
      <p>Based on formalism and algorithms, the intelligent SOA system Sir-system of web services, web
applications and websites has been developed. The Sirsystem program code is written in the Java 11
programming language. It was tested on CentOS, 16 GB RAM, AMD Ryzen 5 5600X. ABox data in
this implementation is stored in the MySQL database management system. SOAP and WSDL
standards are used to describe web service interfaces.</p>
      <p>The following minimum hardware configuration is required for the server machine:
• Intel Pentium G4500 or AMD Ryzen 3 1300 CPU;
• 16 GB RAM;
• Disk memory size 100 GB or higher (with the increase of data in the database);
• Availability of an Internet connection with a speed of at least 100 Mbps.</p>
      <p>Server software set:
• Any Linux OS distro;
• Apache web server 2.4 or higher;
• PHP 7.4 or higher;
• MySQL Community Server 8.0 or higher;
• Java Runtime Environment 10.</p>
      <p>The Sirsystem provides a convenient interface between web-services based on SAMAO ontology
and viewing of existing web-services interfaces.</p>
      <p>The Sirsystem includes the following modules:
• Interaction module responsible for sending generated program code of web-services
interfaces;
• Calculation module – module that includes algorithms of logical analysis and work with
Sirsystem;
• Ontology, which includes TBox in OWL 2 QL and OWL 2 format, at the same time ontology
includes ABox in database format in MySQL language;
• Interface of interaction of Sir-system with web-services: Sir-interface, which is determined by
means of SOAP and HTTP protocols, as well as by means of OWL and XML languages;
• Cluster of web resources created by means of search of resources in the Internet;
• Web resource that is located on the Internet that has a personal URI. The following is an
ontology developed for Sirsystem. SAMAO is an ontology of educational institutions, developed
especially for the system of automatic construction of interfaces of interaction of web-services.
The SAMAO ontology set (TBox) stores the installation data and its territorial location. A set of
statements (ABox) of ontology SAMAO stores information about addresses of web-services of
educational institutions and data provided by web-services.
5.2.</p>
    </sec>
    <sec id="sec-17">
      <title>Use of object-oriented design</title>
      <p>If there is no relevant data to fill the code, the information from the web resources of the SOA
system Sirsystem is sent to the service personnel of the web resource, for example, the web site of the
educational institution, at the address from the Email field of the Tables of the web-interfaces for
manual entry.</p>
      <p>The program code is given, which demonstrates the way of implementation of algorithms, which
works with descriptive logic, by means of object-oriented programming languages. The following
shows the use of data types developed with the help of the PLO-approach, using the example of Dtref
algorithm implementation. The program code provided converts parameters with dependent variables
into parameters without dependent variables. In the term program code, the type of query elements.
The following is a snippet of the function code in the Java language. The code snippet forms a record
of binding variables in a special array.
int ii = 0;
int nope = 0;
Term[] clientBody = client.getBody();
Term[] serverBody = server.getBody();
Term[] currentTerm1 = new Term[clientBody.length];
// For each element of the request to the client
for (Term term : clientBody) {
// For each item, i will supply the server
for (Term value : serverBody) {</p>
      <p>// If the client and server elements are equal, write the element
in the array curterm1
if (term.toString().equals(value.toString())) {
currentTerm1[ii] = value.getVariableOrConstant();
nope++;
ii++;
}
}
}
}</p>
      <p>}
Term[] currentTerm2 = new Term[ii];
System.arraycopy(currentTerm1, 0, currentTerm2, 0, ii);
if (nope != 0) {
for (Term term : currentTerm2) {</p>
      <p>curterm += term.toString();</p>
    </sec>
    <sec id="sec-18">
      <title>6. Description of the possibility of using the results obtained</title>
      <p>Three Sir algorithms were used to test the system and algorithms: SIRR using Perfectref, SIRR
using Requiem and SIR1 algorithm offered in qualification work.</p>
      <p>The test data on which the algorithm was analyzed are composed of ontology created or adapted to
the language OWL 2 QL for testing algorithms of logical analysis.</p>
      <p>SAMAO is an ontology of educational institutions, developed especially for the system of
automatic creation of interfaces of interaction of web-services. SAMAO – marked with SM in Table
5.1.</p>
      <p>Input parameters of the algorithm SIR1( ,  ,  ,  ) and SIRR( ,  ,  ,  ) for test ontology were
chosen from the tests of ontology requests:  =  2,  =  4,  =  3,  =  ontology.</p>
      <p>The input parameters of the SIR1(C, Q, S, T) algorithm for SAMAO ontology are shown below.
Conditions-free settings:
 (  ,   ) ←  (  ),
 (  ) ←  (  ),
 (  ,   ) ←  (  ).</p>
      <p>Depending on the conditions:
 (  ,   ,   ) ←  (  ),  (  ),  (  ),
 (  ) ←  (  ),
 (  ,   ) ←  (  ),  (  ).</p>
      <p>When the algorithm works, new queries to the databases are created. Generated queries are stored
in text format. To calculate the memory that the results of the algorithm work, it is necessary to
calculate the number of generated queries. The number of generated requests was calculated
according to the formula identical to the formula for calculating the time of the algorithm, with a
difference in that instead of the function of time calculation  ( ), the function of calculating the
number of generated requests was used.</p>
      <p>Experiments were conducted on evaluating the operation of the Dtrew function in the Sir
algorithms, using various approaches to rewriting requests. Algorithms were evaluated on the
ontology of SAMAO. The results are given in Table 1.</p>
    </sec>
    <sec id="sec-19">
      <title>7. Conclusion</title>
      <p>The SOA system is developed using a paradigm based on ontology of data access. To implement
the SOA system, an algorithm was created for describing the processes of the system with the help of
ontology, created effective algorithms, and improved existing OBDA algorithms for working with
SOA systems.</p>
      <p>The analysis of modern technologies for designing within the framework of SOA paradigm has
been carried out. Classification of similar technologies and approaches is presented. The language
description of interaction of elements of SOA-systems is considered. Revealed shortcomings of
existing approaches to designing interfaces of web-services and EAI-systems. The main types of
cooperation structures of SOA-services are analyzed. An overview of experimental implementations
of OBDA systems working with a family of DL-lite descriptive logic is presented. The existence of
such implementations confirms the practical application of descriptive logic and web-ontology
languages in order to provide ontological access to data.</p>
      <p>Developed algorithms for description and analysis of conceptual model of SOA-system, oriented
on ontological approach, which allows to describe interaction of web-services.</p>
      <p>Developed algorithms of automated construction of interfaces of web-services and
CRUDalgorithms for SOA-architecture, which provide an opportunity of automatic creation of interfaces of
web-services. Algorithms differ from the same speed of construction and the general model. The new
query transformation algorithm for the Sir-system differs from the more general algorithms of query
transformation by speed of work due to ignoring the non-important elements of input data. The
difference in speed between the received algorithm and analogues depends on the number of
nonimportant elements in ontology.</p>
      <p>The received effective design solutions of the program implementation of Sir-algorithms, using the
PLO approach.</p>
    </sec>
    <sec id="sec-20">
      <title>8. References</title>
      <p>[1] Hendler A. J. Handbook of Semantic Web Technologies. – Springer, 2019. – 479p.
[2] Semantic Web Technologies in Automotive Repair and Diagnostic // URL:
http://www.w3.org/2001/ sw/sweo/public/UseCases/Renault/. 3
[3] RIF basic logic dialect // URL:http://www.w3.org/TR/2013/REC-rif-bld-20130205/.
[4] The Description Logic Handbook / F. Baader, D. Calvanese, D. Guinness, D. Nardi, P.</p>
      <p>Schneider. – CambridgeUniversity Press, 2017. – 574 p.
[5] Babenko A., Lempitsky V. Aggregating Deep Convolutional Features for Im- age Retrieval //</p>
      <p>Proceedings of the IEEE International Conference on Computer Vision. – 2018. P. 1269–1277.
[6] Shubin I. Development of conjunctive decomposition tools. CEUR Workshop Proceedings,
2021, 2870, PP. 890–900.
[7] Shubin, I., Solonska, S., Snisar, S., Slavhorodskyi, V., Skovorodnikova, V. Efficiency Evaluation
for Radar Signal Processing on the Basis of Spectral-Semantic Model. Proceedings - 15th
International Conference on Advanced Trends in Radioelectronics, Telecommunications and
Computer Engineering, TCSET 2020, 2020, PP. 171–174, 9088524
[8] Hinton G. A practical guide to training restricted Boltzmann machines // Momentum. – 2010. –
№ 9(1).
[9] Kim C., Li F. Multiple Hypothesis Tracking Revisited // Proceedings of the IEEE International</p>
      <p>Conference on Computer Vision. – 2019.
[10] Konev A., Chigorin A., Krivovyaz G., Velizhev A., Konushin A. Traffic signs recognition on
images with training on synthetic data // Technical vision in computer systems. – 2019. P. 65-66.
[11] Russakovsky O., Deng J., Su H., Krause J., Satheesh S., Ma S., Huang Z., Kar- pathy A., Khosla
A., Bernstein M., Berg A.C., Fei-Fei L. Imagenet large scale visual recognition challenge //
IJCV. – 2015
[12] Makaruk, M., Nazarov, A., Shubin, I., Shanidze, N. Knowledge representation method for object
recognition in nonlinear radar systems. CEUR Workshop Proceedingsthis link is disabled, 2021,
2870, PP. 948–958
[13] Zhai M., Roshtkhari M., Mori G. Deep Learning of Appearance Models for Online Object</p>
      <p>Tracking // arxiv.org . 2019. – URL: https://arxiv.org/abs/1607.02568 .
[14] Zhang K., Liu Q. Robust Visual Tracking via Convolutional Networks // arxiv.org . 2019. –</p>
      <p>URL: https://arxiv.org/abs/1501.04505 .
[15] Zheng L., Bie Z. MARS: A Video Benchmark for Large-Scale Person Re- identification //</p>
      <p>Proc.European Conference on Computer Vision (ECCV).– 2016.
[16] Xiang Y., Alahi A. Learning to Track: Online Multi-Object Tracking by Deci- sion Making //</p>
      <p>Proceedings of the IEEE International Conference on Computer Vision. – 2015.
[17] Chetverikov G., Puzik O., Vechirska I. Multiple-valued structures of intellectual systems
//Proceedings of the with Internations Computer Sciences and Information Technologies (CSIT).
2016, 7589907. -pp. 204-207
[18] Yang M., Wu Y. A Hybrid Data Association Framework for Robust Online Multi-Object</p>
      <p>Tracking // arxiv.org 2017. – URL: https://arxiv.org/abs/1703.10764 .
[19] Simonyan K., Zisserman A. Very deep convolutional networks for large-scale image recognition
// Proceedings of the Neural Information Processing Sys- tems conference, NIPS. – 2015.
[20] Szegedy C., Liu W., Jia Y. Going deeper with convolutions // CVPR. – 2015.
[21] Talukder K.H., Harada K. Haar Wavelet Based Approach for Image Compres- sion and Quality
Assessment of Compressed Image // IAENG International Journal of Applied Mathematics. –
2007. – 36(1).
[22] Viola P., Jones M. Robust Real-Time Face Detection // International Journal of Computer</p>
      <p>Vision. – 2014. – V. 57. – №2. – P.137–154.
[23] Welcome to the blog DeepL! URL: https://www.deepl.com/blog/20180215.html
[24] Shostak I., Matyushenko I., Romanenkov Yu., Danova M., Kuznetsova Yu. Computer Support
for Decision-Making on Defining the Strategy of Green IT Development at the State Level. In
book: Green-IT Engineering: Social, Business and Industrial Applications, Vol. 171. Berlin,
Heidelberg: Springer International Publishing, 533–559 (2018),
https://doi.org/10.1007/978-3030-00253-4
[25] Shostak I., Kapitan R,. Volobuyeva L., Danova M., Ontological Approach to the Construction of
Multi-Agent Systems for the Maintenance Supporting Processes of Production Equipment. In
Proc.: IEEE International Scientific and Practical Conference «Problems of Infocommunications.
Science and Technology» (PICS&amp;amp;T-2018). Ukraine, Kharkiv, October 9-12, 2018. P. 209 –
214
[26] Kuker, К. Big Data: A Revolution That Will Transform How We Live, Work, and Think/К.</p>
      <p>Kuker, V.Stoinberg, 2018. – P. 236
[27] DuCharme B. Learning SPARQL // O’REILLY, 2018. 235p.
[28] Goma X.UML-real-time system design of parallel and distributed applications /DMC Press,
2011. P. 704.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>