Next Article in Journal
ECS: Efficient Communication Scheduling for Underwater Sensor Networks
Next Article in Special Issue
An Efficient Transmission Power Control Scheme for Temperature Variation in Wireless Sensor Networks
Previous Article in Journal
Multi-Hop Routing-Based Optimization of the Number of Cluster-Heads in Wireless Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Smart Query Answering for Marine Sensor Data

Tasmanian ICT Centre, CSIRO, Hobart, Tasmania 7001, Australia
*
Author to whom correspondence should be addressed.
Sensors 2011, 11(3), 2885-2897; https://doi.org/10.3390/s110302885
Submission received: 17 December 2010 / Revised: 17 February 2011 / Accepted: 28 February 2011 / Published: 3 March 2011
(This article belongs to the Special Issue Semantic Sensor Network Technologies and Applications)

Abstract

: We review existing query answering systems for sensor data. We then propose an extended query answering approach termed smart query, specifically for marine sensor data. The smart query answering system integrates pattern queries and continuous queries. The proposed smart query system considers both streaming data and historical data from marine sensor networks. The smart query also uses query relaxation technique and semantics from domain knowledge as a recommender system. The proposed smart query benefits in building data and information systems for marine sensor networks.

1. Introduction

With the emergence of inexpensive and smart sensors, many sensor networks are currently being deployed for different scientific purposes such as environmental monitoring, health and energy [1,2]. As the cost of sensors is decreasing rapidly, it is also anticipated that there will be an increasing deployment of sensor networks in the future.

The streaming data generated from sensor networks are usually collected and stored in different database management systems [3,4] for future scientific uses. The raw data generated from sensor networks can also be stored temporarily in network memory or small databases in a distributed approach [5] before being stored permanently. This temporarily stored data is important for real-time stream query processing, quality assurance and quality control (QA/QC), outlier and event detection, and data cleaning. As resources such as energy, cost of communications, memory and processing power are limited for wireless sensor networks, the sensor data are further preferred to be stored in centralized databases for future use such as data and knowledge mining [6].

Marine sensor data come from sensor networks deployed in a marine environment [7,8]. Types of marine environments include estuaries, seas and oceans. Types of marine sensor data include water temperature, pressure (proxy for depth), turbidity, conductivity (proxy for salinity), dissolved oxygen, chlorophyll, images, etc.

In most cases, the raw data stored in databases are first retrieved and processed using mathematical and statistical tools (e.g., SPSS, R, Matlab) and are then visualized when needed by the application. In addition to processing and visualizing sensor data using those tools, there is also a need to process queries on sensor data for automatic prediction, awareness and decision making. To add value to the query, there is a need to process both real-time or near real-time streaming data and the stored historical data. In addition to processing data, there is also a need to add semantics when answering the query. We term this query answering system smart query.

As types of marine sensor data are diverse, query processing is a challenging task in the sense that there may be correlation among different phenomena. Besides, there is a need to transform and integrate sensor data for data mining and knowledge discovery processes. We provide some motivating examples in the context of the region shown in Figure 1.

Query 1: Will the dissolved oxygen decrease by 10% tomorrow in the region?

This query can not be answered directly from databases. There is a need to process both real-time and historical marine sensor data and other domain data (e.g., weather) for prediction and then to answer the query.

Query 2: Find the best location for fishing on next Sunday in the Derwent river at Hobart.

This query can not be answered simply using traditional query languages. It requires some knowledge of marine sensor databases. The knowledge can be derived from sensor data [5] with different phenomena such as water temperature and water quality that affect the fish movement and the fish abundance for different locations in the Derwent river.

Query 3: Find the best location for surfing this summer at South East Tasmania.

This query is similar to the previous query but it requires tide and wind data as well as information from marine sensor data.

This review paper is organized as follows. In Section 2, we first give an overview of traditional databases and intelligent query processing in traditional databases. We then review traditional query processing for sensor databases and the sensor web in Section 3. The system components of the proposed smart query system are described in Section 4. The research problems and challenges of smart query processing for marine sensor data are then discussed in Section 5. We give discussions in Section 6 and conclusions in Section 7.

2. Databases and Query Answering

In databases (DBs), query answering means to retrieve data according to the requirement of users. The data retrieved from the databases are expected to be exactly on what the users want. In different databases such as relational databases, object-relational databases, semi-structured and XML databases, query languages exist. These query languages, based on query algebra, are used in processing and answering queries.

