A Semantic Architecture for Industry 4.0

Size: px
Start display at page:

Download "A Semantic Architecture for Industry 4.0"

Transcription

1 A Semantic Architecture for Industry 4.0 Cecilia Zanni Merk cecilia.zanni unistra.fr Deputy Head of the SDC team of ICube 4P Factory e lab March 16 th, 2016

2 Agenda Introduction Basic principles of Semantic Technologies A semantic architecture for Industry 4.0 Current projects A word to finish Cecilia Zanni Merk A semantic architecture for Industry 4.0 2

3 Introduction

4 Industry 4.0 It is a collective term embracing a number of contemporary automation, data exchange and manufacturing technologies. Technologies and concepts of value chain organization which draws together Cyber Physical Systems, the Internet of Things and the Internet of Services. AKA «the fourth industrial revolution» Cecilia Zanni Merk A semantic architecture for Industry 4.0 4

5 Cyber Physical Production Systems CPPSs are online networks of social machines organized as social networks. They link IT with mechanical and electronic components that then communicate with each other via a network. They therefore create a smart network of machines, ICT systems, smart products and individuals across the entire value chain and the full product life cycle. Sensors and control elements enable machines to be linked to plants, fleets, networks and human beings. These smart networks support what are called Smart Factories Cecilia Zanni Merk A semantic architecture for Industry 4.0 5

6 Trying to put it all together Industry 4.0 can be seen as an engineering ecosystem, where processes govern themselves, smart products take corrective actions to avoid damages, individual parts are automatically replenished, and raw parts and production machines enter into a dialogue in order to optimise manufacturing processes. Cecilia Zanni Merk A semantic architecture for Industry 4.0 6

7 The Role of Big Data and Analytics Big data is high volume, high velocity, and/or high variety information assets that require new forms of processing to enable enhanced decision making, insight discovery and process optimization (Gartner, 2012) Explain inconsistent component performance and availability Implement predictive manufacturing Cecilia Zanni Merk A semantic architecture for Industry 4.0 7

8 The Role of Semantic Technologies But what are semantic technologies? Semantics is the study of meaning Central to the study of communication (a crucial factor in social organization) Central to the study of the human mind thought processes, cognition, conceptualization Cecilia Zanni Merk A semantic architecture for Industry 4.0 8

9 Some things we know Consider The small blue circle is in front of the square. The square is behind the small blue circle. We are capable of verifying that both sentences are true in this particular situation. This is because we know what the world must be like in order for these sentences to be true. Taken from Assimakopoulos s course on Semantics (University of Malta) Cecilia Zanni Merk A semantic architecture for Industry 4.0 9

10 Some things we know Now consider: She drove past the bank This sentence then can mean more than one thing (it is ambiguous). This seems to be related to our knowledge of what bank denotes. Taken from Assimakopoulos s course on Semantics (University of Malta) Cecilia Zanni Merk A semantic architecture for Industry

11 Some things we know Finally, consider: 1. John murdered the president. 2. The president is dead. We also know that sentence two follows from sentence 1 (technically: sentence 1 entails sentence 2 or sentence 1 is a consequence of sentence 2) In this particular case, it seems to be related to the meaning of murder. Taken from Assimakopoulos s course on Semantics (University of Malta) Cecilia Zanni Merk A semantic architecture for Industry

12 Agenda Introduction Basic principles of Semantic Technologies A semantic architecture for Industry 4.0 Current projects A word to finish Cecilia Zanni Merk A semantic architecture for Industry

13 Basic principles of Semantic Technologies

14 Knowledge and Semantic Engineering Knowledge and Semantic Engineering proposes concepts, methods and techniques to model, formalize or acquire knowledge with the aim of capitalization, implementation or management in the broadest sense of the terms. An approach to problem solving based on KSE generally comprises three stages: 1. Knowledge acquisition Development of 2. Knowledge modelling Intelligent 3. Knowledge implementation Semantic Systems Cecilia Zanni Merk A semantic architecture for Industry

15 Intelligent Semantic Systems Software capable of reproducing the cognitive mechanisms of an expert in a particular field. Capable of answering questions, by performing reasoning from known facts and rules. Particularly suitable for decision support. Cecilia Zanni Merk A semantic architecture for Industry

16 Intelligent Semantic Systems The classical architecture of a ISS Cecilia Zanni Merk A semantic architecture for Industry

17 An Example Carrots are plants Rabbits only eat carrots If somebody eats only plants, he is a vegetarian carrot(x) => plant(x) rabbit(x) => [eats(x, y) => carrot(y) ] vegetarian(x) => [eats(x, y) => plant(y) ] Rabbits are vegetarian Bugs Bunny is vegetarian Cecilia Zanni Merk A semantic architecture for Industry

18 An Example Roger Rabbit eats hay Is he a rabbit? Is he vegetarian? We can t say Our knowledge base is incomplete!! Cecilia Zanni Merk A semantic architecture for Industry

19 The capitalization of experience An expert can tell us Roger Rabbit is a vegetarian rabbit OR If a rabbit eats hay, then it necessary eats carrots New knowledge without explanation Evolution of the rule base OR Both Use of a new knowledge structure to capitalize both, the new knowledge and the new rules SOEKS Cecilia Zanni Merk A semantic architecture for Industry

20 The capitalization of experience Set of Experience Knowledge Structure (SOEKS) Experience based knowledge representation To store uncertain and incomplete data To make qualitative and quantitative extractions of knowledge from available information name: Roger Rabbit Four components eatenfood: hay typeofanimal: rabbit variables, typeofeater: vegetarian functions, constraints, #eatenfood<=2 rules rabbit(x) eats(x,y) hay(y) => eats (x,z) carrot(z) If a rabbit eats hay, then it necessarily eats carrots Cecilia Zanni Merk A semantic architecture for Industry

