Next Article in Journal
High Accuracy and Miniature 2-D Wind Sensor for Boundary Layer Meteorological Observation
Next Article in Special Issue
Integration and Exploitation of Sensor Data in Smart Cities through Event-Driven Applications
Previous Article in Journal
An Area Coverage and Energy Consumption Optimization Approach Based on Improved Adaptive Particle Swarm Optimization for Directional Sensor Networks
Previous Article in Special Issue
A Type-Aware Approach to Message Clustering for Protocol Reverse Engineering
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Towards Semantic Sensor Data: An Ontology Approach

1
College of Information Engineering, Shanghai Maritime University, Shanghai 201306, China
2
School of Computing Science and Engineering, Vellore Institute of Technology, Tamil Nadu 632014, India
3
School of Computer & Communication Engineering, Changsha University of Science & Technology, Changsha 410114, China
4
School of Information Science and Engineering, Fujian University of Technology, Fuzhou 350108, China
*
Author to whom correspondence should be addressed.
Submission received: 28 December 2018 / Revised: 23 February 2019 / Accepted: 4 March 2019 / Published: 8 March 2019
(This article belongs to the Special Issue Smart IoT Sensing)

Abstract

:
In order to optimize intelligent applications driven by various sensors, it is vital to properly interpret and reuse sensor data from different domains. The construction of semantic maps which illustrate the relationship between heterogeneous domain ontologies plays an important role in knowledge reuse. However, most mapping methods in the literature use the literal meaning of each concept and instance in the ontology to obtain semantic similarity. This is especially the case for domain ontologies which are built for applications with sensor data. At the instance level, there is seldom work to utilize data of the sensor instances when constructing the ontologies’ mapping relationship. To alleviate this problem, in this paper, we propose a novel mechanism to achieve the association between sensor data and domain ontology. In our approach, we first classify the sensor data by making them as SSN (Semantic Sensor Network) ontology instances, and map the corresponding instances to the concepts in the domain ontology. Secondly, a multi-strategy similarity calculation method is used to evaluate the similarity of the concept pairs between the domain ontologies at multiple levels. Finally, the set of concept pairs with a high similarity is selected by the analytic hierarchy process to construct the mapping relationship between the domain ontologies, and then the correlation between sensor data and domain ontologies are constructed. Using the method presented in this paper, we perform sensor data correlation experiments with a simulator for a real world scenario. By comparison to other methods, the experimental results confirm the effectiveness of the proposed approach.

1. Introduction

Recently, various intelligent Internet of Things (IoT) based algorithms [1] and applications [2] have been developed by making use of large amount of sensor data, for example, mobile data reception in wireless sensor networks [3], and various applications in urban sustainable development [4]. To optimize the utilization of data from multiple sources for decision making, meaningful sensor data should be achieved [5,6]. Building sensor ontology and mapping sensor data to domain ontology provides a solid foundation for sensor data sharing, reuse and fusion in a variety of IoT applications [7,8,9]. Further, semantic sensor networks (SSN) are proposed to formally express semantic associations with an existing ontology [10]. However, due to the diversity of the domain ontologies and the ontology construction methods, the domain ontologies often have significant differences. In order to dig out more rules or knowledge with multiple existing heterogeneous ontologies, we need to establish mapping relationships among the ontologies. Therefore, it is critical to study how best to perform ontology mapping in order to associate multiple domain ontologies with the presence of sensor data.
Many researchers have done a lot of work on ontology related areas. In the early days, domain experts used manual methods to establish ontology mapping. Since then, these methods have evolved to incorporate semi-automated and automated methods. At present, there are three main types of ontology mapping methods: machine learning based, similarity calculation based and background knowledge based. The machine learning-based mapping method can be regarded as a model for information classification, where the information in ontology is used to predict the objects that each concept may map to. However, such methods do not fully utilize the information in the ontology. The mapping method based on background knowledge relies on the existing domain knowledge base. This kind of method is more accurate, however it’s efficiency and recall rate remains insufficient. Similarity-based mapping methods are generally based on a similarity calculation of concepts in different ontologies which may have been built with different methods, thus the application field of this strategy is narrow. To overcome the deficiencies of existing methods, we proposed a novel similarity evaluation method which utilizes multiple strategies to establish the relationship between domain ontologies and uses a random forest algorithm to perform the classification of instances in order to make better use of sensor data and reduce manual intervention. In addition, this method can reduce calculation efforts that are not critical in the analytic hierarchy process and improve the computation efficiency in the case of a large volume of data.
The remainder of this article is structured as follows. In Section 2, we introduce the related applications of sensor ontology in the field of IoT and the research work related to ontology mapping. Based on the analysis of the sensor data processing method and the ontology correlation method in the literature, we propose a random forest-based method to classify sensor instances in Section 3. Then, in Section 4, we propose a multi-strategy similarity calculation method utilizing the sensor data classification result to estimate the similarity between ontology concepts. In Section 5, the experimental results of the proposed method are presented. Finally, in Section 6, some conclusions are drawn.

2. Related Work