Intelligent Query Answering

In database management systems (DBMSs) and information systems (ISs) applications, to get the exact answers from a query, users must have sufficient knowledge of the data stored in the databases. However, in some cases, users may not have sufficient knowledge of the databases to make a successful query. To assist users in answering queries, the systems need to harvest knowledge from the databases. The process of adding knowledge in query answering is called intelligent query answering [9,10]. Different techniques are used in answering queries intelligently. Different knowledge discovery tools use different mechanisms such as generalization [9] and data mining [11,12]. Moreover, intelligent query answering can be based on a specific feature such as location [13]. With the emergence of the semantic web [14], location based intelligent query answering using the semantic web [15,16] is also of research interest.

3. Query Processing in Sensor Databases and Sensor Web

In the physical world, a massive number of sensors, either wired or wireless [2,17] are currently being deployed in different sectors such as weather, environment, agriculture, fisheries, energy industries, homeland security and health care. Each sensor network that is a collection of different types of sensors is producing a huge amount of data in real time. The produced data are being stored in different scientific data formats (e.g., HDF, DDX, NetCDF, CTD) and in different relational (e.g., PostgreSQL, Oracle) and semi-structured (XML) databases. The databases that store sensor data are termed sensor databases.

3.1. Query Answering in Sensor Databases

Sensor databases [3] store data with different dimensions (e.g., spatial, temporal) and phenomena (e.g., temperature, pressure, humidity). Therefore, in a database or data-centric perspective, processing data from sensor databases [4] is a great challenge. Some data management issues in sensor databases include data exploration and analysis, query processing, data transformation and integration, data mining, data provenance, data interoperability, and data visualization [2]. In case of query processing in sensor databases, there are two ways to approach the problem. Firstly, the query can be posed to centralized databases (traditional query) [18]. Secondly, the query can be distributed to the sensor network where there are memories or databases with limited storage and data processing facility [19]. The latter approach is known as stream (in-network) query processing. These two approaches of query processing based on data storages for sensor data are shown in Figure 2. In the figure, we also note our proposed smart query processing that includes the properties of both traditional and stream query processing that will be discussed shortly.

As well as different approaches to query processing based on sensor data storage, there are different types of query processing based on types of answers the queries return to satisfy users. There are two types of query processing and answering techniques: exact and approximate. In the exact query answering technique, the query processing returns the exact discovered values to the users based on the query parameters. On the other hand, in the approximate query answering technique, the close or similar types of answers are returned to the users. In some cases, the users are also given facilities to relax the query parameters so that the query returns satisfied answers. We show some examples of exact and approximate query answering techniques in Table 1.

3.2. Query Answering in Sensor Web

The diverse types of sensor networks have necessitated the need of a sensor web [20,21] for data interoperability. As a result, different query mechanisms using Sensor Observation Service (SOS) have emerged.

3.3. Query Processing in Semantic Sensor Web

Although, the query processing using SOS has fulfilled some aspects of data interoperability, still most semantics can not be captured through sensor web. Thus, with semantic web [14], the semantic sensor web [22] has emerged. Again, query processing on the semantic sensor web [23] is also an important research issue.

4. Smart Query Answering System

We show the examples of existing query answering systems for sensor data in Table 1. In the table, we also show the proposed smart query system. We now describe the components of the smart query system shown in Figure 3. The proposed smart query system considers both historical and streaming data together from marine sensor network. We formulate a pattern query in historical data a to extract similar patterns. Then similar patterns can be used for predictive pattern in forecasting. The similar patterns also exhibit similar events that happened in the past. Besides pattern queries on historical data, continuous queries are formulated on the streaming data to find event patterns similar to the stored patterns in the historical data. The event patterns are used in situation awareness and decision making.

To process queries either for historical data or for streaming data, we propose to augment with query relaxation techniques, data mining methods, QA/QC and semantics for marine sensor data. The query relaxation technique allows users to pose queries with flexibility. Moreover, the query relaxation technique considers query intention. By query intention, we mean that the user may be interested in very close related items. For example, if a user wants to know the water temperature, the user may also be interested in salinity as well in the marine domain.

In the case of data mining, we use similar pattern search algorithms and clustering techniques with QA/QC for query processing.

Although semantics are used mostly for historical data or for a snapshot of data, for streaming data there is currently little use of semantics to the best of our knowledge. Thus we propose to use semantics not only for historical data but also for streaming data for reasoning towards query processing and answering.

