On Visualizing the Semantic Web in MS Office

Size: px
Start display at page:

Download "On Visualizing the Semantic Web in MS Office"

Transcription

1 On Visualizing the Semantic Web in MS Office Christian Fillies, Semtation GmbH, Germany, York Sure, Institute AIFB, University of Karlsruhe, Germany, Abstract This article gives an impression how existing RDFS based Semantic Web knowledge web services can already now be integrated in the creation process of semantic nets in MS Visio with SemTalk. We are presenting two examples: looking up object names in WordNet and using Ontobroker as an inference engine on ECCMA [11] ontologies. This article shows how different 2-dimensional visualization techniques such as DAMLVisio [5] or simple Visio shapes can be applied to semantic web models in order to address a broad range of users with very different expectations on the notation. Keywords: RDFS, Web Services, Vis io, Ontobroker 1. Introduction SemTalk [1], using a Microsoft Visio front-end, offers an easy to use editor for semantic web ontologies and processes. Using an open, graphically configurable meta model, Visio can be easily adapted to different model worlds such as CASE Tools and organizational models. These models, with the help of Microsoft Office XP SmartTags, allow users to easily use semantic webs during their daily work with other MS Office products such as Winword, Excel or Outlook. The whole idea of the semantic web is to share common more or less formalized knowledge via the Internet [2]. While the main idea was to establish a common knowledge platform for machines, we are focussing on people exchanging their ideas in a (graphical) knowledge network. Key issue for sharing knowledge is the use of a common terminology, e.g. in form of ontologies [3]. Though there exists already common practices how to develop and use ontologies [4], ontologies are due to their complex nature far from being a commodity and require substantial tool support during development. Most of the existing online and offline glossaries can be viewed by browsers that visualize exactly one node in an network. Some tools generate hyperbolic trees or similar visualizations on demand. Our experience about communicating knowledge is, that complex problems can better be understood by manually created diagrams describing a specific scene or scenario. People prefer using a mixture of drawing tools combined with modelling tools which gives them a great flexibility to use the advantages of both. This article shows how different 2-dimensional visualization techniques as DAMLVisio [5] or UML [6] can be applied to semantic web models using Visio for multiple audiences. Our goal is to integrate existing RDF(S) [7,8] based semantic web knowledge services tightly into the creation process of semantic networks and business processes. We are covering too examples: looking up object names in WordNet [9] and using Ontobroker [10] as an inference engine to process ECCMA ontologies. 2. Architecture SemTalk does work on an RDF(S)-like XML data structure. Diagramming information and object oriented features like methods and states have been added to RDF(S). It also has an optimized structure for basic inferences as inheritance and graph traversals. There is an object engine providing a COM API in order to be able to use the engine within MS Office products. For the graphical presentation of models we have used MS Visio for two reasons: (i) the tool is widely used in industry, therefore people are used to it and (ii) it is easily extensible through an API.

2 4. WordNet WordNet, which was developed by the Cognitive Science Laboratory at Princeton University under the direction of Professor George A. Miller, is a huge online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. SemTalk uses WordNet via Dan Brickley s RDF(S) web service for WordNet 1.6 [12]. Figure 1: Architecture Overview of SemTalk The SemTalk object engine is used to define semantics - in other words a Meta Model - for existing Visio shapes. You can graphically define which shapes are allowed to be connected with each other. SemTalk supplies the infrastructure to define comp lete modeling methods inside Visio. Those methods are e.g. for DAML, for Enterprise Resource Planing (ERP) product modeling and for Business Process Modelling (BPM) methods. SemTalk has a couple of interfaces to CASE tools like Rational Rose and to BPM tools. There is a simple report generator that creates HTML tables by using XSL for formatting. 3. Notation for Semantic Webs In respect to the very broad audience we want people to be able to read our models without learning a notation. We have best experiences using the very simple bubble notation, shown in some of the pictures below. It is important to label most of the links and not to use graphical encodings which are known from graphical languages as Entity Relationship diagrams or UML. Figure 2: A small vehicle model build from WordNet The models are being build with external model repositories incrementally. Once you have used a class name in a model you can look for related objects in external repositories and integrate them into your model (Figure 3). The idea of using an external glossary basically ensures that people are talking about the same thing with a well defined Uniform Resource Name (URN) to identify objects and related hyperlinks to access their definitions. The other benefit users have from such ontologies is that they are getting hints for related objects or subclasses to use in the model. For readers with a technical background more complex notation with various shape types can be used. Examples are the DAML Notation and e.g. a user interface for a product configuration engine. One of the great advantages of using Visio is that is contains a large collection of predefined and extendable shapes. The shapes correspond quite natural to classes. Using pictures improves the acceptance of the models which is an important success factor in Knowledge Management.

