Knowledge Representation Methods for Smart Devices in Intelligent Buildings

Size: px
Start display at page:

Download "Knowledge Representation Methods for Smart Devices in Intelligent Buildings"

Transcription

1 Knowledge Representation Methods for Smart Devices in Intelligent Buildings Ph.D. candidate: Supervisor: Dr. Michele Ruta 22 marzo 2013

2 Outline The Semantic Web of Things vision Home and Building Automation (HBA): state of the art Standards and appliances Ambient Intelligence Knowledge-based HBA: framework and approach Semantic enhancement to EIB/KNX standard Mini-ME: the Mini Matchmaking Engine Agent Framework Conclusion and future work 2 of 32

3 Semantic Web of Things Emerging vision in ICT, integrating the Internet of Things [ITU, Internet Reports, 2005] and Semantic Web [Berners-Lee et al., Scientific American, 2001] approaches: promote the pervasive computing paradigm on a global scale share, reuse and combine information in the World Wide Web Process semantic annotations coming from a large numbers of heterogeneous micro-devices Embed intelligence into everyday objects and locations Take into account pervasive computing constraints unpredictability dependence on context severe resource limitations Adapt procedures and tools for query and reasoning to the pervasive computing requirements 3 of 32

4 Knowledge Representation Systems Interface TBox ABox Reasoning Services Editing Services Applications Terminological Box (a.k.a. ontology, conceptual knowledge) describes a domain with respect to a reference vocabulary containing classes and properties Assertional Box (factual knowledge) contains individuals describing the modeled excerpt of the observed reality Knowledge Base (KB = TBox + ABox) used to infer further knowledge Classic KBs are intended as fixed and centralized components 4 of 32

