Interoperability in GIS Enabling Technologies

Size: px
Start display at page:

Download "Interoperability in GIS Enabling Technologies"

Transcription

1 Interoperability in GIS Enabling Technologies Ubbo Visser, Heiner Stuckenschmidt, Christoph Schlieder TZI, Center for Computing Technologies University of Bremen D Bremen, Germany {visser heiner Abstract: We present a new approach, which proposes to minimize the numerous problems existing in order to have fully interoperable GIS. We discuss the existence of these heterogeneity problems and the fact that they must be solved to achieve interoperability. These problems are addressed on three levels: the syntactic, structural and semantic level. In addition, we identify the needs for an approach performing semantic translation for interoperability and introduce a uniform description of contexts. Furthermore, we discuss a conceptual architecture BUSTER (Bremen University Semantic Translation for Enhanced Retrieval), which can provide intelligent information integration, based on a reclassification of information entities in a new context. Also, we demonstrate our theories with the implemented prototype of our approach sketching a real life scenario. Lastly, we will bridge the gap between terminological and spatial reasoning and show how a combination of both would benefit users. Keywords: Semantic Interoperability Introduction Over the last few years much work has been conducted in regards to the research topic fully interoperable GIS. Vckovski (1998) for example gives an overview of the problems regarding data integration and geographical information systems. Furthermore, numerous contributions within the proceedings of the 2nd International Conference on Interoperating Geographic Information Systems (Interop99) (Vckovski, Brassel, & Schek, 1999) are related to this topic (e. g. Wiederhold, 1992; Landgraf, 1999). GIS s share the need to store and process large amounts of diverse data, which is often geographically distributed. Most GIS s use specific data models and databases for this purpose. This implies, that making new data available to the system requires the data to be transferred into the system s specific data format. This is a process which is very time consuming and tedious. Data acquisition, automatically or semi-automatically, often makes large-scale investment in technical infrastructure and/or manpower inevitable. These obstacles are some of the motivation behind the concept of information integration. The solution of information integration applies here because existing information can be accessed by remote systems in order to supplement their own data basis. However, before we can establish efficient information integration, difficulties arising from organizational, competence questions and many other technical problems have to be solved. Firstly, a suitable information source must be located which contains the data needed for a given task. Once the information source has been found, access to the data contained therein has to be provided. Furthermore, access has to be provided on both a technical and an informational level. In short, information integration not only needs to provide full accessibility to the data, it also requires that the accessed data may be interpreted by the remote system. While the problem of providing access to information has been largely solved by the invention of large-scale computer networks, the problem of processing and interpreting retrieved information remains an important research topic. This paper will address three of the problems mentioned above: finding suitable information sources, enabling a remote system to process the accessed data, and solutions to help the remote system interpreting the accessed data as intended by its source. In addressing these questions we will explore technologies, which enable systems to interoperate, always bearing in mind the special needs of GIS. Enabling Technologies Our modern information society requires complete access to all information available. The opening of information systems towards integrated access, which has been encouraged in order to satisfy this demand, creates new challenges for many areas of computer science. In this paper, we distinguish different integration tasks that need to be solved in order to achieve complete integrated access to information: Syntactic Integration: 1

2 The typical task of syntactic data integration is, to specify the information source on a syntactic level. This means, that different data type problems can be solved (e. g. short int vs. int and/or long). This first data abstraction is used to re-structure the information source. The standard technologies to overcome problems on this level are wrappers. Wrappers hide the internal data structure model of a source and transform the contents to a uniform data structure model. Structural Integration: The task of structural data integration is, to re-format the data structures to a new homogeneous data structure. This can be done with the help of a formalism that is able to construct one specific information source out of numerous other information sources. This is a classical task of a middleware, which can be done with CORBA (OMG, 1992) on a low level or rule-based mediators (Wiederhold, 1992) on a higher level. Mediators provide flexible integration of several information systems such as database management systems, GIS, or the World Wide Web. A mediator combines, integrates, and abstracts the information provided by the sources. Normally wrappers encapsulate the sources. Mediators provide flexible integration of several information systems such as database management systems, GIS, or the World Wide Web. A mediator combines, integrates, and abstracts the information provided by the sources. Normally wrappers encapsulate the sources. Over the last few years numerous mediators have been developed. A popular example is the rule-driven TSIMMIS mediator (Chawathe et al., 1994), (Papakonstantinou, Garcia-Molina, & Ullman, 1996). The rules in the mediator describe how information of the sources can be mapped to the integrated view. In simple cases, a rule mediator converts the information of the sources into information on the integrated view. The mediator uses the rules to split the query, which is formulated with respect to the integrated view, into several sub-queries for each source and combine the results according to query plan. A mediator has to solve the same problems, which are discussed in the federated database research area, i.e. structural heterogeneity (schematic heterogeneity) and semantic heterogeneity (data heterogeneity) (Kim & Seo, 1991), (Naiman & Ouksel, 1995), (Kim, Choi, Gala, & Scheevel, 1995). Structural heterogeneity means that different information systems store their data in different structures. Semantic heterogeneity considers the content and semantics of an information item. In rule-based mediators, rules are mainly designed in order to reconcile structural heterogeneity. Where as discovering semantic heterogeneity problems and their reconciliation play a subordinate role. But for the reconciliation of the semantic heterogeneity problems, the semantic level must also be considered. Contexts are one possibility to describe the semantic level. A context contains meta data relating to its meaning, properties (such as its source, quality, and precision), and organization (Kashyap & Sheth, 1997). A value has to be considered in its context and may be transformed into another context (so-called context transformation). Semantic Integration: The semantic integration process is by far the most complicated process and presents a real challenge. As with database integration, semantic heterogeneities are the main problems that have to be solved within spatial data integration (Vckovski, 1998). Other authors from the GIS community call this problem inconsistencies (Shepherd, 1991). Worboys & Deen (Worboys & Deen, 1991) have identified two types of semantic heterogeneity in distributed geographic databases: Generic semantic heterogeneity: Heterogeneity resulting from field- and object-based databases. Contextual semantic heterogeneity: Heterogeneity based on different meanings of concepts and schemes. The generic semantic heterogeneity is based on the different concepts of space or data models being used. In this paper, we will focus on contextual semantic heterogeneity, which is based on different semantics of the local schemata. In order to discover semantic heterogeneities, a formal representation is needed. Lately, WWW standardized markup languages such as XML and RDF have been developed by the W3C community for this purpose (W3C, 1998), (W3C, 1999). We will describe the value of these languages for the semantic description of concepts and also argue that we need more sophisticated approaches to overcome the semantic heterogeneity problem. Ontologies have been identified to be useful for the integration/interoperation process (Visser, Stuckenschmidt, Schuster, & Vögele, 2001). The advantages and disadvantages of this technology will be discussed in a separate subsection. Ontologies can be used to describe information sources. However, how does the actual integration process work? In the following, we use the term semantic integration or semantic translation, respectively, to denote the resolution of semantic conflicts, which make a one to one mapping between concepts or terms impossible. 2

3 Our approach provides an overall solution to the problem of information integration, taking into account all three levels of integration and combining several technologies, including standard markup languages, mediator systems, ontologies, and a knowledge-based classifier. In order to overcome the obstacles mentioned earlier, it is not sufficient to solve the heterogeneity problems separately. It is important to note that these problems can only be solved with a system taking all three levels of integration into account. In the final paper we describe the above-mentioned technologies in detail and discuss in which form they can contribute towards interoperability of systems. BUSTER A middleware for interoperability The BUSTER approach addresses the above-mentioned questions by providing a common interface to heterogeneous information sources in terms of an intelligent information broker. A user can submit a query request to the network of integrated data sources. In this query phase several components of different levels interact. The first step is to find the desired information source. To do this, BUSTER uses a certain ontology, the lookup ontology, which is built according to a metadata base. Metadata, i.e. data describing a data source, are often used to organize and manage large collections of data sources. Typically, such metadata catalogues are based on standardized metadata formats such as the Dublin Core metadata format (Dublin Core Metadata Initiative, 2000). In a second step user queries are matched against this ontology. If the matching succeeds, the broker establishes a connection to the actual information source. If the matching fails, the broker decides that there is no valuable information available. Otherwise, in the last step of the BUSTER approach, the semantic translation is started. Each data source is represented by a specific ontology, the so-called source ontology. It contains an explicit description of the concepts covered by the data source. In addition, it contains information about the structural and syntactic details of the data source. All these ontologies (especially the source ontologies) have to use the same vocabulary describing the concepts and the metadata concerning the data source. We will now take a closer look at the conceptional organization of the BUSTER system and outline three levels of interacting components (compare figure 1). On the syntactic level, wrappers are used to establish a communication channel to the data source(s), which have been found, that is independent of specific file formats and system implementations. Each generic wrapper covers a specific file- or data-format. For example, generic wrappers may exist for ODBC data sources, XML data files, or specific GIS formats. Still, these generic wrappers have to be configured for the specific requirements of a data source. Figure 1: The BUSTER approach The mediator on the structural level uses information obtained from the wrappers and combines, integrates, and abstracts them. BUSTER allows the use of different mediators, which are configured by transformation rules. These rules describe in a declarative style how the data from several sources can be integrated and transformed to the data structure of original source. On the semantic level, we use two different tools specialized for solving the semantic heterogeneity problems based on the source ontologies describing the contents of the information sources. Both tools the Feature Manipulation Engine FME, a conversion tool for geographical data formats (FME, 1999) and the MeCoTa Mediator (Wache, 1999) are responsible for the context transformation, i.e. transforming data from a source-context to a goal-context. There are several ways how the context transformation can be applied. In BUSTER we consider the functional context transformation and context transformation by re-classification. For the description of content meta-data, BUSTER uses the language OIL (Horrocks et al., 2000), which has been developed in the context of the On-To-Knowledge project ( as a proposal for a language for specifying and exchanging ontologies (Fensel et al., 3

4 2000). OIL tries to provide a core set of features, which have been widely accepted to be useful. OIL combines frame-based modeling primitives, reasoning facilities from description logics, and a tight interaction with metadata standards on the web such as RDF and XML. We use OIL to build a semantic context model of our example data by identifying a set of common properties, which can be used to define a land use class. The BUSTER System A first prototype of the BUSTER approach has been implemented. The current functionality includes ontologydriven search for information sources as well as semantic integration of geographical information sources. The prototype is built upon tools, which have been developed at the university of Manchester to facilitate the use of the OIL language: FaCT, a logical reasoning service that can be used to check ontologies for consistency and for computing subclass relations not explicitly contained in the ontology (Horrocks, 1999). The Ontology Editor OilEd (Bechhofer, Horrocks, Goble, & Stevens, 2001) providing a graphical interface for the definition of complex ontologies and a direct interaction with the FaCT reasoner in a client-server architecture. The editor is used to create meta-data models as well as context definitions used in the semantic translation step. In figure 2 we display the components of the BUSTER system from a functional point of view. A client will be able to connect to the system over the Internet and activate one of the services provided. We will now concentrate on the brokering functionality. The user is asked to restrict the defining properties of a data source in order to restrict the set of all information sources to those of interest. At the moment, the FaCT reasoner is the main inference engine of the BUSTER system. The resulting class definition is passed to the reasoner, which places the query in a hierarchy of classes. Each class is a surrogate for an information source. All classes placed in the sub tree rooted at the query class are returned, because they fulfill the constraints defined in the query. The BUSTER system presents the information sources matching the query. Figure 2: Client-Server architecture of the BUSTER prototype The information source is labeled and several services are shown. In this case, the user can now either directly view the information as an image or define a target file format the information source should be converted to. Currently, for displaying an image FME is used to create the output format. For the semantic transformation any configured mediator could be used as a standard we use MeCoTa. We will discuss a sample query to the system and show how the system will operate. Conclusions and Outlook In order to make GIS interoperable, several problems have to be solved. We argue that these problems can be divided onto three levels of integration, the syntactic, structural, and semantic level. In our opinion it is crucial to note that the problem of interoperable GIS can only be solved if solutions (modules) on all three levels of integration are working together. We believe that it is not possible to solve the heterogeneity problems separately. The BUSTER-approach uses different components for different tasks on different levels and provides an implemented and prototypical middleware for these problems. The components can be any existing systems. We use wrappers for the syntactic level, mediators for the structural level, and both context transformation rule 4

5 engines (CTR-Engines) and classifiers (mappers) for the semantic level. CORBA as low-level middleware is used for the communication of the components. At the moment, a few wrappers are available (e.g. ODBC-, XML-wrapper), a wrapper for shape files will be available soon. The current prototype has shown that this concept is useable for our purposes. One of the key issues of the BUSTER system is the ontology-driven search. The key feature behind this is terminological reasoning based on inference engines such as FaCT. Schlieder et al. (2001) proposed a new footprint for extended gazetteers and argued that they are able to reason spatially. The final paper will discuss the connections between terminological and spatial reasoning and how they can be implemented. We will show the benefits of the combination of terminological and spatial reasoning References Bechhofer, S., Horrocks, I., Goble, C., & Stevens, R. (2001). OilEd: A Reason-able Ontology Editor for the Semantic Web. Paper presented at the KI 2001, Wien. Chawathe, S., Garcia-Molina, H., Hammer, J., Ireland, K., Papakonstantinou, Y., Ullman, J., & Widom, J. (1994, 1994). The TSIMMIS Project: Integration of Heterogeneous Information Sources. Paper presented at the Conference of the Information Processing Society Japan. Dublin Core Metadata Initiative. (2000, ). The Dublin Core: A Simple Content Description Model for Electronic Resources, [Internet Webpage]. Available: Fensel, D., Horrocks, I., Harmelen, F. V., Decker, S., Erdmann, M., & Klein, M. (2000). OIL in a Nutshell. Paper presented at the 12th International Conference on Knowledge Engineering and Knowledge Management EKAW 2000, Juanles-Pins, France. FME. (1999). Semantic translation. Horrocks, I. (1999). FaCT and ifact. In P. Lambrix & A. Borgida & M. Lenzerini & R. M. ö. ller & P. Patel-Schneider (Eds.), Proceedings of the International Workshop on Description Logics (DL'99) (pp ). Horrocks, I., Fensel, D., Goble, C., Harmelen, F. v., Boekstra, J., & Klein, M. (2000). The Ontology Interchange Language OIL: The grease between ontologies. Paper presented at the 12th International Conference on Knowledge Engineering and Knowledge Management EKAW 2000, Juan-les-Pins, France. Kashyap, V., & Sheth, A. (1997). Cooperative Information Systems: Current Trends and Directions. In M. Papazoglou & G. Schlageter (Eds.): Academic Press. Kim, W., Choi, I., Gala, S., & Scheevel, M. (1995). Modern Database: The Object Model, Interoperability, and Beyond. In W. Kim (Ed.) (pp ): ACM Press/Addison-Wesley Publishing Company. Kim, W., & Seo, J. (1991). Classifying schematic and data heterogeinity in multidatabase systems. IEEE Computer, 24(12), Landgraf, G. (1999). Evolution of EO/GIS Interoperability; Towards an Integrated Application Infrastructure. Paper presented at the Interop99, Zürich, Switzerland. Naiman, C. F., & Ouksel, A. M. (1995). A Classification of Semantic Conflicts in Heterogeneous Database Systems. Journal of Organizational Computing, OMG. (1992). The Common Object Request Broker: Architecture and Specification (OMG Document ): The Object Management Group. Papakonstantinou, Y., Garcia-Molina, H., & Ullman, J. (1996, February 1996). MedMaker: A Mediation System Based on Declarative Specifications. Paper presented at the International Conference on Data Engineering, New Orleans. Shepherd, I. D. H. (1991). Information Integration in GIS. In D. J. Maguire & M. F. Goodchild & D. W. Rhind (Eds.), Geographical Information Systems: Principles and applications. London, UK: Longman. Vckovski, A. (1998). Interoperable and Distributed Processing in GIS. London: Taylor & Francis. Vckovski, A., Brassel, K. E., & Schek, H.-J. (1999, March 1999). Proceedings of the 2nd International Conference on Interoperating Geographic Information Systems. Paper presented at the INTEROP 99, Zürich. Visser, U., Stuckenschmidt, H., Schuster, G., & Vögele, T. (2001). Ontologies for Geographic Information Processing. Computers and Geosciences. Wache, H. (1999, Mai '99). Towards Rule-Based Context Transformation in Mediators. Paper presented at the International Workshop on Engineering Federated Information Systems (EFIS 99), Kühlungsborn, Germany. Wiederhold, G. (1992). Mediators in the Architecture of Future Information Systems. IEEE Computer, 25(3), Worboys, M. F., & Deen, S. M. (1991). Semantic heterogeneity in distributed geographical databases. SIGMOID Record, 20(4). 5

Intelligent Brokering of Environmental Information with the BUSTER System

Intelligent Brokering of Environmental Information with the BUSTER System 1 Intelligent Brokering of Environmental Information with the BUSTER System H. Neumann, G. Schuster, H. Stuckenschmidt, U. Visser, T. Vögele and H. Wache 1 Abstract In this paper we discuss the general

More information

Ontology Construction -An Iterative and Dynamic Task

Ontology Construction -An Iterative and Dynamic Task From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Ontology Construction -An Iterative and Dynamic Task Holger Wache, Ubbo Visser & Thorsten Scholz Center for Computing

More information

A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS

A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS Manoj Paul, S. K. Ghosh School of Information Technology, Indian Institute of Technology, Kharagpur 721302, India - (mpaul, skg)@sit.iitkgp.ernet.in

More information

Knowledge-Based Validation, Aggregation and Visualization of Meta-Data: Analyzing a Web-Based Information System

Knowledge-Based Validation, Aggregation and Visualization of Meta-Data: Analyzing a Web-Based Information System Knowledge-Based Validation, Aggregation and Visualization of Meta-Data: Analyzing a Web-Based Information System Heiner Stuckenschmidt 1 and Frank van Harmelen 2,3 1 Center for Computing Technologies,

More information

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Edith Cowan University Research Online ECU Publications Pre. 2011 2006 An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Chaiyaporn Chirathamjaree Edith Cowan University 10.1109/TENCON.2006.343819

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

P2P Knowledge Management: an Investigation of the Technical Architecture and Main Processes

P2P Knowledge Management: an Investigation of the Technical Architecture and Main Processes P2P Management: an Investigation of the Technical Architecture and Main Processes Oscar Mangisengi, Wolfgang Essmayr Software Competence Center Hagenberg (SCCH) Hauptstrasse 99, A-4232 Hagenberg, Austria

More information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information P. Smart, A.I. Abdelmoty and C.B. Jones School of Computer Science, Cardiff University, Cardiff,

More information

Ontology-Driven Geographic Information Systems

Ontology-Driven Geographic Information Systems Ontology-Driven Geographic Information Systems Frederico T. Fonseca 12 and Max J. Egenhofer 123 1 National Center for Geographic Information and Analysis 2 Department of Spatial Information Science and

More information

Overview of the Integration Wizard Project for Querying and Managing Semistructured Data in Heterogeneous Sources

Overview of the Integration Wizard Project for Querying and Managing Semistructured Data in Heterogeneous Sources In Proceedings of the Fifth National Computer Science and Engineering Conference (NSEC 2001), Chiang Mai University, Chiang Mai, Thailand, November 2001. Overview of the Integration Wizard Project for

More information

Semantic Data Extraction for B2B Integration

Semantic Data Extraction for B2B Integration Silva, B., Cardoso, J., Semantic Data Extraction for B2B Integration, International Workshop on Dynamic Distributed Systems (IWDDS), In conjunction with the ICDCS 2006, The 26th International Conference

More information

SEMANTIC WEB LANGUAGES - STRENGTHS AND WEAKNESS

SEMANTIC WEB LANGUAGES - STRENGTHS AND WEAKNESS SEMANTIC WEB LANGUAGES - STRENGTHS AND WEAKNESS Sinuhé Arroyo Ying Ding Rubén Lara Universität Innsbruck Universität Innsbruck Universität Innsbruck Institut für Informatik Institut für Informatik Institut

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Generating and Managing Metadata for Web-Based Information Systems

Generating and Managing Metadata for Web-Based Information Systems Generating and Managing Metadata for Web-Based Information Systems Heiner Stuckenschmidt and Frank van Harmelen Department of Mathematics and Computer Science Vrije Universiteit Amsterdam De Boelelaan

More information

Knowledge Representation, Ontologies, and the Semantic Web

Knowledge Representation, Ontologies, and the Semantic Web Knowledge Representation, Ontologies, and the Semantic Web Evimaria Terzi 1, Athena Vakali 1, and Mohand-Saïd Hacid 2 1 Informatics Dpt., Aristotle University, 54006 Thessaloniki, Greece evimaria,avakali@csd.auth.gr

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

More information

Practical Context Transformation for Information System Interoperability

Practical Context Transformation for Information System Interoperability Practical Context Transformation for Information System Interoperability Holger Wache, Heiner Stuckenschmidt Center for Computing Technologies University of Bremen, Germany {wache, heiner}@tzi.de Abstract.

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries EunKyung Chung, eunkyung.chung@usm.edu School of Library

More information

Finding and Integration of Information - A Practical Solution for the Semantic Web -

Finding and Integration of Information - A Practical Solution for the Semantic Web - Finding and Integration of Information - A Practical Solution for the Semantic Web - Ubbo Visser and Gerhard Schuster 1 Abstract. If we believe the numerous publications concerning intelligent approaches

More information

Methodologies for Ontology-Based Semantic Translation

Methodologies for Ontology-Based Semantic Translation Methodologies for Ontology-Based Semantic Translation H. Stuckenschmidt, H. Wache, U. Visser, G. Schuster The BUSTER Project: TZI, Group Outline! A Survey of Existing Approaches! The Role on Ontologies!

More information

Ontology-based Model Transformation

Ontology-based Model Transformation Ontology-based Model Transformation Stephan Roser Advisor: Bernhard Bauer Progamming of Distributed Systems Institute of Computer Science, University of Augsburg, Germany [roser,bauer]@informatik.uni-augsburg.de

More information

Adding formal semantics to the Web

Adding formal semantics to the Web Adding formal semantics to the Web building on top of RDF Schema Jeen Broekstra On-To-Knowledge project Context On-To-Knowledge IST project about content-driven knowledge management through evolving ontologies

More information

MIWeb: Mediator-based Integration of Web Sources

MIWeb: Mediator-based Integration of Web Sources MIWeb: Mediator-based Integration of Web Sources Susanne Busse and Thomas Kabisch Technical University of Berlin Computation and Information Structures (CIS) sbusse,tkabisch@cs.tu-berlin.de Abstract MIWeb

More information

The 2 nd Generation Web - Opportunities and Problems

The 2 nd Generation Web - Opportunities and Problems The 2 nd Generation Web - Opportunities and Problems Dr. Uwe Aßmann Research Center for Integrational Software Engineering (RISE) Swedish Semantic Web Initiative (SWEB) Linköpings Universitet Contents

More information

MarcOnt - Integration Ontology for Bibliographic Description Formats

MarcOnt - Integration Ontology for Bibliographic Description Formats MarcOnt - Integration Ontology for Bibliographic Description Formats Sebastian Ryszard Kruk DERI Galway Tel: +353 91-495213 Fax: +353 91-495541 sebastian.kruk @deri.org Marcin Synak DERI Galway Tel: +353

More information

Computation Independent Model (CIM): Platform Independent Model (PIM): Platform Specific Model (PSM): Implementation Specific Model (ISM):

Computation Independent Model (CIM): Platform Independent Model (PIM): Platform Specific Model (PSM): Implementation Specific Model (ISM): viii Preface The software industry has evolved to tackle new approaches aligned with the Internet, object-orientation, distributed components and new platforms. However, the majority of the large information

More information

OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA

OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA ian.horrocks@networkinference.com Abstract Although the OWL Web Ontology Language adds considerable expressive power to the Semantic Web

More information

Annotation for the Semantic Web During Website Development

Annotation for the Semantic Web During Website Development Annotation for the Semantic Web During Website Development Peter Plessers and Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL Wang Wei, Payam M. Barnaghi School of Computer Science and Information Technology The University of Nottingham Malaysia Campus {Kcy3ww, payam.barnaghi}@nottingham.edu.my

More information

Cataloguing GI Functions provided by Non Web Services Software Resources Within IGN

Cataloguing GI Functions provided by Non Web Services Software Resources Within IGN Cataloguing GI Functions provided by Non Web Services Software Resources Within IGN Yann Abd-el-Kader, Bénédicte Bucher Laboratoire COGIT Institut Géographique National 2 av Pasteur 94 165 Saint Mandé

More information

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Minal Bhise DAIICT, Gandhinagar, Gujarat, India 382007 minal_bhise@daiict.ac.in Abstract. The semantic web offers

More information

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

More information

Advanced Geographic Information Systems Vol. II - GIS Interoperability, from Problems to Solutions - R. Laurini, K. Yétongnon, D.

Advanced Geographic Information Systems Vol. II - GIS Interoperability, from Problems to Solutions - R. Laurini, K. Yétongnon, D. GIS INTEROPERABILITY, FROM PROBLEMS TO SOLUTIONS R. Laurini LIRIS Laboratory, INSA de Lyon, Villeurbanne, France K. Yétongnon LE2I-Equipe Ingénierie Informatique, Université de Bourgogne, Dijon, France

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

A Tool for Storing OWL Using Database Technology

A Tool for Storing OWL Using Database Technology A Tool for Storing OWL Using Database Technology Maria del Mar Roldan-Garcia and Jose F. Aldana-Montes University of Malaga, Computer Languages and Computing Science Department Malaga 29071, Spain, (mmar,jfam)@lcc.uma.es,

More information

Probabilistic Information Integration and Retrieval in the Semantic Web

Probabilistic Information Integration and Retrieval in the Semantic Web Probabilistic Information Integration and Retrieval in the Semantic Web Livia Predoiu Institute of Computer Science, University of Mannheim, A5,6, 68159 Mannheim, Germany livia@informatik.uni-mannheim.de

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems Jan Polowinski Martin Voigt Technische Universität DresdenTechnische Universität Dresden 01062 Dresden, Germany

More information

The table metaphor: A representation of a class and its instances

The table metaphor: A representation of a class and its instances The table metaphor: A representation of a class and its instances Jan Henke Digital Enterprise Research Institute (DERI) University of Innsbruck, Austria jan.henke@deri.org Abstract This paper describes

More information

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data FedX: A Federation Layer for Distributed Query Processing on Linked Open Data Andreas Schwarte 1, Peter Haase 1,KatjaHose 2, Ralf Schenkel 2, and Michael Schmidt 1 1 fluid Operations AG, Walldorf, Germany

More information

SEMANTIC WEB LANGUAGES STRENGTHS AND WEAKNESS

SEMANTIC WEB LANGUAGES STRENGTHS AND WEAKNESS SEMANTIC WEB LANGUAGES STRENGTHS AND WEAKNESS Sinuhé Arroyo, Rubén Lara, Ying Ding, Michael Stollberg, Dieter Fensel Universität Innsbruck Institut für Informatik Technikerstraße 13 6020 Innsbruck, Austria

More information

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications 24Am Smart Open Services for European Patients Open ehealth initiative for a European large scale pilot of Patient Summary and Electronic Prescription Work Package 3.5 Semantic Services Definition Appendix

More information

Configuration Management for Component-based Systems

Configuration Management for Component-based Systems Configuration Management for Component-based Systems Magnus Larsson Ivica Crnkovic Development and Research Department of Computer Science ABB Automation Products AB Mälardalen University 721 59 Västerås,

More information

Design Patterns for Description-Driven Systems

Design Patterns for Description-Driven Systems Design Patterns for Description-Driven Systems N. Baker 3, A. Bazan 1, G. Chevenier 2, Z. Kovacs 3, T Le Flour 1, J-M Le Goff 4, R. McClatchey 3 & S Murray 1 1 LAPP, IN2P3, Annecy-le-Vieux, France 2 HEP

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) APPLYING SEMANTIC WEB SERVICES. Sidi-Bel-Abbes University, Algeria)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) APPLYING SEMANTIC WEB SERVICES. Sidi-Bel-Abbes University, Algeria) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4, Issue 2, March April (2013), pp. 108-113 IAEME: www.iaeme.com/ijcet.asp Journal

More information

Ontology Exemplification for aspocms in the Semantic Web

Ontology Exemplification for aspocms in the Semantic Web Ontology Exemplification for aspocms in the Semantic Web Anand Kumar Department of Computer Science Babasaheb Bhimrao Ambedkar University Lucknow-226025, India e-mail: anand_smsvns@yahoo.co.in Sanjay K.

More information

Design Process Ontology Approach Proposal

Design Process Ontology Approach Proposal Design Process Ontology Approach Proposal Grzegorz J. Nalepa 1 and Weronika T. Furma«ska 1 Institute of Automatics, AGH University of Science and Technology, Al. Mickiewicza 30, 30-059 Kraków, Poland gjn@agh.edu.pl,

More information

Racer: An OWL Reasoning Agent for the Semantic Web

Racer: An OWL Reasoning Agent for the Semantic Web Racer: An OWL Reasoning Agent for the Semantic Web Volker Haarslev and Ralf Möller Concordia University, Montreal, Canada (haarslev@cs.concordia.ca) University of Applied Sciences, Wedel, Germany (rmoeller@fh-wedel.de)

More information

Contextion: A Framework for Developing Context-Aware Mobile Applications

Contextion: A Framework for Developing Context-Aware Mobile Applications Contextion: A Framework for Developing Context-Aware Mobile Applications Elizabeth Williams, Jeff Gray Department of Computer Science, University of Alabama eawilliams2@crimson.ua.edu, gray@cs.ua.edu Abstract

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE

INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE Teresa Susana Mendes Pereira & Ana Alice Batista INCORPORATING A SEMANTICALLY ENRICHED NAVIGATION LAYER ONTO AN RDF METADATABASE TERESA SUSANA MENDES PEREIRA; ANA ALICE BAPTISTA Universidade do Minho Campus

More information

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Hitachi Review Vol. 65 (2016), No. 1 729 Featured Articles Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Kazuki

More information

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability

Adding Semantic Web Technology to the Object-Oriented Method for Interoperability Adding Semantic Web Technology to the Object-Oriented Method for Interoperability P. Anisetty 1, P.Young 2 1 Acxiom Corporation, Conway, AR, USA 2 Computer Science Department, University of Central Arkansas,

More information

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications 2009 International Conference on Computer Engineering and Technology Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications Sung-Kooc Lim Information and Communications

More information

Semantic agents for location-aware service provisioning in mobile networks

Semantic agents for location-aware service provisioning in mobile networks Semantic agents for location-aware service provisioning in mobile networks Alisa Devlić University of Zagreb visiting doctoral student at Wireless@KTH September 9 th 2005. 1 Agenda Research motivation

More information

Browsing in the tsimmis System. Stanford University. into requests the source can execute. The data returned by the source is converted back into the

Browsing in the tsimmis System. Stanford University. into requests the source can execute. The data returned by the source is converted back into the Information Translation, Mediation, and Mosaic-Based Browsing in the tsimmis System SIGMOD Demo Proposal (nal version) Joachim Hammer, Hector Garcia-Molina, Kelly Ireland, Yannis Papakonstantinou, Jerey

More information

WHAT ISINTEROPERABILITY? (AND HOW DO WE MEASURE IT?) INSPIRE Conference 2011 Edinburgh, UK

WHAT ISINTEROPERABILITY? (AND HOW DO WE MEASURE IT?) INSPIRE Conference 2011 Edinburgh, UK WHAT ISINTEROPERABILITY? (AND HOW DO WE MEASURE IT?) INSPIRE Conference 2011 Edinburgh, UK Motivation Interoperability is a core objective of INSPIRE Interoperability a major element of GEOSS Strategic

More information

Development of Contents Management System Based on Light-Weight Ontology

Development of Contents Management System Based on Light-Weight Ontology Development of Contents Management System Based on Light-Weight Ontology Kouji Kozaki, Yoshinobu Kitamura, and Riichiro Mizoguchi Abstract In the Structuring Nanotechnology Knowledge project, a material-independent

More information

Towards the Semantic Web

Towards the Semantic Web Towards the Semantic Web Ora Lassila Research Fellow, Nokia Research Center (Boston) Chief Scientist, Nokia Venture Partners LLP Advisory Board Member, W3C XML Finland, October 2002 1 NOKIA 10/27/02 -

More information

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Dhirubhai Ambani Institute for Information and Communication Technology, Gandhinagar, Gujarat, India Email:

More information

Deep Integration of Scripting Languages and Semantic Web Technologies

Deep Integration of Scripting Languages and Semantic Web Technologies Deep Integration of Scripting Languages and Semantic Web Technologies Denny Vrandečić Institute AIFB, University of Karlsruhe, Germany denny@aifb.uni-karlsruhe.de Abstract. Python reached out to a wide

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 1402 An Application Programming Interface Based Architectural Design for Information Retrieval in Semantic Organization

More information

Architectural Design

Architectural Design Architectural Design Topics i. Architectural design decisions ii. Architectural views iii. Architectural patterns iv. Application architectures Chapter 6 Architectural design 2 PART 1 ARCHITECTURAL DESIGN

More information

Query Processing and Optimization on the Web

Query Processing and Optimization on the Web Query Processing and Optimization on the Web Mourad Ouzzani and Athman Bouguettaya Presented By Issam Al-Azzoni 2/22/05 CS 856 1 Outline Part 1 Introduction Web Data Integration Systems Query Optimization

More information

AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION

AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION AN INVESTIGATION OF MULTINATIONAL ENTERPRISE INTERNAL CONTROL AND RISK MANAGEMENT INFORMATION INTEGRATION Shi-Ming Huang, National Chung Cheng University, 168 University Road, Minhsiung Township, Chiayi

More information

A UML Profile for Modeling Schema Mappings

A UML Profile for Modeling Schema Mappings A UML Profile for Modeling Schema Mappings Stefan Kurz, Michael Guppenberger, and Burkhard Freitag Institute for Information Systems and Software Technology (IFIS) University of Passau, Germany Stefan.Kurz@uni-passau.de,

More information

Ontology Mapping based on Similarity Measure and Fuzzy Logic

Ontology Mapping based on Similarity Measure and Fuzzy Logic Ontology Mapping based on Similarity Measure and Fuzzy Logic Author Niwattanakul, S., Martin, Philippe, Eboueya, M., Khaimook, K. Published 2007 Conference Title Proceedings of E-Learn 2007 Copyright Statement

More information

Instances of Instances Modeled via Higher-Order Classes

Instances of Instances Modeled via Higher-Order Classes Instances of Instances Modeled via Higher-Order Classes douglas foxvog Digital Enterprise Research Institute (DERI), National University of Ireland, Galway, Ireland Abstract. In many languages used for

More information

Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps

Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps Metamorphosis An Environment to Achieve Semantic Interoperability with Topic Maps Giovani Rubert Librelotto 1 and José Carlos Ramalho 2 and Pedro Rangel Henriques 2 1 UNIFRA Centro Universitário Franciscano