In order to improve human-computer interaction, ontology is used to solve the problem that one concept may correspond to multiple words. Domain ontology is a professional knowledge base which describes the relationship between concepts within a specific field. For example, in the field of IoT, there has been a lot of work on the interoperability of the IoT. These include many European projects such as FIESTA-IoT, Inter-IoT, and LOV4IoT, etc. In the field of sensors, there are 12 main categories of well accepted sensor ontologies [11]. Based on the wireless sensor network composed of these sensor ontologies, there has been a significant amount of research in a variety of fields such as network energy saving [12], collaborative computing [13], network routing [14] and so on. Although these sensor ontologies are constructed according to the continuously improved unified ontology framework SSN/SOSA, there are non-uniform definitions of the same concepts in different application fields, which make these sensor ontologies difficult to share and reuse [15].
Although there are already a variety of ontology construction methods in each specific domain, the ontology in these specific fields is difficult to expand and apply to other domains. This requires the reuse of the ontology and the association between the ontologies, and the establishment of the relationship between the ontologies in different domains. Liu et al. [16] proposed a construction method for a multi-domain ontology that can be used for large-scale unstructured text. This method is effectively applied to the construction of a multi-domain ontology in the shipping industry. Ehrig et al. [17] correlate ontology by comparing similarities between entities in different ontologies. Mao et al. [18] propose the use of quaternions (Entity 1, Entity 2, Relation, Confidence) to represent ontology relations. In addition, in order to solve the problem of semantic heterogeneity, some research work is carried out around ontology matching. Ontology matching enables the knowledge and data expressed in the ontology to interoperate by studying the semantic relationships between the corresponding entities and then applying them to various tasks. Otero-Cerdeira et al. [19] proposed an ontology matching method based on the context data collected by the sensor, and deployed it in a smart city to improve the interoperability of information. Fernandez et al. [20] presented a system for ontology alignment in the semantic sensor web which uses fuzzy logic techniques in order to combine similarity measures between entities of different ontologies. Their similarity evaluation strategy mainly consists of the context-related semantic similarity degree of the entity name and the degree of structural similarity of the ontology concept. In order to implement ontology matching on the semantic web, there are some methods [21] that combine deep learning techniques. They developed a system that employs learning techniques to semi-automatically create semantic mappings between ontologies.
Ontology integration [22] refers to the process of establishing a mapping among entities, processing mappings, and aligning or merging two or more ontologies into a “new” ontology. Ontology integration is mainly used to solve two types of problems: (1) improve and enrich the existing ontology content and structure, and reuse the existing ontology; (2) solve the problem of heterogeneous information among the applications of different fields. Based on the different degree of ontology integration [23], the ontology integration can be divided into three categories: ontology mapping, ontology alliance and ontology merged. The degree of integration is strengthened in turn. Ontology mapping has various applications, from machine learning, concept lattice, and formal theories to heuristics, database schema and linguistics. The practice of ontology mapping ranges from academic prototypes to large-scale industrial applications [24]. Research on ontology mapping needs to study ontology feature representation and extraction. For feature extraction, Zeng [25] proposed a method to learn features for distant supervised relation extraction (DSRE) using a method of generative adversarial networks (GANs). This approach extracts more efficient feature representations than other neural network models. Similar work by using GANs on digital signal modulation classification can be found in [26].
The objective of ontology mapping is to find correspondences in entities from multiple ontologies [27]. It is an effective way to address knowledge sharing and the reuse of heterogeneous ontologies in semantic webs, which solves the exchange of complex information [28]. The method of ontology mapping can be divided into the four categories. Firstly, statistical-based ontology mapping in which a statistical approach is used in the mapping process. Jung M [29] proposed a method based on Bayesian network, while Swat [30] proposed a method based on probability distribution in the mapping process. Secondly, there is rule-based ontology mapping in which the heuristic rules are given by domain experts during the mapping process. The mapping method proposed by Ehrig et al. [17] is based on heuristic rules. This method first denotes the heuristic rules by domain experts and calculates the similarity of each pair of entities to obtain the calculated results. Thirdly, there is ontology mapping based on machine learning. Moran et al. [31] propose an ontology-based classification method using the decision tree classifier method for multi-source classification of nature conservation areas. Finally, an ontology mapping method based on the ontology concept feature calculates the similarity from the different aspects of the concept name, the instance of the concept, the attribute of the concept and the structure of the ontology. In addition, there are some studies on ontology feature mapping. Ravikumar [32] used deep learning methods to extract features and then used binary tree support vectors for feature classification. This method shows that the problem of feature mapping can be explored by using feature classification. Liu [33] proposed a new way to mark entity categories, using neural network models to extract multiple relationships. This method has a good effect on describing complex mapping relationships and extracting mapping relationships.
According to types of the objects that are chosen to construct the mapping relationship, we can also classify ontology mapping into the following three categories: (1) mapping between an integrated global ontology and local ontologies, (2) mapping among local ontologies, and (3) mapping on ontology merging and alignment [34]. The first category of ontology mapping supports ontological integration by describing the relationship between an integrated global ontology and local ontologies. This category supports ontology integration processes. Methodological aspects of ontology integration relate to how this mapping is denoted [35]. This mapping specifies how concepts in global and local ontologies map to each other, how they can be expressed based on queries, and how they are typically modeled as views or queries [36]. The second category enables interoperability for highly dynamic and distributed environments as a form of mediation among distributed data in such environments. This category provides interoperability for highly dynamic, open and distributed environments and can be used for mediation among distributed data in such environments [37]. The third category is used as a part of ontology merging or alignment as an ontology reuse process. In this case, ontology mapping establishes a correspondence among source (local) ontologies to be merged or aligned, and determines the set of overlapping concepts, synonyms, or unique concepts to those sources [38]. This mapping identifies similarities and conflicts among the various source (local) ontologies to be merged or aligned [39].
Related ontologies have semantic relationships between similar entities of two different ontologies. This kind of association lays an important foundation for semantic sensor networks. Considering the problem of semantic association, Wang [40] proposes a semi-structured and self-describing Extensible Markup Language (XML) data organization form, which realized the model of solving semantic association problems through semantic dependence in the process of data integration. Xiong [41] proposed a new deep learning model based on the Continuous Bag of Words (CBOW) model [42] and Convolutional Neural Networks (CNNs). This model uses a distributed vector representation to realize the semantic association between large amounts of data in the dataset, with semantic relativity and accuracy.
Ontology association also supports the semantic query of multiple ontologies from the perspective of information retrieval. In addition, some researchers have used machine learning or heuristic rules in order to find specific mapping patterns [43], and some have resolved ontology mapping by analyzing the semantic information of elements in the ontology [44,45]. Pinkel et al. [46] presented a new version of Relational-to-Ontology Data Integration (RODI), which significantly extends the previous benchmark, and they use it to evaluate various systems. RODI includes test scenarios from the domains of scientific conferences, geographical data, and oil and gas exploration. Scenarios are constituted of databases, ontologies, and queries to test the expected results. Systems that compute relational-to-ontology mappings can be evaluated using RODI by checking how well they can handle various features of relational schemas and ontologies, and how well the computed mappings work for query answering. Forsati et al. [47] formalized ontology mapping in heterogeneous knowledge bases as an optimization problem, and an efficient method called harmony search based ontology mapping (HSOMap) was proposed, that effectively finds a near-optimal mapping for two input ontologies. Helou et al. [48] presented a large-scale study on the effectiveness of automatic translations to support two key cross-lingual ontology mapping tasks: the retrieval of candidate matches and the selection of the correct matches for inclusion in the final alignment. Thoroughly discussing several findings of the research, which are believed to be helpful for the design of more sophisticated cross-lingual mapping algorithms.
As mentioned above, in terms of ontology-based sensor data processing, there is a lack of a universal efficient domain ontology mapping method. In addition, for the association method between ontologies, most of the research work mainly match literal meanings or calculate the similarity of concept names. How to reduce the semantic conflict and human intervention to realize the semi-automatic or automatic ontology mapping is still a challenging task in the field of ontology mapping.

3. Instance Classification

The sensor can collect a series of data including location, temperature, wind speed, altitude, humidity and other attributes. However, in different ontology structures, the same sensor instance can be divided into different sets of concepts. For example, for different shipping bodies, there are two main ways to divide the concept of containers: (1) dry container, bulk container, liquid cargo container, reefer container, and special container, such as automobile container, animal husbandry container, animal skin container, etc.; and (2) reefer container, dress hanger container, open top container, flat rack container, tank container, reefer container, platform container, ventilated container, insulated container, etc. It is not difficult to see that the concept of the animal husbandry container and the ventilated container in the above division has a certain degree of an overlapping relationship. Suppose a series of data collected by the sensor is expressed as R = { r 1 , r 2 , r n } , where r i ( 1 i n ) represents the data collected on the i t h attribute. Then, as far as the temperature concept of the container is concerned, according to the result f ( R ) of the attribute data set R in the sensor instance for each concept in the ontology, we can use the sensor instance as an example of the temperature concept in the animal husbandry container, or as an example of the temperature concept in the ventilated container.
The above situation is widely presented in the ontology of different structures. According to the features of sensor instance data, relationships that exists between different sets of the sensor instance data can be used a measure for the similarity between concept pairs in the ontology. In our method, a random forest algorithm, denoted as f , is used to classify sensor instances into different concept sets by using various attribute values in the sensor data as the basis for classification. When we use random forests to build a dataset for a sensor, we use the attribute set R of all sensors as a set of attributes for each sensor’s data. Assume that there is a total of M sensor data. For a specific sensor, the uncollected attributes are recorded as default values. This process ensures that all sensor data has a uniform dimension. In addition, for the concept, we use a manual labeling method to mark a part of the data, which is denoted as Y . This data set consists of the sensor’s various attribute values X and concept tags Y . It is important to note that we deal with the discrete attribute values by transforming the expert definitions into numerical form.
We denote the training data set as D , which needs to be divided into K classes. According to the calculation of information gain, we select the attribute A in sensor data as the basis of decision division. Then the information gain can be defined as follows:
g ( D , A ) = H ( D ) H ( D | A ) .
where H ( D ) represents the empirical entropy of and H ( D | A ) represents the empirical conditional entropy of selected A .
Based on this, we build a decision tree. Each non-leaf node in the decision tree represents a test on a feature attribute. Each branch represents a decision condition that the data is satisfied. Each leaf node represents a category to which the data ultimately corresponds. The following Algorithm 1 shows the process of generating an unpruned decision tree for uncategorized sensor data.
Next, we need to prune the generated decision tree, cut off some unnecessary branches, and control the complexity of the decision tree by adding regular terms. Definition C ( T ) represents the prediction error of the model for the training data. | T | represents the complexity of the model, which is the number of leaf nodes. The parameter α balances the training error and the model complexity. The loss of the decision tree is expressed as follows:
C α ( T ) = C ( T ) + α | T | .
Algorithm 1 Decision tree generation algorithm
  • Construct training set from sensor data
    X is a matrix of R × M , X i j represents the j-th feature of the i-th sample.
    Y is a matrix of R × 1 , Y i denotes the class label of the i-th sample.
  • Build a decision tree
   If all the sample values of X are the same, or all the class labels of Y are the same, or R < 2 , a leaf node is generated, and the class of this node is the class of the most number in X .
   else:
    Select m randomly from M features.
    Among these m features, the maximum information gain is denoted as p .
    If: the value of feature p is discontinuous
      V is any value of p
      X V is used to represent the sample whose feature p takes V , Y V is the corresponding class.
      C h i l d v = G e n e r a t e ( X V , Y V )
     Return a decision tree node
    If: the value of feature p is continuous
     t is the best split threshold.
     If: X L O represents a sample set whose values of feature p is less than t , and Y L O is its corresponding class.
      C h i l d l o = G e n e r a t e ( X L O , Y L O )
     If: X H I represents a sample set whose values of feature p is greater than or equal to t , and Y H I is its corresponding class.
        C h i l d l o = G e n e r a t e ( X H I , Y H I )
     Return a decision tree node