5 SWoT Architecture [Ruta et al., IEEE-ICSC, 2012] Ubiquitous Knowledge Bases (u-kbs), evolution of classic KB paradigm assertional knowledge distributed across multiple micro-devices individuals characterized by: ( address 1. unique ID (e.g. EPC code, MAC 2. OUUID of reference ontology 3. semantic annotation 4. data-oriented attributes discovery protocol to build a local KB subset only when reasoning is needed 5 of 32

6 Home and Building Automation: state of the art Goal Increase comfort and building efficiency Decrease waste and maintenance costs Integration of different home systems Most important HBA standards: ZigBee (HA Profile) LonWorks X-10 EIB/KNX low Cost widespread ethernet support (KNXnet/IP protocol) 6 of 32

7 Ambient Intelligence Classic Domotics Static and not flexible architectures Constrained interoperability Reduced functionalities and scenarios User-driven interaction (low autonomicity) Agent-based Domotics Flexible and scalable Services and resources accessible via agent-oriented frameworks Concurrency, cooperation, negotiation enabled Semantic-based Domotics Improved interoperability Rich description of user/service profiles Decentralized architecture supporting autonomous device-driven interactions 7 of 32

8 Proposed approach Goal A knowledge-based agent framework for HBA: home self-configuration through collaboration of autonomous smart agents, capable to provide services and address complex requests semantic annotation of user profiles, device settings and appliance behaviors w.r.t. an OWL-DL ontology modelling typical home environments Description Logics [Baader et al., DL Handbook, 2003] are a family of logic languages for Knowledge Representation in a decidable fragment of First Order Logic ALN (Attributive Language with unqualified Number restrictions) DL was chosen as reference language Name Syntax Semantics Top / Bottom Concept, All the objects in the domain / The empty set Atomic Concept / Atomic Negation A, A All the objects belonging / not belonging to the set A Intersection C π D The objects belonging to both sets C and D Universal Restriction R.C All the objects participating in the R relation whose range are the objects belonging to set C Unqualified Existential Restriction R At least one object participating in the relation R Unqualified Number Restrictions ( n R), ( n R) (= n R) Respectively the minimum, the maximum and the exact number of objects participating in the relation R 8 of 32

9 Proposed solution Technological Solution A. Semantic-based enhancement of EIB/KNX protocol standard [Ruta et al., IEEE ICM, 2011]: integration of a semantic micro-layer preserving a full backward compatibility advanced service and resource discovery support B. Logic-based negotiation process to: adapt concept covering [Ragone et al., JWSR, 2007] to select one or more functionalities whose combination fills the user/device request negotiate on available home and energy resources through a usertransparent and device-driven interaction discover the (set of) elementary services that maximize the overall utility support non-expert users in selecting home configurations ranked w.r.t. a global utility 9 of 32

10 Framework Architecture [Ruta et al., IEEE TII, 7(4), 2011] KNX NETWORK EIB/KNX BUS KNX ROUTER Device Manager LAN IP BACKBONE NETWORK Client Manager Mobile Matchmaker CENTRAL UNIT MOBILE CLIENTS 10 of 32

11 A. New Interface Objects (IOs): EIB/KNX semantic extension [Ruta et al., IEEE ICM, 2011] Generic Profile of the Device (GPD) object: 1 device, 1 GPD Specific Profile of the Device (SPD) object: 1 device, n SPDs B. New IOs structure and properties: PID_OUUID: 16-bit Ontology Universally Unique Identifier (OUUID) marking the reference ontology PID_OUUIDs: specifies the OUUID group (only for GPDs) PID_SEMANTIC_HEADER: compressed annotation - header PID_SEMANTIC_BODY: compressed annotation - body C. New Application layer Protocol Control Information (APCI) codes for application layer primitives: A_SEMANTIC_SUBMISSION.req A_SEMANTIC_SUBMISSION.res homomorphic compression of ontological languages 11 of 32

12 Prototypical Testbed (1/2) Camera Weather Station Alarm Testbed Main Panel 12 of 32

13 Prototypical Testbed (2/2) Central Unit GUI Mobile Client 13 of 32

14 User Profiler (1/2) Goals: Avoid explicit user interaction Automatically detect user needs by exploiting information available on her smartphone 14 of 32

15 User Profiler (2/2) Features: Identify the daily stay points Retrieve the nearest Point Of Interest (POI) querying suitable Web services Google Places LinkedGeoData [Stadler et al., SWJ, 2012] Build a daily user profile 15 of 32

16 Mini-ME: the Mini Matchmaking Engine [Ruta et al., ORE, 2012] Basics A prototypical mobile matchmaker for semantic-based pervasive contexts Most widespread matchmakers cannot run on common mobile platforms without a significant re-write or re-design effort Support to Semantic Web ontology languages and syntaxes through the OWL API Reasoning Services Standard inferences (subsumption, satisfiability, classification) Non-standard inferences for moderately expressive KB concept abduction [Ruta et al., WIAS, 2011]: determines what should be hypothesized in a resource S in order to completely satisfy a request D. The solution H (Hypothesis) can be interpreted as what is requested in D and not specified in S concept contraction [Ruta et al., WIAS, 2011]: determines which part of D is conflicting with S. If one retracts conflicting requirements in D, G (Give up), a concept K (Keep) is obtained, representing a contracted version of the original request concept covering [Ragone et al., JWSR, 2007]. 16 of 32

17 Concept Covering Problem (CCoP) [Ragone et al., JWSR, 2007] Given a request D and a set of resources S = {S 1, S 2,..., S k } the Concept Covering Problem (CCoP) aims to find a pair (S C, H) where S C includes concepts in S (partially) covering D and H is the (possible) part of D not covered by concepts in S C Resources can be described by means of the IOPE model (Input, Output, Precondition, Effects) [Martin et al., WWW, 2007] Automatic selection, composition, and interoperation of resources to perform a complex task, given a high-level description of an objective Attempt to satisfy a request as much as possible, through the conjunction of elementary resources available in the environment 17 of 32

18 Experiments: Ontology Classification Correctness of implementation and comparison with state-of-the-art matchmakers Reference dataset: 143 ontologies Mini-ME PC results: 83 correct, 58 unsupported language, 2 timeout (1h) Performance comparison on PCs with: FaCT++, HermiT, Pellet Mini-ME is competitive for small-medium ontologies (<1200 classes) 18 of 32

19 Experiments: Ontology Classification Correctness of implementation and comparison with state-of-the-art matchmakers Reference dataset: 143 ontologies Mini-ME PC results: 83 correct, 58 unsupported language, 2 timeout (1h) Performance comparison on PCs with: FaCT++, HermiT, Pellet Mini-ME is competitive for small-medium ontologies (<1200 classes) 19 of 32

20 Agent Framework [Ruta et al., AAMAS-ATES, 2012] exposes user needs and preferences acts as a mediator in a negotiation round supports KNX enhancements in case of legacy appliances sends semantic-based requests to the mediator agent for negotiating a home profile 20 of 32

21 Semantic-enhanced interaction Request originated by a mobile agent 21 of 32

22 Logic-based Negotiation Protocol Integration of knowledge representation and reasoning techniques thought for the Semantic Web Ontology Languages (OWL, DIG, RDF) Inference Services Semantic Matchmaking Theoretical framework based on Description Logics (DLs) Negotiation protocol [Ragone et al., EC-Web, 2009], originally devised for e-marketplace scenarios, revised for building energy systems multi-issue incomplete information rational agents The Home Agent (mediator) splits one-to-many negotiation (requester agent VS device agents) in several concurrent one-to-one negotiations 22 of 32

23 Negotiation Process The negotiation follows an alternating offers pattern with minimum concession the goal is to remove conflicting preferences between D and S i agents take turns in making concessions (requester moves first) in each round, agent drops the conflicting preference with minimal utility Utility function: u β (A) = i { u β (P k ) A P k } Agents utilities are normalized to 1 to eliminate outliers and make them comparable i u β (P k ) = 1 u β (P k ) 0 The process ends with: a conflict deal, the global utility of an agent is lower than its disagreement threshold an agreement, there is nothing more to negotiate on and the global utility of each agent is greater than its disagreement threshold 23 of 32

24 Case Study: Solve Concept Covering Problem REQUEST + CONTEXT ON OFF Request Covering algorithm 1. Find incompatible active services 2. Is the request already completely covered? (Concept Abduction) [Ruta et. al., WIAS, 2011] 3. Skip inactive services contrasting with currently active ones 4. The negotiation protocol via Concept Covering [Ragone et. al., JWSR, 2007] allows to select one or more inactive functionalities, whose combination covers request features The algorithm returns: the set of services to be activated; the (possibly empty) set of ones to be disabled; a description of the uncovered request, if present. 24 of 32

25 Case Study: Negotiation Example (1/2) D : semantic annotated user profile S : semantic description of services D: User Request i β i u(β i ) 1 issuggestedforsensation.cold = 0 available kwh = 10 outside Temperature 0.2 t β 0.8 u 1 : 0.8 * 1 = 0.8 S 1 : Heat Pump i σ 1,i u(σ 1,i ) 1 issuggestedforsensation.cold = 0 available kwh outside Temperature outside Temperature 0.2 t S1 0.6 D: User Request S 2 : Heater at half power i β i u(β i ) i σ 2,i u(σ 2,i ) 1 issuggestedforsensation.cold issuggestedforsensation.cold = 0 available kwh available kwh = 10 outside Temperature outside Temperature 0.3 t β 0.8 t S2 0.6 u 2 : 0.8 * 0.7 = of 32

26 Case Study: Negotiation Example (2/2) D : semantic annotated user profile S : semantic description of services D: User Request i β i u(β i ) 1 issuggestedforsensation.cold = 0 available kwh = 10 outside Temperature 0.2 t β 0.8 u 3 : 0.8 * 0.8 = 0.64 S 3 : Heater at full power i σ 3,i u(σ 1,i ) 1 issuggestedforsensation.cold available kwh outside Temperature 0.2 t S3 0.6 Heat Pump Heater at half power Heater at full power Scenario # The Heat Pump is more efficient in case of an outdoor temperature of 10 and no stored energy. 26 of 32

27 Main contribution Distributed knowledge-based agent framework for HBA Semantic evolution of ISO/IEC EIB/KNX protocol Effective prototypical mobile matchmaker for pervasive computing contexts Semantic-enhanced resource discovery, composition and negotiation in HBA 27 of 32

28 Future work directions Integrate to the general framework: additional domotic protocols (Lonworks, ZigBee) Semantic Sensor Networks (SSN) based on Constrained Application Protocol (CoAP) protocol [Ruta et al., ISWC-SSN, 2012] Improve the automatic user profiling module Extend Concept Abduction and Contraction algorithms to more expressive logic languages (ԐL/ԐL ++ DLs) Support of OWLlink protocol for interfacing the matchmaker with general purpose Semantic Web applications Extend the framework toward a Smart Grid vision with Home-to-Home negotiation Large-scale simulation campaign to fully evaluate the approach within a Neighborhood Area Network (NAN) Mining of data about electric energy consumption for energy-based home and building profiling (progetto ResNovae Reti, Edifici, Strade - Nuovi Obiettivi Virtuosi per l Ambiente e l Energia PONREC 2007/2013, d.d. 84/Ric.) 28 of 32

29 Publications List (1/3) Papers in international journals 1. M. Ruta, F. Scioscia, E. Di Sciascio, G. Loseto. Semantic-based Enhancement of ISO/IEC EIB/KNX Standard for Building Automation. In IEEE Transactions on Industrial Informatics, Volume 7, Number 4, page M. Ruta, F. Scioscia, E. Di Sciascio, G. Loseto. Semantic-based resource discovery and orchestration in Home and Building Automation: a multi-agent approach. In IEEE Transactions on Industrial Informatics, 2013 to appear. Papers in proceedings of international conferences 3. M. Ruta, F. Scioscia, E. Di Sciascio, F. Gramegna, S. Ieva, G. Loseto. RFID-assisted product delivery in sustainable supply chains: a knowledge-based approach. In the 4th International Workshop on RFID Technology Concepts, Applications, Challenges (IWRT 2010), page 3-15 June M. Ruta, F. Scioscia, E. Di Sciascio, G. Loseto. A semantic-based evolution of EIB Konnex protocol standard. In IEEE International Conference on Mechatronics (ICM 2011), page April of 32

30 Publications List (2/3) 5. G. Loseto. A Semantic-based Pervasive Computing Approach for Smart Building Automation. In 8th Extended Semantic Web Conference (ESWC 2011) June M. Ruta, F. Scioscia, G. Loseto, E. Di Sciascio. An Agent Framework for Knowledgebased Homes. In 3rd International Workshop on Agent Technologies for Energy Systems (ATES 2012), page June M. Ruta, F. Scioscia, E. Di Sciascio, F. Gramegna, G. Loseto. Mini-ME: the Mini Matchmaking Engine. In OWL Reasoner Evaluation Workshop (ORE 2012), Volume 858, page July M. Ruta, F. Scioscia, S. Ieva, G. Loseto, E. Di Sciascio. Semantic Annotation of OpenStreetMap Points of Interest for Mobile Discovery and Navigation. In 1st IEEE International Conference on Mobile Services (MS 2012), page July 9. M. Ruta, F. Scioscia, G. Loseto, F. Gramegna, E. Di Sciascio. A Mobile Reasoner for Semantic-based Matchmaking. In the 6th International Conference on Web Reasoning and Rule Systems (RR 2012), Volume 7497, page September of 32

31 Publications List (3/3) 10. M. Ruta, F. Scioscia, G. Loseto, F. Gramegna, A. Pinto, S. Ieva, E. Di Sciascio. Alogicbased CoAP extension for resource discovery in semantic sensor networks. In the 5th International Workshop on Semantic Sensor Networks (SSN 2012), Volume 904, page November Papers in proceedings of national conferences 11. G. Loseto, M. Ruta. Knowledge Representation Methods for Smart Devices in Intelligent Buildings. In Proceedings of AI*IA 2012 Doctoral Consortium, Volume 926, page June M. Ruta, F. Scioscia, F. Gramegna, G. Loseto, E. Di Sciascio. Knowledge-based Real- Time Car Monitoring and Driving Assistance. In 20th Italian Symposium on Advanced Databases Systems (SEBD 2012), page June G. Loseto, F. Scioscia, M. Ruta, E. Di Sciascio. Semantic-based Smart Homes: a Multi- Agent Approach. In 13th Workshop on Objects and Agents (WOA 2012), Volume 892, page September of 32

32 Awards ESWC 2011 Best Poster Award - A Semantic-based Pervasive Computing Approach for Smart Building Automation KNX Award 2012 Nominee Progetto Semantic Web of Things at Home with KNX" realizzato da Michele Ruta, Eugenio Di Sciascio, Floriano Scioscia e 32 of 32

Semantic-based Smart Homes: a Multi-Agent Approach

Semantic-based Smart Homes: a Multi-Agent Approach Semantic-based Smart Homes: a Multi-Agent Approach Giuseppe Loseto, Floriano Scioscia, Michele Ruta, Eugenio Di Sciascio Politecnico di Bari, BARI, Italy Outline Home and Building Automation (HBA): state

More information

Semantic-based Smart Homes: a Multi-Agent Approach

Semantic-based Smart Homes: a Multi-Agent Approach Semantic-based Smart Homes: a Multi-Agent Approach Giuseppe Loseto, Floriano Scioscia, Michele Ruta, Eugenio Di Sciascio DEE - Politecnico di Bari via Re David 200, I-70125, Bari, Italy loseto@deemail.poliba.it,

More information

Ubiquitous Knowledge Bases for the Semantic Web of Things

Ubiquitous Knowledge Bases for the Semantic Web of Things Ubiquitous Knowledge Bases for the Semantic Web of Things Michele Ruta 1, Floriano Scioscia 1, Eugenio Di Sciascio 1, Domenico Rotondi 2 1 Politecnico di Bari 2 TXT e-solutions S.p.A. E-mail: {m.ruta,

More information

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom. M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.fr WHAT IS EURECOM A graduate school & research centre in communication

More information

Secure and Semantic Web of Automation

Secure and Semantic Web of Automation Secure and Semantic Web of Automation Wolfgang Kastner 1, Andreas Fernbach 1, Wolfgang Granzer 2 1 Technische Universität Wien 2 NETxAutomation Software GmbH Automation Systems Group Computer Engineering/Software

More information

Evaluating Semantic Web Service Tools using the SEALS platform

Evaluating Semantic Web Service Tools using the SEALS platform Evaluating Semantic Web Service Tools using the SEALS platform Liliana Cabral 1, Ioan Toma 2 1 Knowledge Media Institute, The Open University, Milton Keynes, UK 2 STI Innsbruck, University of Innsbruck,

More information

Domain knowledge Interoperability to build the Semantic Web of Things

Domain knowledge Interoperability to build the Semantic Web of Things Domain knowledge Interoperability to build the Semantic Web of Things W3C Workshop on the Web of Things, 25 26 June 2014, Berlin, Germany Amelie Gyrard, Christian Bonnet and Karima Boudaoud Semantic Web

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

Industry 4.0 and Big Data

Industry 4.0 and Big Data Industry 4.0 and Big Data Marek Obitko, mobitko@ra.rockwell.com Senior Research Engineer 03/25/2015 PUBLIC PUBLIC - 5058-CO900H 2 Background Joint work with Czech Institute of Informatics, Robotics and

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

UniDA: Uniform Device Access Framework for Human Interaction Environments

UniDA: Uniform Device Access Framework for Human Interaction Environments Sensors 2011, 11, 9361-9392; doi:10.3390/s111009361 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article UniDA: Uniform Device Access Framework for Human Interaction Environments Gervasio

More information

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS

CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS Keyvan Mohebbi 1, Suhaimi Ibrahim 2, Norbik Bashah Idris 3 1 Faculty of Computer Science and Information Systems, Universiti Teknologi

More information

! " # The Logic of Descriptions. Logics for Data and Knowledge Representation. Terminology. Overview. Three Basic Features. Some History on DLs

!  # The Logic of Descriptions. Logics for Data and Knowledge Representation. Terminology. Overview. Three Basic Features. Some History on DLs ,!0((,.+#$),%$(-&.& *,2(-$)%&2.'3&%!&, Logics for Data and Knowledge Representation Alessandro Agostini agostini@dit.unitn.it University of Trento Fausto Giunchiglia fausto@dit.unitn.it The Logic of Descriptions!$%&'()*$#)

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

The Autonomic Management of Ubiquitous Systems meets the Semantic Web

The Autonomic Management of Ubiquitous Systems meets the Semantic Web The Autonomic Management of Ubiquitous Systems meets the Semantic Web Steven Heeps 1, Naranker Dulay 2, Alberto Egon Schaeffer Filho 2, Emil Lupu 2, Morris Sloman 2, Stephen Strowes 1, Joe Sventek 1 1

More information

Future Directions for Internet of Things Work

Future Directions for Internet of Things Work Future Directions for Internet of Things Work Naming Architecture for Object to Object Communications 77 th IETF Anaheim, March 2010 Gyu Myoung Lee (gmlee@it-sudparis.eu)

More information

Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure

Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure Robert E. McGrath, Anand Ranganathan, M. Dennis Mickunas, and Roy H. Campbell Department of Computer Science, University or Illinois

More information

Information Services for Smart Grids

Information Services for Smart Grids Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

A Semantic Dissimilarity Measure for Concept Descriptions in Ontological Knowledge Bases

A Semantic Dissimilarity Measure for Concept Descriptions in Ontological Knowledge Bases A Semantic Dissimilarity Measure for Concept Descriptions in Ontological Knowledge Bases Claudia d Amato, Nicola Fanizzi, Floriana Esposito Dipartimento di Informatica, Università degli Studi di Bari Campus

More information

Exploring Incremental Reasoning Approaches Based on Module Extraction

Exploring Incremental Reasoning Approaches Based on Module Extraction Exploring Incremental Reasoning Approaches Based on Module Extraction Liudmila Reyes-Alvarez 1, Danny Molina-Morales 1, Yusniel Hidalgo-Delgado 2, María del Mar Roldán-García 3, José F. Aldana-Montes 3

More information

Completing Description Logic Knowledge Bases using Formal Concept Analysis

Completing Description Logic Knowledge Bases using Formal Concept Analysis Completing Description Logic Knowledge Bases using Formal Concept Analysis Franz Baader, 1 Bernhard Ganter, 1 Barış Sertkaya, 1 and Ulrike Sattler 2 1 TU Dresden, Germany and 2 The University of Manchester,

More information

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University

More information

A solution for heterogeneous domotic systems integration

A solution for heterogeneous domotic systems integration La Habana 2/12/2010 A solution for heterogeneous domotic systems integration La Habana, Cuba - 29 de noviembre al 3 de diciembre de 2010 The context Domotics Laboratory at I.S.T.I. (Institute of Science

More information

Sensor Information Representation for the Internet of Things

Sensor Information Representation for the Internet of Things Sensor Information Representation for the Internet of Things Jiehan Zhou Jiehan.zhou@ee.oulu.fi University of Oulu, Finland Carleton University, Canada Agenda Internet of Things and Challenges Application

More information

Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery

Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University

More information

Semantic Variability Modeling for Multi-staged Service Composition

Semantic Variability Modeling for Multi-staged Service Composition Semantic Variability Modeling for Multi-staged Service Composition Bardia Mohabbati 1, Nima Kaviani 2, Dragan Gašević 3 1 Simon Fraser University, 2 University of British Columbia, 3 Athabasca University,

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

Enabling Self Organising Logistics on the Web of Things

Enabling Self Organising Logistics on the Web of Things Enabling Self Organising Logistics on the Web of Things Monika Solanki, Laura Daniele, Christopher Brewster Aston Business School, Aston University, Birmingham, UK TNO Netherlands Organization for Applied

More information

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

SmartLink: a Web-based editor and search environment for Linked Services SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,

More information

Building Web-based Infrastructures for Smart Meters

Building Web-based Infrastructures for Smart Meters Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.

More information

The ebbits project: from the Internet of Things to Food Traceability

The ebbits project: from the Internet of Things to Food Traceability The ebbits project: from the Internet of Things to Food Traceability Smart AgriMatics2014 Contribution to session 5.2 Meat Information Provenance 18-19 June 2014 Paolo Brizzi Istituto Superiore Mario Boella

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

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

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

Data Quality in Information Integration and Business Intelligence

Data Quality in Information Integration and Business Intelligence Data Quality in Information Integration and Business Intelligence Leopoldo Bertossi Carleton University School of Computer Science Ottawa, Canada : Faculty Fellow of the IBM Center for Advanced Studies

More information

TUM & Siemens Corporate Technology. The "Internet of Things" for industrial applications

TUM & Siemens Corporate Technology. The Internet of Things for industrial applications The "Internet of Things" for industrial applications IoT Technologies: Semantics Challenges in the Future of Embedded Networks Growing number of interconnected heterogeneous devices in different kind of

More information

Techniques to Produce Good Web Service Compositions in The Semantic Grid

Techniques to Produce Good Web Service Compositions in The Semantic Grid Techniques to Produce Good Web Service Compositions in The Semantic Grid Eduardo Blanco Universidad Simón Bolívar, Departamento de Computación y Tecnología de la Información, Apartado 89000, Caracas 1080-A,

More information

The use of Semantic Web Technologies in Spatial Decision Support Systems

The use of Semantic Web Technologies in Spatial Decision Support Systems The use of Semantic Web Technologies in Spatial Decision Support Systems Adam Iwaniak Jaromar Łukowicz Iwona Kaczmarek Marek Strzelecki The INSPIRE Conference 2013, 23-27 June Wroclaw University of Environmental

More information

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services Acta Polytechnica Hungarica Vol. 4, No. 1, 2007 Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services Marek Paralič Department of Computers and Informatics, Faculty

More information

Masters in Computing and Information Technology

Masters in Computing and Information Technology Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits

More information

Overview of the Internet of things

Overview of the Internet of things Overview of the Internet of things Tatiana Kurakova, International Telecommunication Union Place des Nations CH-1211 Geneva, Switzerland Abstract. This article provides an overview of the Internet of things

More information

Semantic Description of Distributed Business Processes

Semantic Description of Distributed Business Processes Semantic Description of Distributed Business Processes Authors: S. Agarwal, S. Rudolph, A. Abecker Presenter: Veli Bicer FZI Forschungszentrum Informatik, Karlsruhe Outline Motivation Formalism for Modeling

More information

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences mocanionela@yahoo.com George MANIU Spiru Haret University Bucharest, Romania Faculty

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

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services

Perspective Methods and Tools for the Design of Distributed Software Systems Based on Services 5 th Slovakian-Hungarian Joint Symposium on Applied Machine Intelligence and Informatics January 25-26, 2007 Poprad, Slovakia Perspective Methods and Tools for the Design of Distributed Software Systems

More information

Key requirements for Interoperable IoT systems

Key requirements for Interoperable IoT systems Key requirements for Interoperable IoT systems Pratul Sharma Technical Marketing Manager, ARM Inc. May/08/2014 Agenda Why Interoperability? Open standards for interoperability Data Communication Standards

More information

Doctor of Philosophy in Computer Science

Doctor of Philosophy in Computer Science Doctor of Philosophy in Computer Science Background/Rationale The program aims to develop computer scientists who are armed with methods, tools and techniques from both theoretical and systems aspects

More information

Masters in Networks and Distributed Systems

Masters in Networks and Distributed Systems Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to

More information

Autonomic computing system for selfmanagement of Machine-to-Machine networks

Autonomic computing system for selfmanagement of Machine-to-Machine networks Self-IoT 2012, September 17th 2012, San Jose, California, USA in conjunction with ICAC 2012 Autonomic computing system for selfmanagement of Machine-to-Machine networks Mahdi BEN ALAYA, Salma MATOUSSI,Thierry

More information

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration

Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Guopeng Zhao 1, 2 and Zhiqi Shen 1 1 Nanyang Technological University, Singapore 639798 2 HP Labs Singapore, Singapore

More information

Panel ADVCOMP/SEMAPRO. Luc Vouligny, moderator

Panel ADVCOMP/SEMAPRO. Luc Vouligny, moderator Panel ADVCOMP/SEMAPRO Luc Vouligny, moderator Computing Challenges with Semantics and Ontology Models Cristovâo D P Sousa Universidade do Porto, Portugal Michel ClauB Technische Universität, Chemnitz,

More information

Internet of Things. Reply Platform

Internet of Things. Reply Platform Internet of Things Reply Platform Internet of Things: Concept Reply vision An ecosystem of connected people, objects and services; enabled by pervasive and transparent technology built to improve our quality

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com

Guest Room Controls & Monitoring System. Integrated Solution for Hotels Southern Countries. www.lonix.com Guest Room Controls & Monitoring System Integrated Solution for Hotels Southern Countries www.lonix.com GUEST ROOM CONTROLS & MONITORING SYSTEM INDEX 1 GENERAL... 3 1.1 SYSTEM INTEGRATION... 3 1.2 USER

More information

AI Planning for Grid/Web Services Composition, Policy Analysis & Workflow

AI Planning for Grid/Web Services Composition, Policy Analysis & Workflow AI Planning for Grid/Web Services Composition, Policy Analysis & Workflow Austin Tate & Jeff Dalton AIAI, University of Edinburgh Andrzej Uszok & Jeff Bradshaw IHMC, Pensacola, FL 1 I-X/KAoS I-X/KAoS Composer

More information

Improving EHR Semantic Interoperability Future Vision and Challenges

Improving EHR Semantic Interoperability Future Vision and Challenges Improving EHR Semantic Interoperability Future Vision and Challenges Catalina MARTÍNEZ-COSTA a,1 Dipak KALRA b, Stefan SCHULZ a a IMI,Medical University of Graz, Austria b CHIME, University College London,

More information

Supporting ANY PRODUCT employing

Supporting ANY PRODUCT employing Supporting ANY PRODUCT employing -BackNet -LonWorks -ModBus - XML -SNMP -OPC WEB controllers (JACE-Java Application Control Engine) - Provides server and internet power at the building level - Open & legacy

More information

Towards Semantics-Enabled Distributed Infrastructure for Knowledge Acquisition

Towards Semantics-Enabled Distributed Infrastructure for Knowledge Acquisition Towards Semantics-Enabled Distributed Infrastructure for Knowledge Acquisition Vasant Honavar 1 and Doina Caragea 2 1 Artificial Intelligence Research Laboratory, Department of Computer Science, Iowa State

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

Web Services Software Architecture

Web Services Software Architecture Web Services Software Architecture Syahrul Fahmy School of Informatics, The University of Manchester, PO Box 88, Manchester M60 1QD, United Kingdom S.Abdul-wahab@postgrad.manchester.ac.uk Abstract. Web

More information

A Systems of Systems. The Internet of Things. perspective on. Johan Lukkien. Eindhoven University

A Systems of Systems. The Internet of Things. perspective on. Johan Lukkien. Eindhoven University A Systems of Systems perspective on The Internet of Things Johan Lukkien Eindhoven University System applications platform In-vehicle network network Local Control Local Control Local Control Reservations,

More information

Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries

Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries Norbert Fuhr, Claus-Peter Klas University of Dortmund, Germany {fuhr,klas}@ls6.cs.uni-dortmund.de 1 Introduction

More information

A Framework and Architecture for Quality Assessment in Data Integration

A Framework and Architecture for Quality Assessment in Data Integration A Framework and Architecture for Quality Assessment in Data Integration Jianing Wang March 2012 A Dissertation Submitted to Birkbeck College, University of London in Partial Fulfillment of the Requirements

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

Some Research Challenges for Big Data Analytics of Intelligent Security

Some Research Challenges for Big Data Analytics of Intelligent Security Some Research Challenges for Big Data Analytics of Intelligent Security Yuh-Jong Hu hu at cs.nccu.edu.tw Emerging Network Technology (ENT) Lab. Department of Computer Science National Chengchi University,

More information

The e-lite Research Group

The e-lite Research Group The e-lite Research Group e-learning, e-intelligence, e-interaction Fulvio Corno Politecnico di Torino Dip. Automatica e Informatica e-lite Research Group http://elite.polito.it The Research Group Dipartimento

More information

Supporting Change-Aware Semantic Web Services

Supporting Change-Aware Semantic Web Services Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into

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

A COLLABORATIVE PERSPECTIVE OF CRM

A COLLABORATIVE PERSPECTIVE OF CRM A COLLABORATIVE PERSPECTIVE OF CRM Mărginean Nicolae Bogdan-Vodă University, Faculty of Economics, Cluj-Napoca, Spinoasa 14 street, e-mail: nicolae1976@yahoo.com, telef: 0745/318321 Today, companies are

More information

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Rustem Dautov Iraklis Paraskakis Dimitrios Kourtesis South-East European Research Centre International Faculty, The University

More information

Intelligent interoperable application for employment exchange system using ontology

Intelligent interoperable application for employment exchange system using ontology 1 Webology, Volume 10, Number 2, December, 2013 Home Table of Contents Titles & Subject Index Authors Index Intelligent interoperable application for employment exchange system using ontology Kavidha Ayechetty

More information

Demonstrating WSMX: Least Cost Supply Management

Demonstrating WSMX: Least Cost Supply Management Demonstrating WSMX: Least Cost Supply Management Eyal Oren 2, Alexander Wahler 1, Bernhard Schreder 1, Aleksandar Balaban 1, Michal Zaremba 2, and Maciej Zaremba 2 1 NIWA Web Solutions, Vienna, Austria

More information

Capturing the Structure of IoT Systems with Graph Databases

Capturing the Structure of IoT Systems with Graph Databases Capturing the Structure of IoT Systems with Graph Databases Gilles Privat Dana Popovici Orange Labs Grenoble, France for open bidirectional multiscale data mediation 1 Outline What IoT is about Data models

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

in Health Care and Sensor Networks

in Health Care and Sensor Networks 16 th FFV Workshop Web Services in Health Care and Sensor Networks Fahad Aijaz Department of Communication Networks RWTH Aachen University, Germany FFV Workshop, March 13, 2009 Outline Wireless Sensor

More information

School of Computer Science

School of Computer Science School of Computer Science Head of School Professor S Linton Taught Programmes M.Sc. Advanced Computer Science Artificial Intelligence Computing and Information Technology Information Technology Human

More information

Matching Semantic Service Descriptions with Local Closed-World Reasoning

Matching Semantic Service Descriptions with Local Closed-World Reasoning Matching Semantic Service Descriptions with Local Closed-World Reasoning Stephan Grimm 1, Boris Motik 1, and Chris Preist 2 1 FZI Research Center for Information Technologies at the University of Karlsruhe

More information

ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS

ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS Hasni Neji and Ridha Bouallegue Innov COM Lab, Higher School of Communications of Tunis, Sup Com University of Carthage, Tunis, Tunisia. Email: hasni.neji63@laposte.net;

More information

Web of Things Use Cases and Solutions at FZI

Web of Things Use Cases and Solutions at FZI Web of Things Use Cases and Solutions at FZI Speaker: Benedikt Kämpgen (FZI) Location: W3C Web of Things Workshop, Munich Date: 20.04.2015 FZI FORSCHUNGSZENTRUM INFORMATIK Semantic Web vs Web of Things

More information

LinkZoo: A linked data platform for collaborative management of heterogeneous resources

LinkZoo: A linked data platform for collaborative management of heterogeneous resources LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research

More information

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci 1 Artificial Intelligence and Robotics @ Politecnico di Milano Presented by Matteo Matteucci What is Artificial Intelligence «The field of theory & development of computer systems able to perform tasks

More information

UniGR Workshop: Big Data «The challenge of visualizing big data»

UniGR Workshop: Big Data «The challenge of visualizing big data» Dept. ISC Informatics, Systems & Collaboration UniGR Workshop: Big Data «The challenge of visualizing big data» Dr Ir Benoît Otjacques Deputy Scientific Director ISC The Future is Data-based Can we help?

More information

OntoPIM: How to Rely on a Personal Ontology for Personal Information Management

OntoPIM: How to Rely on a Personal Ontology for Personal Information Management OntoPIM: How to Rely on a Personal Ontology for Personal Information Management Vivi Katifori 2, Antonella Poggi 1, Monica Scannapieco 1, Tiziana Catarci 1, and Yannis Ioannidis 2 1 Dipartimento di Informatica

More information

Vertical Integration of Enterprise Industrial Systems Utilizing Web Services

Vertical Integration of Enterprise Industrial Systems Utilizing Web Services Vertical Integration of Enterprise Industrial Systems Utilizing Web Services A.P. Kalogeras 1, J. Gialelis 2, C. Alexakos 1, M. Georgoudakis 2, and S. Koubias 2 1 Industrial Systems Institute, Building

More information

Federation of Cloud Computing Infrastructure

Federation of Cloud Computing Infrastructure IJSTE International Journal of Science Technology & Engineering Vol. 1, Issue 1, July 2014 ISSN(online): 2349 784X Federation of Cloud Computing Infrastructure Riddhi Solani Kavita Singh Rathore B. Tech.

More information

A Semantic Web Based Approach to Knowledge Management for Grid Applications

A Semantic Web Based Approach to Knowledge Management for Grid Applications IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, TKDE-0468-1005_R2_0108 1 A Semantic Web Based Approach to Knowledge Management for Grid Applications L. Chen, N.R. Shadbolt and C.A. Goble Abstract

More information

Ontology based Recruitment Process

Ontology based Recruitment Process Ontology based Recruitment Process Malgorzata Mochol Radoslaw Oldakowski Institut für Informatik AG Netzbasierte Informationssysteme Freie Universität Berlin Takustr. 9, 14195 Berlin, Germany mochol@inf.fu-berlin.de

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

Analysis of Cloud Solutions for Asset Management

Analysis of Cloud Solutions for Asset Management ICT Innovations 2010 Web Proceedings ISSN 1857-7288 345 Analysis of Cloud Solutions for Asset Management Goran Kolevski, Marjan Gusev Institute of Informatics, Faculty of Natural Sciences and Mathematics,

More information

Industrial Networks & Databases

Industrial Networks & Databases Industrial Networks & Databases LONWORKS KNX 1 HVAC and BEMS HVAC - Heating, Ventilation & Air Conditioning BEMS - Building & Energy Management Systems 2 3 4 LONWORKS (Local Operating Networks) Open solution

More information

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper CAST-2015 provides an opportunity for researchers, academicians, scientists and

More information