21 An example Extra terrestrial rabbits eat meat Clearly, our initial knowledge base cannot be used to classify the Raving Rabbids Cecilia Zanni Merk A semantic architecture for Industry

22 We need more Both rules regarding the feeding of rabbits can be included, but they make the KB inconsistent. We need mechanisms to lead us to launch de appropriate rules according to the context We need meta knowledge Cecilia Zanni Merk A semantic architecture for Industry

23 Meta Knowledge Meta knowledge is knowledge about the domain knowledge, the rules or the experience Context Any information that characterizes a situation related to the interaction between human beings, applications and the surrounding environment (Dey et al, 2001) Four types: identity, location, status, time Culture, Protocols Meta knowledge is closely related to experience knowledge Cecilia Zanni Merk A semantic architecture for Industry

24 The KREM model Four components, with the goals of managing the complexity of developing ISSs, trying to solve the problems associated with knowledge elicitation, where knowledge can be tacit or not incorporating the capitalization of experience to improve decision making Cecilia Zanni Merk A semantic architecture for Industry

25 The KREM model Knowledge to operate, Domain ontologies to be developed. Rules to allow different types of reasoning, Monotone, spatial, temporal, fuzzy, or other depending on the application. Experience, Allowing the capitalization and reuse of previous knowledge. Meta Knowledge, Knowledge about the other three components Gives the context of the problem to be solved. Cecilia Zanni Merk A semantic architecture for Industry

26 The KREM model The way the domain knowledge is formalized will shape the way the rules are expressed. Experience will come complete the available knowledge and rules. Finally, meta knowledge will directly interact with the rules and the experience to indicate which rules (coming from experience or from the initial rule set) need to be launched according to the context of the problem. Cecilia Zanni Merk A semantic architecture for Industry

27 Why should we use semantic technologies in an industrial context? To share common understanding of the structure of information among people or software agents To enable reuse of domain knowledge To make domain assumptions explicit To separate domain knowledge from the operational knowledge To capitalize experience knowledge To be able to make decisions in different contexts Cecilia Zanni Merk A semantic architecture for Industry

28 Agenda Introduction Basic principles of Semantic Technologies A semantic architecture for Industry 4.0 Current projects A word to finish Cecilia Zanni Merk A semantic architecture for Industry

29 One possible architecture Taken from Toro s «A perspective on Knowledge Based and Intelligent systems implementation in Industrie 4.0» Cecilia Zanni Merk A semantic architecture for Industry

30 One possible architecture A physical layer where collections of signals from sensors and actuators are consumed and produced, such information travels through the data bus to a standardization layer that is able to perform data exchange and alignment in required time frames. The communication layer divides and controls packages of information and should assure security and anonymity where necessary. The CPS layer can support localized decisions on its own but also based on contextual knowledge. Contextual knowledge allows considering the impact of a given element in the machine (local information or data gathered) on the whole production line and vice versa The application layer includes the front end applications that will exploit the semantic enriched information with different human to machine interaction modules. Cecilia Zanni Merk A semantic architecture for Industry

31 Contributions at different levels Taken from Toro s «A perspective on Knowledge Based and Intelligent systems implementation in Industrie 4.0» «BigData» comingfrom sensors This information needs to be converted into knowledge for further use and exploitation Cecilia Zanni Merk A semantic architecture for Industry

32 Agenda Introduction Basic principles of Semantic Technologies A semantic architecture for Industry 4.0 Current projects A word to finish Cecilia Zanni Merk A semantic architecture for Industry

33 Current projects

34 The SemSeN project Semantic Sensor Networks The semantic architectures proposed so far do not include a formal model for the communication tasks in the context of Industry 4.0 Goal : Setting up of a formal model based on ontologies for making decisions with performance guarantee for the Internet of Things, where information can be received with losses or after a variable delay. Cecilia Zanni Merk A semantic architecture for Industry

35 The SemSeN project Proposed approach Study of the existing foundational ontologies on sensor networks (Compton et al, 2012) Cecilia Zanni Merk A semantic architecture for Industry

36 The SemSeN project Proposed approach Study of the existing foundational ontologies on sensor networks (Compton et al, 2012) Get a model of the communication layers for Industry 4.0, based on IEEE TSCH / 6tisch standard, to guarantee hard performance and deterministic access Develop an ontology from the previous model and align with the Compton ontology Cecilia Zanni Merk A semantic architecture for Industry

37 The SemSeN project Proposed approach Study of the existing foundational ontologies on sensor networks (Compton et al, 2012) Get a model of the communication layers for Industry 4.0, based on IEEE TSCH / 6tisch standard, to guarantee hard performance and deterministic access Cecilia Zanni Merk A semantic architecture for Industry

38 The SemSeN project Proposed approach Study of the existing foundational ontologies on sensor networks (Compton et al, 2012) Get a model of the communication layers for Industry 4.0, based on IEEE TSCH / 6tisch standard, to guarantee hard performance and deterministic access Develop an ontology from the previous model and align with the Compton ontology Cecilia Zanni Merk A semantic architecture for Industry

39 The SemSeN project Proposed approach Study of the existing foundational ontologies on sensor networks (Compton et al, 2012) Get a model of the communication layers for Industry 4.0, based on IEEE TSCH / 6tisch standard, to guarantee hard performance and deterministic access Develop an ontology from the previous model and align with the Compton ontology Cecilia Zanni Merk A semantic architecture for Industry

40 The SemSeN project ADVERTISING If you have students that would like to come to Strasbourg for an internship of 6 or 8 months from september 2016 on, please give them my address Thank you! Cecilia Zanni Merk A semantic architecture for Industry

41 The HALFbACk project Cross Border Highly AvaiLable Smart FActories in the Cloud French German project to be submitted to the Offensive Sciences 2016 call for projects in april 2016 Goal: Assure highly available manufacturing processes, by forecasting failures of machines, tools, product quality loss, resource flow problems, etc. and by scheduling maintenance, component replacing, process re planning, and even take over the production by another factory, in an optimized and intelligent way. Cecilia Zanni Merk A semantic architecture for Industry