We now provide some research problems for our proposed smart query answering with marine sensor data.

5. Research Challenges for Smart Query Answering in Marine Sensor Data

In answering a smart query of marine sensor databases, we have identified some issues to be considered. We now illustrate those issues. The steps needed for our proposed smart query processing system are shown in Figure 4.

5.1. Data Preparation

Data preparation means pre-processing data for query processing and answering. Marine sensor data can be missing or incomplete. It can also have errors or noise. Besides, different data sources can be in different data models/formats with different phenomena. Thus data need to be processed and prepared before processing and answering a smart query. There are different tasks that need to be incorporated to the data sources for data preparation. We identify the followings:

Data quality and data cleaning: Quality marine sensor data [27] are necessary for efficient smart query processing. Missing or erroneous data affect query processing and answering. Different data mining techniques such as outlier detection need to be considered in measuring data quality. In many applications, data also needs to be cleaned [28,29] before processing queries.

Data aggregation: After cleaning marine sensor data, cleaned data need to be grouped [4] for query processing.

Data transformation and data integration: As marine sensor data is represented and stored in different data formats or models, there is a need to transform data for query processing. For example, the Hydro Dynamic model data [30] shown in Figure 5 are stored in NetCDF format and the real measurement data from a marine sensor network are stored in relational databases. Data from different sensor networks or domains [31] such as Hydrology and Weather also need to be integrated for smart query processing [32].

5.2. Discovery of Knowledge and Data Mining Techniques

As the raw marine sensor database contains mainly spatial and temporal data, the answer to the query may not have an exact result because data may not exist in the specified time and space. Thus there is a need to use statistical methods such as interpolation and extrapolation [3335] for gap filling, forecasting, identifying trends or prediction. Moreover, there may be no exact answer for a query that asks for interesting patterns or behaviors. The user is not interested in the exact solution but the approximate solutions such as identification of similar patterns [36]. In that case, data mining techniques such as pattern extraction and machine learning [6,37] can be exploited. We give a motivating example. Consider a query as the following:

Q: “Find similar patterns of water temperature as presented at location ‘CMAR Wharf’ within South East Tasmania within the last two years.”

The result of the query is shown in Figure 6. In this case, pattern mining techniques such as dynamic time warping (DTW) are used.

5.3. Event Processing with Continuous Queries

Besides knowledge discovery through pattern query, there is also a need to detect events from streaming sensor data using continuous queries. Event detection will be used for situation awareness and decision making processes in the marine sensor network.

5.4. User Modeling and Context Profiling

User profiling: In smart query answering, profiling of users is an important issue. Different users have different expectations from the data and information system.

Context profiling: Context of the query can be characterized by the location [13] and the time of the query.

5.5. Query Profiling and Extension

Query profiling: Profiling a query means to identify different types of queries such as continuous queries and snap shot or historical queries [38,39].

Query intention and relaxation: Based on the users, context and query types, query intention can be analyzed and then the query can be relaxed [9].

For example, the query Q may be relaxed to discover hidden patterns that may be of interest for the user.

Q̅: “Find similar patterns of water temperature as presented at ‘CMAR Wharf’ within South East Tasmania within the last three years”

In case of query intention, we can extend the query to the following.

Q̿: “Find similar patterns of water temperature and dissolved oxygen and their relationships as presented at location ‘CMAR Wharf’ within South East Tasmania within the last three years.”

5.6. Semantics in Marine Sensor Web

With the emergence of the semantic web, there is a need to extend smart query processing on the marine sensor web to the marine sematic sensor web [40]. The concept of distributed ontology [41] can be used in smart query processing over the marine semantic sensor web. As well, smart queries using semantic reasoning techniques [42,43] can also be developed over the marine semantic sensor web. Consider the following query.

Q: “Publish the ocean event (e.g., AlgalBloom) at the region ‘Huon’ in South East Tasmania.”

This continuous query can be answered using distributed semantic reasoning over the marine sensor web.

We identify the following issues in smart query answering in the marine semantic sensor web.

  • Adding ontologies to the marine sensor web.

  • Reasoning over the integrated semantic sensor web.

  • Distributed query processing over the integrated semantic sensor web.

6. Discussions

Sensor networks have already proven to be useful in many areas such as environmental monitoring [44,45], agriculture and water monitoring [46,47], ecosystem monitoring [31,48] and coastal monitoring [21,49].

