Managing enterprise applications as dynamic resources in corporate semantic webs an application scenario for semantic web services.



Similar documents
Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo

Semantic Exploration of Archived Product Lifecycle Metadata under Schema and Instance Evolution

Evaluating Semantic Web Service Tools using the SEALS platform

Service Oriented Architecture

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

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

OWL based XML Data Integration

Ontology-based Web Service Composition: Part 1. Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken

Ontological Identification of Patterns for Choreographing Business Workflow

Introduction to Service Oriented Architectures (SOA)

XIII. Service Oriented Computing. Laurea Triennale in Informatica Corso di Ingegneria del Software I A.A. 2006/2007 Andrea Polini

Service-Oriented Architectures

Service-oriented architecture in e-commerce applications

Author: Gennaro Frazzingaro Universidad Rey Juan Carlos campus de Mostòles (Madrid) GIA Grupo de Inteligencia Artificial

Introduction to Service-Oriented Architecture for Business Analysts

Department of Defense. Enterprise Information Warehouse/Web (EIW) Using standards to Federate and Integrate Domains at DOD

analysis of a real online social network using semantic web frameworks Guillaume Erétéo, Michel Buffa, Fabien Gandon, Olivier Corby

EUR-Lex 2012 Data Extraction using Web Services

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications

Building Semantic Content Management Framework

Information Technology for KM

A collaborative platform for knowledge management

Semantic Interoperability

Defining a benchmark suite for evaluating the import of OWL Lite ontologies

Introduction to UDDI: Important Features and Functional Concepts

OWL Ontology Translation for the Semantic Web

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)

Ampersand and the Semantic Web

Enterprise Application Designs In Relation to ERP and SOA

EAI OVERVIEW OF ENTERPRISE APPLICATION INTEGRATION CONCEPTS AND ARCHITECTURES. Enterprise Application Integration. Peter R. Egli INDIGOO.

Service Oriented Architecture (SOA) An Introduction

Secure Semantic Web Service Using SAML

An Ontology-based e-learning System for Network Security

GIS Web Services. Acknowledgement: Thanks to Principal & Dr. (Mrs.) G.V. Rao, CRS-GIS, K.J.

Service-Oriented Architecture and its Implications for Software Life Cycle Activities

Ontology-Based Discovery of Workflow Activity Patterns

Getting Started with Service- Oriented Architecture (SOA) Terminology

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Grids, Logs, and the Resource Description Framework

Service-Oriented Architecture: Analysis, the Keys to Success!

Semantics and Ontology of Logistic Cloud Services*

Getting Started Guide

A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition

Classic Grid Architecture

RDF Resource Description Framework

Business Rule Standards -- Interoperability and Portability

Web Services Software Architecture

Model Driven Interoperability through Semantic Annotations using SoaML and ODM

ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS

4. Concepts and Technologies for B2C, B2E, and B2B Transaction

13 RDFS and SPARQL. Internet Technology. MSc in Communication Sciences Program in Technologies for Human Communication.

Presentation / Interface 1.3

Service-Oriented Computing and Service-Oriented Architecture

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1

Annotation: An Approach for Building Semantic Web Library

A Semantic Service-Oriented Architecture for Business Process Fusion

Developing Web 3.0. Nova Spivak & Lew Tucker Tim Boudreau

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

Oct 15, Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

WEB SERVICES. Revised 9/29/2015

Lesson 4 Web Service Interface Definition (Part I)

Lightweight Data Integration using the WebComposition Data Grid Service

Introduction to the Semantic Web

Writing Grid Service Using GT3 Core. Dec, Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

ITS. Java WebService. ITS Data-Solutions Pvt Ltd BENEFITS OF ATTENDANCE:

1 What Are Web Services?

1 What Are Web Services?

A standards-based approach to application integration

Annotea and Semantic Web Supported Collaboration

SmartLink: a Web-based editor and search environment for Linked Services

The use of Semantic Web Technologies in Spatial Decision Support Systems

David Pilling Director of Applications and Development

CHAPTER 6 EXTRACTION OF METHOD SIGNATURES FROM UML CLASS DIAGRAM

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures

An introduction to creating JSF applications in Rational Application Developer Version 8.0

DDI Lifecycle: Moving Forward Status of the Development of DDI 4. Joachim Wackerow Technical Committee, DDI Alliance