42 The HALFbACk project Cross Border Highly AvaiLable Smart FActories in the Cloud French German project to be submitted to the Offensive Sciences 2016 call for projects in april 2016 Goal: Assure highly available manufacturing processes, by forecasting failures of machines, tools, product quality loss, resource flow problems, etc. and by scheduling maintenance, component replacing, process re planning, and even take over the production by another factory, in an optimized and intelligent way. Cecilia Zanni Merk A semantic architecture for Industry

43 The HALFbACk project Specific scientific challenges in semantic technologies The use of both inductive and deductive techniques to make sense of data and to gain new insights. The joint use of semantics and of data mining algorithms to improve the quality of the interpretation of huge amounts of data and foster data retrieval, reuse, and integration. Top down engineered ontologies and logical inferencing play a key role in providing the vocabularies for querying data, Machine learning techniques will enable the linkage of these data. Cecilia Zanni Merk A semantic architecture for Industry

44 The HALFbACk project Specific scientific challenges in semantic technologies The HALFbACk system will first learn higher level features, expressed as logical axioms from data (coming from sensors, measurements of the characteristics of the final products, machine statistics, and so) and then use these higher level features for non trivial deductive inferences (the optimized prediction of maintenance or the need to use the broker to shift the production). Cecilia Zanni Merk A semantic architecture for Industry

45 Agenda Introduction Basic principles of Semantic Technologies A semantic architecture for Industry 4.0 Current projects A word to finish Cecilia Zanni Merk A semantic architecture for Industry

46 A word to finish

47 A Word to Finish Industry 4.0 is not something that will suddenly arrive overnight. But in the coming years there will be a gradual change to more networked components and machinery, which are connected to the enterprise, which have the intelligence to decide what data is important to share and what isn t. Cecilia Zanni Merk A semantic architecture for Industry

48 Questions or Comments? Thank you!!!

Knowledge processing as structure transformation

Knowledge processing as structure transformation Proceedings Knowledge processing as structure transformation Mark Burgin 1, Rao Mikkilineni 2,* and Samir Mittal 3 1 UCLA, Los Angeles; mburgin@math.ucla.edu 2 C3DNA; rao@c3dna.com 3 SCUTI AI; samir@scutiai.com

More information

A Systems Approach to Dimensional Modeling in Data Marts. Joseph M. Firestone, Ph.D. White Paper No. One. March 12, 1997

A Systems Approach to Dimensional Modeling in Data Marts. Joseph M. Firestone, Ph.D. White Paper No. One. March 12, 1997 1 of 8 5/24/02 4:43 PM A Systems Approach to Dimensional Modeling in Data Marts By Joseph M. Firestone, Ph.D. White Paper No. One March 12, 1997 OLAP s Purposes And Dimensional Data Modeling Dimensional

More information

Transformative characteristics and research agenda for the SDI-SKI step change:

Transformative characteristics and research agenda for the SDI-SKI step change: Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Dr Lesley Arnold Research Fellow, Curtin University, CRCSI Director Geospatial Frameworks World Bank

More information

Understanding the workplace of the future. Artificial Intelligence series

Understanding the workplace of the future. Artificial Intelligence series Understanding the workplace of the future Artificial Intelligence series Konica Minolta Inc. 02 Cognitive Hub and the Semantic Platform Within today s digital workplace, there is a growing need for different

More information

The MUSING Approach for Combining XBRL and Semantic Web Data. ~ Position Paper ~