With the advancement of cheap and smart sensors, a lot of sensor networks are being deployed in the marine environment. As a result, a massive amount of marine sensor data are generated and stored in repositories. Marine sensor data need to be processed, analyzed, represented and transformed to information and knowledge for different purposes such as data publishing [50], situation awareness [42] and data sharing [51]. The information and knowledge obtained from raw marine sensor data needs to be available to answer queries smartly and intelligently. Real time query processing [39] is also necessary as a lot of streaming data are coming from different sensor networks.

7. Conclusions

We first reviewed traditional intelligent query processing and intelligent query processing on the semantic web. We further reviewed different existing query processing systems in sensor networks, sensor databases and the semantic sensor web. An extended query processing technique termed smart query is proposed using both historical and streaming for marine sensor data. The proposed smart query system considers query formulation, query relaxation, data mining techniques and the augmentation of semantic sensor web for answering query using reasoning.

8. Acknowledgements

The Tasmanian ICT Centre is jointly funded by the Australian Government through the Intelligent Island Program and CSIRO. The Intelligent Island Program is administered by the Tasmanian Department of Economic Development, Tourism and the Arts. This research was conducted as part of the CSIRO Wealth from Oceans National Research Flagship. The authors also acknowledge the INFORMD project [52] at CSIRO for the Figures 1 and 5.

References and Notes

  1. Petit, L; Nafaa, A; Jurdak, R. Historical Data Storage for Large Scale Sensor Networks. Proceedings of UbiMob: 5th French-Speaking Conference on Mobility and Ubiquity Computing, Lille, France, 7–8 July 2009; pp. 45–52.
  2. Gowrishankar, S; Basavaraju, TG; Manjaiah, DH; Subir Kumar, S. Issues in Wireless Sensor Network. Proceedings of the World Congress on Engineering, London, UK, 2–4 July 2008; pp. 176–187.
  3. Bonnet, P; Gehrke, J; Seshadri, P. Towards Sensor Database Systems. Proceedings of the International Conference on Mobile Data Management, Hong Kong, China, 8–10 January 2001; pp. 3–14.
  4. Wu, J; Zhou, Y; Aberer, K; Tan, K-L. Towards Integrated and Efficient Scientific Sensor Data Processing: A Database Approach. Proceedings of EDBT: 12th International Conference on Extending Database Technology, St Petersburg, Russia, 23–26 March 2009; pp. 922–933.
  5. Jurca, O; Michel, S; Herrmann, A; Aberer, K. Processing Publish/Subscribe Queries over Distributed Data Streams. Proceedings of DEBS: 3rd ACM International Conference on Distributed Event-Based Systems, Nashville, TN, USA, 6–9 July 2009; pp. 1–4.
  6. Mamoulis, N; Cao, H; Kollios, G; Hadjieleftheriou, M; Tao, Y; Cheung, DW. Mining, Indexing, and Querying Historical Spatiotemporal Data. Proceedings of KDD: The Tenth ACM SIGKDDInternational Conference on Knowledge Discovery and Data Mining, Seattle, WA, USA, 22–25 August 2004; pp. 236–245.
  7. Timms, GP; McCulloch, JW; McCarthy, P; Howell, B; de Souza, PA; Dunbabin, MD; Hartmann, K. The Tasmanian Marine Analysis Network (TasMAN). Proceedings of Oceans, Bremen, Germany, 11–14 May 2009; pp. 1–6.
  8. de Souza, PA; Timms, GP; Davie, A; Howell, B; Giugni, S. Marine Monitoring using Fixed and Mobile Sensor Nodes. Proceedings of IEEE Oceans, Sydney, Australia, 24–27 May 2010; pp. 1–4.
  9. Han, J; Huang, Y; Cercone, N; Fu, Y. Intelligent Query Answering by Knowledge Discovery Techniques. IEEE Trans. Knowl. Data Eng 1996, 8, 373–390. [Google Scholar]
  10. Kok, AJ. The Design and Implementation of Intelligent Query Tool for Relational Databases. Expert Sys 1995, 12, 347–352. [Google Scholar]
  11. Kerdprasop, N; Pannurat, N; Kerdprasop, K. Intelligent Query Answering With Virtual Mining and Materialized Views. World Acdem. Sci. Eng. Tech 2008, 48, 84–87. [Google Scholar]
  12. Lin, TY; Cercone, N; Hu, X; Han, J. Intelligent Query Answering Based on Neighborhood Systems and Data Mining Techniques. Proceedings of IDEAS: 8th International Database Engineering and Applications Symposium, Coimbra, Portugal, 7–9 July 2004; pp. 91–96.
  13. Yu, S; Spaccapietra, S. A Knowledge Infrastructure for Intelligent Query Answering in Location-Based Services. Geoinformatica 2010, 14, 379–404. [Google Scholar]
  14. Berners-Lee, T; Hendler, J; Lassina, O. The Semantic Web; Scientific American: New York, NY, USA, 2001. [Google Scholar]
  15. Kim, JW; Kim, JY; Hwang, HS; Park, SS; Kim, CS; Park, SG. The Semantic Web Approach in Location Based Services. Proceedings of ICCSA International Conference on Computational Science and Its Applications, Singapore, 9–12 May 2005; pp. 127–136.
  16. Kim, JW; Kim, JY; Kim, CS. Semantic LBS: Ontological Approach for Enhancing Interoperability in Location Based Services. Proceedings of OTM Workshop on Ontology Content and Evaluation in Enterprise, Montpellier, France, 29 October–3 November 2006; pp. 792–801.
  17. Benson, BJ; Bond, BJ; Hamilton, MP; Monson, RK; Han, R. Perspectives on Next-Generation Technology for Environmental Sensor Networks. Front Ecol. Environ 2010, 8, 193–200. [Google Scholar]
  18. Bonnet, P; Gehrke, J; Seshadri, P. Querying the Physical World. IEEE Person. Commun 2000, 7, 10–15. [Google Scholar]
  19. Gehrke, J; Madden, S. Query Processing in Sensor Network. IEEE Parvas. Comput 2004, 3, 46–55. [Google Scholar]
  20. Balazinska, M; Seshpande, A; Franklin, MJ; Gibbsons, PB; Gray, J; Nath, S; Hansen, M; Liebhold, M; Szalay, A; Tao, V. Data Management in the Worldwide Sensor Web. IEEE Parvas. Comput 2007, 6, 10–20. [Google Scholar]
  21. Gibbons, PB; Karp, B; Ke, Y; Nath, S; Seshan, S. IrisNet: An Architecture for a Worldwide Sensor Web. IEEE Parvas. Comput 2003, 2, 22–33. [Google Scholar]
  22. Sheth, A; Henson, C. Semantic Sensor Web. IEEE Intenet Comput 2008, 12, 78–83. [Google Scholar]
  23. Ouzzani, M; Bouguettaya, A. Query Processing and Optimization on the Web. Parall. Distribut. Database 2004, 15, 187–218. [Google Scholar]
  24. Carney, D; Cetintemel, U; Cherniack, M; Convey, C; Lee, S; Seidman, G; Stonebraker, M; Tatbul, N; Zdonik, SB. Monitoring Streams—A New Class of Data Management Applications. Proceedings of VLDB: 28th International Conference on Very Large Data Bases, Hong Kong, China, 20–23 August 2002; pp. 215–226.
  25. Madden, SR; Franklin, MJ; Hellerstein, JM; Hong, W. TinyDB: An Acquisitional Query Processing System for Sensor Networks. ACM Trans. Datab. Syst 2005, 30, 122–173. [Google Scholar]
  26. Aref, W; Elmargamid, A; Ali, M; Caltin, M. Nile: A Query Processing Engine for Data Streams. Proceedings of ICDE: the 20th International Conference on Data Engineering, Boston, MA, USA, 30 March–2 April 2004; p. 851.
  27. Doong, DJ; Chen, SH; Kao, CC; Lee, BC; Yeh, SP. Data Quality Check Procedures of an Operational Coastal Ocean Monitoring Network. Ocean Eng 2007, 34, 234–246. [Google Scholar]
  28. Jeffry, SR; Alonso, G; Franklin, MJ; Hong, W; Widom, J. Declarative Support for Sensor Data Cleaning. Pervas. Comput 2006, 3968, 83–100. [Google Scholar]
  29. Petrosino, A; Staiano, A. A Neuro-Fuzzy Approach for Sensor Network Data Cleaning. Proceedings of KES/WIRN: 11th International Conference on Knowledge-Based and Intelligent Information & Engineering Systems in Conjunction with XVII Italian Workshop on Neural Networks, Vietri sul Mare, Italy, 12–14 September 2007; pp. 140–147.
  30. Herzfeld, M; Andrewartha, J; Sakov, P. Modelling the Physical Oceanography of the D’Entrecasteaux Channel and the Huon Estuary, South-Eastern Tasmania. Marine Freshwater Res 2010, 61, 568–586. [Google Scholar]
  31. Alabri, A; Hunter, J; Ingen, CV; Abal, E. The Heath-e-Waterways Project: Data Integration for Smarter Collaborative Whole-of-Water Cycle Management. Proceedings of CISIS: International Conference on Complex, Intelligent and Software Intensive Systems, Fukuoka, Japan, 16–19 March 2009; pp. 1118–1123.
  32. Aberer, K; Hauswirth, M; Salehi, A. Infrastructure for Data Processing in Large-Scale Interconnected Sensor Networks. Proceedings of International Conference On Mobile Data Management, Mannheim, Germany, 7–11 May 2007; pp. 198–205.
  33. McGuire, MP; Janeja, VP; Gangopadhyay, A. Spatiotemporal Neighborhood Discovery for Sensor Data. Proceedings of Sensor-KDD: 4th International Workshop on Knowledge Discovery from Sensor Data, Washington, DC, USA, 25–28 July 2010; 5840, pp. 203–225.
  34. Dey, S; Janeja, VP; Gangopadhaya, A. Temporal Neighborhood Discovery using Markov Models. Proceedings of ICDM: International Conference on Data Mining 2009, Miami, FL, USA, 6–9 December 2009; pp. 110–119.
  35. Tulone, D; Madden, S. PAQ: Time Series Forecasting For Approximate Query Answering in Sensor Networks. Proceedings of EWSN: European Conference on Wireless Sensor Networks 2006, Zurich, Switzerland, 13–15 February 2006; 3868, pp. 21–37.
  36. Assent, I; Kremer, H; Gunnemann, S; Seidl, T. Pattern Detector: Fast Detection of Suspicious Stream Patterns for Immediate Reaction. Proceedings of EDBT: 13th International Conference on Extending Database Technology, Lausanne, Switzerland, 22–26 March 2010; pp. 709–712.
  37. Wan, L; Liao, J; Zhu, X. A Frequent Pattern Based Network for Event Detection in Sensor Network Stream Data. Proceedings of Sensor-KDD: 3rd International Workshop on Knowledge Discovery from Sensor Data, Paris, France, 28 June–1 July 2009; pp. 87–96.
  38. Deshpande, A; Madden, S. MauveDB: Supporting Model-Based User Views in Database Systems. Proceedings of SIGMOD: 25th ACM SIGMOD International Conference on Management of Data/Principles of Database Systems, Chicago, IL, USA, 27–29 June 2006; pp. 73–84.
  39. Franklin, MJ; Krishnamurthy, S; Conway, N; Li, A; Russakovsky, A; Thombre, N. Continuous Analytics: Rethinking Query Processing in a Network-Effect World. Proceedings of CIDR: Fourth Biennial Conference on Innovative Data Systems Research, Asilomar, CA, USA, 4–7 January 2009.
  40. Henson, CA; Pschorr, JK; Sheth, AP; Thirunarayan, K. SemSOS: Semantic Sensor Observation Service. Proceedings of International Symposium on Collaborative Technologies and Systems, Baltimore, MD, USA, 18–22 May 2009; pp. 44–53.
  41. Lee, J; Park, J-H; Park, M-J; Chung, C-W; Min, J-K. An Intelligent Query Processing for Distributed Ontologies. J. Syst. Softw 2010, 83, 85–95. [Google Scholar]
  42. Thirunarayan, K; Henson, CA; Sheth, AP. Situation Awareness via Abductive Reasoning from Semantic Sensor Data: A Preliminery Report. Proceedings of International Symposium on Collaborative Technologies and Systems, Baltimore, MD, USA, 18–22 May 2009; pp. 111–118.
  43. Heiner, S; Stefano, C; Emanuele, DV; Frank, VH. Towards Expressive Stream Reasoning. Available online: http://drops.dagstuhl.de/opus/volltexte/2010/2555/ (accessed on 18 February 2011).
  44. Chatterjea, S; Havinga, P. Improving Temporal Coverage of an Energy-Efficient Data Extraction Algorithm for Environmental Monitoring Using Wireless Sensor Networks. Sensors 2009, 9, 4941–4954. [Google Scholar]
  45. Jurdak, R; Nafaa, A; Barbiorate, A. Large Scale Environmental Monitoring Through Integration of Sensor and Mesh Networks. Sensors 2008, 8, 7439–7517. [Google Scholar]
  46. Kotamaki, N; Thessler, S; Koskiaho, J; Hannukkala, AO; Huitu, H; Huttala, T; Havena, J; Jarvenpaa, M. Wireless In-Situ Sensor Network for Agriculture and Water Monitoring on a River Basin Scale in Southern Finland: Evaluation from a Data Users Perspective. Sensors 2009, 9, 2862–2883. [Google Scholar]
  47. Jiang, P; Xia, H; He, Z; Wang, Z. Design of a Water Environment Monitoring System Based on Wireless Sensor Networks. Sensors 2009, 9, 6411–6434. [Google Scholar]
  48. Strain, L; Rajabifard, A; Williamson, I. Marine Administration and Spatial Data Infrastructure. Marine Policy 2006, 30, 431–441. [Google Scholar]
  49. Myers, T; Atkinson, I; Johnstone, R. Semantically Enabling the SEMAT Project: Extending Marine Sensor Networks for Decision Support and Hypothesis Testing. Proceedings of International Conference on Complex, Intelligent and Software Intensive Systems, Krakow, Poland, 15–18 February 2010; pp. 974–979.
  50. Bermudez, L; Cook, T; Forrest, D; Bogden, P; Galvarino, C; Graybeal, J; Bridger, E; Creager, G. Web Feature Service (WFS) and Sensor Observation Service (SOS) Comparison to Publish Time Series Data. Proceedings of International Symposium on Collaborative Technologies and Systems, Baltimore, MD, USA, 18–22 May 2009; pp. 36–43.
  51. Havlik, D; Bleier, T; Schimak, G. Sharing Sensor Sata with SensorSA and Sascading Sensor Observation Service. Sensors 2009, 9, 5493–5502. [Google Scholar]
  52. INFORMD Project. Available online: http://www.emg.cmar.csiro.au/www/en/emg/projects/INFORMD/Project-description.html (accessed on 3 March 2011).
Figure 1. Query region (South East Tasmania, Australia).
Figure 1. Query region (South East Tasmania, Australia).
Sensors 11 02885f1 1024
Figure 2. Classification of query processing based on sensor data storage.
Figure 2. Classification of query processing based on sensor data storage.
Sensors 11 02885f2 1024
Figure 3. Smart query system components.
Figure 3. Smart query system components.
Sensors 11 02885f3 1024
Figure 4. The steps in proposed smart query processing.
Figure 4. The steps in proposed smart query processing.
Sensors 11 02885f4 1024
Figure 5. Model grid (South East Tasmania, Australia).
Figure 5. Model grid (South East Tasmania, Australia).
Sensors 11 02885f5 1024
Figure 6. Pattern query.
Figure 6. Pattern query.
Sensors 11 02885f6 1024
Table 1. Types of query processing based on answering techniques for sensor data.
Table 1. Types of query processing based on answering techniques for sensor data.
ClassTraditional queryStream querySmart query
SubclassSensor databaseSensor webIn-network queryData stream management system (DSMS)Sensor database, DSMS & Semantic Sensor Web
ExamplesOracle, PostgreSQL, XMLSensor Observation Service(SOS)COUGAR [3,18]
TinyDB [25]
Aurora [24]
Nile [26]
Proposed
Answer typesExactExactExact/ApproximateExact/ApproximateExact/Approximate

Share and Cite

MDPI and ACS Style

Shahriar, M.S.; De Souza, P.; Timms, G. Smart Query Answering for Marine Sensor Data. Sensors 2011, 11, 2885-2897. https://doi.org/10.3390/s110302885

AMA Style

Shahriar MS, De Souza P, Timms G. Smart Query Answering for Marine Sensor Data. Sensors. 2011; 11(3):2885-2897. https://doi.org/10.3390/s110302885

Chicago/Turabian Style

Shahriar, Md. Sumon, Paulo De Souza, and Greg Timms. 2011. "Smart Query Answering for Marine Sensor Data" Sensors 11, no. 3: 2885-2897. https://doi.org/10.3390/s110302885

Article Metrics

Back to TopTop