The pruning process is shown in Algorithm 2. By generating a large number of decision trees, these decision trees are combined to build a random forest model. The random forest training algorithm is shown in Algorithm 3. And random forest classification algorithm is shown in Algorithm 4.
Algorithm 2 Pruning algorithm
1. Calculate the information gain of each node.
2. Recursively upwardly from the leaf node of the tree, calculate the loss of the leaf node before and after the parent node: C α ( T B ) and C α ( T A ) .
If C α ( T A ) < C α ( T B ) : Prune.
3. Repeat step 2 until it cannot continue.
Algorithm 3 Training algorithm
1.  Construct set from sensor data: Given training set S , test set T , feature dimension F .
  Determine the parameters: The number of decision trees t , the depth of each tree d , and the number of features f used by each node.
  Termination conditions: The minimum number of samples on the node S , the minimum information gain on the node m .
2. From S , there is a training set S ( i ) of the same size as the extracted size S , as a sample of the root node, and training is started from the root node.
3. If: the termination condition is reached on the current node,
   Set the current node as a leaf node.
  If: the current node does not reach the termination condition,
   The f dimensional features are randomly selected from the F dimensional features without replacement. Using this f dimensional feature, find the best one-dimensional feature k and its threshold t h .
   The sample whose k dimension feature is less than t h at the current node is divided into left nodes, and the rest is divided into right nodes.
   Continue to train other nodes.
4. Repeat 2, 3 until all nodes have been trained or marked as leaf nodes.
5. Repeat 2, 3, 4 until all decision trees have been trained.
Algorithm 4 Random forest classification algorithm
  • Starting from the root node of the current tree, according to the current node’s threshold t h , it is determined whether to enter the left node ( < t h ) or enter the right node ( t h ) until a certain leaf node is reached and the predicted value is output.
  • Repeat 1 until all t-trees have output predictions. This will give a class with the largest sum of predicted probabilities in all trees.

4. Associating Domain Ontology Based on Sensor Instances

In this section, we present a novel domain ontology mapping method. A higher similarity between the ontologies implies a stronger equivalence relation. In our method, we will use three similarity calculation strategies in order to assess the similarity of concepts between ontologies, and use the analytic hierarchy process to construct mapping rules between different concepts of domain ontology.

4.1. Semantic Strategy

For one concept pair W 1 , W 2 in the ontology O 1 , O 2 , if they are consisted by the same or similar characters, it can be confirmed that the concept pair W 1 , W 2 has the same or similar meaning. In the similarity analysis of the concept pairs, we find that it is a better strategy to evaluate the semantic similarity based on the knowledge base, HowNet [49]. There are more than 173,000 words in HowNet which are described by bilingual DEF. Different DEF descriptions are used to express the different semantics of a word. DEF is defined by a number of sememes and the descriptions of semantic relations between words. It is worthy to mention that a sememe is the most basic and the smallest unit which cannot be easily divided, and the sememes are extracted from about six thousand Chinese characters.
According to HowNet, we describe concept pairs separately through sememes. Then we denote the concept similarity based on sememes described by the positional relationship of the sememe hierarchy tree. S i m ( W 1 , W 2 ) represents the semantic similarity between W 1 and W 2 in the ontology.
For semantic similarity, we use the sememe distance and the sememe depth to calculate. Among them, the meaning of the sememe distance is the length of the path from sememe feature p 1 to sememe feature p 2 in the same sememe hierarchy tree, which is denoted by D i s t ( p 1 , p 2 ) . If the sememe features p 1 and p 2 are not in the same sememe hierarchy tree, then we set D i s t ( p 1 , p 2 ) to a fixed value of 20.
Sememe depth refers to the path length from the root node on the sememe hierarchy tree to this p node, denoted by d e p ( p ) .
The semantic similarity calculation combining the sememe distance and the sememe depth is expressed as:
S i m ( p 1 , p 2 ) = ω ( d e p ( p 1 ) + d e p ( p 2 ) ) + θ D i s t ( p 1 , p 2 ) 2 + ω ( d e p ( p 1 ) + d e p ( p 2 ) ) + θ .
Among them, d e p ( p 1 ) and d e p ( p 2 ) represent the sememe depths of p 1 and p 2 . ω is an adjustable parameter, which is the sememe path length when the sememe similarity is equal to 0.5. θ is also an adjustable parameter.
Equation (3) highlights the degree to which sememe distance affects overall similarity assessment. This is because when the sememe distance is large, the corresponding similarity is low; but when the sememe distance is small, this means that the two concepts are similar. Our formula highlights the role of sememe distance.
In addition, we also consider the effect of sememe distance on similarity calculation. For two sememes, the similarity of sememes decreases as the level difference increases. The more similar two sememes are, the smaller the level difference. We use the level differences in the sememe tree to represent the semantic differences in concepts. In the formula, we use the parameter ω to add the sememe distance information to the similarity calculation.
The use of the tunable parameter θ limits the semantic similarity S i m ( p 1 , p 2 ) from 0 to 1. Our formula takes into account the influence of the sememe level depth and the sememe distance on the similarity, and at the same time gives the appropriate constraints on the similarity. Therefore, reasonable results can be obtained.
In the description of a sememe, a feature structure will include multiple features, but the first sememe description is more important than others. Therefore, when calculating sememe-based semantic similarity, we give different weights for sememes in different positions in order, and ensure that the first sememe description has the highest impact weight. Thus, we combine all the similarities of the sememe calculations as:
S i m p r i ( W 1 , W 2 ) = i = 1 N λ i j = 1 i S i m j ( W 1 , W 2 ) .
where λ i ( 1 i N ) , ( λ 1 λ 2 λ N ) represents the calculation weights of N original features and i = 1 N λ i = 1 . S i m j ( W 1 , W 2 ) calculates the semantic similarity of the j t h sememe feature according to the above formula.

4.2. Instance Strategy