The MUSING Approach for Combining XBRL and Semantic Web Data. ~ Position Paper ~ The MUSING Approach for Combining XBRL and Semantic Web Data ~ Position Paper ~ Christian F. Leibold 1, Dumitru Roman 1, Marcus Spies 2 1 STI Innsbruck, Technikerstr. 21a, 6020 Innsbruck, Austria {Christian.Leibold,

More information

The Open Group SOA Ontology Technical Standard. Clive Hatton

The Open Group SOA Ontology Technical Standard. Clive Hatton The Open Group SOA Ontology Technical Standard Clive Hatton The Open Group Releases SOA Ontology Standard To Increase SOA Adoption and Success Rates Ontology Fosters Common Understanding of SOA Concepts

More information

Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study

Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Dr Lesley Arnold Research Fellow, Curtin University, CRCSI Director Geospatial Frameworks World Bank

More information

Social Behavior Prediction Through Reality Mining

Social Behavior Prediction Through Reality Mining Social Behavior Prediction Through Reality Mining Charlie Dagli, William Campbell, Clifford Weinstein Human Language Technology Group MIT Lincoln Laboratory This work was sponsored by the DDR&E / RRTO

More information

Houghton Mifflin MATHEMATICS Level 1 correlated to NCTM Standard

Houghton Mifflin MATHEMATICS Level 1 correlated to NCTM Standard Number and Operations Standard Understand numbers, ways of representing numbers, relationships among numbers, and number systems count with understanding and recognize TE: 191A 195B, 191 195, 201B, 201

More information

Understandability and Semantic Interoperability of Diverse Rules Systems. Adrian Walker, Reengineering [1]

Understandability and Semantic Interoperability of Diverse Rules Systems. Adrian Walker, Reengineering [1] Understandability and Semantic Interoperability of Diverse Rules Systems Adrian Walker, Reengineering [1] Position Paper for the W3C Workshop on Rule Languages for Interoperability 27-28 April 2005, Washington,

More information

Introduction of the Industrial Internet Consortium. May 2016

Introduction of the Industrial Internet Consortium. May 2016 Introduction of the Industrial Internet Consortium May 2016 An Open Membership Consortium now 250 companies strong May 26, 2016 2 IIC Founders, Contributing Members, & Large Industry Members IIC Founding

More information

Strategy & Planning: Data Governance & Data Quality

Strategy & Planning: Data Governance & Data Quality Strategy & Planning: Data Governance & Data Quality April 30, 2017 In the era of big data and data science, most commercial and nonprofit organizations realize the potential power of data in accelerating

More information

ICT-SHOK Project Proposal: PROFI

ICT-SHOK Project Proposal: PROFI ICT-SHOK Project Proposal: PROFI Full Title: Proactive Future Internet: Smart Semantic Middleware Overlay Architecture for Declarative Networking ICT-SHOK Programme: Future Internet Project duration: 2+2

More information

Citizen Sensing: Opportunities and Challenges in Mining Social Signals and Perceptions

Citizen Sensing: Opportunities and Challenges in Mining Social Signals and Perceptions Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 7-19-2011 Citizen Sensing: Opportunities and Challenges in Mining Social

More information

INTELLIGENT SYSTEMS OVER THE INTERNET

INTELLIGENT SYSTEMS OVER THE INTERNET INTELLIGENT SYSTEMS OVER THE INTERNET Web-Based Intelligent Systems Intelligent systems use a Web-based architecture and friendly user interface Web-based intelligent systems: Use the Web as a platform

More information

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT

KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT KNOWLEDGE MANAGEMENT VIA DEVELOPMENT IN ACCOUNTING: THE CASE OF THE PROFIT AND LOSS ACCOUNT Tung-Hsiang Chou National Chengchi University, Taiwan John A. Vassar Louisiana State University in Shreveport

More information

Lecture 20: The Spatial Semantic Hierarchy. What is a Map?

Lecture 20: The Spatial Semantic Hierarchy. What is a Map? Lecture 20: The Spatial Semantic Hierarchy CS 344R/393R: Robotics Benjamin Kuipers What is a Map? A map is a model of an environment that helps an agent plan and take action. A topological map is useful

More information

SLIPO. Scalable Linking and Integration of Big POI data. Giorgos Giannopoulos IMIS/Athena RC

SLIPO. Scalable Linking and Integration of Big POI data. Giorgos Giannopoulos IMIS/Athena RC SLIPO Scalable Linking and Integration of Big POI data I n f o r m a ti o n a n d N e t w o r ki n g D a y s o n H o ri z o n 2 0 2 0 B i g Da ta Public-Priva te Partnership To p i c : I C T 14 B i g D

More information

Semantic Web. Ontology Pattern. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau

Semantic Web. Ontology Pattern. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau Semantic Web Ontology Pattern Gerd Gröner, Matthias Thimm {groener,thimm}@uni-koblenz.de Institute for Web Science and Technologies (WeST) University of Koblenz-Landau July 18, 2013 Gerd Gröner, Matthias

More information

Accelerating High Performance Manufacturing

Accelerating High Performance Manufacturing Copyright 2013 Rockwell Automation, Inc. All Rights Reserved. Accelerating High Performance Manufacturing John Nesi Vice President Market Development Copyright 2013 Rockwell Automation, Inc. All Rights

More information

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities Dimitraki Katerina Thesis submitted in partial fulfillment of the requirements for the

More information

A Risk Management Platform

A Risk Management Platform A Risk Management Platform Michael Lai CISSP, CISA, MBA, MSc, BEng(hons) Territory Manager & Senior Security Sales Engineer Shift to Risk-Based Security OLD MODEL: Prevention-Based Security Prevention

More information

Technologies for Solutions for Society. September, 2014 NEC Corporation

Technologies for Solutions for Society. September, 2014 NEC Corporation Technologies for Solutions for Society September, 2014 NEC Corporation NEC s Focus: Solutions for Society Providing infrastructures for an abundant society for all people via ICT Social Value Innovations

More information

Digitalization of Manufacturing

Digitalization of Manufacturing Digitalization of Manufacturing Leveraging the Internet of Things for Smart Manufacturing & Operational Excellence Dennis McRae Vice President of Solutions Dave McKnight Director Optimized Factory May

More information

9/27/15 MOBILE COMPUTING. CSE 40814/60814 Fall System Structure. explicit output. explicit input

9/27/15 MOBILE COMPUTING. CSE 40814/60814 Fall System Structure. explicit output. explicit input MOBILE COMPUTING CSE 40814/60814 Fall 2015 System Structure explicit input explicit output 1 Context as Implicit Input explicit input explicit output Context: state of the user state of the physical environment

More information

ALIGNING CYBERSECURITY AND MISSION PLANNING WITH ADVANCED ANALYTICS AND HUMAN INSIGHT

ALIGNING CYBERSECURITY AND MISSION PLANNING WITH ADVANCED ANALYTICS AND HUMAN INSIGHT THOUGHT PIECE ALIGNING CYBERSECURITY AND MISSION PLANNING WITH ADVANCED ANALYTICS AND HUMAN INSIGHT Brad Stone Vice President Stone_Brad@bah.com Brian Hogbin Distinguished Technologist Hogbin_Brian@bah.com

More information

Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada

Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada Mohamed Bakillah and Steve H.L. Liang Department of Geomatics Engineering University of Calgary, Alberta, Canada

More information

Implementing Operational Analytics Using Big Data Technologies to Detect and Predict Sensor Anomalies

Implementing Operational Analytics Using Big Data Technologies to Detect and Predict Sensor Anomalies Implementing Operational Analytics Using Big Data Technologies to Detect and Predict Sensor Anomalies Joseph Coughlin, Rohit Mital, Shashi Nittur, Benjamin SanNicolas, Christian Wolf, Rinor Jusufi Stinger

More information

Convergence of classical search and topic maps evidences from a practical case in the chemical industry

Convergence of classical search and topic maps evidences from a practical case in the chemical industry C H A I R S O F Information Systems Convergence of classical search and topic maps evidences from a practical case in the chemical industry Dr. Stefan Smolnik Information Systems 2, European Business School

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

Context-Awareness and Adaptation in Distributed Event-Based Systems

Context-Awareness and Adaptation in Distributed Event-Based Systems Context-Awareness and Adaptation in Distributed Event-Based Systems Eduardo S. Barrenechea, Paulo S. C. Alencar, Rolando Blanco, Don Cowan David R. Cheriton School of Computer Science University of Waterloo

More information

Eleven+ Views of Semantic Search

Eleven+ Views of Semantic Search Eleven+ Views of Semantic Search Denise A. D. Bedford, Ph.d. Goodyear Professor of Knowledge Management Information Architecture and Knowledge Management Kent State University Presentation Focus Long-Term

More information

COMPUTER SCIENCE INTERNET SCIENCE AND TECHOLOGY HUMAN MEDIA INTERACTION BUSINESS INFORMATION TECHNOLOGY

COMPUTER SCIENCE INTERNET SCIENCE AND TECHOLOGY HUMAN MEDIA INTERACTION BUSINESS INFORMATION TECHNOLOGY COMPUTER SCIENCE INTERNET SCIENCE AND TECHOLOGY HUMAN MEDIA INTERACTION BUSINESS INFORMATION TECHNOLOGY UNIVERSITY OF DIGITAL REVOLUTION. Fourth industrial revolution is upon us and you can be part of

More information

Encounter LATP-ETPs 19 October 2015, Lisbon, Portugal Ernestina Menasalvas, Universidad Politécnica de Madrid

Encounter LATP-ETPs 19 October 2015, Lisbon, Portugal Ernestina Menasalvas, Universidad Politécnica de Madrid Encounter LATP-ETPs 19 October 2015, Lisbon, Portugal Ernestina Menasalvas, Universidad Politécnica de Madrid NESSI is an H2020 ETP the Commission's Horizon 2020 proposal for an integrated research and

More information

Computer-based Tracking Protocols: Improving Communication between Databases

Computer-based Tracking Protocols: Improving Communication between Databases Computer-based Tracking Protocols: Improving Communication between Databases Amol Deshpande Database Group Department of Computer Science University of Maryland Overview Food tracking and traceability

More information

Information Retrieval System Based on Context-aware in Internet of Things. Ma Junhong 1, a *

Information Retrieval System Based on Context-aware in Internet of Things. Ma Junhong 1, a * Information Retrieval System Based on Context-aware in Internet of Things Ma Junhong 1, a * 1 Xi an International University, Shaanxi, China, 710000 a sufeiya913@qq.com Keywords: Context-aware computing,

More information

Topic 4 Knowledge representation, rulebased

Topic 4 Knowledge representation, rulebased Topic 4 Knowledge representation, rulebased systems Steering around obstacles Knowledge Representation Rule-Based Systems Synthesising Movement with an RBS Reading: Champandard Chapters 9-12 Links to RBS,

More information

Sharing Data on the Aquileia Heritage: Proposals for a Research Project

Sharing Data on the Aquileia Heritage: Proposals for a Research Project D-1 Sharing Data on the Aquileia Heritage: Proposals for a Research Project Vito Roberto and Paolo Omero Department of Informatics, University of Udine, Italy vito.roberto@uniud.it, paolo.omero@uniud.it

More information

Context-Aware Analytics in MOM Applications

Context-Aware Analytics in MOM Applications Context-Aware Analytics in MOM Applications Martin Ringsquandl, Steffen Lamparter, and Raffaello Lepratti Corporate Technology Siemens AG Munich, Germany martin.ringsquandl.ext@siemens.com arxiv:1412.7968v1

More information

On the Way to the Semantic Web

On the Way to the Semantic Web On the Way to the Semantic Web Presented on 1 Fórum W3C Brasil, by Klaus Birkenbihl, Coordinator World Offices, W3C based on a slide set mostly created by Ivan Herman, Semantic Web Activity Lead, W3C Sept.

More information

1. Management Information Systems/ MIS211 (3 Crh.) pre. CS104+ BA Programming & Data Structures / MIS 213 (3 Cr.h.) pre CS104 (Computer Skills)

1. Management Information Systems/ MIS211 (3 Crh.) pre. CS104+ BA Programming & Data Structures / MIS 213 (3 Cr.h.) pre CS104 (Computer Skills) Courses Descriptions for BS.c. MIS Program Main Major Courses (Bachelor Degree in Management Information System) 1. Management Information Systems/ MIS211 (3 Crh.) pre. CS104+ BA108. This is an introductory

More information

How to Become a CMA (Certified Management Accountant) May 10, 2017

How to Become a CMA (Certified Management Accountant) May 10, 2017 How to Become a CMA (Certified Management Accountant) May 10, 2017 Today s Moderator Featured Presenter Agenda The CMA Designation Institute of Management Accountants (IMA) Why get a CMA? CMA Requirements

More information

Prescriptive Security Operations Centers. Leveraging big data capabilities to build next generation SOC

Prescriptive Security Operations Centers. Leveraging big data capabilities to build next generation SOC Prescriptive Security Operations Centers Leveraging big data capabilities to build next generation SOC Cyber Security Industry in constant renewal in 2016 and 2017 1 Tbps Mirai IoT Botnet broke the Internet

More information

Some Big Data Challenges

Some Big Data Challenges Some Big Data Challenges 2,500,000,000,000,000,000 Bytes (2.5 x 10 18 ) of data are created every day! (2012) or 8,000,000,000,000,000,000 (8 exabytes) of new data were stored globally by enterprises in

More information

COMMIUS Project Newsletter COMMIUS COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES

COMMIUS Project Newsletter COMMIUS COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES Project Newsletter COMMUNITY-BASED INTEROPERABILITY UTILITY FOR SMES Issue n.4 January 2011 This issue s contents: Project News The Process Layer Dear Community member, You are receiving this newsletter

More information

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended. Previews of TDWI course books are provided as an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews can not be printed. TDWI strives

More information

Cyber Threat Landscape April 2013

Cyber Threat Landscape April 2013 www.pwc.co.uk Cyber Threat Landscape April 2013 Cyber Threats: Influences of the global business ecosystem Economic Industry/ Competitors Technology-led innovation has enabled business models to evolve

More information

Getting Started with Semantics in the Enterprise. November 10, 2010, AWOSS, Moncton, NB

Getting Started with Semantics in the Enterprise. November 10, 2010, AWOSS, Moncton, NB Getting Started with Semantics in the Enterprise Bradley Shoebottom November 10, 2010, AWOSS, Moncton, NB Introduction Should your enterprises first ontology look like this (and take 2 years to get there)?

More information

Real-Time Insights from the Source

Real-Time Insights from the Source LATENCY LATENCY LATENCY Real-Time Insights from the Source This white paper provides an overview of edge computing, and how edge analytics will impact and improve the trucking industry. What Is Edge Computing?

More information

An introduction to Headless Content Management Systems

An introduction to Headless Content Management Systems WHITEPAPER An introduction to Headless Content Management Systems John Winter, Co-Founder, Content Bloom Introduction Surfing web content used to be limited to desktop computers. This has drastically changed

More information

Network Mission Assurance Phoenix Challenge 2002 Conference

Network Mission Assurance Phoenix Challenge 2002 Conference Phoenix Challenge 2002 Conference Lockheed Martin Advanced Technology Laboratories Distributed Processing Laboratory 1 Federal Street A&E Building 3W Camden, New Jersey 08102 Mike Junod mjunod@atl.lmco.com

More information

Just in time and relevant knowledge thanks to recommender systems and Semantic Web.

Just in time and relevant knowledge thanks to recommender systems and Semantic Web. Just in time and relevant knowledge thanks to recommender systems and Semantic Web. Plessers, Ben (1); Van Hyfte, Dirk (2); Schreurs, Jeanne (1) Organization(s): 1 Hasselt University, Belgium; 2 i.know,

More information

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt

Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Jie Bao, Paul Smart, Dave Braines, Nigel Shadbolt Advent of Web 2.0 supports greater user participation in the creation of Web content Good way to generate lots of online content e.g. Wikipedia ~3 million

More information

Modeling Actuations in BCI-O: A Context-based Integration of SOSA and IoT-O

Modeling Actuations in BCI-O: A Context-based Integration of SOSA and IoT-O Modeling Actuations in BCI-O: A Context-based Integration of SOSA and IoT-O https://w3id.org/bci-ontology# Semantic Models for BCI Data Analytics Sergio José Rodríguez Méndez Pervasive Embedded Technology

More information

UNCLASSIFIED. R-1 Program Element (Number/Name) PE D8Z / Software Engineering Institute (SEI) Applied Research. Prior Years FY 2013 FY 2014

UNCLASSIFIED. R-1 Program Element (Number/Name) PE D8Z / Software Engineering Institute (SEI) Applied Research. Prior Years FY 2013 FY 2014 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Office of Secretary Of Defense Date: March 2014 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 2: COST ($ in Millions) Prior Years

More information

ISSN: Page 320

ISSN: Page 320 A NEW METHOD FOR ENCRYPTION USING FUZZY SET THEORY Dr.S.S.Dhenakaran, M.Sc., M.Phil., Ph.D, Associate Professor Dept of Computer Science & Engg Alagappa University Karaikudi N.Kavinilavu Research Scholar

More information

Next Generation Math Standards----Grade 3 Cognitive Complexity/Depth of Knowledge Rating: Low, Moderate, High

Next Generation Math Standards----Grade 3 Cognitive Complexity/Depth of Knowledge Rating: Low, Moderate, High Next Generation Math Standards----Grade 3 Cognitive Complexity/Depth of Knowledge Rating: Low,, BIG IDEAS (3) BIG IDEA 1: Develop understandings of multiplication and division and strategies for basic

More information

CHAPTER 2: DATA MODELS

CHAPTER 2: DATA MODELS Database Systems Design Implementation and Management 12th Edition Coronel TEST BANK Full download at: https://testbankreal.com/download/database-systems-design-implementation-andmanagement-12th-edition-coronel-test-bank/

More information

BIG DATA SCIENCE PROFESSIONAL Certification. Big Data Science Professional

BIG DATA SCIENCE PROFESSIONAL Certification. Big Data Science Professional BIG DATA SCIENCE PROFESSIONAL Certification Big Data Science Professional Big Data Science Professional (BDSCP) certifications are formal accreditations that prove proficiency in specific areas of Big

More information

GATE: Big Data for Smart Society Dessislava Petrova-Antonova Sofia University St. Kliment Ohridski Faculty of Mathematics and Informatics

GATE: Big Data for Smart Society Dessislava Petrova-Antonova Sofia University St. Kliment Ohridski Faculty of Mathematics and Informatics GATE: Big Data for Smart Society Dessislava Petrova-Antonova Sofia University St. Kliment Ohridski Faculty of Mathematics and Informatics Johann Wolfgang von Goethe Big Data provides the pipes, and AI

More information

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME All Rights Reserved Index No No. of Pages - 13 No of Questions - 07 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME YEAR II SEMESTER I (Intake II/III Group

More information

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design)

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Electronic Health Records for Clinical Research Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Project acronym: EHR4CR Project full title: Electronic

More information

Interim Report Q2/2016 Samu Konttinen, CEO SECOND QUARTER REVENUES INCREASE BY 11% FROM PREVIOUS YEAR

Interim Report Q2/2016 Samu Konttinen, CEO SECOND QUARTER REVENUES INCREASE BY 11% FROM PREVIOUS YEAR Interim Report Q2/216 Samu Konttinen, CEO SECOND QUARTER REVENUES INCREASE BY 11% FROM PREVIOUS YEAR AGENDA New CEO Highlights from Q2 Market update Business update Outlook Financials 2 SAMU KONTTINEN

More information

CHAPTER 2: DATA MODELS

CHAPTER 2: DATA MODELS CHAPTER 2: DATA MODELS 1. A data model is usually graphical. PTS: 1 DIF: Difficulty: Easy REF: p.36 2. An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the

More information

Challenges and Opportunities with Big Data. By: Rohit Ranjan

Challenges and Opportunities with Big Data. By: Rohit Ranjan Challenges and Opportunities with Big Data By: Rohit Ranjan Introduction What is Big Data? Big data is data sets that are so voluminous and complex that traditional data processing application software

More information

Key differentiating technologies for mobile search

Key differentiating technologies for mobile search Key differentiating technologies for mobile search Orange Labs Michel PLU, ORANGE Labs - Research & Development Exploring the Future of Mobile Search Workshop, GHENT Some key differentiating technologies

More information

Data Mining Technology Based on Bayesian Network Structure Applied in Learning

Data Mining Technology Based on Bayesian Network Structure Applied in Learning , pp.67-71 http://dx.doi.org/10.14257/astl.2016.137.12 Data Mining Technology Based on Bayesian Network Structure Applied in Learning Chunhua Wang, Dong Han College of Information Engineering, Huanghuai

More information

Knowledge Integration Environment

Knowledge Integration Environment Knowledge Integration Environment Aka Knowledge is Everything D.Sottara, PhD OMG Technical Meeting Spring 2013, Reston, VA Outline Part I The Consolidated Past : Drools 5.x Drools Expert Object-Oriented,

More information

Driven by rapid technological innovation, Onwards and upwards with cloud. Speed and flexibility drive public cloud. Perspectives

Driven by rapid technological innovation, Onwards and upwards with cloud. Speed and flexibility drive public cloud. Perspectives Perspectives Onwards and upwards with cloud Cloud was a major theme at Huawei Connect 2017. Find out how Huawei Cloud is helping customers and partners including Orange, CERN, and Microsoft reap digital

More information

Evolving IoT with Smart Objects

Evolving IoT with Smart Objects Evolving IoT with Smart Objects John Soldatos (jsol@ait.gr) Associate Professor Athens Information Technology isprint Workshop, Brussels, September 19th, 2017 Monolithic IoT applications (2005-2010) IoT

More information

Introducing Cyber Resiliency Concerns Into Engineering Education

Introducing Cyber Resiliency Concerns Into Engineering Education Introducing Cyber Resiliency Concerns Into Engineering Education Mr. Tom McDermott Georgia Tech Research Institute Mr. Barry Horowitz University of Virginia NDIA 20 th Annual Systems Engineering Conference

More information

Knowledge Engineering. Ontologies

Knowledge Engineering. Ontologies Artificial Intelligence Programming Ontologies Chris Brooks Department of Computer Science University of San Francisco Knowledge Engineering Logic provides one answer to the question of how to say things.

More information

TD01 - Enabling Digital Transformation Through The Connected Enterprise

TD01 - Enabling Digital Transformation Through The Connected Enterprise TD01 - Enabling Digital Transformation Through The Connected Enterprise Name Mukund Title Business Manager, Software, Asia Pacific Date January 22, 2018 Copyright 2016 Rockwell Automation, Inc. All Rights

More information

AI: A UAE Perspective. Nawaf I. Almoosa Deputy Director - EBTIC March 7 th 2018

AI: A UAE Perspective. Nawaf I. Almoosa Deputy Director - EBTIC March 7 th 2018 AI: A UAE Perspective Nawaf I. Almoosa Deputy Director - EBTIC March 7 th 2018 2 EBTIC Overview 3 Our Model Research & Innovation Structure Partners and Target Sectors Sustainability Smart Air- Conditioning

More information

RiskSense Attack Surface Validation for IoT Systems

RiskSense Attack Surface Validation for IoT Systems RiskSense Attack Surface Validation for IoT Systems 2018 RiskSense, Inc. Surfacing Double Exposure Risks Changing Times and Assessment Focus Our view of security assessments has changed. There is diminishing

More information

SDN Technologies Primer: Revolution or Evolution in Architecture?

SDN Technologies Primer: Revolution or Evolution in Architecture? There is no single, clear definition of softwaredefined networking (SDN), but there are two sets of beliefs centralized control and management of packet forwarding vs. a distributed architecture. This

More information

Information Systems and Tech (IST)

Information Systems and Tech (IST) Information Systems and Tech (IST) 1 Information Systems and Tech (IST) Courses IST 101. Introduction to Information Technology. 4 Introduction to information technology concepts and skills. Survey of

More information

Verification of Multiple Agent Knowledge-based Systems

Verification of Multiple Agent Knowledge-based Systems Verification of Multiple Agent Knowledge-based Systems From: AAAI Technical Report WS-97-01. Compilation copyright 1997, AAAI (www.aaai.org). All rights reserved. Daniel E. O Leary University of Southern

More information

International Journal of Data Mining & Knowledge Management Process (IJDKP) Vol.7, No.3, May Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani

International Journal of Data Mining & Knowledge Management Process (IJDKP) Vol.7, No.3, May Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani LINK MINING PROCESS Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani Higher Colleges of Technology, United Arab Emirates ABSTRACT Many data mining and knowledge discovery methodologies and process models

More information

Ontology-Driven Information Systems: Challenges and Requirements

Ontology-Driven Information Systems: Challenges and Requirements Ontology-Driven Information Systems: Challenges and Requirements Burcu Yildiz 1 and Silvia Miksch 1,2 1 Institute for Software Technology and Interactive Systems, Vienna University of Technology, Vienna,

More information

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

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

More information

IMAGE ACQUISTION AND PROCESSING FOR FINANCIAL DUE DILIGENCE

IMAGE ACQUISTION AND PROCESSING FOR FINANCIAL DUE DILIGENCE Technical Disclosure Commons Defensive Publications Series August 24, 2016 IMAGE ACQUISTION AND PROCESSING FOR FINANCIAL DUE DILIGENCE Matthew Wood Patrick Dunagan John Clark Kristina Bohl David Gonzalez

More information

SmallBlue: Unlock Collective Intelligence from Information Flows in Social Networks

SmallBlue: Unlock Collective Intelligence from Information Flows in Social Networks SmallBlue: Unlock Collective Intelligence from Information Flows in Social Networks Dashun Wang Northeastern University 110 Forsyth Street, Boston, MA 02115 Zhen Wen, Ching-Yung Lin IBM T. J. Watson Research

More information

The University of Jordan. Accreditation & Quality Assurance Center. Curriculum for Doctorate Degree

The University of Jordan. Accreditation & Quality Assurance Center. Curriculum for Doctorate Degree Accreditation & Quality Assurance Center Curriculum for Doctorate Degree 1. Faculty King Abdullah II School for Information Technology 2. Department Computer Science الدكتوراة في علم الحاسوب (Arabic).3

More information

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E nterprise adoption of Windows 10 isn t likely to follow the same pattern as for Windows 7, and that s a good thing, writes columnist Brian Madden. And even

More information

Rich Hilliard 20 February 2011

Rich Hilliard 20 February 2011 Metamodels in 42010 Executive summary: The purpose of this note is to investigate the use of metamodels in IEEE 1471 ISO/IEC 42010. In the present draft, metamodels serve two roles: (1) to describe the

More information

Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016

Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016 Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016 Introduction One trillion is a really big number. What could you store with one trillion facts?» 1000

More information

Logics for Data and Knowledge Representation: midterm Exam 2013

Logics for Data and Knowledge Representation: midterm Exam 2013 1. [6 PT] Say (mark with an X) whether the following statements are true (T) or false (F). a) In a lightweight ontology there are is-a and part-of relations T F b) Semantic matching is a technique to compute