3 Figure 3: Subclasses of vehicle offered by WordNet The objects remember their origin and can be refreshed (or replicated) from their external data sourc e once the source has changed.in a very similar way you can link one class to a another class living in an external model which was created using SemTalk and which is published on a web server. This technology results in a web of hyperlinked models based on RDF(S) as a common standard. 5. Ontobroker Finding knowledge on the semantic web can be done more intelligent than just looking up words in a dictionary even if this is based on RDF(S). Additional to web services such as WordNet and the SemTalk internal indexing inference engines like Ontobroker 1 can provide a new dimension of reasoning capabilities. list of possibly relevant knowledge bases is being send to an Ontobroker server. The server returns a list of XML encoded solutions to the query. Each variable binding in a solution can be a reference to an object in a knowledge base. The user can insert objects into SemTalk directly from the URNs provided in the result set. Figure 4 is showing the query interface in SemTalk. A user selects one or more ontologies and a query. The Result set consists of all possible Solutions for the F- Logic query FORALL X,Y<-X::Y. which means X is a (direct or indirect) subclass of Y. In the example we are using a subset (Farming & Fishing & Forestry & Wildlife &..) from a large ontology named Universal Standard Products and Services Classification (UNSPSC) developed by ECCMA. The Electronic Commerce Code Management Association (ECCMA) is a not-for-profit, unbiased, membership organization that oversees the management and development of the UNSPSC Code. The UNSPSC is a new classification first developed in the summer of Both the Dun & Bradstreet Standard Product and Services Classification (SPSC) and the United Nations Development Program (UNDP) United Nations Common Coding System (UNCCS) were used in its development. The UNSPSC currently covers 56 industry segments from electronics to chemical, to medical, to educational services, to automotive to fabrications, etc. A good overview of this and similar content standards can be found at [17]. Ontobroker exploits knowledge models and data from different sources to answer queries. For that purpose it evaluates axioms contained in the knowledge models to derive new knowledge or to check the consistency of the available knowledge. It runs as a middleware system and thus may be used by a variety of applications of as an information delivering base. Ontobroker is already used by the W3C as a reference implementation (SiLRI [13]) as an inferencing tool for semantics for the Web. Ontobroker can be accessed as a web service similar to WordNet. SemTalk stores models as knowledge bases somewhere on a webspace reachable for Ontobroker. A query in Ontobrokers query language F-Logic [14] and a Figure 4: Administration of Ontobroker 1 Ontobroker is available from Ontoprise GmbH, cf.

4 The mission of SemTalk is to empower end users to publish models to the semantic web and to exploit the knowledge from their desktop applications. Since we do not expect end user to learn and use an object oriented logical language like F -Logic, we have build a query-byexample -style graphical interface show in Figure 5. you can not use "SubClassOf" between to instances. keep consistency between multiple visualizations of the same object. navigation etc. Figure 6: Subset of the DAML meta-model in SemTalk Figure 5: A graphical F-Logic Query Queries are defined the same way users are already familiar with from reading the models. Existing models can be used as patterns. Some parts of the model are marked as variables (single uppercase character). The graphical query is then translated to F-Logic and send to Ontobroker. 6. DAML DAML is the Darpa Agent Markup Language [15]. The goal of the DAML effort is to develop a language and tools to facilitate the concept of the semantic web. DAML is basically a much richer layer on top of RDF(S). For SemTalk we are using the VisioDAML shapes developed by John Flynn [5]. What SemTalk currently does for DAML is: driven by the meta-model it will check if you can use a connector between any to objects e.g. Figure 7: DAML Notation in SemTalk The (RDF(S) compatible) classes which you will find in SemTalk are just used for the DAML meta model (Figure 6). The SemTalk object engine controls which pairs of shapes may be connected. E.g. a subclassof connection is not allowed between a class and a property. Figure 7 is a DAML drawing build with SemTalk. A DAML class is represented as an instance of the SemTalk class "DAML#Class", DAML instances are instances of the SemTalk class "DAML#Instance". "DAML#HasClass" is just a link between two SemTalk instances. This implies that the basic inferences like