We believe that the similarity between two concepts can be reflected by the relationship among the collection of concept instances. The collection of instances contains the specific semantic relations to a certain extent. We denote the concept instance similarity as S i m i n s ( W 1 , W 2 ) . The main idea of using a concept-based calculation method is to measure the ratio of the total number of instances in the intersection among the set of instances.
We set a threshold to measure the similarity of concepts to W 1 , W 2 which represent the concept pair in ontology O 1 , O 2 . U W 1 , U W 2 indicate the set of instances for the concepts W 1 , W 2 . | U W 1 | , | U W 2 | represent the number of instances in the corresponding instance set. In addition, we assume that U 1 , U 2 are the set of instances corresponding to the ontology O 1 , O 2 . U 1 W 1 , W 2 means that in the ontology O 1 , it belongs to both concept W 1 in the ontology O 1 and concept W 2 in the ontology O 2 . | U 1 W 1 , W 2 | represents the number of instances in the ontology O 1 . U 2 W 1 , W 2 and | U 2 W 1 , W 2 | are similar to the above.
For the instance set U 1 , U 2 belonging to the concept pair W 1 , W 2 , there is also a difference. U W ¯ 1 , W 2 represents the set of instances that belong only to concept W 2 . U W 1 , W ¯ 2 represents the set of instances that belong only to concept W 1 . UW1,W2 does not belong to the set of instances of the concept pair W1, W2.
Then we can denote the computational representation of S i m i n s ( W 1 , W 2 ) based on the relationship between the two instance sets.
S i m i n s ( W 1 , W 2 ) = { I n s r i c h × S i m j a c ( W 1 , W 2 ) , I n s c o n T I n s r i c h × U W 1 U W 2 2 × M i n ( | U W 1 | , | U W 2 | ) , I n s c o n > T .
I n s r i c h is the richness of the instance collection. I n s c o n is the instance set contrast value, S i m j a c ( W 1 , W 2 ) is Jaccard’s similarity, which is used to express the similarity of concepts to W 1 , W 2 . T is the threshold for the contrast of the set of instances.
By designing the richness of the instance collection I n s r i c h , we can consider the specific differences of the collection of concept instances based on the Jaccard method to reduce the inaccuracy of similar results.
The definition of I n s r i c h in our strategy is as follows:
I n s r i c h = log ( | U 1 | ) + log ( | U 2 | ) 2 log ( | U 1 | ) log ( | U 2 | ) + η r i c h .
For the case where the denominator may be 0, the parameter η r i c h is set in the formula. The richness of the set of instances is judged by the above formula. When the richness of an instance set is greater, the concept instance’s similarity is higher.
In addition, we also set I n s c o n to reflect the degree of difference in the number of instances. In the case of a large difference in the number of instances, U 1 ϕ , U 2 ϕ may occur. In order to calculate the similarity in this case, we use the value of I n s c o n to select different similarity calculation strategies.
The contrast of the I n s c o n instance set is denoted as follows:
I n s c o n = 1 π ( a t a n ( | U 1 | | U 2 | + η c o n ) + a t a n ( | U 2 | | U 1 | + η c o n ) ) .
Based on the richness of the instance set and the contrast of the instance set, we improved the Jaccard similarity calculation. As shown in the calculation formula of S i m i n s ( W 1 , W 2 ) above, we use I n s r i c h as the coefficient of Jaccard similarity calculation. When U 1 ϕ , U 2 ϕ appears in the instance set, the similarity calculation form among the instance sets is adjusted to the ratio of the intersection of the instance set U 1 , U 2 . The set of calculation instances is adjusted to twice the number of instances in | U W 1 | , | U W 2 | . The new similarity calculation formulae are as follows:
S i m j a c ( W 1 , W 2 ) = P ( W 1 , W 2 ) P ( W 1 , W 2 ) + P ( W 1 ¯ , W 2 ) + P ( W 1 , W 2 ¯ ) .
P ( W 1 , W 2 ) = | U 1 W 1 , W 2 | + | U 2 W 1 , W 2 | | U 1 | + | U 2 | .
P ( W 1 ¯ , W 2 ) = | U 1 W 1 ¯ , W 2 | + | U 2 W 1 ¯ , W 2 | | U 1 | + | U 2 | .
P ( W 1 , W 2 ¯ ) = | U 1 W 1 , W ¯ 2 | + | U 2 W 1 , W 2 ¯ | | U 1 | + | U 2 | .
When calculating the Jaccard similarity, we need to adopt a strategy to divide the sample set U 1 , U 2 of concept pair W 1 , W 2 into positive and negative samples. Due to the large number of sample instances, it is not practical for this strategy to be performed manually. However, by collecting part of the actual sample data and tag set, we can use machine learning classification algorithms to carry out this huge workload. In our method, a random forest algorithm has a good tolerance on the continuous and discrete attribute values of the sensor attributes. At the same time, a random forest algorithm has an excellent classification effect under supervised learning.

4.3. Structural Strategy

Concept is one of the elements of ontology, its information corresponding to the structure of the ontology. It can also be regarded as a semantic level in its hosting ontology. Based on the structural information of the ontology, we can calculate the degree of similarity between concepts from a new level.
First of all, we need to build the ontology tree based on the ontology structure diagram. For the two isomerism ontology trees, the similarity relationship between ontology concepts can be transformed into the similarity between two concept nodes in the ontology tree. By setting a similar search radius, r, which has a value of 3, 5, 7 for instance, a set of concepts on the ontology tree within a certain search range can be constructed. On the two ontology trees of isomerism, the same operation is performed on the calculation elements, and two related concept collections N ( W ) are constructed.
Structural similarity calculation rules are as follows:
  • In the constructed ontology tree, we assume that the uncles of the parent nodes of the two concepts are similar, and we believe that the two concepts are similar;
  • In the case where the two concept nodes are similar, their respective child nodes are also similar;
  • In the case where the two concept nodes are similar, their respective siblings are also similar.
According to the above rules, we use Jaccard’s coefficient to describe the similarity relationship between the two sets. The structure-based structural similarity calculation is denoted as follows:
S i m s t r ( W 1 , W 2 ) = σ S i m u ( W 1 , W 2 ) + τ S i m s ( W 1 , W 2 ) + υ S i m b ( W 1 , W 2 ) σ + τ + υ .
S i m u ( W 1 , W 2 ) = S i m j a c ( N u ( W 1 ) , N u ( W 2 ) ) .
S i m s ( W 1 , W 2 ) = S i m j a c ( N s ( W 1 ) , N s ( W 2 ) ) .
S i m b ( W 1 , W 2 ) = S i m j a c ( N b ( W 1 ) , N b ( W 2 ) ) .
S i m j a r ( N ( W 1 ) , N ( W 2 ) ) = P ( N ( W 1 ) , N ( W 2 ) ) P ( N ( W 1 ) , N ( W 2 ) ) + P ( N ( W 1 ) ¯ , N ( W 2 ) ) + P ( N ( W 1 ) , N ( W 2 ) ¯ ) .
where W 1 , W 2 represent the concept in two ontologies. S i m u ( W 1 , W 2 ) represents the similarity among the set of uncle nodes of parent nodes of W 1 , W 2 . S i m s ( W 1 , W 2 ) represents the similarity among the set of child nodes of parent nodes of W 1 , W 2 . S i m b ( W 1 , W 2 ) represents the similarity among the set of sibling nodes of parent nodes of W 1 , W 2 . We consider different degrees of influence on the calculation of the overall structural similarity among the uncles, children, and siblings of the node. Set σ , τ , υ to indicate different influence coefficients, and σ + τ + υ = 1 ,   σ τ υ . The range of values of σ highlights the effect of the element’s uncle nodes on the overall similarity calculation.
N ( W ) represents the collection of nodes related concept W . Based on this, we add u , s , b to represent the set of uncles, children, and siblings of the parent. The elements in these collections are all concepts in the ontology.
In addition, we also consider that the ontology tree constructed by different search radius r has a different influence on the calculation of similarity. Thus, we revise the calculation method for structural similarity as follows:
S i m s t r , r ( W 1 , W 2 ) = σ r S i m u ( W 1 , W 2 ) + τ r S i m s ( W 1 , W 2 ) + υ r S i m b ( W 1 , W 2 ) σ r + τ r + υ r .
S i m s t r ( W 1 , W 2 ) = r S i m s t r , r ( W 1 , W 2 ) n u m ( r ) .
According to different degrees of influence, we use σ r , τ r , υ r to represent coefficients that differ according to the search radius r and n u m ( r ) indicates the set number of searches.

4.4. Ontology Mapping Rules

Without loss of generality, for two ontologies O1 and O2, assume that there are m concepts in the ontology O 1 to be mapped and there are n concepts in the ontology O 2 to be mapped. Then the result of mapping between ontologies is a m × n matrix M a t . We use M a t [ i ] [ j ] , i [ 0 , m 1 ] , j [ 0 , n 1 ] to indicate the degree of similarity between the i t h concept in the ontology O 1 to be mapped and the j t h concept in the ontology O 2 to be mapped.
According to our previously concept-based similarity calculation strategy, we can calculate each value in matrix M a t . However, in the actual process, we cannot directly find out the set of the most similar concept pairs in the matrix as the result of ontology mapping. Since the similarity computation of the three different strategies have respective emphases and require an unequal computation load, we can use an analytic hierarchy process (AHP) to optimize the similarity calculation as shown in Algorithm 5.
Algorithm 5 AHP algorithm
  • Initialize the m × n matrix M a t through semantic similarity computation.
  • Set different thresholds T s e m , T i n s , T s t r for three different strategies.
  • For T = { T s e m , T i n s , T s t r }:
      For i , j . i [ 0 , m 1 ] , j [ 0 , n 1 ] :
        If M a t [ i ] [ j ] < T :
          M a t [ i ] [ j ] = 0 .
        else
          M a t [ i ] [ j ] retains the original value.
  • For i . i [ 0 , m 1 ] :
     For j . j [ 0 , n 1 ] :
         find the largest M a t [ i ] [ j ] in each row.
  • After finding the matrix M a t , we can get all mapping rules based on concept pairs between ontology O 1 , O 2 .
In this AHP based similarity calculation, we can initialize the matrix by computing similarity based on semantic strategy. This takes precedence over other similarity calculation strategies, as the similarity degree based on semantics can effectively exclude some concept pairs with low correlation between ontologies. Thus, the subsequent similarity computation only needs to be done in the concept pairs that we are interested in. In this process, we can obtain the final ontology mapping matrix by using the three different similarity calculation strategies.
By setting threshold parameters T s e m , T i n s , T s t r and scanning the final ontology mapping matrix, we can determine that concept i in the ontology O 1 is associated with concept j in the ontology O 2 .

5. Experimental Results

In order to verify that our method is effective in the practical application of ontology correlation, we introduce the experimental results of the case study of semantic inference for berth management. We use the sensors registered by 52North [50] to get the depth conditions and climatic conditions of port berths. Data generated by our simulator is also used to test our proposed method. Through semantic mapping, we transform the sensor data in the database into instances of SSN ontology and store them in OWL files. In order to extract the concepts and attributes corresponding to the sensor data in the SSN ontology and make the database model corresponding to the SSN ontology model, we use the following XML mapping language pattern. The corresponding elements of sensor data are shown in the following Table 1 where the concept of sensors is mapped to the SSN/SOSA ontology framework [51], respectively. When building the SSN ontology instances, we denote the corresponding relationship between the elements in the mapping language and classes in the SSN ontology. For different types of sensors, we generate the SSN ontology instances based on the 52North real sensor data and the corresponding sensor data from our simulator. As to the establishment of domain ontology, we focus on the analysis of the various aspects of the port monitoring.
A semi-automated domain ontology construction method is adopted with expert opinions in order to build two ontologies: the ship berth management ontology and the port monitoring ontology, which are designed to provide support for the port administration to grasp real-time information and make appropriate operation decisions.
The ship berth management ontology is used to analyze the changes of ship berth scheduling, entry and exit berth, hydrology, weather and other related data, making timely decisions according to the corresponding berth management plan. In general, the ship berth management makes a corresponding plan according to the different levels judged by the comprehensive situation of the ship berth. The ship berth management ontology contains a number of concepts about various aspects of berths under different scenarios, and its brief structure is shown in the Table 2. The port monitoring ontology is an ontology that contains comprehensive information of the port which has the goal to achieve fully automated operations. This ontology mainly includes ship management, container management, port cargo handling management, port hydrological management and many other objectives. Among them, port hydrology management also contains many concepts about water environment for a port. The examples under these concepts are built on the basis of a large number of sensors in a port. The brief structure of this domain ontology for port monitoring is shown in the Table 3.
Based on the above description of the experimental domain ontologies, we partially select and test seven concepts in the ship berth management ontology and nine concepts in the port monitoring ontology to test our concept-based similarity calculation method between ontologies. The definition of each concept consists of 6 parts: concept name, concept instance set, concept semantic neighbor set, concept composition, function and attribute set.
Conceptual instance sets are used to calculate similarity based on conceptual instances; concept names and attribute set are used together to calculate semantic similarity; the semantic neighbor set of the concept is used to calculate structural similarity. The set of attributes for each concept is the union of all the different kinds of sensor attributes we have collected. This operation provides a unified representation of sensor data.
For the sensor instance, the different attribute set distributions are shown in the following Table 4. The total represents the number of instances contained under each concept name, that is, the size of the concept instance set. Similarly, we classify the concept of instances according to the values of each attribute set according to the random forest algorithm. Figure 1 and Table 4 reflect the distribution of the conceptual instances. RF, DIW, LI, T, DEW, WVV, PV, AWC, PHV, AT, H, WP, AP, G, WQ, SA are the abbreviations of Rainfall, Discharge of Water, Light Intensity, Temperature, Depth of Water, Wind Velocity Value, Pressure Value, Air Water Content, PH Value, Air Temperature, Humidity, Wind Power, Atmospheric Pressure, Geology, Water Quality, Silt Amount respectively.
As shown in Table 4, we can see that the concept instance set size of the RF is 55, and the instance with a size of 8 can also be used as part of the concept instance set of AT. This is the case because the concept of rainfall has a certain overlapping relationship with the concept of temperature. Therefore, according to the data collected by the sensors on each attribute, there is also an intersection part of their instance sets.
Using the similarity computation method based on instance strategy, we get the similarity between the two ontologies in the following Table 5. Table 6 and Table 7 respectively represent similarity results based on semantic strategy and results based on structural strategy. The bold numbers in the tables indicate the highest value in each column. Figure 2, Figure 3 and Figure 4 show similarity calculation results in a more intuitive form.
Different from other synthetic methods of similarity computation, we use the analytic hierarchy process (AHP) and three different strategies to screen similarity. In this experiment, first we eliminate concept pairs below the threshold by using a semantic-based similarity strategy. Assuming a threshold of 0.03, concept pairs like geology-rainfall, atmospheric pressure-rainfall, wind power-discharge of water, geology-discharge of water can be eliminated. Then we set the threshold to 0.04 and further filter based on structural strategy. Finally, by setting the threshold to 0.2, we can use the instance-based similarity strategy to get the result of the concept match.
As shown in Figure 5 and Table 8. This method, on the one hand, eliminates the need for domain experts to adjust the weight of the comprehensive calculation. On the other hand, it reduces the calculation consumption of some unnecessary concepts.
According to the results shown in Table 8, where the bold numbers in the table indicate the highest value in each column, we use the AHP method to set the screening thresholds for each level, and the results of the three similarity calculation strategies mentioned in this paper are processed hierarchically. As can be seen from the data in the above table, after the multi-strategy similarity evaluation, some concept pairs have strong similarities, such as RF-H, DIW-WQ, LI-AT, and the like. At the same time, the weaker similarity between most conceptual pairs is reduced to zero. After processing the data shown in Table 8 with the computations of steps 4 and 5 in the AHP algorithm shown in Algorithm 5, we use the concept pairs with the largest similarity as the mapping relationship of the corresponding concepts in the ontologies.
In terms of the domain ontologies we evaluated in this experiment—ship berth management ontology and port monitoring ontology—the experimental results of our ontology mapping can effectively help to link multiple ontologies, thus achieving the linkage between port monitoring and ship berth management. This intelligent linkage is very useful in real-world autonomous industrial operations such as maintenance work for ship berths in our experiment. By monitoring the port hydrology in real time through many sensors and mapping the hydrological monitoring data to the ship berth management system, effective ship berth maintenance can be achieved by a multi-level management plan and a rule reasoning library.
In addition, in order to further evaluate our proposed method, we also utilize the ontology mapping calculation strategies proposed in the other four ontology mapping systems (Rimom [52], ASMOV [53], Falcon [54] and OntoDNA [55]) in our experimental system too. We evaluate the performance of our method by conducting two sets of experiments. We first use all these five strategies to perform the ontologies’ correlation task with the sensor data and two domain ontologies that are used in our simulation experiment; the experimental results are shown in Table 9. As our method uses sensor data to generate sensor instances to increase the instance set size of the ontology concept, the degree of similarity between concepts in the perspective of instance collection can be measured. This makes our method superior to others. It can be seen from the experimental results that, compared with other ontology mapping methods, our method has achieved relatively better results in term of recall (Rec.), precision (Pre.) and F-measure (F.), whose calculation method is defined as the following formulae in [19,20]. In the evaluation, we divide the prediction result into four cases (true positive, true positive, false positive and false negative). In the formula, true positive, true negative, false positive, and false negative represent the specific values in different cases.
r e c a l l ( R e c . ) = T r u e P o s i t i v e T r u e P o s i t i v e + F a l s e P o s i t i v e .
p r e c i s i o n ( P r e . ) = T r u e P o s i t i v e T r u e P o s i t i v e + F a l s e N e g a t i v e .
F m e a s u r e ( F . ) = 2 × r e c a l l ( R e c . ) × p r e c i s i o n ( P r e . ) r e c a l l ( R e c . ) + p r e c i s i o n ( P r e . ) .
In terms of ontology mapping performance, another set of experiments is conducted to evaluate the effectiveness of the similarity computation strategy between ontology concepts that we proposed in Section 4. We compare our methods again with the four ontology mapping calculation strategies of other mapping systems (Rimom, ASMOV, Falcon, OntoDNA). These experiments used the ontologies numbered as #101–#304 in the OAEI standard test dataset benchmarks [56] as the evaluation target. Among them, ontology #101 is used as reference ontology, #1XX represents all special ontologies, #2XX represents all ontologies lacking semantic information in some aspects, and #3XX represents all actual ontologies. As shown in Table 10, where the bold numbers in the table indicate the highest value in each column, the results of the ontology mapping experiment are evaluated in terms of the recall (Rec.), precision (Pre.) and F-measure (F.), which are defined above. It can be seen from the experimental results that the multi-strategy similarity calculation method of this paper can achieve almost all mapping relationships in the OAEI data set.

6. Conclusions

Associating sensor data with existing domain ontologies is an effective way to give richer semantic meaning to the sensor data, and to realize the sharing, reuse and fusion of that sensor data. In this work, we have proposed a mechanism to associate sensor data with multiple domain ontologies. Our mechanism uses a random forest-based learning model to classify the sensor instances, thus greatly reducing the workload of manual analysis and labeling. In the meantime, by adding the classified sensor instances into the instance set of specific concepts of the ontology, the instance set can be effectively expanded. Based on this, a novel multi-strategy method is proposed to construct the ontology relations, and we use the analytic hierarchy process to analyze the similarity of concept pairs in ontologies. Through the calculation of semantic similarity, instance similarity, and structural similarity, we associate the concept pairs with high similarity in the ontologies, and finally establish the mapping of sensor data and multiple domain ontologies. In future work, we will continue to optimize the strategy for associating sensor data with ontologies to make better use of the enormous heterogenous sensor data.

Author Contributions

J.L. conceived the mechanism design and wrote the paper, Y.L. built the models and analyzed the performance, X.T. performed simulations, A.K.S. developed the mechanism, J.W. revised the manuscript and will contribute to the refinement of the article.

Funding

This work is supported by the National Natural Science Foundation of China (61872231, 61701297, 61772454, 61811530332, 61811540410). Jin Wang is the corresponding author.

Acknowledgments

We thank the reviewers and all people for their helpful comments and valuable efforts to improve the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, J.; Gao, Y.; Yin, X.; Li, F.; Kim, H.J. An Enhanced PEGASIS Algorithm with Mobile Sink Support for Wireless Sensor Networks. Wirel. Commun. Mob. Comput. 2018, 2018, 9472075. [Google Scholar] [CrossRef]
  2. Li, X.; Niu, J.; Kumari, S.; Wu, F.; Sangaiah, A.K.; Choo, K.K.R. A Three-factor Anonymous Authentication Scheme for Wireless Sensor Networks in Internet of Things Environments. J. Netw. Comput. Appl. 2018, 103, 194–204. [Google Scholar] [CrossRef]
  3. Wang, J.; Cao, J.; Sherratt, R.S.; Park, J.H. An improved ant colony optimization-based approach with mobile sink for wireless sensor networks. J. Supercomput. 2018, 74, 6633–6645. [Google Scholar] [CrossRef]
  4. Tirkolaee, E.; Hosseinabadi, A.; Soltani, M.; Sangaiah, A.; Wang, J. A hybrid genetic algorithm for multi-trip green capacitated arc routing problem in the scope of urban services. Sustainability 2018, 10, 1366. [Google Scholar] [CrossRef]
  5. Lin, F.; Zhou, Y.; An, X.; You, I.; Choo, K.K.R. Fair Resource Allocation in an Intrusion-Detection System for Edge Computing: Ensuring the Security of Internet of Things Devices. IEEE Consum. Electron. Mag. 2018, 7, 45–50. [Google Scholar] [CrossRef]
  6. Wan, S.; Zhao, Y.; Wang, T.; Gu, Z.; Abbasi, Q.H.; Choo, K.K.R. Multi-dimensional data indexing and range query processing via Voronoi diagram for internet of things. Future Gener. Comput. Syst. 2019, 91, 382–391. [Google Scholar] [CrossRef]
  7. Eid, M.; Liscano, R.; El, S.A. A universal ontology for sensor networks data. In Proceedings of the 2007 IEEE International Conference on Computational Intelligence for Measurement Systems and Applications, Ostuni, Italy, 27–29 June 2007; pp. 59–62. [Google Scholar]
  8. Khaleghi, B.; Khamis, A.; Karray, F.O.; Razavi, S.N. Multisensor data fusion: A review of the state-of-the-art. Inf. Fusion 2013, 14, 28–44. [Google Scholar] [CrossRef]
  9. Wang, J.; Zhang, Z.; Li, B.; Lee, S.Y.; Sherratt, R.S. An Enhanced Fall Detection System for Elderly Person Monitoring using Consumer Home Networks. IEEE Trans. Consum. Electron. 2014, 60, 23–29. [Google Scholar] [CrossRef]
  10. Compton, M.; Barnaghi, P.; Bermudez, L.; GarcíA-Castro, R.; Corcho, O.; Cox, S.; Graybeal, J.; Hauswirth, M.; Henson, C.; Herzog, A. The SSN ontology of the W3C semantic sensor network incubator group. Web Semant. Sci. Serv. Agents World Wide Web 2012, 17, 25–32. [Google Scholar] [CrossRef] [Green Version]
  11. Compton, M.; Henson, C.; Lefort, L.; Neuhaus, H.; Sheth, A.P. A survey of the semantic specification of sensors. In Proceedings of the International Conference on Semantic Sensor Networks, Washington, DC, USA, 25–29 October 2009; pp. 17–32. [Google Scholar]
  12. Wang, J.; Ju, C.; Gao, Y.; Sangaiah, A.K.; Kim, G.J. A PSO based energy efficient coverage control algorithm for wireless sensor networks. Comput. Mater. Contin. 2018, 56, 433–446. [Google Scholar]
  13. Sheng, Z.; Mahapatra, C.; Leung, V.C.M.; Chen, M.; Sahu, P.K. Energy efficient cooperative computing in mobile wireless sensor networks. IEEE Trans. Cloud Comput. 2018, 6, 114–126. [Google Scholar] [CrossRef]
  14. Wang, J.; Gao, Y.; Liu, W.; Sangaiah, A.K.; Kim, H.J. An Improved Routing Schema with Special Clustering Using PSO Algorithm for Heterogeneous Wireless Sensor Network. Sensors 2019, 19, 671. [Google Scholar] [CrossRef] [PubMed]
  15. Li, Z.; Xia, C.; Zhang, C. Research on Information Sharing of Sensor Networks Based on Ontology. Sci. Technol. Vis. 2013, 29, 5–6. [Google Scholar]
  16. Liu, J.; Zhou, M.; Lin, L.; Kim, H.J.; Wang, J. Rank web documents based on multi-domain ontology. J. Ambient Intell. Humaniz. Comput. 2018, 1–10. [Google Scholar] [CrossRef]
  17. Ehrig, M.; Sure, Y. Ontology Mapping-An Integrated Approach. In European Semantic Web Symposium; Springer: Berlin/Heidelberg, Germany, 2004; Volume 3053, pp. 76–91. [Google Scholar]
  18. Mao, M.; Peng, Y.; Spring, M. An adaptive ontology mapping approach with neural network based constraint satisfaction. Web Semant. Sci. Serv. Agents World Wide Web 2010, 8, 14–25. [Google Scholar] [CrossRef]
  19. Otero-Cerdeira, L.; Rodríguez-Martínez, F.J.; Gómez-Rodríguez, A. Definition of an ontology matching algorithm for context integration in smart cities. Sensors 2014, 14, 23581–23619. [Google Scholar] [CrossRef]
  20. Fernandez, S.; Marsa-Maestre, I.; Velasco, J.R.; Alarcos, B. Ontology alignment architecture for semantic sensor web integration. Sensors 2013, 13, 12581–12604. [Google Scholar] [CrossRef]
  21. Doan, A.H.; Madhavan, J.; Domingos, P.; Halevy, A. Ontology matching: A machine learning approach. In Handbook on Ontologies; Springer: Berlin/Heidelberg, Germany, 2004; pp. 385–403. [Google Scholar]
  22. Juan, Y.U. Review on Ontology Integration. Comput. Sci. 2008, 35, 9–13. [Google Scholar]
  23. Fan, L.; Wang, A.; Xiao, Y. Research on Evaluation Index System of Ontology Integration Method and Its Application. Comput. Integr. Manuf. Syst. 2007, 3, 911–917. [Google Scholar]
  24. Krishnan, K.; Krishnan, R.; Muthumari, A. A semantic-based ontology mapping–information retrieval for mobile learning resources. Int. J. Comput. Appl. 2017, 39, 169–178. [Google Scholar] [CrossRef]
  25. Zeng, D.; Dai, Y.; Li, F.; Sherratt, R.S.; Wang, J. Adversarial Learning for Distant Supervised Relation Extraction. CMC Comput. Mater. Contin. 2018, 55, 121–136. [Google Scholar]
  26. Tu, Y.; Lin, Y.; Wang, J.; Kim, J.U. Semi-supervised Learning with Generative Adversarial Networks on Digital Signal Modulation Classification. Comput. Mater. Contin. 2018, 55, 243–254. [Google Scholar]
  27. Hooi, Y.K.; Hassan, M.F.; Shariff, A.M. A Survey on Ontology Mapping Techniques. In Computer Science and Its Applications; Springer: Berlin/Heidelberg, Germany, 2014; pp. 829–836. [Google Scholar]
  28. Ma, Z.; Zhang, F.; Yan, L.; Cheng, J. Fuzzy Semantic Web Ontology Mapping. In Fuzzy Knowledge Management for the Semantic Web; Springer: Berlin/Heidelberg, Germany, 2014; pp. 157–180. [Google Scholar]
  29. Jung, M.; Jun, H.B.; Kim, K.W.; Suh, H.W. Ontology mapping-based search with multidimensional similarity and Bayesian network. Int. J. Adv. Manuf. Technol. 2010, 48, 367–382. [Google Scholar] [CrossRef]
  30. Swat, M.J.; Grenon, P.; Wimalaratne, S. ProbOnto: Ontology and knowledge base of probability distributions. Bioinformatics 2016, 32, 2719–2721. [Google Scholar] [CrossRef] [PubMed]
  31. Moran, N.; Nieland, S.; Kleinschmit, B. Combining machine learning and ontological data handling for multi-source classification of nature conservation areas. Int. J. Appl. Earth Obs. Geoinf. 2017, 54, 124–133. [Google Scholar] [CrossRef]
  32. Ravikumar, G.; Vijayan, S. A Machine Learning Approach for MRI Brain Tumor Classification. CMC Comput. Mater. Contin. 2017, 53, 91–108. [Google Scholar]
  33. Liu, J.; Ren, H.; Wu, M.; Wang, J.; Kim, H.J. Multiple relations extraction among multiple entities in unstructured text. Soft Comput. 2018, 22, 4295–4305. [Google Scholar] [CrossRef]
  34. Amrouch, S.; Mostefai, S. Survey on the literature of ontology mapping, alignment and merging. In Proceedings of the IEEE International Conference on Information Technology and e-Services (ICITeS), Sousse, Tunisia, 24–26 March 2012; pp. 1–5. [Google Scholar]
  35. Du, J.; Sugumaran, V. Ontology-Based Information Integration and Decision Making in Prefabricated Construction Component Supply Chain. In Proceedings of the Semantics, Ontologies, Intelligence and Intelligent Systems (SIGODIS), Boston, MA, USA, 10–12 August 2017. [Google Scholar]
  36. Caldarola, E.G.; Picariello, A.; Rinaldi, A.M. An approach to ontology integration for ontology reuse in knowledge based digital ecosystems. In Proceedings of the 7th International Conference on Management of Computational and Collective intElligence in Digital EcoSystems, Caraguatatuba, Brazil, 25–29 October 2015; ACM: New York, NY, USA, 2015; pp. 1–8. [Google Scholar]
  37. Khattak, A.M.; Pervez, Z.; Khan, W.A.; Khan, A.M.; Latif, K.; Lee, S.Y. Mapping evolution of dynamic web ontologies. Inf. Sci. 2015, 303, 101–119. [Google Scholar] [CrossRef]
  38. Chaabane, S.; Jaziri, W. A novel algorithm for fully automated mapping of geospatial ontologies. J. Geogr. Syst. 2018, 20, 85–105. [Google Scholar] [CrossRef]
  39. Arnold, P.; Rahm, E. Enriching ontology mappings with semantic relations. Data Knowl. Eng. 2014, 93, 1–18. [Google Scholar] [CrossRef]
  40. Wang, M.; Wang, J.; Guo, L.; Harn, L. Inverted XML Access Control Model Based on Ontology Semantic Dependency. Comput. Mater. Contin. 2018, 55, 465–482. [Google Scholar]
  41. Xiong, Z.; Shen, Q.; Wang, Y.; Zhu, C. Paragraph Vector Representation Based on Word to Vector and CNN Learning. CMC Comput. Mater. Contin. 2018, 55, 213–227. [Google Scholar]
  42. Mikolov, T.; Le, Q.V.; Sutskever, I. Exploiting similarities among languages for machine translation. arXiv, 2013; arXiv:1309.4168. [Google Scholar]
  43. Gao, W.; Farahani, M.R.; Aslam, A.; Hosamani, S. Distance learning techniques for ontology similarity measuring and ontology mapping. Clust. Comput. 2017, 20, 959–968. [Google Scholar] [CrossRef]
  44. Dou, D.; Wang, H.; Liu, H. Semantic data mining: A survey of ontology-based approaches. In Proceedings of the 2015 IEEE International Conference on Semantic Computing (ICSC), Anaheim, CA, USA, 7–9 February 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 244–251. [Google Scholar]
  45. Bytyçi, E.; Ahmedi, L.; Lisi, F.A. Enrichment of Association Rules through Exploitation of Ontology Properties–Healthcare Case Study. Procedia Comput. Sci. 2017, 113, 360–367. [Google Scholar] [CrossRef]
  46. Pinkel, C.; Binnig, C.; Jiménez-Ruiz, E.; Kharlamov, E.; May, W.; Nikolov, A.; Sasa Bastinos, A.; Skjæveland, M.G.; Solimando, A.; Taheriyan, M.; et al. RODI: Benchmarking relational-to-ontology mapping generation quality. Semant. Web 2016, 9, 25–52. [Google Scholar] [CrossRef]
  47. Forsati, R.; Shamsfard, M. Symbiosis of evolutionary and combinatorial ontology mapping approaches. Inf. Sci. 2016, 342, 53–80. [Google Scholar] [CrossRef]
  48. Helou, M.A.; Palmonari, M.; Jarrar, M. Effectiveness of Automatic Translations for Cross-Lingual Ontology Mapping. J. Artif. Intell. Res. 2016, 55, 165–208. [Google Scholar] [CrossRef]
  49. Zhang, L.; Yin, C.Y.; Chen, J. Chinese word similarity computing based on semantic tree. J. Chin. Inf. Process. 2010, 24, 23–30. [Google Scholar]
  50. Henson, C.A.; Pschorr, J.K.; Sheth, A.P.; Thirunarayan, K. SemSOS: Semantic sensor Observation Service. In Proceedings of the IEEE International Symposium on Collaborative Technologies and Systems, Baltimore, MD, USA, 18–22 May 2009; IEEE: Piscataway, NJ, USA, 2009; pp. 44–53. [Google Scholar]
  51. Semantic Sensor Network Ontology. Available online: https://www.w3.org/TR/vocab-ssn/ (accessed on 14 October 2018).
  52. Li, Y.; Li, J.Z.; Zhang, D.; Tang, J. Result of Ontology Alignment with RiMOM at OAEI’06. In Ontology Matching; CiteSeerX: University Park, PA, USA, 2006; p. 181. [Google Scholar]
  53. Jean-Mary, Y.R.; Shironoshita, E.P.; Kabuka, M.R. ASMOV: Results for OAEI 2010. Ontol. Matching 2010, 126, 2010. [Google Scholar]
  54. Hu, W.; Qu, Y. Falcon-AO: A practical ontology matching system. Web Semant. Sci. Serv. Agents World Wide Web 2008, 6, 237–239. [Google Scholar] [CrossRef]
  55. Kiu, C.C.; Lee, C.S. Ontology mapping and merging through OntoDNA for learning object reusability. Educ. Technol. Soc. 2006, 9, 27–42. [Google Scholar]
  56. Ontology Alignment Evaluation Initiative. Available online: http://oaei.ontologymatching.org/2007/benchmarks/ (accessed on 20 December 2018).
Figure 1. Attribute intersection distribution of random forest division.
Figure 1. Attribute intersection distribution of random forest division.
Sensors 19 01193 g001
Figure 2. Similarity results based on instance strategy.
Figure 2. Similarity results based on instance strategy.
Sensors 19 01193 g002
Figure 3. Similarity results based on semantic strategy.
Figure 3. Similarity results based on semantic strategy.
Sensors 19 01193 g003
Figure 4. Similarity results based on structural strategy.
Figure 4. Similarity results based on structural strategy.
Sensors 19 01193 g004
Figure 5. Similarity results based on analytic hierarchy process (AHP).
Figure 5. Similarity results based on analytic hierarchy process (AHP).
Sensors 19 01193 g005
Table 1. Sensor Element Mapping.
Table 1. Sensor Element Mapping.
Sensor Element mappingSource mappingTable nameSensor_numSensor numbersosa:madeBySensor
ObservationvalueCollection of sensor observation valuesosa:hasResult
ObservationtimeTime of observation datasosa:resultTime
Source_idSelected data source numbersosa:observedProperty
Data mappingSource_idData source numbersosa:observedProperty
Sensor_idNumber of sensor instancessosa:madeBySensor
TypeSensor typesosa:observes
UnitObservational unitsosa:Result
Location_nameSensor positionssn:hasDeployment
Table 2. The Ship Berth Management Ontology.
Table 2. The Ship Berth Management Ontology.
Ship Berth ManagementMulti-level regular plan managementFirst-level planNext concept list: Air Temperature, Humidity, Wind Power, Atmospheric Pressure, Geology, Water Quality, Silt Amount, etc.
Second-level planNext concept list: Air Temperature, Humidity, Wind Power, Atmospheric Pressure, Geology, Water Quality, Silt Amount, etc.
Three-level planNext concept list: Air Temperature, Humidity, Wind Power, Atmospheric Pressure, Geology, Water Quality, Silt Amount, etc.
… …… …
Emergency plan managementEmergency situations I… …
Emergency situations II… …
… …… …
Table 3. The Port Monitoring Ontology.
Table 3. The Port Monitoring Ontology.
Port Monitoringship management… …
container management… …
port cargo handling management… …
port hydrological managementClass A water environmentNext concept list: Rainfall, Discharge of Water, Light Intensity, Temperature, Depth of Water, Wind Velocity Value, Pressure Value, Air Water Content, PH Value, etc.
Class B water environmentNext concept list: Rainfall, Discharge of Water, Light Intensity, Temperature, Depth of Water, Wind Velocity Value, Pressure Value, Air Water Content, PH Value, etc.
Class C water environmentNext concept list: Rainfall, Discharge of Water, Light Intensity, Temperature, Depth of Water, Wind Velocity Value, Pressure Value, Air Water Content, PH Value, etc.
… …… …
… …… …
Table 4. Attribute intersection distribution of random forest division.
Table 4. Attribute intersection distribution of random forest division.
RFDIWLITDEWWVVPVAWCPHVTotal
AT83121738810170
H20281145916277
WP1091302066055
AP902407144040
G118612051438
WQ6134364001046
SA1171025000953
Total554536443946374136
Table 5. Similarity results based on instance strategy.
Table 5. Similarity results based on instance strategy.
RFDIWLITDEWWVVPVAWCPHV
AT0.2220.0530.3330.4050.0510.1590.1940.1950.057
H0.3560.0790.2080.2430.0510.0910.2500.3660.086
WP0.1330.1840.0420.0540.0260.4770.1390.1710
AP0.15600.0830.08100.1590.3610.0980.029
G0.0220.0260.2080.1350.0510.02300.1460.429
WQ0.0890.3950.0830.0810.1790.0680.0560.0240.229
SA0.0220.2630.04200.6410.023000.171
Table 6. Similarity results based on semantic strategy.
Table 6. Similarity results based on semantic strategy.
RFDIWLITDEWWVVPVAWCPHV
AT0.1610.0830.0910.3270.0940.0420.0710.0590.036
H0.2260.1670.6820.3080.1250.0830.1070.0880.679
WP0.03200.0450.05800.8330.0710.0290.143
AP00.02800.03800.0420.67900.107
G000.0450.0190.031000.0880
WQ0.4840.5280.0910.1350.59400.0710.5880.036
SA0.0970.1940.0450.1150.156000.1470
Table 7. Similarity results based on structural strategy.
Table 7. Similarity results based on structural strategy.
RFDIWLITDEWWVVPVAWCPHV
AT0.1870.3170.2000.2740.1990.1950.0120.1190.245
H0.2630.0600.2200.0860.0120.1160.0500.1660.031
WP0.0440.0750.0760.1930.0460.0490.0790.0050.189
AP0.1010.1130.2130.1220.1600.2490.3140.2110.120
G0.2630.3060.0850.0150.2280.1750.2070.1220.145
WQ0.1010.1210.1720.1830.1330.1770.1320.1640.194
SA0.0410.0080.0340.1270.2230.0390.2070.2130.077
Table 8. Similarity results based on structural strategy.
Table 8. Similarity results based on structural strategy.
RFDIWLITDEWWVVPVAWCPHV
AT0.22200.3330.40500000
H0.35600.2080.243000.250.3660
WP000000.477000
AP0000000.36100
G000.208000000
WQ00.3950000000.229
SA00000.6410000
Table 9. Experimental comparison with other methods.
Table 9. Experimental comparison with other methods.
Rec.Pre.F.
Rimom0.850.940.893
ASMOV0.820.870.844
Falcon0.760.910.828
OntoDNA0.770.880.821
This paper0.850.950.897
Table 10. Experimental results based on OAEI data set.
Table 10. Experimental results based on OAEI data set.
Rec.Pre.F.
#1XX#2XX#3XX#1XX#2XX#3XX#1XX#2XX#3XX
Rimom1.000.790.870.990.970.960.9950.8710.913
ASMOV1.000.840.850.980.880.710.9890.8600.774
Falcon1.000.860.790.980.960.870.9890.9070.828
OntoDNA1.000.760.780.970.780.940.9850.7700.853
This paper1.000.870.850.990.950.880.9950.9080.865

Share and Cite

MDPI and ACS Style

Liu, J.; Li, Y.; Tian, X.; Sangaiah, A.K.; Wang, J. Towards Semantic Sensor Data: An Ontology Approach. Sensors 2019, 19, 1193. https://0-doi-org.brum.beds.ac.uk/10.3390/s19051193

AMA Style

Liu J, Li Y, Tian X, Sangaiah AK, Wang J. Towards Semantic Sensor Data: An Ontology Approach. Sensors. 2019; 19(5):1193. https://0-doi-org.brum.beds.ac.uk/10.3390/s19051193

Chicago/Turabian Style

Liu, Jin, Yunhui Li, Xiaohu Tian, Arun Kumar Sangaiah, and Jin Wang. 2019. "Towards Semantic Sensor Data: An Ontology Approach" Sensors 19, no. 5: 1193. https://0-doi-org.brum.beds.ac.uk/10.3390/s19051193

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop