Back to Main Page, Next: Middleware for Automation Applications in Sensor/Actuator Networks

Middleware for the Semantic Web

Semantic Web is the next generation of world wide web aimed at computer rather than human users. The main idea of the semantic web is to annotate various digital resources using special languages called ontologies. Ontologies are knowledge representation languages. Using information from ontologies can help computers identify what the digital resources represent and, hence, it can make computers easier to program.

The main benefit of publish/subscribe communication model lies in the abstraction of addressing. In essence, pub/sub replaces host-centric with data-centric addressing. Pub/sub systems are mainly differentiated based on the expressiveness of the data-centric abstraction.

The goal of this project is to examine data-centric abstractions that would be considered useful for application development in the future. We used the emerging areas of distributed application development such as service integration, and collaboration as a guide to what would be considered useful for a number of applications.

Existing publish/subscribe systems do now allow use of ontologies for publication or subscription annotations. We have developed a technique that allows any existing pub/sub system that uses attribute-value pairs publication representation to use externally specified ontology information. The main benefit of S-ToPSS is that it can do semantic filtering very fast by mapping semantic matching to syntax matching.

While very efficient, S-ToPSS suffers from the constrains of attribute-value pair publication representation language. Popular semantic application for semantic web are expected to use RDF/XML for data representation, which require more complex subscription and data representation languages.

Consequently, we have developed, G-ToPSS, a pub/sub system for filtering graph-based metadata in general and RDF in particular. G-ToPSS uses a powerful GQL query language to express subscriptions over publications which are expressed as RDF graphs. Despite of the expressiveness of GQL, G-ToPSS is able to filter 100,000s of subscriptions in matter of milliseconds for very large publications.

Publications