5 inheritance of attributes are not available for DAML in the dialogs. Compared to this the integration of RDF(S) is much deeper. If we read an RDF(S) file we are creating SemTalk classes which can be used as: - classes for Visio masters - business objects in business processes -... SemTalk classes implement a subset of RDF(S) (e.g. no SubProperty of, binary properties only). The current DAML Visio shape set does not cover the DAML extension DAML+OIL [17]. As soon as a proposal for a depiction of DAML+OIL is available this can be implemented in SemTalk by extension of the graphical Meta Model and by adding the new Visio shapes. 7. Using the Semantic Web from MS Office XP If you read this text from an Internet Explorer 6.0 or Word XP you will mention a SmartTag on the word SmartTag in this sentence as shown in Figure 8. Hyperlinks are early bound (in the context of the author) while SmartTags are using late binding (in the context of the reader). Late Binding is more interesting since it may translate terms from one context to another on the fly. If users have SemTalk installed on their machine they may also edit the underlying Visio model in order to add new information to the model or change the text based on linked objects from the model. SmartTag technology is recognized by most of the users as one of the key enablers for knowledge management because it is proactive. It points the user to the semantic model which describes in an easy understandable way what the text / / sheets is talking about. This technology helps e.g. (i) technical writers to be sure to use the right term in their context Or (ii) shows a business process that describes how to proceed. A concrete usage scenario for this approach is to ensure the consistency of technical documentation in the IT department of a bank [16]. 8. Summary Using SemTalk models are able to give context to keywords. They also create a starting point to understand and communicate process information. As the availability of semantic web knowledge source is increasing, the need for reliable and scalable inference engines such as Ontobroker becomes obvious. The Visio editor enables a wide range of users to use and understand models. By the integration of the technology into the daily work processes, the acceptance, and thus the usefulness of the models rises. 9. References Figure 8: A SmartTag action menu SmartTags are recognized while you a typing. The SemTalk Sma rttag Recognizer finds any class in models of users choice. The HTML option will open an HTML representation of the model. Make Hyperlink converts the SmartTag into a static hyperlink for those users not having IE. Static [1] Fillies,C.; Weichhardt, F.; SemTalk: A RDFS Editor for Visio 2000 Position Paper, ICCS th International Conference on Conceptual Structures / Semantic Web Working Symposium (SWWS) [2] Tim Berners-Lee, Jim Hendler, and Ora Lassila published an article about the Semantic Web in Scientifc American. "A new form of Web content that is meaningful to computers will unleash a revolution of new possibilities". See 01berners-lee.html [3] Gruber, T. (1995). Towards principles for the design of ontologies used for knowledge sharing. International Journal of Human -Computer Studies, (43): [4] S. Staab, H.-P. Schnurr, R. Studer, and Y. Sure. Knowledge processes and ontologies. IEEE Intelligent

6 Systems, Special Issue on Knowledge Management, 16(1), January/Febrary [5] John Flynn. DAMLVisio Shapes, cf. [6] Booch, G., Rumbaugh, J. and Jacobson, I. (1999) The unified modeling language user guide, Addison- Wesley, Reading Mass. [7] W3C. RDF Schema Specification [8] O. Lassila and R. Swick. Resource description framework (RDF). model and syntax specification. Technical report, W3C, W3C Recommendation. [9] WordNet, cf. [10] S. Decker, M. Erdmann, D. Fensel, and R. Studer. Ontobroker: Ontology Based access to Distributed and Semi-Structured Information. In R. Meersman et al., editors, Database Semantics: Semantic Issues in Multimedia System s, pages Kluwer Academic Publisher, [11] cf. [12] Dan Brickley. RDF(S) web service for WordNet 1.6, cf. [13] S. Decker, D. Brickley, J. Saarela, J. Angele. A Query Service for RDF. Query Languages 98, W3C Workshop. [14] M. Kifer, G. Lausen, and J. Wu. Logical foundations of object-oriented and frame -based languages. Journal of the ACM, 42, , (1995). [15] Darpa Agent Markup Language (DAML), cf. [16] Fillies, C., Wood-Albrecht, G., Weichhardt, F., A Pragmatic Application of the Semantic W eb Using SemTalk. WWW2002, May 7-11, 2002, Honolulu, Hawaii, USA ACM /02/0005 [17] DAML+OIL ontology markup language, cf. March 2001 [18] Dörr, M., Guarino, N., Fernández López, M., Schulten, E., Stefanova, M., Tate, A., State of the Art in Content Standards. OntoWeb Deliverable November 2001

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,

More information

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK Antonella Carbonaro, Rodolfo Ferrini Department of Computer Science University of Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy Tel.: +39 0547 338830

More information

CASSANDRA: Version: 1.1.0 / 1. November 2001

CASSANDRA: Version: 1.1.0 / 1. November 2001 CASSANDRA: An Automated Software Engineering Coach Markus Schacher KnowGravity Inc. Badenerstrasse 808 8048 Zürich Switzerland Phone: ++41-(0)1/434'20'00 Fax: ++41-(0)1/434'20'09 Email: markus.schacher@knowgravity.com

More information

SEAL Tying Up Information Integration and Web Site Management by Ontologies

SEAL Tying Up Information Integration and Web Site Management by Ontologies SEAL Tying Up Information Integration and Web Site Management by Ontologies ¾ Alexander Maedche, ½ Steffen Staab, ½ ¾ Rudi Studer, ½ York Sure, ½ Raphael Volz maedche@fzi.de staab,studer,sure,volz @aifb.uni-karlsruhe.de

More information

Data Integration using Semantic Technology: A use case

Data Integration using Semantic Technology: A use case Data Integration using Semantic Technology: A use case Jürgen Angele, ontoprise GmbH, Germany Michael Gesmann, Software AG, Germany Abstract For the integration of data that resides in autonomous data

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: arism@unipi.gr), University of

More information

2 Architecture of our case study. 2.1 ProPer: Matching obvious skills

2 Architecture of our case study. 2.1 ProPer: Matching obvious skills Leveraging Corporate Skill Knowledge From ProPer to OntoProPer York Sure, Alexander Maedche, Steffen Staab Institute AIFB, Karlsruhe University, 76128 Karlsruhe, Germany sure, maedche, staab@aifb.uni-karlsruhe.de

More information

SEAL Tying Up Information Integration and Web Site Management by Ontologies

SEAL Tying Up Information Integration and Web Site Management by Ontologies SEAL Tying Up Information Integration and Web Site Management by Ontologies ¾ Alexander Maedche, ½ Steffen Staab, ½ ¾ Rudi Studer, ½ York Sure, ½ Raphael Volz maedche@fzi.de staab,studer,sure,volz @aifb.uni-karlsruhe.de

More information

On Ontology-based Event-driven Process Chains

On Ontology-based Event-driven Process Chains On Ontology-based Event-driven Process Chains Christian Fillies & Dr. Frauke Weichhardt Semtation GmbH Abstract Event driven process chains (EPC) have become an established industry standard since a decade.

More information

Modeling the User Interface of Web Applications with UML

Modeling the User Interface of Web Applications with UML Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de

More information

SEAL a SEmantic portal with content management functionality

SEAL a SEmantic portal with content management functionality SEAL a SEmantic portal with content management functionality CRIS 2002 29.08.02, Kassel, Germany Steffen Staab work together with Rudi Studer York Sure Raphael Volz Institut, Universität Karlsruhe http://www.aifb.uni-karlsruhe.de/wbs

More information

Modeling Processes on Enterprise Level

Modeling Processes on Enterprise Level Modeling Processes on Enterprise Level Some Aspects on the Application of Business Ontologies to Business Processes from End User down to EAI Christian Fillies, Frauke Weichhardt & Edgardo Moreira Semtation

More information

Semantic Business Analytics in Industrial Facilities a Case Study

Semantic Business Analytics in Industrial Facilities a Case Study Semantic Business Analytics in Industrial Facilities a Case Study Jürgen Angele, Eddie Mönch ontoprise GmbH An der RaumFabrik 29 76227 Karlsruhe angele@ontoprise.de eddie.moench@ontoprise.de Abstract:

More information

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

Model Driven Interoperability through Semantic Annotations using SoaML and ODM Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:

More information

Going Faster: Testing The Web Application. By Adithya N. Analysis and Testing of Web Applications Filippo Ricca and Paolo Tonella

Going Faster: Testing The Web Application. By Adithya N. Analysis and Testing of Web Applications Filippo Ricca and Paolo Tonella Testing Web Applications Testing Web Applications By Adithya N. Going Faster: Testing The Web Application Edward Hieatt and Robert Mee (IEEE Software) Analysis and Testing of Web Applications Filippo Ricca

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, Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

On-To-Knowledge in a Nutshell

On-To-Knowledge in a Nutshell On-To-Knowledge in a Nutshell Dieter Fensel, Frank van Harmelen, Ying Ding, Michel Klein, Hans Akkermans Free University Amsterdam VUA, Division of Mathematics and Informatics De Boelelaan 1081a, NL-1081

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways

More information

DESKTOP COMPUTER SKILLS

DESKTOP COMPUTER SKILLS 1 Desktop Computer Skills Price List DESKTOP COMPUTER SKILLS Microsoft Office 2010 Microsoft Office 2010: New Features Please note all prices exclude VAT Approx. Learning Hours: 3 Price: 45 Office 2010

More information

PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS

PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS PATTERN-ORIENTED ARCHITECTURE FOR WEB APPLICATIONS M. Taleb, A. Seffah Human-Centred Software Engineering Group Concordia University, Montreal, Quebec, Canada Phone: +1 (514) 848 2424 ext 7165 and/or ext

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY

ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY ADAPTATION OF SEMANTIC WEB TO RURAL HEALTHCARE DELIVERY Maria Abur, Iya Abubakar Computer Centre, Ahmadu Bello University, Zaria. (08035922499) Email: mmrsabur@yahoo.com. Bamidele Soroyewun, Iya Abubakar

More information

Explorer's Guide to the Semantic Web

Explorer's Guide to the Semantic Web Explorer's Guide to the Semantic Web THOMAS B. PASSIN 11 MANNING Greenwich (74 w. long.) contents preface xiii acknowledgments xv about this booh xvii The Semantic Web 1 1.1 What is the Semantic Web? 3

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Scope. Cognescent SBI Semantic Business Intelligence

Scope. Cognescent SBI Semantic Business Intelligence Cognescent SBI Semantic Business Intelligence Scope...1 Conceptual Diagram...2 Datasources...3 Core Concepts...3 Resources...3 Occurrence (SPO)...4 Links...4 Statements...4 Rules...4 Types...4 Mappings...5

More information

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence

More information

Secure Semantic Web Service Using SAML

Secure Semantic Web Service Using SAML Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA

More information

Annotea and Semantic Web Supported Collaboration

Annotea and Semantic Web Supported Collaboration Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve

More information

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria truong@par.univie.ac.at Thomas Fahringer

More information

Knowledge Management

Knowledge Management Knowledge Management INF5100 Autumn 2006 Outline Background Knowledge Management (KM) What is knowledge KM Processes Knowledge Management Systems and Knowledge Bases Ontologies What is an ontology Types

More information

Artificial Intelligence & Knowledge Management

Artificial Intelligence & Knowledge Management Artificial Intelligence & Knowledge Management Nick Bassiliades, Ioannis Vlahavas, Fotis Kokkoras Aristotle University of Thessaloniki Department of Informatics Programming Languages and Software Engineering

More information

Annotation: An Approach for Building Semantic Web Library

Annotation: An Approach for Building Semantic Web Library Appl. Math. Inf. Sci. 6 No. 1 pp. 133-143 (2012) Applied Mathematics & Information Sciences @ 2012 NSP Natural Sciences Publishing Cor. Annotation: An Approach for Building Semantic Web Library Hadeel

More information

Semantics and Ontology of Logistic Cloud Services*

Semantics and Ontology of Logistic Cloud Services* Semantics and Ontology of Logistic Cloud s* Dr. Sudhir Agarwal Karlsruhe Institute of Technology (KIT), Germany * Joint work with Julia Hoxha, Andreas Scheuermann, Jörg Leukel Usage Tasks Query Execution

More information

An Ontology Model for Organizing Information Resources Sharing on Personal Web

An Ontology Model for Organizing Information Resources Sharing on Personal Web An Ontology Model for Organizing Information Resources Sharing on Personal Web Istiadi 1, and Azhari SN 2 1 Department of Electrical Engineering, University of Widyagama Malang, Jalan Borobudur 35, Malang

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

A Semantic web approach for e-learning platforms

A Semantic web approach for e-learning platforms A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. mba@estg.ipvc.pt Abstract. When lecturers publish contents

More information

Information Technology for KM

Information Technology for KM On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de

More information

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information

THE COMPONENT MODEL OF UPML IN A NUTSHELL

