An Approach for Collaborative Ontology Development in Distributed and Heterogeneous Environments

Total Page:16

File Type:pdf, Size:1020Kb

An Approach for Collaborative Ontology Development in Distributed and Heterogeneous Environments An Approach for Collaborative Ontology Development in Distributed and Heterogeneous Environments Dissertation zur Erlangung des Doktorgrades (Dr. rer. nat.) der Mathematisch-Naturwissenschaftlichen Fakultät der Rheinischen Friedrich-Wilhelms-Universität Bonn von Lavdim Halilaj aus Kosovo Bonn, 25.10.2018 Dieser Forschungsbericht wurde als Dissertation von der Mathematisch-Naturwissenschaftlichen Fakultät der Universität Bonn angenommen und ist auf dem Hochschulschriftenserver der ULB Bonn http://hss.ulb.uni-bonn.de/diss_online elektronisch publiziert. 1. Gutachter: Prof. Dr. Sören Auer 2. Gutachter: Prof. Dr. Jens Lehmann Tag der Promotion: 10.12.2018 Erscheinungsjahr: 2019 Abstract The era of digitalization poses high demands on capturing and processing knowledge generated in everyday life in formal models. Ontologies provide common means for formal knowledge capturing and modeling for a universe of discourse. Developing ontologies, however, can be a complex, time-consuming and expensive process which requires a significant amount of resource investments. Different stakeholders, such as ontology engineers, domain experts and ultimately users, are usually involved in the development process; they may be geographically distributed and work independently in isolated environments while typically have to synchronize their contributions. Supporting the entire development life-cycle of ontology modeling places a number of challenges. Stakeholders may have different working behaviors and practices that should be accommodated. Concurrent ontology modifications performed using various authoring editors have to be tracked, integrated and may result in synchronization conflicts. Further, ensuring ontology quality according to the domain requirements is another challenge to be tackled. In the past years, several methodologies and tools have been created to enable ontology development for a number of different purposes and applications. Albeit designed to cover a range of development aspects, existing approaches lack comprehensive support of the ontology life-cycle, in particular independent work in disparate environments. In this thesis, we tackle the problem of collaborative ontology development in distributed and heterogeneous environments, and present a stakeholder-oriented approach able to holistically assist the development of ontologies in diverse and independent scenarios. First, we define Git4Voc, a lightweight methodology comprising a set of guidelines and practices to be followed by stakeholders while modeling ontologies. We then conceive VoCol, a flexible and integrated development platform to address critical requirements from a technical perspective. Moreover, techniques for reducing the number of conflicts and allowing the efficient evaluation of test cases have been designed and implemented. VoCol can be adopted in numerous scenarios and accommodate additional tools in a well-designed and semi-automatic ontology development workflow. The benefits of this flexibility are two-fold: 1) stakeholders do not need to strictly follow a specific methodology; in contrary, they can organize their work in small and incremental development steps; and 2) consumers may provide their feedback, even though they are not directly part of the active development team. VoCol can be utilized to efficiently ensure quality ontologies with respect to the pre-defined requirements. We conducted several empirical evaluations to assess the effectiveness and efficiency of our holistic approach. More importantly, ontologies for various domains, such as Industry 4.0, life sciences and education, have been successfully developed and managed following our approach. The results from the empirical evaluations and concrete applications provide evidence that the methodology and techniques presented in this thesis comply with stakeholders’ needs and effectively support the entire ontology development life-cycle in distributed and heterogeneous environments. iii Contents I Preliminaries1 1 Introduction 3 1.1 Motivation.......................................4 1.2 Problem Definition and Challenges..........................5 1.3 Research Questions...................................8 1.4 Thesis Overview....................................9 1.4.1 Contributions..................................9 1.4.2 List of Publications.............................. 11 1.5 Thesis Structure.................................... 13 2 Background 15 2.1 Ontologies........................................ 15 2.1.1 The Resource Description Framework.................... 16 2.1.2 Expressiveness of Ontologies......................... 20 2.1.3 The SPARQL Protocol and RDF Query Language............. 21 2.1.4 The Semantic Web............................... 22 2.2 Ontology Development................................. 23 2.2.1 Collaborative Ontology Development..................... 25 2.2.2 Test-driven Development........................... 25 2.3 Version Control Systems................................ 25 2.3.1 Centralized Version Control Systems..................... 26 2.3.2 Distributed Version Control Systems..................... 27 3 Related Work 31 3.1 Methodologies for Collaborative Ontology Development.............. 31 3.1.1 Workflow-dependent Methodologies..................... 31 3.1.2 Workflow-independent Methodologies.................... 35 3.2 Platforms for Collaborative Ontology Development................. 38 3.2.1 Integrated Environments with own Version Control............. 39 3.2.2 Integrated Environments based on Generic Version Control Systems... 41 3.3 Conflict Prevention during Change Synchronization................. 43 3.4 Test-driven Approaches for Ontology Development................. 44 v II Collaboratively Developing Ontologies 47 4 Requirements for Collaborative Ontology Development 49 4.1 Method......................................... 50 4.1.1 Important Roles................................ 51 4.1.2 Analysis of Widely used Ontologies...................... 52 4.2 Requirements...................................... 54 4.2.1 Methodological Requirements......................... 55 4.2.2 Technical Requirements............................ 56 4.3 Summary........................................ 57 5 A Lightweight Methodology for Developing Ontologies in Distributed Environments 59 5.1 The Git4Voc Approach................................ 61 5.1.1 Governing Aspects............................... 62 5.1.2 Development Practices............................. 67 5.2 Evaluation........................................ 72 5.2.1 Schema.org Use Case.............................. 72 5.2.2 Survey and Result Discussion......................... 74 5.3 Summary........................................ 75 6 An Integrated Environment for Collaborative Ontology Development 77 6.1 The VoCol Approach.................................. 78 6.1.1 Contributor Workflow............................. 81 6.2 Implementation..................................... 81 6.2.1 Configuration.................................. 82 6.2.2 Client-side Tasks................................ 83 6.2.3 Server-side Tasks................................ 85 6.2.4 Deployment................................... 88 6.3 Evaluation........................................ 88 6.3.1 Industry Application.............................. 89 6.3.2 User Study................................... 89 6.4 Summary........................................ 91 III Quality Assurance for Ontology Development 93 7 Serialization Agnostic Ontology Development in Distributed Settings 95 7.1 Motivating Example.................................. 97 7.2 Problem Definition................................... 98 7.3 The SerVCS Approach................................. 99 7.4 Implementation..................................... 101 7.4.1 Version Control System............................ 101 7.4.2 UniSer...................................... 102 7.5 Empirical Evaluation.................................. 105 7.5.1 Impact of the Ontology Size.......................... 107 7.5.2 Impact of the Sorting Criteria......................... 107 7.6 Summary........................................ 108 vi 8 A Dependency-aware Approach for Test-driven Ontology Development 109 8.1 Motivating Example.................................. 110 8.2 Problem Definition................................... 111 8.3 The EffTE Approach.................................. 113 8.4 Implementation..................................... 116 8.4.1 Version Control System............................ 116 8.4.2 Integrated Validation Service......................... 116 8.5 Empirical Evaluation.................................. 117 8.5.1 Impact of the Ontology Size.......................... 119 φ 8.5.2 Impact of the Topology of TCGO ....................... 119 8.5.3 Impact of the Number of the Test Cases................... 120 8.5.4 Discussion.................................... 120 8.6 Summary........................................ 121 IV Applications and Conclusions 123 9 Establishing Semantic Interoperability between Industry 4.0 Models 125 9.1 A Semantic Administrative Shell for Industry 4.0 Components.......... 126 9.1.1 Background................................... 127 9.1.2 Challenges................................... 129 9.1.3 An RDF-based Approach for Semantifying I4.0 Components....... 129 9.1.4 Use Case.................................... 133 9.2 A Semantic Integration Perspective for Industry 4.0 Standards.......... 136 9.2.1 Background................................... 137 9.2.2 Methodology.................................. 137 9.2.3
Recommended publications
  • WG1 Terminology Work of IEC Syc on Smart City Systems
    WG1 Terminology Work of IEC SyC on Smart City Systems Dr. Xiaomi An, Professor at Renmin University of China Convener of WG1, IEC SyC on Smart Cities January 14, 2019, Seoul, Korea Third ITU Workshop on Data Processing and Management for IoT and Smart Cities and Communities INTERNATIONAL ELECTROTECHNICAL COMMISSION Outline • Members of the WG1 • The stages of work of WG1 • The work plan of WG1 • Joint work of WG1 with ISO and ITU • An Integrated methodology frameworks for smart city system concept system building: common concerns of SDOs • An integrated methodology framework for smart city system concept system building: applications to the two NWIPs Members of the WG1 • 35 experts • 11 countries – China 8 – US 7 – India 5 – Korea 4 – RU 4 – GB 2 – CH 1 – DE 1 – JP 1 – SE 1 – ZA 1 Vocabulary NWIP, November 16, 2018 WD, December 11, 2018 Smart City System- Methodology for concepts and taxonomies building: Justification it as an IS, February 12, 2018// Methodology for terminology work and concept system building: an overview, April 20, 2018// Existing concept models of smart city systems from standards developers, May 20, 2018// Concept System Building for Smart City System: Methodology Studies in Progress, June 9, Methodology NWIP, 2018// November 16, 2018 Recommendations for US WD, December meeting, June 26, 2018 2018 Project team of Vocabulary Chair: Xiaomi An Experts: from 6 countries Experts: Document SyCSmartCities/50/NP Country: CH First name Last name Email Alexander Samarin [email protected] Country: CN First name Last
    [Show full text]
  • DELIVERABLE D.A1.1.1 First Version of State of the Art in Enterprise
    IP- Project / Programme ATHENA IP- Project - No 507849 ATHENA - Project Enterprise Modelling in the Context of Collaborative Enterprises ATHENA - Project Number A1 Document Deliverable D.A1.1.1 Save Date 27/08/2004 Programme Integrating and Strengthening the European Research Strategic Objective Networked Businesses and Governments Integrated Project / Programme Title Advanced Technologies for Interoperability of Heterogeneous Enterprise Networks and their Application Acronym ATHENA Project No 507849 ATHENA – Project Name Enterprise Modelling in the Context of Collaborative Enterprises ATHENA - Project No A1 DELIVERABLE D.A1.1.1 First Version of State of the Art in Enterprise Modelling Techniques and Technologies to Support Enterprise Interoperability Work package – A1.1 Leading Partner: ESI Document Owner: Ana Belén García Díez Security Classification: Public July, 2004 Version 1.2 IP- Project / Programme ATHENA IP- Project - No 507849 ATHENA - Project Enterprise Modelling in the Context of Collaborative Enterprises ATHENA - Project Number A1 Document Deliverable D.A1.1.1 Save Date 27/08/2004 Versioning and contribution history Version Description Comments 0.1 First draft. Based on WD.A1.1.1 0.2 Template and assignments. Prepared in Mallorca meeting. 0.3 Template updated: To be completed by y After the Mallorca meeting, University of Bordeaux kindly offered partners themselves to provide inputs for section 13 (Definitions and Acronyms), based on the definitions in existing standards. y Re-organisation of some sections to avoid 5 levels of subsections, which is a disturbing practice that makes the reader lose the context. Distribution to partners (04/06/2004) 0.4 Some minor adaptations of the template to be consistent with the one As requested by proposed by PlatteConsult, and addition of the “Deliverable Process PlatteConsult.
    [Show full text]
  • Industrial Automation
    ISO Focus The Magazine of the International Organization for Standardization Volume 4, No. 12, December 2007, ISSN 1729-8709 Industrial automation • Volvo’s use of ISO standards • A new generation of watches Contents 1 Comment Alain Digeon, Chair of ISO/TC 184, Industrial automation systems and integration, starting January 2008 2 World Scene Highlights of events from around the world 3 ISO Scene Highlights of news and developments from ISO members 4 Guest View ISO Focus is published 11 times Katarina Lindström, Senior Vice-President, a year (single issue : July-August). It is available in English. Head of Manufacturing in Volvo Powertrain and Chairman of the Manufacturing, Key Technology Committee Annual subscription 158 Swiss Francs Individual copies 16 Swiss Francs 8 Main Focus Publisher • Product data – ISO Central Secretariat Managing (International Organization for information through Standardization) the lifecycle 1, ch. de la Voie-Creuse CH-1211 Genève 20 • Practical business Switzerland solutions for ontology Telephone + 41 22 749 01 11 data exchange Fax + 41 22 733 34 30 • Modelling the E-mail [email protected] manufacturing enterprise Web www.iso.org • Improving productivity Manager : Roger Frost with interoperability Editor : Elizabeth Gasiorowski-Denis • Towards integrated Assistant Editor : Maria Lazarte manufacturing solutions Artwork : Pascal Krieger and • A new model for machine data transfer Pierre Granier • The revolution in engineering drawings – Product definition ISO Update : Dominique Chevaux data sets Subscription enquiries : Sonia Rosas Friot • A new era for cutting tools ISO Central Secretariat • Robots – In industry and beyond Telephone + 41 22 749 03 36 Fax + 41 22 749 09 47 37 Developments and Initiatives E-mail [email protected] • A new generation of watches to meet consumer expectations © ISO, 2007.
    [Show full text]
  • EA Management in the German Public Sector: an Initial Perspective on Priorities
    EA Management in the German Public Sector: An Initial Perspective on Priorities Anna Sonnenberger1 and Kurt Sandkuhl2 1,2 BEC, Elmenhorst, Germany 2 Institute of Computer Science, University of Rostock, Germany [anna.sonnenberger, kurt.sandkuhl]@uni-rostock.de Abstract. Worldwide, Enterprise Architectures (EAs) have been gaining popu- larity due to benefits, like, e.g., increased transparency of dependencies between business and technology, reduction of efforts for system customization or opti- mizing integrated and enterprise-wide processes and matching actions. Private businesses and the public sector show significant differences in the use of EA. Thus, the application of reference architectures originating from the private sec- tor for purposes in the public sector creates substantial challenges. For a better understanding of the challenges, it is necessary to identify the most affected EA layers and the insufficiently defined, modeled or described elements of EA models in general. Based on an investigation in the Germany, this paper identi- fies weaknesses of EA in the public sector, like an incompletely modeled tech- nology layer, and also strengths, such as existing definitions, descriptions and models of enterprise objectives. These findings are the foundation for deriving actions and recommendations to strengthening the existing structure and turning it into a coherent overall architecture for federal and state agencies in Germany. Keywords: Enterprise Architecture, Enterprise Architecture Management, Ref- erence Models and Architecture, Public Sector. 1 Introduction Fundamentally, IT is gaining in importance, making the development of IT strategies necessary. A holistic and guiding strategy development cannot be reduced to solely the IT perspective or solely the business perspective. Both must be adapted and tuned to achieve long term goals such as transparency, cost reduction and short term process adjustment [3, 4, 9, 18, 23, 24].
    [Show full text]
  • Model Driven Service Engineering M12 Issue
    Project ID 284860 MSEE – Manufacturing SErvices Ecosystem Date: 02/11/2012 Deliverable D11.2 – M12 issue D11.2 Service concepts, models and method: Model Driven Service Engineering M12 issue Document Owner: Y. Ducq (UB1), G. Doumeingts (I-VLab), C. Lieu (I-VLab), D. Chen (UB1), T. Alix (UB1), G. Zacharewicz (UB1) Contributors: Dissemination: Public Contributing to: WP 1.1 Date: 15.11.2012 Revision: Version 1.0 Project ID 284860 MSEE – Manufacturing SErvices Ecosystem Date: 02/11/2012 Deliverable D11.2 – M12 issue e VERSION HISTORY 1. DATE NOTES AND COMMENTS 2. 02.11.2012 FIRST REVIEW OF D11.1 AND MODIFICATION OF INTRODUCTION AND MAIN PARTS BY UB1 3. 10.11.2012 MODIFICATIONS OF MANY PARTS AS TEMPLATES, MDSE ARCHITECTURE, AND DESCRIPTION OF MODELLING LEVELS 4. 15/11/2012 INTRODUCTION OF THE APPLICATION AT BIVOLINO 5. 16/11/2012 PRESENTATION OF ALL THE MODELS DONE USING THE SLM TOOLBOX 6. DELIVERABLE PEER REVIEW SUMMARY Addressed () ID Comments Answered (A) 1 Exec summary to be emphasised Done 2 MSEE Consortium Dissemination: Public 2/137 Project ID 284860 MSEE – Manufacturing SErvices Ecosystem Date: 02/11/2012 Deliverable D11.2 – M12 issue e TABLE OF CONTENTS 1. EXECUTIVE SUMMARY 8 2. INTRODUCTION 10 3. PRINCIPLES AND CONCEPTS OF SERVICE AND SERVICE SYSTEM MODELLING 11 3.1. From service to servitization 11 3.2. MSEE Servitization Concepts 13 3.3. From Enterprise to Manufacturing Service Ecosystem 15 3.4. Service System and Service System Life cycle Management 16 3.5. The Modeling of the Service System 21 3.6. Architecture for Service System Engineering 29 3.7.
    [Show full text]
  • Sborník Příspěvků 7. Letní Škola Aplikované Informatiky
    MASARYKOVA UNIVERZITA Sborník p řísp ěvk ů 7. letní škola aplikované informatiky Indikátory ú činnosti EMS podle odv ětví Edito ři Ji ří H řebí ček Jan Ministr Tomáš Pitner Bed řichov, 3.– 5. zá ří 2010 Brno 2010 © nakladatelství Littera, 2010 ISBN 978-80-85763-59-1 Slovo úvodem 7. letní škola aplikované informatiky navázala na předchozí letní školy aplikované (environmentální) informatiky v Bed řichov ě, které se zde konají od roku 2002 s výjimkou roku 2004, kdy se letní škola konala v Šubí řov ě a roku 2005, kdy byla hlavní akcí Masarykovy univerzity v oblasti environmentální informatiky 19. mezinárodní konference Informatics for Environmental Protection - EnviroInfo 2005 s nosným tématem Networking environmental information , kterou hostila Masarykova univerzita ve dnech 7. až 9. zá ří 2005 se v brn ěnském hotelu Voron ěž. V letech 2006 a 2009 se letní školy konaly op ět v Bed řichov ě. V letošním roce 7. letní škola aplikované informatiky se konala ve dnech 3. až 5. zá ří 2010 v Bed řichov ě v rámci řešení projektu SP/4i2/26/07 „ Návrh nových indikátor ů pro pr ůběžné monitorování ú činnosti systém ů environmentálního managementu podle odv ětví a systému jejich environmentálního reportingu s hodnocením vazeb mezi životním prost ředím, ekonomikou a spole čností “, zkrácen ě Indikátory ú činnosti EMS podle odv ětví , který je realizován Masarykovou univerzitou v letech 2007 – 2010 v rámci „Resortního programu výzkumu v p ůsobnosti Ministerstva životního prost ředí“ s po čátkem řešení projekt ů v roce 2007 s finan ční podporou Ministerstva životního prost ředí. Odborné diskusi k řešení projektu a problematice dobrovolného reportingu a tvorb ě indikátor ů byla v ěnována nejv ětší část jednání na této letní škole.
    [Show full text]
  • An Enterprise Architecture Framework for the Digital Age
    eKNOW 2018 : The Tenth International Conference on Information, Process, and Knowledge Management The Digital Diamond Framework: An Enterprise Architecture Framework for the Digital Age Roy Oberhauser Computer Science Dept. Aalen University Aalen, Germany email: [email protected] Abstract—Enterprise architecture (EA) frameworks of the past micro functionality deployments. Software/data functionality have attempted to support the cohesive and comprehensive becomes easily reusable and accessible via standard protocols modeling and documentation of the enterprise, often with a and formats independent of programming language or focus on business and information technology (IT). However, platform. Its scale can be seen in various “death star”-like the digitalization of enterprises and the complexity of IT have microservice network landscape visualizations (see Figure 1) outgrown these matrix box-like frameworks. This paper proposes a digital, holistic, and sustainable EA framework, called the Digital Diamond Framework, to support digitized enterprises in aligning the real EA state with the desired state. Keywords- enterprise architecture frameworks; enterprise architecture; enterprise modeling; business architecture; digitalization. I. INTRODUCTION Enterprise Architecture (EA) is concerned with comprehensively modeling and documenting the structure and Figure 1. Visualization of microservices at Amazon [4]. behavior of the business and IT infrastructure of an enterprise In lieu of these major trends, the reality that EA is in a cohesive way as a set of artifacts in order to communicate, attempting to comprehensively model, document, and change implement change, and develop insights in support of strategic has become much more complex than in previous decades. business planning and management science. Historically, EA The era of siloed functional teams and applications is fading, emerged from a necessity to document information systems and a highly networked and integrated digitized era has begun.
    [Show full text]
  • ILNAS-EN ISO 19439:2006 a ILN a I V Y P O C Y L N O Enterprise Integration - Framework for W Ie V Enterprise Modelling (ISO 19439:2006) E R P
    p o h S - e S A ILN a i v y p o C y l n o Enterprise integration-Frameworkfor Unternehmensintegration -Rahmenwerk enterprise modelling(ISO19439:2006) w ie für dieUnternehmensmodellierung- v e r P modélisation d'entreprise(ISO ILNAS-EN ISO19439:2006 - Entreprise intégrée-Cadrede Festlegung (ISO19439:2006) 2006 : 19439 19439:2006) 04/2006 ISO EN - S A ILN ILNAS-EN ISO 19439:2006 p o h S - e S A https://portail-qualite.public.lu/fr/normes-normalisation/participer-normalisation.html - - - CENELEC) andInternational(ISO,IEC)standards: participate forFREEinthedevelopmentofLuxembourgish(ILNAS),European(CEN, Every interestedparty,whichismemberofanorganizationbasedinLuxembourg,can ILNAS-EN ISO19439:2006. This EuropeanStandardENISO19439:2006wasadoptedasLuxembourgish National Foreword ILN a i v y p Participate intechnicalcommitteemeetings Foresee futuredevelopments Participate inthedesignofstandards o C or anyotherdatacarrieswithoutpriorpermission! any formorbymean-electronic,mechanical, photocopying Nothing fromthispublicationmaybereproduced orutilizedin THIS PUBLICATIONISCOPYRIGHTPROTECTED y l n o w ie v e r P - 2006 : 19439 ISO EN - S A ILN EUROPEAN STANDARDILNAS-EN ISO 19439:2006EN ISO 19439 NORME EUROPÉENNE EUROPÄISCHE NORM April 2006 ICS 25.040.40 Supersedes ENV 40003:1990 English Version Enterprise integration - Framework for enterprise modelling (ISO 19439:2006) Entreprise intégrée - Cadre de modélisation d'entreprise Unternehmensintegration - Rahmenwerk für die (ISO 19439:2006) Unternehmensmodellierung - Festlegung (ISO 19439:2006) p o h S - e This European Standard was approved by CEN on 3 February 2006. S A CEN members are bound to comply with the CEN/CENELEC Internal Regulations which stipulate the conditions for giving this European Standard the status of a national standard without any alteration. Up-to-date lists and bibliographical references concerning such national ILN standards may be obtained on application to the Central Secretariat or to any CEN member.
    [Show full text]
  • Praxeme Et… Les Règles Métier Pour Prendre Des Décisions
    Atelier public du Praxeme Institute Mardi 25 novembre 2014 Praxeme et… les règles métier pour prendre des décisions Thierry BIARD Ambesas 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Thierry BIARD • Consultant indépendant – Ambesas EIRL Chef de Projets IT Spécialiste EDI & EAI Domaine Transport & Logistique • Projet de recherche doctoral Laboratoire Génie Industriel École Centrale Paris & Lille http://www.lgi.ecp.fr/pmwiki.php/PagesPerso/TBiard Ambesas 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Sommaire • Projet de recherche doctoral sur l’Architecture d’Entreprise. • Présentation du nouveau standard de l’OMG DMN (Decision Model and Notation) pour la formalisation des prises de décision selon les règles métier. • Complémentarité de DMN avec d’autres standards de l’OMG : BMM, SBVR, CMMN et surtout BPMN. • Eléments graphiques et langage de DMN. Interfaçage avec BPMN 2.0. • Travail sur le métamodèle de DMN pour un projet d’outillage. • Débat, échange sur ces sujets et sur leur capacité d'apport méthodologique. Ambesas 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Projet de recherche doctoral sur l’Architecture d’Entreprise 1/2 • Comment rendre la méthode publique d’Architecture d’Entreprise Praxeme encore plus rigoureuse* et plus efficace** ? * avec une approche scientifique pour la preuve de concept ** avec une démarche d’ingénierie pour la mise en application Ambesas 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
    [Show full text]
  • National Intelligent Manufacturing Standard System Construction
    2015) (Version National Intelligent ManufacturingGuidelines Standard System Construction GuidelinesConstruction System (Version 2015) Standard Manufacturing December 2015 Intelligent National Table of Contents I. General Requirements ........................................................................... 2 (i) Guiding ideology .................................................................................. 2 2015) (ii) Basic principle ................................................................................... 3 (iii) Construction target ............................................................................. 4 (Version II. Construction Idea .................................................................................. 6 (i) Fig. 1 Intelligent manufacturing system framework ............................ 7 Guidelines (ii) Structural diagram of intelligent manufacturing standard system ... 17 (iii) Framework of intelligent manufacturing standard system .............. 20 III. Construction Contents ...................................................................... 22 Construction (i) Basic generality standards .................................................................. 22 (ii) Key technique standards ................................System .................................. 27 (iii) Key industries standards .................................................................. 43 Standard IV. Implementation Organization .......................................................... 46 Appendix 1: Terms and Abbreviations
    [Show full text]
  • INF5120 ”Modellbasert Systemutvikling” ”Modelbased System Development”
    INF5120 ”Modellbasert Systemutvikling” ”Modelbased System development” Lecture 10: 18.03.2013 Arne-Jørgen Berre [email protected] or [email protected] Telecom and Informatics 1 Content n Oblig 1 and 2 – details n MOF and EMF n Model transformations, EMFText, MOFScript, Java n Model to Model, ATL, Java n Enterprise Architecture - MagicDraw n ISO RM/ODP n UPDM for MODAF/DODAF n SysML Telecom and Informatics 2 INF5120 - Lecture plan - 2013 n 1 (14/1): Introduction – overview Enterprise Architecture with UML and BPMN and DSLs n 2 (21/1): Service Innovation and Design, AT ONE method/workshop – myServiceFellow (Marika Lüders) n 3: (28/1): Value Networks/VDML BPMN, vs. UML Activity diagrams - Oryx n 4 (4/2): User experience and Touchpoints/UI Design – Balsamiq – (Amela Karahasanovic) n 5 (11/2): UML and Req.Modeling –Agile User stories versus Use cases n 6 (18/2): Business-SoaML, Requirements Modeling, Goal Modeling, BMM, and Non Functional requirements n 7 (25/2): Model driven engineering – Metamodels, DSL, UML Profiles etc. NAV on NFR n 8 (4/3): UML Service Modeling – SoaML, UML 2.0 Service composition, MagicDraw n 9 (11/3): Method Engineering, SW Process frameworks , SPEM/EPF, ISO 24744, FACESEM/ESSENCE (Brian Elvesæter) n 10(18/3): Model driven engineering, transformation technologies, (USDL, ISO 19119) n 11(8/4): MDE and DSL in practice, i.e. CloudML/ThingML – Franck Fleurey n 12(15/4): BPMN and Business Process Management and CMMN and Case Management n 13(22/4): UML and Entity and Information modeling, UML, ISO 19103 n 14(29/4): UML
    [Show full text]
  • Enterprise Architecture Jeanne W
    Journal of E nterprise Architecture February 2012, Volume 8, Number 1 FEATURES Editor’s Corner: John Gøtze Architect in the Spotlight: Mark Perry ARTICLES SEA Change: How Sustainable EA Enables Business Success in Times of Disruptive Change Leo Laverdure and Alex Conn PhD Maturity Matters: Generate Value from Enterprise Architecture Jeanne W. Ross and Cynthia M. Beath Improving Government Enterprise Architecture Practice – Maturity Factor Analysis Adegboyega Ojo, Tomasz Janowski, and Elsa Estevez Architecture Styles Indranil Bhattacharya, Enterprise Architect, Deutsche Telekom The Impact of Enterprise Architecture Principles on the Management of IT Investments Mats-Åke Hugoson, Thanos Magoulas, and Kalevi Pessi Can a Re-Discovery of Open Socio-Technical Systems Strengthen EA? James Lapalme and Donald W. de Guerre CASE STUDY The Enterprise Architecture Approach to Support Concept Development in a Military Context: A Case Study Evaluation of EA’s Benefits Jukka Anteroinen and Juha-Matti Lehtonen BOOK REVIEW Thinking in Systems: A Primer Review by Leonard Fehskens https://www.globalaea.org/journal Journal of Enterprise Architecture Chief Editor: John Gøtze, PhD, IT University of Copenhagen Associate Editors Andy Blumenthal James Lapalme, PhD Division Chief, US Department of State Enterprise Architecture Consultant and Researcher Tyson Brooks, PMP Haiping Luo, PhD School of Information Studies, Syracuse University International Trade Administration, US Dept. of Commerce Dick Burk Stephen Marley, PhD Enterprise Architect Harris Corporation
    [Show full text]