More information

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements Journal of Software Engineering and Applications, 2016, 9, 112-127 Published Online April 2016 in SciRes. http://www.scirp.org/journal/jsea http://dx.doi.org/10.4236/jsea.2016.94010 The Analysis and Proposed

More information

An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data

An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data Ontologies for urban development: conceptual models for practitioners An Ontology-Based Intelligent Information System for Urbanism and Civil Engineering Data Stefan Trausan-Matu 1,2 and Anca Neacsu 1

More information

BIG DATA SCIENTIST Certification. Big Data Scientist

BIG DATA SCIENTIST Certification. Big Data Scientist BIG DATA SCIENTIST Certification Big Data Scientist Big Data Science Professional (BDSCP) certifications are formal accreditations that prove proficiency in specific areas of Big Data. To obtain a certification,

More information

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge Discover hidden information from your texts! Information overload is a well known issue in the knowledge industry. At the same time most of this information becomes available in natural language which

More information

"Leveraging FIBO with Semantic Analysis to Perform On-Boarding, KYC and CDD" Bryan Bell & Elisa Kendall

Leveraging FIBO with Semantic Analysis to Perform On-Boarding, KYC and CDD Bryan Bell & Elisa Kendall Ontology Summit 2016 Track B 12 April 2017 "Leveraging FIBO with Semantic Analysis to Perform On-Boarding, KYC and CDD" Bryan Bell & Elisa Kendall linkedin.com/company/expert-system twitter.com/expert_system