THE COMPONENT MODEL OF UPML IN A NUTSHELL THE COMPONENT MODEL OF UPML IN A NUTSHELL Dieter Fensel 1, V. Richard Benjamins 2, Stefan Decker 1, Mauro Gaspari 7, Rix Groenboom 3, William Grosso 6, Mark Musen 6, Enrico Motta 4, Enric Plaza 5, Guus

More information

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University

More information

Designing a Semantic Repository

Designing a Semantic Repository Designing a Semantic Repository Integrating architectures for reuse and integration Overview Cory Casanave Cory-c (at) modeldriven.org ModelDriven.org May 2007 The Semantic Metadata infrastructure will

More information

Using Ontology Search in the Design of Class Diagram from Business Process Model

Using Ontology Search in the Design of Class Diagram from Business Process Model Using Ontology Search in the Design of Class Diagram from Business Process Model Wararat Rungworawut, and Twittie Senivongse Abstract Business process model describes process flow of a business and can

More information

RDF Based Architecture for Semantic Integration of Heterogeneous Information Sources

RDF Based Architecture for Semantic Integration of Heterogeneous Information Sources RDF Based Architecture for Semantic Integration of Heterogeneous Information Sources Richard Vdovjak, Geert-Jan Houben Eindhoven University of Technology Eindhoven, The Netherlands r.vdovjak, g.j.houben

More information

GUMO The General User Model Ontology

