<!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>
      <journal-title-group>
        <journal-title>Review on Mining Association Rule from Semantic Data. International
Journal of Computer Science and Information Technologies</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Model of Finding Associative Rules in Inhomogeneous Data of Semantic Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nataliya Boyko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vladyslav Mykhailyshyn</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Lviv Polytechnic National University</institution>
          ,
          <addr-line>Profesorska Street 1, Lviv, 79013</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>7</volume>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>The paper examines the issues of hidden connections and potentially useful information from large data sets. Theoretical knowledge about associative rules is substantiated, their influence on connections in multimodal data sets is investigated. The methods of application of associative rules in practice are analyzed. The following are considered in detail: the basic concepts of associative rules and their connection with the idea of logical regularity; ways to determine the "strength" of these connections; basic algorithms for finding patterns; practical implementation of the search for associative rules. The regularities in the "templates" are analyzed: support and confidence value. The correct choice of these values, which directly affect the results of the search for rules, is experimentally determined. Research in this paper aimed to consider the basic concepts and find the Associative Rules both in traditional ways and in heterogeneous data of semantic networks, which creates specific problems when using existing algorithms. The data of semantic networks are analyzed, which in most cases serve a particular field and are highly specialized. The research presents the process of finding associative rules through the work of the classical Apriori algorithm and an alternative algorithm for finding associative rules. Previously, this problem was considered only to a small extent. The results of experiments on accurate SW data showed promising results.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Artificial Intelligence Systems</kwd>
        <kwd>Big Data Mining</kwd>
        <kwd>Associative Rule</kwd>
        <kwd>Database</kwd>
        <kwd>Semantic Web</kwd>
        <kwd>Data Mining</kwd>
        <kwd>Health-e-Child</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        then with some probability to assume that the set Y will also appear in it [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. These rules are
characterized by support and confidence values. The correct choice of these values directly affects the
search results of the rules. Yes, if the support value is too large, the algorithm's results will be already
known and quite noticeable. On the other hand, too small the support value will help identify many
different patterns, but there can be some doubts about their reliability. The same with confidence value
- the design will be less "valuable" at too low values [
        <xref ref-type="bibr" rid="ref1 ref6">1, 6</xref>
        ].
      </p>
      <p>The department grouped all products in grocery stores to find what they needed more quickly. It
reduces spending time shopping in a store and is also interested in buying something else. Keep in mind
that associative rules will not help, in this case, the consumer's personal preferences. Still, with their
help, it is possible to find connections between items in each purchase transaction (as opposed to
filtering preferences, which considers all purchases of one consumer to recommend to him goods or
services in the future). Therefore, the data to search for associative rules are regarded as separate
purchases of different consumers by one group.</p>
    </sec>
    <sec id="sec-2">
      <title>2. General theoretical information and the concept of associative rule</title>
      <p>database DB look like this way (Table 1):</p>
      <p>
        The purpose of AR [
        <xref ref-type="bibr" rid="ref10 ref5">5, 10</xref>
        ] is to find all the relationships (also called associations) between datasets,
elements of certain regularity between date [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The basic concept of AR can be represented as follows:
let 
form 
= { 1,  2, … ,   } the list of things, then
      </p>
      <p>= { 1,  2, . . . ,   }the list of transactions (purchases),
where each transaction is a set of things from the list  (that is   ⊆  ). Exactly AR is presented in the
→  , where 
⊂  ,
⊂</p>
      <p>
        and  ∩  =⊘(X and Y - set of things) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Let our shopping
      </p>
      <p>Example of rule: { ,  } → { }
of things X (that is, it is a subset   , "covers" the transaction).</p>
      <p>Let's say we want to analyze how sales are related to certain goods in the store. In this case, the S
list will include all goods in the store, and the transaction (purchase) will be a set of things in the buyer's
basket. Let's find AR: { ,  } → { }(where{ ,  } =  , { } =  ): transaction   ∈  must contain a list
2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Concept of Support value</title>
      <p>by the Formula 1:</p>
      <p>
        In the case of a product basket problem, consider the following example of a rule: Bread → Apples
(support value = 20%, confidence value = 45%). The results show that 20% of buyers buy bread along
with apples at the time like 45% of buyers who buy bread, they also buy apples. Support value and
confidence value determine "power" of this rule [
        <xref ref-type="bibr" rid="ref2 ref5 ref9">2, 5, 9</xref>
        ].
      </p>
      <p>The calculation of the support value rule is to represent transactions   ∈  , which are subordinate
 ∪  , and in some way is the probability  (</p>
      <p>∪  ), in other words, it is the amount or percentage of
transactions that have a set of specific elements. The support value of the  →  rule will be calculated
  
 

=

where  - the number of transactions in the T list (in our database);</p>
      <p>Support value is useful in cases where it’s too small value indicates that the rule can happen
"accidentally". Support value list of things { ,  ,  } = 1/5 = 20% in our DB (Table 1).
(1)
 
( ∪  )- the number</p>
      <p>ID
0001
0002
0003
0004
0005</p>
      <sec id="sec-3-1">
        <title>Items</title>
        <p>A, F, B, C</p>
        <p>A, C</p>
        <p>
          A, D
D, E, C
F, A, D
event, calculated (Formula 3) [
          <xref ref-type="bibr" rid="ref17 ref8">8, 17, 21</xref>
          ]:
        </p>
        <p>There is a problem: what to do when confidence value, for example, of rule { ,  } → { }, is less
than  ({ })? Lift value acts as an indicator of the "predictive power" of the rule compared to a random
1/2 = 50% in our DB (Table 1).
2.3.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Concept of Lift value 2.2.</title>
    </sec>
    <sec id="sec-5">
      <title>Concept of Confidence value</title>
      <p>
        Confidence value rule consist in representing transactions   ∈  with values from the list Y, which
include X, and in some way is a conditional probability  ( | ). In other words, confidence value
determines how often "things" in list Y appear in transactions with things in list X. Confidence value
rule X → Y will be calculated by the Formula 2 [
        <xref ref-type="bibr" rid="ref12 ref15 ref7">12, 15, 7</xref>
        ]:
 
 
 
( ∪ ),
( )
number of transactions in T that include X and Y [
        <xref ref-type="bibr" rid="ref15 ref7">15, 7</xref>
        ].
where
      </p>
      <p>( )- the number of transactions in T that include X;</p>
      <p>The confidence value determines the "predictability" of a rule. When its value is too small, there is
a problem of reliability of definition or prediction of Y and X. Confidence value rule { ,  } → { } =
 
( ∪  )- the
(2)
(3)</p>
      <p>
        ( → ) (if X and Y are independent, the value of lift value will
be equal to 1; if X and Y occur more often than if they were independent, lift value&gt; 1) [
        <xref ref-type="bibr" rid="ref11 ref15 ref19">11, 15, 19</xref>
        ].
      </p>
    </sec>
    <sec id="sec-6">
      <title>3. Materials and methods</title>
      <p>
        Studies of semantic annotations show that the increase in semantic networks (SW) data is constantly
growing. Problems with RDF / (S) and OWL data extraction occur with graphics-oriented software.
The solution to this problem may be to use new algorithms that use the axioms of ontologies (Tbox) to
obtain the corresponding transactions, which will later use traditional association rule algorithms to find
the result. With the help of the analyst, you can control the process represented by query templates. [
        <xref ref-type="bibr" rid="ref12 ref20 ref4">4,
12, 20</xref>
        ].
      </p>
      <p>
        Today dictates new languages to create alternative associative rules. It combines semantic networks
and data mining that allows you to carry out the process faster and without errors. Recently, a new
direction has been widely developed, which researchers call Ontology Learning [
        <xref ref-type="bibr" rid="ref18 ref2">2, 18, 21</xref>
        ].
      </p>
      <p>If you consider a database of unstructured and different data types, you need to use data extraction
in semantic networks as the most appropriate for this data set. Its application allows the processing of
data sets with different semantics and structure. In this study, we will consider the possibility of
combining ontological instances expressed by OWL into search mechanisms by traditional algorithm
search algorithms. The task is to reduce the space for searching for the data you are looking for.</p>
      <p>
        Large data sets need to be used to find patterns in traditional networks. Semantic data requires a
different approach than the one offered by machine learning [
        <xref ref-type="bibr" rid="ref12 ref9">9, 12</xref>
        ]. Therefore, in the process of finding
patterns, there are several problems, including:
• In the process of processing the algorithm, a priori for homogeneous data should apply
transactions. Accordingly, each transaction is a subset of the elements. If we use semantic
networks, we will see that ontological axioms describe the subject area. Semantic annotations, in
this case, are represented by statements that describe each instance through its property. In
semantic networks, as an example, you can find a triplet - this is when the information is
represented through the subject, predicate and object. When viewing such a scenario, the very
definition of transactions and elements is not trivial. In semantic networks, elements can
correspond to both instances and literals. accordingly, a transaction can be defined by a subset of
elements that are semantically related in the data warehouse [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ].
• The ontology of the semantic network represents data through formal properties and particular
semantics. In this case, the network does not have a clear structure; respectively, the instances
belonging to it may belong to a specific class and have a different form [
        <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
        ].
      </p>
      <p>Previous work on SW data extraction has focused mainly on clustering and instance classification.
However, the presentation methods required for associative data mining are different from the usual
clustering and classification tasks. In the general concept of transactions, the rules are specific
observations of the frequency of occurrence of a particular set of elements. For example, in
vectornumerical form, the presented data sets are the same as in a traditional format. They can be used to
cluster and classify data. For our study, it is essential to process semi-structured and heterogeneous
data. Therefore, an ontology should be used to identify data quickly. It is also necessary to consider the
ways of creating elements and transactions in semantic networks, as they depend on the level of detail
and the very structure of semantic data.
3.1.</p>
    </sec>
    <sec id="sec-7">
      <title>Definition of SW data</title>
      <p>
        Analyzing the above, it can be argued that to incorporate semantics into current web content, and
you need to use appropriate technologies. They can be used to provide presentation elements for the
language. For example, you can consider specific presentation formats based on XML. Therefore, to
describe semantic metadata, we use the resource description language (RDF), which contains three
types of elements. The first is the resource, all web objects that a URI can identify. The second is literals,
i.e. numbers, atomic values, dates, strings, etc. Third, properties are binary relationships between
resources and literals that a URI can identify. The main components of the RDF are triplets: a binary
relationship between two resources or between a resource and a literal. The resulting metadata can be
considered as a graph, where nodes are resources and literals, and edges are the properties that connect
them. RDFS extends RDF to allow you to define triplets by classes and properties. Thus, we can
describe a schema that manages our metadata in the same description frame. An ontology web language
(OWL) was later proposed to facilitate the work on the semantic description [
        <xref ref-type="bibr" rid="ref14 ref17 ref3">3, 14, 17</xref>
        ].
      </p>
      <p>
        One of the areas of application may be medicine - here all the time a huge amount of semantic data
is generated. In particular, most semi-structured and very heterogeneous data sources (e.g., laboratory
test reports, ultrasound scans, images) are subjected to semantic annotation using UMLS, NCI and
Galen ontologies. Suppose we have an excerpt from a clinical report presented in Figure 1a, the
semantic annotation of which leads to certain axioms (Figure 1 b) and statements (Figure 2). Axioms
in Figure 3 provide the semantics of all information concerning the patient (i.e., medical history, reports,
laboratory results) by conceptualizing the domain. Figure 4 provides data on triplets that describe the
patient (i.e., semantic annotations (Abox); subjects, predicates, and URI-formatted objects that point to
relevant data resources). The generated data also represent complex relationships that are rapidly
evolving with the use of new biomedical research methods. Obviously, traditional analytical tools are
not suitable for this type of data [
        <xref ref-type="bibr" rid="ref1 ref12 ref8">1, 8, 12</xref>
        ].
      </p>
      <p>Axioms of ontologies (Tbox) allow to define an area from the point of view of atomic concepts
(classes in OWL) and roles (properties in OWL). OWL provides for the union ⋃, intersection ⋂ and
negation ¬, as well as list classes (one Of), existence ∃, universality ∀ and constraints (≤, ≥, =) of the
atomic concept of  or the inverse ¬ .</p>
      <p>This section presents an overview of the method according to the scheme shown in Figure 3. The
user specifies the extraction pattern using the query language syntax. The transaction miner can identify
and construct transactions according to a previously defined mining scheme. Finally, the set of received
transactions is processed by the traditional pattern mining algorithm, which finds the associative rules
according to the minimum values of support value and confidence value defined in the template for the
network shown in Figure 4.</p>
      <p>Both the ontology and the instances can be represented in the form of subject-predicate-object
triplets (Figures 5-6), forming a graph where nodes are resources and literals, and edges are properties
that connect. This dynamic graph-based structure contrasts with the well-structured and homogeneous
datasets used in conventional associative rule search algorithms. Therefore, to obtain entities and
transactions, users must specify the target concept of the analysis and related functions. The features
must be relevant to the target concept, i.e., they will be extracted from the subgraph of each instance
belonging to the target concept of the analysis.</p>
      <p>In this method, only important instances (i.e., features) are "extracted" and combined from the entire
repository and embedded in regular transactions, capturing implicit data at the schema level in the
ontology. You can then apply existing associative rules search algorithms. This type of search rule will
become increasingly valuable in future research on both machine learning and SW data. In the future,
you can apply generalized query schemes using ontology axioms, as well as automatically detect
important instances and search for associative rules. In addition, the method can be used in a variety of
scenarios where mining tasks are transaction-oriented. The problem of the research is the use of data in
the ontology to filter and narrow the identified rules, as well as to express the goals of the user. Another
important area worth researching is the combination of clustering mining algorithms and associative
rules. Previously, this technique has been implemented through hierarchical clustering based on a set
of subjects (FIHC). Basically, the FIHC algorithm generates clusters from frequent sets of elements,
which in turn constitute cluster descriptors. A new approach could be an algorithm based on finding
frequent pairs of objects, which provides more homogeneous clusters and better descriptions than those
obtained from FIHC. Also, many studies involve the use of more complex algorithms for data extraction
and the formation of transactions from them, the study of their efficiency. No less interesting is the
development of new algorithms for data exchange, which are based on semantically enriched elements
of the generated transactions.</p>
    </sec>
    <sec id="sec-8">
      <title>4. Algorithms for searching Associative Rules</title>
      <p>This section will take a closer look at both the well-known AR search algorithms and the new AR
search algorithm in semantic networks.
4.1.</p>
    </sec>
    <sec id="sec-9">
      <title>Traditional search algorithms of AR</title>
      <p>
        AIS algorithm. The first algorithm for finding associative rules, called AIS, was developed by IBM
Almaden Agrawal, Imielinski, and Swami in 1993. From this work began an interest in associative
rules; in the mid-90s of the last century came the peak of research in this area, and since then every year
there are several new algorithms. In the AIS algorithm, candidates for multiple sets are generated and
counted "on the fly" while scanning the database [
        <xref ref-type="bibr" rid="ref1 ref17">1, 17, 21</xref>
        ].
      </p>
      <p>SETM algorithm. The creation of this algorithm was motivated by the desire to use the SQL
language to calculate frequent sets of goods. Like the AIS algorithm, SETM also generates candidates
"on the fly" based on database transformations. To use the standard SQL join operation to form a
candidate, SETM separates the candidate formation from their count.</p>
      <p>
        The inconvenience of AIS and SETM algorithms is the excessive generation and calculation of the
Support value of too many candidates, which as a result are not provided often. To improve their
performance, the Apriori algorithm was proposed. [
        <xref ref-type="bibr" rid="ref13 ref7">7, 13</xref>
        ]
      </p>
      <p>Apriori algorithm. The work of this algorithm consists of several stages - the formation of candidates
and the counting of candidates. Candidate generation is the stage at which the algorithm, by scanning
the database, creates many i-th candidates. At this stage, their Support value is not calculated. Candidate
counting is the stage at which the Support value of each i-th candidate is calculated. Candidates whose
Support value is less than the minimum value set by the user (min Support value) are also rejected here.
The other i-th sets will be the ones that are often found in the database - that is, if the set {A, B} is
common, then the sets {A}, {B} will also be common. This property is the Support value property</p>
      <p>
        Looking at the algorithm of simple search of values, in it there are 2 variants of sets at the given n
elements (Figure 7). Suppose we have a set (AB) with a low value Support value - the Apriori algorithm
"cuts off" AB and its derivative sets, thereby accelerating (Figure 8).
(Formula 4): [
        <xref ref-type="bibr" rid="ref2 ref5 ref8">2, 5, 8</xref>
        ]
where X, Y - sets of elements.
      </p>
      <p>∀  ,  : ( ⊆  ) ⇒  
 
 ( ) ≥  

 ( ),
(4)</p>
      <p>Let's consider the Apriori algorithm on an example, for this purpose we will change a little and we
will expand our Table 1 with data (Table 2):
Set min Support value = 3 (Figure 9).</p>
      <sec id="sec-9-1">
        <title>Items</title>
        <p>A, B, C</p>
        <p>B, C
B, A, D, C</p>
        <p>E, D
A, B, C, D</p>
        <p>F</p>
        <p>At the first stage (Figure 9), there is a formation of 1-element candidates. Next, the algorithm
calculates the Support value of 1-element sets. Sets with a Support value less than the specified (in our
case 3) are cut off. In the example, these are sets E and F, which have Support value = 1. The remaining
sets of elements are considered to be common: A, B, C, D.</p>
        <p>Next is the formation of 2-element candidates, counting their Support value and cutting off sets from
Support value &lt; 3. The remaining 2-element sets AB, AC, BD, participate in the further work of the
algorithm.</p>
        <p>Continuing the work, the algorithm at the last stage forms 3-element sets of goods: ABC, ABD,
BCD, ACD, calculates their Support value and again cuts off sets from Support value &lt; 3. The result
a set of ABC products is the most common (Figure 9).</p>
        <p>Among the varieties of the Apriori algorithm are the following:
• AprioriTID. The peculiarity of this algorithm is that the database of elements is not used to
calculate the Support value of the recruitment candidates after the first step. For this purpose, the
candidate coding performed in the previous steps is used. In the following steps, the size of the
encoded sets can be much smaller than the database itself, thus saving significant resources.
• AprioriHybrid. Analysis of the running time of the Apriori and AprioriTID algorithms shows
that in earlier steps Apriori achieves better speed than AprioriTID; however, AprioriTID works
better than Apriori at later steps. In addition, they form the same procedure for candidate sets.
Based on this observation, the AprioriHybrid algorithm is proposed to combine the best
properties of the Apriori and AprioriTID algorithms. AprioriHybrid uses the Apriori algorithm
in the initial steps and moves to the AprioriTID algorithm when large sets of memory can be
used. However, switching from Apriori to AprioriTID requires resources.</p>
        <p>Some authors have proposed other algorithms for finding associative rules, which were also
improvements to the Apriori algorithm. One of them is the DHP algorithm, also called the hashing
algorithm (proposed by J. Park, M. Chen and P. Yu, 1995). Based on its probabilistic calculation of sets
of candidates, valid for reducing the count of candidates for the duration of the Apriori algorithm. The
reduction is provided by the fact that of the k-element sets of candidates, in addition to the step of
reducing the passage of the hashing step. In the algorithm at the k-1 stage during the selection of the
candidate, the so-called hash table is created. Each hash table entry is a counter of all reference values
of k-element sets that correspond to a row in the hash table. The algorithm uses this information on the
k-th to reduce the elements of the candidate sets. After reducing the subset, as in Apriori, the algorithm
can delete the candidate set if its value in the hash table is less than the specified Support value.</p>
        <p>Also to other advanced algorithms: PARTITION, DIC, the algorithm of "sample analysis".
PARTITION algorithm (proposed by A. Savasere, E. Omiecinski and S. Navathe, 1995). This algorithm
of partitioning (division) is contained in the database of scanning operations through the section of its
section, each of which can fit in RAM. In the first place in each of the sections using the Apriori
algorithm displays sets that are common. The second confirms the importance of supporting each such
set. Thus, the stages are available on all other common data sets. To compare the operation of the
algorithms, it would also be essential to analyze the DIC algorithm (Dynamic Itemset Counting), which
was proposed by scientists S. Brin R. Motwani, J. Ullman and S. Tsur in 1997, divides the database into
several blocks, each of which is marked by so-called "start points", and then cyclically scans the
database.
4.2.</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Search algorithm of AR in semantic networks and data</title>
      <p>Until now, AR search methods have been applied to traditional data in tabular format or on the basis
of graphs. This section explores the problem of finding rules in semantic web data and proposes a new
approach to finding APs directly from semantic web data. This approach takes into account the complex
nature of semantic web data in contrast to traditional data and, in contrast to existing methods,
eliminates the need to convert data and involve end-users in the search process. In trying to apply this
search to atypical data, we encounter certain problems and differences compared to traditional ones:
• Heterogeneous: traditional mining algorithms work with homogeneous data sets in which
instances are stored in a well-ordered system, and each instance has predefined attributes. But
the semantic data are heterogeneous. This means that specific instances of categories / domains
(e.g. people, cars, medicines, etc.) based on the same ontology or individual ontologies may have
different characteristics.
• There is no clear definition of transactions: in conventional information systems, data is stored
in databases using predefined structures, and these structures can be used to recognize
transactions and thus extract them from the data set. Then the traditional AR search algorithms
process these transactions. For example, in the case of a “buyer basket”, transactions are formed
from products that are purchased together, and these products will have the same ID as the
transaction ID. Conversely, in a semantic network, different attributes for an instance may be
formed at different times, and therefore an instance may have an attribute that does not exist in
another instance of the same type.
• Multiple relationships between entities: Traditional AR search algorithms to generate large sets
of elements take into account only the values of the objects and assume that there is only one
type of relationship between the entities (for example, purchased together). But in semantic data,
there are many relationships between entities. In fact, predicates are relations between two
entities or between one entity and one value.</p>
      <p>Because semantic annotations are encoded in RDF / (S) and OWL, you should extend SPARQL
with new elements that can specify a search pattern. The syntax is somewhat similar to Microsoft Data
Mining Extension (DMX), which is an SQL extension for working with DM models in Microsoft SQL
Server. The extended SPARQL grammar is shown in Figure 10 and Figure 11 shows an example of the
SPARQL view for AR search schemes (Formula 5):
 = ( 
of the query consists of variables that the user targets when searching for data. Next to each variable,
we define its type: RESOURCE for variables that contain RDF, and LITERAL for those that have
regular data types. In case we want to find patterns with only one variable, we add the keyword
MAXCARD1 to the variable. By default, found templates can contain more than one occurrence of each
variable. In addition, we define the "sequence" of this rule by adding the PREDICT keyword (optional).
Finally, the TARGET keyword refers to the analyzed resource, which should be an ontology concept.
The purpose of the analysis determines the set of rules obtained. In WhereClause, we specify restrictions
on previous variables. The advantage is that the user's knowledge of the ontology structure is not
required. Therefore, users only need to specify the type (concept of ontology) to which the variables
refer.</p>
      <p>Let the user choose the patient as the desired "concept" of the analysis. The set of characteristics that
will make up the transaction includes diagnosed diseases, prescribed drugs and damage rate. Finally,
the transaction will be based on the details of the report, i.e. the transactions will not include the
characteristics in all reports in general, but only the characteristics of each doctor's report.</p>
      <p>The variable jadi refers to the index of injury to the patient's joint, the user specifies the report and
damageIndex as a property of the resource and the type of data from which they can be obtained.
UsingClause defines the name and parameters of the algorithm.</p>
      <p>Because we do not ask the user to specify the exact relationship, the query model introduces some
ambiguity about the elements that perform the transaction. Thus, the same conceptual changes (selected
features) can be used under different contexts of ontology. For example, Disease can diagnose the
patient's own illness or the illness of a family member. This ambiguity becomes a problem in
determining what the intentions of the users really are. In fact, the user can use this ambiguity by
specifying in the extended SPARQL query to understand the ontology using the "triplets" WHERE.
However, this task can be cumbersome. For the query to be really correct, the user can select the desired
context using CONTEXT added to the corresponding concept. In addition, the system will build
transactions, taking into account all possible contexts.</p>
      <p>Recalling the form of subject-predicate-object triplets (Fig. 2.2.4), they will be useful for the
abovementioned
∃</p>
      <p>The transactions of the elements obtained from these three compositions are shown in Figure 12:
}). Instances of RHEX1, RHEX1, TREAT1 will belong to the concepts of context Q.
AR
search
scheme
 = (</p>
    </sec>
    <sec id="sec-11">
      <title>5. Results of research and experiments</title>
      <p>To ensure that the algorithm is correct and relevant, it will be tested on real-world OWL instances
of patient observation. According to the example in Fig. 1b, annotations were formed based on the
Health-e-Child (HeC) project. These annotations correspond to the ontology of the project. The
structure of semantic annotations is very heterogeneous and contains information about 588 patients
classified into three different groups according to their disease: juvenile idiopathic arthritis (JIAPatient),
heart disease (CardioPatient) and neurological disease (NeuroPatient). The total number of semantic
annotations is 629,000, which is an average of more than 1,000 annotations per patient.</p>
      <p>To avoid errors, query schemes were automatically generated for 12 different concept concepts
(disease, treatment, medication, ...) and 3 concepts for contexts: patient, visit and report. It is worth
noting that the Report concept has 20 sub-concepts that correspond to the various clinical reports of the
HeC project. The current implementation of transaction extraction has been developed on the basis of
the ontology indexing system, which also provides a simple mechanism for creating ontological
indexes. To confirm the relevance and results of the found transactions, there is a range of different AP
search algorithms, among which genetic algorithms (GA) for AP search have recently been proposed.</p>
      <p>On the Table 3 shows three selected contexts for experiments, as well as the number of generated
transactions and their average length.</p>
      <p>The number and nature of transactions received in each context are completely different and will
therefore affect the rules created. More general contexts tend to generate longer transactions, which in
turn increases the likelihood of obtaining more rules. Instead, more specific contexts generate smaller
transactions, which narrows the scope for detecting rules. This discrepancy in the nature of transactions
necessitates adequate adjustment of the minimum Support value threshold of each set-in order to be
able to find the association rules.</p>
      <p>In the Table 4 shows the number of created rules together with their average Confidence value,
average Lift value and -coefficient for three sets of transactions.</p>
      <p>Table 4</p>
      <p>Results of experiments on the number of generated transactions and their average length
0.976
0.964</p>
      <p>All created rules have a high Confidence value. In addition, the more limited the context, the better
the rules are formed. Moreover, the -coefficient shows a strong correlation in all cases.</p>
      <p>In the Table 5 shows the effect of applying certain restrictions (i.e. selecting only specific report
types) in the search template.</p>
      <p>Each line displays received transactions and rules for all reports, canceling the 5 most common
reports and discarding the 12 most common reports in the patient context. This table also includes the
percentage of rules that contain items from different reports.</p>
      <p>Figure 13 analyzes the coverage of the formed rules by different thresholds of support as an indicator
of their quality.</p>
      <p>The rules obtained from the Patient set achieve good coverage with relatively high thresholds of
Support value. However, other received sets of rules are not able to confirm the high percentage of
transactions. The fact is that the length of other sets of transactions is shorter, which usually reduces
the number of detected AR. In the case of the Report transaction set, the coverage is even less because
the transactions are derived from different types of reports. Therefore, good rules may arise, but with
very low Support value thresholds. In these cases, it would be advisable to use more sophisticated AR
search algorithms that are not based on the concept of Support value.</p>
      <p>In Figure 14 shows the average Confidence value of the generated rules with different threshold
Support value.</p>
      <p>The support value for the three sets of transactions remains high even for low thresholds, which
confirms the quality of the rules.</p>
      <p>Based on the two previous measures (coverage and average Confidence value) we can select a
minimum Support value threshold for each set of transactions and further analyze the quality of the
rules obtained. In Figure 15 shows the coating, multiplied by the average Confidence value. For each
set of transactions, the Support value threshold is selected, at which both measures are maximally
involved.</p>
      <p>Finally, the three Figures 16, 17 and 18 show an example of AR obtained in the context of Patient,
Visit and Report.</p>
      <p>When considering the results, the Support value can also be interpreted as a percentage, for example
for the first rule it was 0.260 - this means that sets of diseases in the rule occur in 26% of transactions.
In many ARs found in the table above, the Confidence value is close to 1. Considering the first rule in
the example, this means that in 100% of transactions a patient with oligoarthritic and lumbar pain has
active tissue inflammation in this department. Lift value characterizes how good the prediction is and
how interdependent the factors are. The greater the value, the greater the dependence of factors, i.e.
how much the presence of one factor affects another. With low Lift values, on the contrary, the lower
it is, the greater the negative effect one factor has on another.</p>
      <p>In this case, for example, the first rule shows good results in Confidence and Lift value. When
listening to the patient's lungs with a stethoscope, the doctor can better judge the presence of problems
with them and better assesses their general condition.</p>
      <p>This Figure 18 has some really interesting context-based rules Report. At observation at the patient
of a fever in most cases it specified on the appearance of erythema, indicating a complex inflammation
of the joint or tissues.</p>
      <p>Most of the operations before which magnetic resonance imaging is performed with using additional
chemical compounds of iron, were just for removal tumors. However, with high Confidence and Lift
value, these rules are low Support value, which indicates the small number of occurrences of these sets
in transactions.</p>
    </sec>
    <sec id="sec-12">
      <title>6. Conclusions</title>
      <p>Summarizing all the above, research in this work was directed to consider the basic concepts and
search for AR in both traditional ways and in inhomogeneous data of semantic networks, which creates
certain problems when using existing algorithms. It is worth noting that one of the most popular areas
of application for AR search still remains consumer and marketing. Semantic network data in most
cases serve for a specific field and are highly specialized. Probably that's why direction you can do a
lot of interesting research, one of which is the search associations among heterogeneous data.</p>
      <p>A new method for finding ARs from inhomogeneous ones was also presented data in semantic
networks expressed in RDF / (S) and OWL. Previously, this problem considered only to a small extent.
Experiments on real SW data show good results. An interesting problem for future work is data mining
in the ontology for filtering and cutting off the detected rules. Yet one important area that can be
considered in the future concerns combination of clustering and AR search algorithms for generalization
of arrays documents. This technology has previously been implemented to some extent hierarchical
clustering of sets (FIHC). Basically, the FIHC algorithm generates clusters of sets of elements, which,
in turn, make up the cluster descriptors. A new approach based on hierarchy has also recently been
proposed element sets, which provides more homogeneous clusters and better descriptions than those
obtained from FIHC. Undoubtedly, each algorithm can be improved and improve, apply better ways of
embedding data to generated transactions and study their effectiveness. It is no less interesting
development of new data exchange algorithms based on SW data and are accelerated by new ways of
processing the generated transactions.</p>
    </sec>
    <sec id="sec-13">
      <title>7. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Giannella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jiawei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Jian</surname>
          </string-name>
          ,
          <article-title>Mining frequent patterns in data streams at multiple</article-title>
          ,
          <source>in : ESMA 2018 IOP Conf. Series: Earth and Environmental Science</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>84</lpage>
          . doi:
          <volume>10</volume>
          .1088/
          <fpage>1755</fpage>
          - 1315/252/3/032219
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <surname>Vishal H. Bhemwala</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>PatelAnalytical, Study of Association Rule Mining Methods in Data Mining</article-title>
          .
          <source>International Journal of Scientific Research in Computer Science Engineering and Information Technology</source>
          , Vol.
          <volume>3</volume>
          ,
          <issue>2018</issue>
          , pp.
          <fpage>818</fpage>
          -
          <lpage>831</lpage>
          . DOI:
          <volume>10</volume>
          .32628/CSEIT1833244
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N.</given-names>
            <surname>Boyko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kmetyk-Podubinska</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Andrusiak</surname>
          </string-name>
          ,
          <article-title>Application of Ensemble Methods of Strengthening in Search of Legal Information</article-title>
          ,
          <source>in: Lecture Notes on Data Engineering and Communications Technologies</source>
          , Vol.
          <volume>77</volume>
          ,
          <year>2021</year>
          , pp.
          <fpage>188</fpage>
          -
          <lpage>200</lpage>
          . https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          - 82014-5_
          <fpage>13</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Jian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jiawei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mortazavi-Asl</surname>
          </string-name>
          ,
          <article-title>PrefixSpan: mining sequential patterns efficiently by prefixprojected pattern growth</article-title>
          ,
          <source>in : Proc of the 17th International Conference on Data Engineering</source>
          ,
          <year>2001</year>
          , pp.
          <fpage>215</fpage>
          -
          <lpage>224</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Boyko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tkachuk</surname>
          </string-name>
          ,
          <article-title>Processing of Medical Different Types of Data Using Hadoop and Java MapReduce</article-title>
          , in: The 3rd International Conference on Informatics &amp;
          <string-name>
            <surname>Data-Driven Medicine</surname>
          </string-name>
          (IDDM
          <year>2020</year>
          ), Växjö, Sweden,
          <source>November 19-21</source>
          ,
          <year>2020</year>
          pp.
          <fpage>405</fpage>
          -
          <lpage>414</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L.</given-names>
            <surname>Duanyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Jian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Xiaofan</surname>
          </string-name>
          ,
          <article-title>A frequent sequence pattern mining algorithm based on logic</article-title>
          .
          <source>Jornal of Computer science</source>
          , Vol.
          <volume>42</volume>
          (
          <issue>5</issue>
          ),
          <year>2015</year>
          , pp.
          <fpage>260</fpage>
          -
          <lpage>264</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xindong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Fei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yongming</surname>
          </string-name>
          ,
          <article-title>A sequence pattern with wildcards and one-off conditions Dig</article-title>
          .
          <source>Software journal</source>
          , Vol.
          <volume>24</volume>
          (
          <issue>8</issue>
          ),
          <year>2013</year>
          , pp.
          <fpage>1804</fpage>
          -
          <lpage>1815</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Zh. Jialu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Jun</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Jing</surname>
          </string-name>
          ,
          <article-title>Constrained association rule mining based on a set of transaction ids Mining algorithm</article-title>
          .
          <source>Computer engineering and design</source>
          , Vol.
          <volume>34</volume>
          (
          <issue>5</issue>
          ),
          <year>2013</year>
          , pp.
          <fpage>1663</fpage>
          -
          <lpage>1667</lpage>
          . doi:
          <volume>10</volume>
          .1088/
          <fpage>1755</fpage>
          -1315/252/3/032219.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Boyko</surname>
          </string-name>
          ,
          <article-title>A look trough methods of intellectual data analysis and their applying in informational systems</article-title>
          , in: XIth
          <source>International Scientific and Technical Conference Computer Sciences and Information Technologies (CSIT)</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>183</fpage>
          -
          <lpage>185</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hong Juan</surname>
          </string-name>
          , Zh. Jian, Ch. Shaohua,
          <article-title>Constraint maximum frequent itemset mining based on frequent pattern trees Algorithm</article-title>
          .
          <source>Computer engineering</source>
          , Vol.
          <volume>37</volume>
          (
          <issue>9</issue>
          ),
          <year>2011</year>
          , pp.
          <fpage>78</fpage>
          -
          <lpage>80</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xiuzhi</surname>
          </string-name>
          ,
          <article-title>Association classification algorithm based on intelligent optimization of support and confidence</article-title>
          .
          <source>Computer applications and software</source>
          , Vol.
          <volume>30</volume>
          (
          <issue>11</issue>
          ),
          <year>2013</year>
          , pp.
          <fpage>184</fpage>
          -
          <lpage>186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Ch. Shutong</surname>
            ,
            <given-names>X. From</given-names>
          </string-name>
          <string-name>
            <surname>Rich</surname>
            ,
            <given-names>B. Hongwei,</given-names>
          </string-name>
          <article-title>Research on efficient privacy protection frequent pattern mining algorithm</article-title>
          .
          <source>Computer science</source>
          , Vol.
          <volume>42</volume>
          (
          <issue>4</issue>
          ),
          <year>2015</year>
          , pp.
          <fpage>194</fpage>
          -
          <lpage>198</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Ch. Aidong</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Guohua</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fan</surname>
          </string-name>
          ,
          <article-title>Uncertain data association rules that satisfy uniform distribution Mining algorithm</article-title>
          .
          <source>Computer research and development</source>
          , Vol.
          <volume>50</volume>
          ,
          <year>2013</year>
          , pp.
          <fpage>186</fpage>
          -
          <lpage>195</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Sh</surname>
          </string-name>
          .
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Min</surname>
          </string-name>
          , L. Qiliang,
          <article-title>Mining methods for association rules of Marine and continental climate events</article-title>
          .
          <source>Journal to Ball information science</source>
          , Vol.
          <volume>16</volume>
          (
          <issue>2</issue>
          ),
          <year>2014</year>
          , pp.
          <fpage>182</fpage>
          -
          <lpage>189</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Idoudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Ettabaa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Solaiman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hamrouni</surname>
          </string-name>
          ,
          <article-title>Ontology Knowledge Mining Based Association Rules Ranking</article-title>
          , in: Procedia Computer Science Published by Elsevier, Vol.
          <volume>96</volume>
          ,
          <year>2016</year>
          , pp.
          <fpage>345</fpage>
          -
          <lpage>354</lpage>
          . DOI:
          <volume>10</volume>
          .1016/j.procs.
          <year>2016</year>
          .
          <volume>08</volume>
          .147
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R.</given-names>
            <surname>Paul1</surname>
          </string-name>
          , T. Groza1,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hunter</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zankl</surname>
          </string-name>
          ,
          <article-title>Semantic interestingness measures for discovering association rules in the skeletal dysplasia domain</article-title>
          .
          <source>Journal of Biomedical</source>
          Semantics Vol.
          <volume>5</volume>
          (
          <issue>8</issue>
          ),
          <year>2014</year>
          , pp.
          <fpage>2</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>O.</given-names>
            <surname>Daramola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ibukun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Okuboyejo</surname>
          </string-name>
          ,
          <article-title>Semantic association rule mining in text using domain ontology</article-title>
          .
          <source>International Journal Metadata Semantic Ontology</source>
          , Vol.
          <volume>12</volume>
          (
          <issue>1</issue>
          ),
          <year>2017</year>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>28</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Barati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Mining semantic association rules from RDF data</article-title>
          .
          <source>Knowledge Based System</source>
          , Vol.
          <volume>133</volume>
          ,
          <year>2017</year>
          , pp.
          <fpage>183</fpage>
          -
          <lpage>196</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>L.</given-names>
            <surname>Galárraga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Teflioudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          ,
          <article-title>Fast rule mining in ontological knowledge bases with AMIE++</article-title>
          .
          <source>The International Journal on Very Large Data Bases</source>
          , Vol.
          <volume>24</volume>
          ,
          <year>2015</year>
          , pp.
          <fpage>707</fpage>
          -
          <lpage>730</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>L.A.</given-names>
            <surname>Galárraga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Teflioudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          , AMIE:
          <article-title>Association Rule Mining Under Incomplete Evidence in Ontological Knowledge Bases</article-title>
          ,
          <source>in: Proceedings of the 22nd International</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>