More information

A Design Rationale Representation for Model-Based Designs in Software Engineering

A Design Rationale Representation for Model-Based Designs in Software Engineering A Design Rationale Representation for Model-Based Designs in Software Engineering Adriana Pereira de Medeiros, Daniel Schwabe, and Bruno Feijó Dept. of Informatics, PUC-Rio, Rua Marquês de São Vicente

More information

Towards an Ontology Visualization Tool for Indexing DICOM Structured Reporting Documents

Towards an Ontology Visualization Tool for Indexing DICOM Structured Reporting Documents Towards an Ontology Visualization Tool for Indexing DICOM Structured Reporting Documents Sonia MHIRI sonia.mhiri@math-info.univ-paris5.fr Sylvie DESPRES sylvie.despres@lipn.univ-paris13.fr CRIP5 University

More information

2. An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data.

2. An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data. Test bank for Database Systems Design Implementation and Management 11th Edition by Carlos Coronel,Steven Morris Link full download test bank: http://testbankcollection.com/download/test-bank-for-database-systemsdesign-implementation-and-management-11th-edition-by-coronelmorris/

More information

Describe The Differences In Meaning Between The Terms Relation And Relation Schema

Describe The Differences In Meaning Between The Terms Relation And Relation Schema Describe The Differences In Meaning Between The Terms Relation And Relation Schema describe the differences in meaning between the terms relation and relation schema. consider the bank database of figure

More information

Singapore s Smart Nation Initiative

Singapore s Smart Nation Initiative 2016/SMEMM/011 Agenda Item: 3.2.2 Singapore s Smart Nation Initiative Purpose: Information Submitted by: Singapore 23 rd Small and Medium Enterprises Ministerial Meeting Lima, Peru 9 September 2016 Singapore

More information

Object Management Group Model Driven Architecture (MDA) MDA Guide rev. 2.0 OMG Document ormsc/

Object Management Group Model Driven Architecture (MDA) MDA Guide rev. 2.0 OMG Document ormsc/ Executive Summary Object Management Group Model Driven Architecture (MDA) MDA Guide rev. 2.0 OMG Document ormsc/2014-06-01 This guide describes the Model Driven Architecture (MDA) approach as defined by

More information