More information

Giving Meaning to GI Web Service Descriptions (Extended Abstract 44 )

Giving Meaning to GI Web Service Descriptions (Extended Abstract 44 ) Giving Meaning to GI Web Service Descriptions (Extended Abstract 44 ) Florian Probst and Michael Lutz Institute for Geoinformatics (ifgi) University of Münster, Germany {f.probst m.lutz}@uni-muenster.de

More information

Conceptual Integration using Wrapped Applications

Conceptual Integration using Wrapped Applications Conceptual Integration using Wrapped Applications Christian Gaßner Business-Partner, MSQ, PST A610 Zurich Insurance Company Switzerland Talackerstrasse 1 CH-8152 Opfikon-Glattbrugg email: CHRISTIAN.GASSNER@BLUEWIN.CH

More information

Falcon-AO: Aligning Ontologies with Falcon

Falcon-AO: Aligning Ontologies with Falcon Falcon-AO: Aligning Ontologies with Falcon Ningsheng Jian, Wei Hu, Gong Cheng, Yuzhong Qu Department of Computer Science and Engineering Southeast University Nanjing 210096, P. R. China {nsjian, whu, gcheng,

More information

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach

Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Category Theory in Ontology Research: Concrete Gain from an Abstract Approach Markus Krötzsch Pascal Hitzler Marc Ehrig York Sure Institute AIFB, University of Karlsruhe, Germany; {mak,hitzler,ehrig,sure}@aifb.uni-karlsruhe.de

More information

An Ontology-Based Framework for Geographic Data Integration

An Ontology-Based Framework for Geographic Data Integration An Ontology-Based Framework for Geographic Data Integration Vânia M.P. Vidal 1, Eveline R. Sacramento 1, José Antonio Fernandes de Macêdo 1,2 Marco Antonio Casanova 3 1 Universidade Federal do Ceará, Department

More information

Device Independent Principles for Adapted Content Delivery

Device Independent Principles for Adapted Content Delivery Device Independent Principles for Adapted Content Delivery Tayeb Lemlouma 1 and Nabil Layaïda 2 OPERA Project Zirst 655 Avenue de l Europe - 38330 Montbonnot, Saint Martin, France Tel: +33 4 7661 5281

More information

HealthCyberMap: Mapping the Health Cyberspace Using Hypermedia GIS and Clinical Codes

HealthCyberMap: Mapping the Health Cyberspace Using Hypermedia GIS and Clinical Codes HealthCyberMap: Mapping the Health Cyberspace Using Hypermedia GIS and Clinical Codes PhD Research Project Maged Nabih Kamel Boulos MBBCh, MSc (Derm & Vener), MSc (Medical Informatics) 1 Summary The application

More information

Formulating XML-IR Queries

Formulating XML-IR Queries Alan Woodley Faculty of Information Technology, Queensland University of Technology PO Box 2434. Brisbane Q 4001, Australia ap.woodley@student.qut.edu.au Abstract: XML information retrieval systems differ

More information

Semantic Web and Databases: Relationships and some Open Problems

Semantic Web and Databases: Relationships and some Open Problems Semantic Web and Databases: Relationships and some Open Problems Stefan Decker Gates Bldg 4A/425 Stanford University, Stanford, CA, 94306, USA stefan@db.stanford.edu Abstract. In this position paper I

More information

Developing Software Applications Using Middleware Infrastructure: Role Based and Coordination Component Framework Approach

Developing Software Applications Using Middleware Infrastructure: Role Based and Coordination Component Framework Approach Developing Software Applications Using Middleware Infrastructure: Role Based and Coordination Component Framework Approach Ninat Wanapan and Somnuk Keretho Department of Computer Engineering, Kasetsart

More information

ONAR: AN ONTOLOGIES-BASED SERVICE ORIENTED APPLICATION INTEGRATION FRAMEWORK

ONAR: AN ONTOLOGIES-BASED SERVICE ORIENTED APPLICATION INTEGRATION FRAMEWORK ONAR: AN ONTOLOGIES-BASED SERVICE ORIENTED APPLICATION INTEGRATION FRAMEWORK Dimitrios Tektonidis 1, Albert Bokma 2, Giles Oatley 2, Michael Salampasis 3 1 ALTEC S.A., Research Programmes Division, M.Kalou

More information

Automatic Interpretation of Natural Language for a Multimedia E-learning Tool

Automatic Interpretation of Natural Language for a Multimedia E-learning Tool Automatic Interpretation of Natural Language for a Multimedia E-learning Tool Serge Linckels and Christoph Meinel Department for Theoretical Computer Science and New Applications, University of Trier {linckels,

More information

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-443

More information

A CORBA-based Multidatabase System - Panorama Project

A CORBA-based Multidatabase System - Panorama Project A CORBA-based Multidatabase System - Panorama Project Lou Qin-jian, Sarem Mudar, Li Rui-xuan, Xiao Wei-jun, Lu Zheng-ding, Chen Chuan-bo School of Computer Science and Technology, Huazhong University of

More information

GEO-OBJECT CATALOGS TO ENABLE GEOGRAPHIC DATABASES INTEROPERABILITY

GEO-OBJECT CATALOGS TO ENABLE GEOGRAPHIC DATABASES INTEROPERABILITY GEO-OBJECT CATALOGS TO ENABLE GEOGRAPHIC DATABASES INTEROPERABILITY Daniela F. Brauner, Marco A. Casanova and Carlos J. P. de Lucena Departamento de Informática PUC-Rio, Rua Marquês de São Vicente, 225

More information

The OWL API: An Introduction

The OWL API: An Introduction The OWL API: An Introduction Sean Bechhofer and Nicolas Matentzoglu University of Manchester sean.bechhofer@manchester.ac.uk OWL OWL allows us to describe a domain in terms of: Individuals Particular objects

More information

Bibster A Semantics-Based Bibliographic Peer-to-Peer System

Bibster A Semantics-Based Bibliographic Peer-to-Peer System Bibster A Semantics-Based Bibliographic Peer-to-Peer System Peter Haase 1, Björn Schnizler 1, Jeen Broekstra 2, Marc Ehrig 1, Frank van Harmelen 2, Maarten Menken 2, Peter Mika 2, Michal Plechawski 3,

More information

Lecture Telecooperation. D. Fensel Leopold-Franzens- Universität Innsbruck

Lecture Telecooperation. D. Fensel Leopold-Franzens- Universität Innsbruck Lecture Telecooperation D. Fensel Leopold-Franzens- Universität Innsbruck First Lecture: Introduction: Semantic Web & Ontology Introduction Semantic Web and Ontology Part I Introduction into the subject

More information

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Addis Mulugeta Ethiopian Sugar Corporation, Addis Ababa, Ethiopia addismul@gmail.com Abrehet Mohammed Omer Department

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Self-Controlling Architecture Structured Agents

Self-Controlling Architecture Structured Agents Self-Controlling Architecture Structured Agents Mieczyslaw M. Kokar (contact author) Department of Electrical and Computer Engineering 360 Huntington Avenue, Boston, MA 02115 ph: (617) 373-4849, fax: (617)

More information

Introduction to Information Systems

Introduction to Information Systems Table of Contents 1... 2 1.1 Introduction... 2 1.2 Architecture of Information systems... 2 1.3 Classification of Data Models... 4 1.4 Relational Data Model (Overview)... 8 1.5 Conclusion... 12 1 1.1 Introduction

More information

Realisation of Active Multidatabases by Extending Standard Database Interfaces

Realisation of Active Multidatabases by Extending Standard Database Interfaces Realisation of Active Multidatabases by Extending Standard Database Interfaces Christopher Popfinger Institute of Computer Science - Database Systems Heinrich-Heine-University Düsseldorf D-40225 Düsseldorf,

More information

The Model-Driven Semantic Web Emerging Standards & Technologies

The Model-Driven Semantic Web Emerging Standards & Technologies The Model-Driven Semantic Web Emerging Standards & Technologies Elisa Kendall Sandpiper Software March 24, 2005 1 Model Driven Architecture (MDA ) Insulates business applications from technology evolution,

More information

Learning from the Masters: Understanding Ontologies found on the Web

Learning from the Masters: Understanding Ontologies found on the Web Learning from the Masters: Understanding Ontologies found on the Web Bernardo Cuenca Grau 1, Ian Horrocks 1, Bijan Parsia 1, Peter Patel-Schneider 2, and Ulrike Sattler 1 1 School of Computer Science,

More information

Semantics Modeling and Representation. Wendy Hui Wang CS Department Stevens Institute of Technology

Semantics Modeling and Representation. Wendy Hui Wang CS Department Stevens Institute of Technology Semantics Modeling and Representation Wendy Hui Wang CS Department Stevens Institute of Technology hwang@cs.stevens.edu 1 Consider the following data: 011500 18.66 0 0 62 46.271020111 25.220010 011500

More information

A System For Information Extraction And Intelligent Search Using Dynamically Acquired Background Knowledge

A System For Information Extraction And Intelligent Search Using Dynamically Acquired Background Knowledge A System For Information Extraction And Intelligent Search Using Dynamically Acquired Background Knowledge Samhaa R. El-Beltagy, Ahmed Rafea, and Yasser Abdelhamid Central Lab for Agricultural Expert Systems

More information

FlowBack: Providing Backward Recovery for Workflow Management Systems

FlowBack: Providing Backward Recovery for Workflow Management Systems FlowBack: Providing Backward Recovery for Workflow Management Systems Bartek Kiepuszewski, Ralf Muhlberger, Maria E. Orlowska Distributed Systems Technology Centre Distributed Databases Unit ABSTRACT The

More information

For our sample application we have realized a wrapper WWWSEARCH which is able to retrieve HTML-pages from a web server and extract pieces of informati

For our sample application we have realized a wrapper WWWSEARCH which is able to retrieve HTML-pages from a web server and extract pieces of informati Meta Web Search with KOMET Jacques Calmet and Peter Kullmann Institut fur Algorithmen und Kognitive Systeme (IAKS) Fakultat fur Informatik, Universitat Karlsruhe Am Fasanengarten 5, D-76131 Karlsruhe,

More information