GUMO The General User Model Ontology GUMO The General User Model Ontology Dominik Heckmann, Tim Schwartz, Boris Brandherm, Michael Schmitz, and Margeritta von Wilamowitz-Moellendorff Saarland University, Saarbrücken, Germany {dominik, schwartz,

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

The Ontology and Architecture for an Academic Social Network

The Ontology and Architecture for an Academic Social Network www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,

More information

Ontology and automatic code generation on modeling and simulation

Ontology and automatic code generation on modeling and simulation Ontology and automatic code generation on modeling and simulation Youcef Gheraibia Computing Department University Md Messadia Souk Ahras, 41000, Algeria youcef.gheraibia@gmail.com Abdelhabib Bourouis

More information

Chap 1. Introduction to Software Architecture

Chap 1. Introduction to Software Architecture Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Agents and Web Services

Agents and Web Services Agents and Web Services ------SENG609.22 Tutorial 1 Dong Liu Abstract: The basics of web services are reviewed in this tutorial. Agents are compared to web services in many aspects, and the impacts of

More information

Modeling Web Applications Using Java And XML Related Technologies

Modeling Web Applications Using Java And XML Related Technologies Modeling Web Applications Using Java And XML Related Technologies Sam Chung Computing & Stware Systems Institute Technology University Washington Tacoma Tacoma, WA 98402. USA chungsa@u.washington.edu Yun-Sik

More information

OWL Ontology Translation for the Semantic Web

OWL Ontology Translation for the Semantic Web OWL Ontology Translation for the Semantic Web Luís Mota and Luís Botelho We, the Body and the Mind Research Lab ADETTI/ISCTE Av. das Forças Armadas, 1649-026 Lisboa, Portugal luis.mota@iscte.pt,luis.botelho@we-b-mind.org

More information

MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT

MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT 23-24 September, 2006, BULGARIA 1 MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT Dencho N. Batanov Frederick Institute of Technology Computer Science Department Nicosia, Cyprus

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

An Automated Workflow System Geared Towards Consumer Goods and Services Companies

An Automated Workflow System Geared Towards Consumer Goods and Services Companies Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Automated Workflow System Geared Towards Consumer Goods and Services

More information

Security Issues for the Semantic Web

Security Issues for the Semantic Web Security Issues for the Semantic Web Dr. Bhavani Thuraisingham Program Director Data and Applications Security The National Science Foundation Arlington, VA On leave from The MITRE Corporation Bedford,

More information

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface IAENG International Journal of Computer Science, 33:1, IJCS_33_1_22 No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface Nelson K. Y. Leung and Sim Kim Lau Abstract

More information

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced

More information

UML FOR OBJECTIVE-C. Excel Software www.excelsoftware.com

UML FOR OBJECTIVE-C. Excel Software www.excelsoftware.com UML FOR OBJECTIVE-C Excel Software www.excelsoftware.com Objective-C is a popular programming language for Mac OS X computers. The Unified Modeling Language (UML) is the industry standard notation for

More information

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction This tutorial is designed for people who are new

More information

OntoSearch: An Ontology Search Engine 1

OntoSearch: An Ontology Search Engine 1 OntoSearch: An Ontology Search Engine 1 Yi Zhang, Wamberto Vasconcelos, Derek Sleeman Department of Computing Science, University of Aberdeen, Aberdeen, AB24 3UE, Scotland, UK Email: {yzhang, wvasconc,

More information

Rose/Architect: a tool to visualize architecture

Rose/Architect: a tool to visualize architecture Published in the Proceedings of the 32 nd Annual Hawaii International Conference on Systems Sciences (HICSS 99) Rose/Architect: a tool to visualize architecture Alexander Egyed University of Southern California

More information

Leveraging the power of UNSPSC for Business Intelligence

Leveraging the power of UNSPSC for Business Intelligence Paper No. Satyam/DW&BI/00 6 A Satyam White Paper Leveraging the power of UNSPSC for Business Intelligence Author: Anantha Ramakrishnan Ananth_Ark@onsite.satyam.com Introduction The Universal Standard Products

More information

DIABLO VALLEY COLLEGE CATALOG 2014-2015

DIABLO VALLEY COLLEGE CATALOG 2014-2015 COMPUTER SCIENCE COMSC The computer science department offers courses in three general areas, each targeted to serve students with specific needs: 1. General education students seeking a computer literacy

More information

An architecture for open and scalable WebGIS

An architecture for open and scalable WebGIS An architecture for open and scalable WebGIS Aleksandar Milosavljević, Leonid Stoimenov, Slobodanka Djordjević-Kajan CG&GIS Lab, Department of Computer Science Faculty of Electronic Engineering, University

More information

Selbo 2 an Environment for Creating Electronic Content in Software Engineering

Selbo 2 an Environment for Creating Electronic Content in Software Engineering BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 3 Sofia 2009 Selbo 2 an Environment for Creating Electronic Content in Software Engineering Damyan Mitev 1, Stanimir

More information

Lesson 4 Web Service Interface Definition (Part I)

Lesson 4 Web Service Interface Definition (Part I) Lesson 4 Web Service Interface Definition (Part I) Service Oriented Architectures Module 1 - Basic technologies Unit 3 WSDL Ernesto Damiani Università di Milano Interface Definition Languages (1) IDLs

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

Web-Based Information Systems

Web-Based Information Systems Web-Based Information Systems Prof. dr. Paul De Bra Eindhoven Univ. of Technology Topics Motivation Web Technology Design of Web-Based Information Systems Automatic Generation of Web-Based Interfaces 1

More information

Rapid Development of Modular Dynamic Web Sites using UML

Rapid Development of Modular Dynamic Web Sites using UML Rapid Development of Modular Dynamic Web Sites using UML Tim Schattkowsky 1, Marc Lohmann 2 1 Paderborn University, C-LAB, D-33102 Paderborn, Germany tim@c-lab.de 2 Paderborn University, Department of

More information

Accessing Distributed Learning Repositories through a Courseware Watchdog

Accessing Distributed Learning Repositories through a Courseware Watchdog Accessing Distributed Learning Repositories through a Courseware Watchdog Christoph Schmitz, Steffen Staab, Rudi Studer, Gerd Stumme, Julien Tane Learning Lab Lower Saxony (L3S), Expo Plaza 1, D 30539

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Semantic Object Language Whitepaper Jason Wells Semantic Research Inc.

Semantic Object Language Whitepaper Jason Wells Semantic Research Inc. Semantic Object Language Whitepaper Jason Wells Semantic Research Inc. Abstract While UML is the accepted visual language for object-oriented system modeling, it lacks a common semantic foundation with

More information

An Ontology-based e-learning System for Network Security

An Ontology-based e-learning System for Network Security An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology a0432@ccedu.sendai-ct.ac.jp Goichi Itabashi Graduate School

More information

OilEd: a Reason-able Ontology Editor for the Semantic Web

OilEd: a Reason-able Ontology Editor for the Semantic Web OilEd: a Reason-able Ontology Editor for the Semantic Web Sean Bechhofer, Ian Horrocks, Carole Goble and Robert Stevens Department of Computer Science, University of Manchester, UK seanb@cs.man.ac.uk,

More information

It s all around the domain ontologies - Ten benefits of a Subject-centric Information Architecture for the future of Social Networking

It s all around the domain ontologies - Ten benefits of a Subject-centric Information Architecture for the future of Social Networking It s all around the domain ontologies - Ten benefits of a Subject-centric Information Architecture for the future of Social Networking Lutz Maicher and Benjamin Bock, Topic Maps Lab at University of Leipzig,

More information

A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS

A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS A DIAGRAM APPROACH TO AUTOMATIC GENERATION OF JSP/SERVLET WEB APPLICATIONS Kornkamol Jamroendararasame, Tetsuya Suzuki and Takehiro Tokuda Department of Computer Science Tokyo Institute of Technology Tokyo

More information

The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt

The ADOxx Metamodelling Platform Workshop Methods as Plug-Ins for Meta-Modelling in conjunction with Modellierung 2010, Klagenfurt The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt Dr. Harald Kühn 24.03.2010 Agenda 1 Overview 2 Deployment and Integration

More information

Transit NXT. Ergonomic design New functions Process-optimised user interface. STAR Group your single-source partner for information services & tools

Transit NXT. Ergonomic design New functions Process-optimised user interface. STAR Group your single-source partner for information services & tools Transit NXT Ergonomic design New functions Process-optimised user interface STAR Group your single-source partner for information services & tools Transit NXT focusing on ergonomics Ergonomic design The

More information

UML-based Test Generation and Execution

UML-based Test Generation and Execution UML-based Test Generation and Execution Jean Hartmann, Marlon Vieira, Herb Foster, Axel Ruder Siemens Corporate Research, Inc. 755 College Road East Princeton NJ 08540, USA jeanhartmann@siemens.com ABSTRACT

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

More information

Information, Organization, and Management

Information, Organization, and Management Information, Organization, and Management Unit 7: The Semantic Web: A Web of Data http://www.heppnetz.de mhepp@computer.org http://www.heppnetz.de/teaching/img/ Contents The Semantic Web Vision Core Components

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

A Concept for an Electronic Magazine

A Concept for an Electronic Magazine TERENA-NORDUnet Networking Conference (TNNC) 1999 1 A Concept for an Electronic Magazine Alexander von Berg Helmut Pralle University of Hanover, Institute for Computer Networks and Distributed Systems

More information

CHAPTER 6: TECHNOLOGY

CHAPTER 6: TECHNOLOGY Chapter 6: Technology CHAPTER 6: TECHNOLOGY Objectives Introduction The objectives are: Review the system architecture of Microsoft Dynamics AX 2012. Describe the options for making development changes

More information

On the Standardization of Semantic Web Services-based Network Monitoring Operations

On the Standardization of Semantic Web Services-based Network Monitoring Operations On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,

More information

AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY

AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume L, Number 2, 2005 AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY ANNA LISA GUIDO, ROBERTO PAIANO, AND ANDREA PANDURINO Abstract.

More information

ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU

ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU ONTOLOGIES p. 1/40 ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU Unlocking the Secrets of the Past: Text Mining for Historical Documents Blockseminar, 21.2.-11.3.2011 ONTOLOGIES

More information

Designing Real-Time and Embedded Systems with the COMET/UML method

Designing Real-Time and Embedded Systems with the COMET/UML method By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design

More information

XML for Manufacturing Systems Integration

XML for Manufacturing Systems Integration Information Technology for Engineering & Manufacturing XML for Manufacturing Systems Integration Tom Rhodes Information Technology Laboratory Overview of presentation Introductory material on XML NIST

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

Theme 6: Enterprise Knowledge Management Using Knowledge Orchestration Agency

Theme 6: Enterprise Knowledge Management Using Knowledge Orchestration Agency Theme 6: Enterprise Knowledge Management Using Knowledge Orchestration Agency Abstract Distributed knowledge management, intelligent software agents and XML based knowledge representation are three research

More information

DLDB: Extending Relational Databases to Support Semantic Web Queries

DLDB: Extending Relational Databases to Support Semantic Web Queries DLDB: Extending Relational Databases to Support Semantic Web Queries Zhengxiang Pan (Lehigh University, USA zhp2@cse.lehigh.edu) Jeff Heflin (Lehigh University, USA heflin@cse.lehigh.edu) Abstract: We

More information

EUR-Lex 2012 Data Extraction using Web Services

EUR-Lex 2012 Data Extraction using Web Services DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

powl Features and Usage Overview

powl Features and Usage Overview powl Features and Usage Overview Live demonstrations and further information is available from: http://powl.sourceforge.net/swc Sören Auer University of Leipzig auer@informatik.uni-leipzig.de Norman Beck

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information