How To Develop A Web Service In A Microsoft J2Ee (Java) 2.5 (Oracle) 2-Year Old (Orcient) 2Dj (Oracles) 2E (Orca) 2Gj (J

Internationalization and Web Services

The Ontological Approach for SIEM Data Repository

Service Oriented Architecture 1 COMPILED BY BJ

Transcription:

Managing enterprise applications as dynamic resources in corporate semantic webs an application scenario for semantic web services. Fabien Gandon, Moussa Lo, Olivier Corby, Rose Dieng-Kuntz

ACACIA in short Objectives: Offer methodological and software support (i.e. models, methods and tools) for construction, management and diffusion of corporate memories. Corporate memory : Explicit and persistent materialization of crucial knowledge and information of an organization to ease access, sharing and reuse by the members of the organization in individual and collective tasks. Corporate memories as corporate semantic webs

Corporate web & intranet Past and Current work on Corporate Memories (10 minutes) Current and future work with Semantic WS (10 minutes) web server intranet mail

Corporate semantic Web Resources: persons, documents (XML, HTML...), services, software, hardware, etc. Ontologies: describing the conceptual vocabulary shared by the organisation communities Semantic annotations: on these resources (e.g. persons skills, document contents, characteristics of services/software/hardware), using the vocabulary defined in the ontologies Diffusion on the intranet / corporate web.

RDFS OWL Corporate semantic web corese CG rules semantic web server annotations ontologies RDF web server intranet mail

CORESE query answer decisions/ push CORESE semantic search engine <accident> <date> 19 Mai 2000 </date> <description> <facteur>le facteur </description> </accident> Ontologies Documents XML Legacy sys. Users <rdfs:class rdf:id="thing"/> <rdfs:class rdf:id="person"> <rdfs:subclassof rdf:resource="#thing"/> </rdfs:class> <ns:article rdf:about="http://intranet/articles/ecai.doc"> <ns:title>mas and Corporate Semantic Web</ns:title> <ns:author> <ns:person rdf:about="http://intranet/employee/id109" /> </ns:author> </ns:article> Schemata in RDFS Annotations in RDF formed by instances of schemata in RDFS Web stack QUERIES RDFS RULES URI XML ONTOLOGY RDFS RDF NAMESPACES UNICODE RDF Rules Queries CG Support CG Base INFERENCES CG Rules CG Query PROJECTION CG Results RDF/S Semantic Web server

Typical query on a memory Find the documents about Java and return the titles and the authors : select?doc c:title?person where?doc rdf:type c:document?doc c:concern?topic?topic rdf:type c:java?doc c:title?title?title ~ web?doc c:author?person

Request language Data and type operators: = <= ~!= XML Schema Datatypes : number, boolean, string, date, etc. Natural language: xml:lang= en-us Boolean expressions and / or Query the Schema Negation of arc, optional arc, paths, approximation, variables on properties, etc.

Discover paths between resources Find a link between two persons (with maximal length of 4 relations)?x rdf:type ex:person?y rdf:type ex:person?x ex:relation[4]?y

Approximate search Request: Technical Report about Java written by an engineer? Approximation : Technical Report Handout Engineer Team Object Actor Document Person Team Report Course Engineer Researcher Research R. Technical R. Handout

Production rules Classify a ressource If a person wrote a Ph.D. thesis on a suject the s/he is a doctor and an expert on that subject.?person author?doc?doc rdf:type PhDThesis?doc concern?topic?person expertin?topic?person rdf:type PhD PhDThesis?person concern author Topic?topic expertin Person?person PhD?person

Architecture HTTP Response XHTML, CSS, SVG JavaScript Projection engine Join engine Notio Type inference engine CG Manager HTTP Request JDBC

HCI and portal generation Build a list with sub-classes of Person <select name= ihm_person title='profession'> <query>?x rdfs:subclassof c:person </query> </select> HTML rendering: Request associated to the list :?p rdf:type get:ihm_person

RDFS OWL Corporate distributed knowledge corese CG sparql rules semantic web server annotations ontologies RDF web server intranet mail agents

DAI & DFK archives distributed all over organisation find best archive for new annotation Contract-net (CfP, Proposal, Accept/Reject): :protocol fipa contract net :content <RDF Annotation> :language CoMMA-RDF :ontology CoMMA Ontology 5:accept/ 6:accept/ 1:cfp reject 2:cfp reject AMLocal:Med *:Med *:Arch 8:inform 4:propose 7:inform 3:propose 2:cfp 7:inform 6:accept/ reject 3:propose *:Arch :protocol fipa contract net :content <propose bid = distance archive / refuse / not understood> :language CoMMA-RDF :ontology CoMMA Ontology

RDFS OWL Corporate web services corese CG sparql rules semantic web server annotations ontologies RDF web server intranet mail web services enterprise applications agents

Web services & Enterprise application Transversal use of enterprise modeling End of 90 s: enterprise modeling for KM In the past 2 years: technology and application integration can benefit from these models too Evolution of KM scenarios Until end of 90 s focus on: knowledge capture, storage, access and diffusion More and more often: computation, decision, routing, transformation, knowledge workflow Unified and integrated access to knowledge sources and corporate applications

Memories with a broaden scope Corporate memories including: information storage services; information capture services; computation and inference services; information flows management services; information mediation services; information presentation services; Resources may be internal or external external standard library // online service; interoperate smoothly and integrate workflows at the business layer.

RDFS OWL Corporate semantic web services corese CG sparql rules semantic web server annotations ontologies RDF web server intranet mail service web services enterprise agents annotations applications

Corporate semantic web services Consider service just like other corporate semantic web resources: annotate them Sub set of OWL-S (profile, grounding, ++) Rely on CORESE to provide a corporate semantic UDDI Corese Requester Provider Access resources (documents, services) search input form run & display Corese Webapp Form servlet Invocation servlet select submit

Discover and invoke a service

Service description <service:service rdf:id="posteservice_secretaire"> <service:presents rdf:resource="#profile_poste_service_secretaire"/> <service:describedby rdf:resource="#postesecretaire"/> <service:supports rdf:resource="#postegrounding_secretaire"/> </service:service> <profile:profile rdf:id="profile_poste_service_secretaire"> <service:presentedby rdf:resource="#posteservice_secretaire"/> <profile:has_process rdf:resource="#postesecretaire"/> <profile:servicename>postesecretaire</profile:servicename> <profile:hasinput rdf:resource="#postesecr_input"/> <profile:hasoutput rdf:resource="#postesecr_output"/> </profile:profile>

Input description & extension <process:atomicprocess rdf:id="postesecretaire"> <service:describes rdf:resource="#posteservice_secretaire"/> <process:hasinput> <process:input rdf:id="postesecr_input"> <process:parametertype>&xsd;#string</process:parametertype> <process:semantictype rdf:resource="&doc;#employeename"/> </process:input> </process:hasinput> <process:hasoutput> <process:output rdf:id="postesecr_output"> <process:parametertype>&xsd;#string</process:parametertype> <process:semantictype rdf:resource="&doc;#assistantphone"/> </process:output> </process:hasoutput> </process:atomicprocess>

Extension parameters OWL-S <owl:objectproperty rdf:id="semantictype"> <rdfs:domain rdf:resource="#parameter"/> </owl:objectproperty> ( ) <cos:rule> <cos:if>?x rdf:type c:employee?x c:name?n </cos:if> <cos:then>?x c:employeename?n </cos:then> </cos:rule> ( ) <c:employee rdf:id='ml'> <c:name>moussa Lo</c:Name> </c:employee>

Composing with memory

RDFS OWL Corporate semantic web applications corese CG sparql rules semantic web server annotations ontologies RDF web server intranet mail service composition description service web services enterprise agents annotations applications

Ongoing Composing services Manual: Classic scenario = IT manager describes a composed service and publishes its description Macro-recording interface Semi-automatic: finding a path from a given input to a given output Fully-automatic??? Capture and decompose end-users needs? Even small examples seem to require a lot of domain knowledge Controlled workflow description

Composite services

Automatic sequences using paths

RDFS OWL Corporate semantic web puzzle corese CG sparql rules semantic web server annotations ontologies RDF web server intranet mail service composition description service web services enterprise agents annotations applications

My one cent Unified, integrated and simplified descriptions Current implementation of SWS is too complex IMHO: low-hanging fruits & convincing scenarios (RDFS was the right way to start not OWL) Full integration has many facets: Description (of course) e.g. WSDL + Grounding + Parameter typing But there are other facets, e.g. WS & SOAP, SOAP & SPARQL, SW Rules, SWS as WS sources Dynamic end-users interfaces for (composed) semantic web services