@misc{Wagner, author = {Wagner, Gerd}, title = {Information and Process Modeling for Simulation - Part I.}, series = {Journal of Simulation Engineering}, volume = {1}, journal = {Journal of Simulation Engineering}, issn = {2569-9466}, pages = {25}, abstract = {In simulation engineering, a system model mainly consists of an information model describing a system's state structure and a process model describing its dynamics. In the fields of Information Systems and Software Engineering, there are widely used standards such as the Class Diagrams of the Unified Modeling Language (UML) for making information models, and the Business Process Modeling Notation (BPMN) for making process models. This tutorial presents a general Object Event Modeling (OEM) approach for Discrete Event Simulation modeling using UML class diagrams and BPMN-based process diagrams at all three levels of model-driven simulation engineering: for making conceptual domain models, for making platform-independent simulation design models, and for making platform-specific, executable simulation models. In this approach, object and event types are modeled as special categories of UML classes, random variables are modeled as a special category of UML operations constrained to comply with a specific probability distribution, and queues are modeled as ordered association ends, while event rules are modeled both as BPMN-based process diagrams and pseudo-code. In Part II, we will discuss the more advanced OEM concepts of activities and GPSS/SIMAN/Arena-style Processing Networks. Finally, in Part III, we will further extend the OEM paradigm towards agent-based modeling and simulation by adding the concepts of agents with perceptions, actions and beliefs.}, language = {en} } @misc{WagnerDrogoulFishwicketal., author = {Wagner, Gerd and Drogoul, Alexis and Fishwick, Paul and Gilbert, Nigel and Pegden, Dennis and Yilmaz, Levent}, title = {Panel Discussion: On the Unity and Diversity of Computer Simulation}, series = {Journal of Simulation Engineering}, volume = {1}, journal = {Journal of Simulation Engineering}, issn = {2569-9466}, pages = {9}, abstract = {The term Computer Simulation subsumes different simulation paradigms, languages and implementation technologies as well as many different application areas each with its own scientific communities. So, there is clearly a lot of conceptual, methodological, technological and application diversity in the area of Computer Simulation. From its start in 1967, the Winter Simulation Conference managed to get four scientific communities involved: computer scientists, electrical engineers, industrial engineers and mathematicians (operations researchers). Only later, in 2011 and 2012, an attempt was made to get environmental and social scientists involved who have been adopting the idea of "individual-based" or "agent-based" simulation. Today, two American, a European and an Asian social simulation conference have been established. How much unity exists between the scientific areas and communities represented by the Winter Simulation Conference? How much unity exists between the scientific areas and communities represented by the newer social science simulation conferences? And how much unity exists between Discrete Event Simulation and the newer forms of social science simulation? These and other questions about the unity and diversity of Computer Simulation have been discussed via email from April 17 to May 17, 2018, by five leading experts: Alexis Drogoul, Paul Fishwick, Nigel Gilbert, Dennis Pegden and Levent Yilmaz, moderated by Gerd Wagner.}, language = {en} } @techreport{Wagner, author = {Wagner, Gerd}, title = {Discrete Event Process Modeling Notation (DPMN)}, address = {Cottbus}, pages = {25}, abstract = {DPMN is a BPMN-based diagram language for making (computational) process design models for discrete event simulation. It combines the intuitive flowchart modeling style of BPMN with the rigorous semantics provided by the event scheduling arrows of Event Graphs and the event rules of the Object-Event Modeling and Simulation paradigm. While BPMN uses XML Schema as its default type definion language, DPMN uses UML Class Diagrams as its default (data, object and event) type definion language. As opposed to BPMN Data Objects, DPMN Data Objects instantiate an object type defined by an information model expressed in the form of a UML Class Diagram. A DPMN model has a formal semantics in terms of an Abstract State Machine whose state structure is defined by an object-oriented signature and whose transitions are defined by event rules capturing causal regularities.}, language = {en} } @inproceedings{WagnerNardin, author = {Wagner, Gerd and Nardin, Luis Gustavo}, title = {Adding Agent Concepts to Object Event Modeling and Simulation}, series = {Proceedings of the 2018 Winter Simulation Conference, Gothenburg, Schweden}, booktitle = {Proceedings of the 2018 Winter Simulation Conference, Gothenburg, Schweden}, publisher = {Omnipress}, address = {Madison, Wis.}, isbn = {978-1-5386-6570-1}, pages = {12}, abstract = {Object Event Modeling and Simulation(OEM\&S)is a general Discrete Event Simulation paradigm combining object-oriented modeling with the event scheduling paradigm. We show how to extend OEM\&S by adding concepts of agent-based modeling and simulation, resulting in a framework that we call Agent/Object Event Modeling and Simulation (A/OEM\&S). The main point for such an extension is to define agents as special objects, which are subject to general (physical) laws of causality captured in the form of event rules, and which have their own behavior allowing them to interact with their inanimate environment and with each other. Because agent behavior is decoupled from physical causality, an A/OE simulator consists of an environment simulator, which simulates the physical world (the objective states of material objects), and agent simulators, which simulate the internal (subjective) states of agents and their behaviors.}, language = {en} } @inproceedings{Wagner, author = {Wagner, Gerd}, title = {Model-Based Development of JavaScript Web Applications}, series = {ICWE 2017 International Workshops, Liquid Multi-Device Software and EnWoT, practi-O-web, NLPIT, SoWeMine, Rome, Italy, June 5-8, 2017, Revised Selected Papers}, booktitle = {ICWE 2017 International Workshops, Liquid Multi-Device Software and EnWoT, practi-O-web, NLPIT, SoWeMine, Rome, Italy, June 5-8, 2017, Revised Selected Papers}, publisher = {Springer}, address = {Cham}, isbn = {978-3-319-74433-9}, doi = {10.1007/978-3-319-74433-9_25}, pages = {267 -- 268}, abstract = {This tutorial presents a model-based approach to developing plain JavaScript web applications with responsive constraint validation, enumeration attributes, uni- and bi-directional associations, and inheritance in class hierarchies. It also shows how to implement the discussed information management concepts and techniques in a generic way in the form of three model-based development libraries: cLASSjs, mODELcLASSjs and mODELvIEWjs.}, language = {en} } @book{WagnerDiaconescu, author = {Wagner, Gerd and Diaconescu, Ion-Mircea}, title = {Web Applications with JavaScript or Java, volume 1}, publisher = {De Gruyter Oldenbourg}, address = {Berlin}, isbn = {978-3-11-049995-7}, pages = {XIV, 253}, language = {en} } @inproceedings{Wagner, author = {Wagner, Gerd}, title = {An Abstract State Machine Semantics For Discrete Event Simulation}, series = {Simulation for EducationProceedings of the Winter Simulation Confrence 2017}, booktitle = {Simulation for EducationProceedings of the Winter Simulation Confrence 2017}, editor = {Chan, Wai Kin Victor and D'Ambrogio, Andrea and Zacharewicz, Gregory and Mustafee, Navonil and Wainer, Gabriel and Page, E.}, publisher = {IEEE}, address = {Piscataway}, isbn = {978-1-5386-3428-8}, pages = {762 -- 773}, abstract = {We define an operational (transition system) semantics for the two most basic forms of Discrete Event Simulation (DES): event-based simulation (without objects) and object-event simulation. We show that under our operational semantics, DES models correspond to a certain form of abstract state machines (ASMs) such that the Future Event List (FEL) is part of the transition system state and the transition func-tion is based on event routines. Unlike other formalisms proposed for DES (such as Petri Nets or DEVS), our ASM semantics takes all basic DES concepts (like event types and the FEL) into consideration and allows for expressive transition system states representing the objects, properties, relations and functions of the evolving possible worlds of a simulation run. As a direct formal semantics of DES, it provides a basis for comparing, and explaining design choices in, different DES approaches. 1}, language = {en} } @inproceedings{Wagner, author = {Wagner, Gerd}, title = {Introduction to Information and Process Modeling for Simulation}, series = {Proceedings of the Winter Simulation Confrence 2017}, booktitle = {Proceedings of the Winter Simulation Confrence 2017}, editor = {Chan, Wai Kin Victor and D'Ambrogio, Andrea and Zacharewicz, Gregory and Mustafee, Navonil and Wainer, Gabriel and Page, E.}, publisher = {IEEE}, address = {Piscataway}, isbn = {978-1-5386-3428-8}, pages = {520 -- 534}, abstract = {In simulation engineering, a system model mainly consists of an information model and a process model. In the fields of Information Systems and Software Engineering (IS/SE) there are widely used standards such as the Class Diagrams of the Unified Modeling Language (UML) for making information models, and the Business Process Modeling Notation (BPMN) for making process models. This tutorial presents a general approach how to use UML class diagrams and BPMN process diagrams at all three levels of model-driven simulation engineering: for making conceptual simulation models, for making platformindependent simulation design models, and for making platform-specific, executable simulation models. In our approach, object and event types are modeled as stereotyped classes and random variables are modeled as stereotyped operations constrained to comply with a specific probability distribution, while event rules/routines are modeled both as BPMN patterns and in pseudo-code.}, language = {en} } @inproceedings{Wagner, author = {Wagner, Gerd}, title = {Sim4edu.com - Web-Based Simulation for Education}, series = {Proceedings of the 2017 Winter Simulation Conference}, booktitle = {Proceedings of the 2017 Winter Simulation Conference}, editor = {Chan, Wai Kin Victor and D'Ambrogio, Andrea and Zacharewicz, Gregory and Mustafee, Navonil and Wainer, Gabriel and Page, Ernest H.}, publisher = {IEEE}, address = {Piscataway, NJ}, pages = {12}, abstract = {The sim4edu.com project website supports web-based simulation with open source technologies for open science and education. It provides both simulation technologies and a library of educational simulation examples. Its aim is to support both the use and the development of various kinds of simulations, including ad-hoc simulations, Cellular Automata models, NetLogo-style grid space models, discrete event simulation and agent-based simulation. Sim4edu facilitates building state-of-the-art user interfaces for web-based simulations and simulation games without requiring simulation developers to learn all the recent web technologies involved (e.g., HTML5, CSS3, SVG and WebGL). Using the power of the web, Sim4edu allows researchers and educators to publish and share their models easily.}, language = {en} } @misc{WagnerSeckMcKenzi, author = {Wagner, Gerd and Seck, Mamadou and McKenzi, Frederick}, title = {Process Modeling for Simulation:Observations andOpen Issues}, series = {Proceedings of the 2016 Winter Simulation Conference, December 11-14, 2016, Crystal Gateway Marriot, Arlington, VA}, journal = {Proceedings of the 2016 Winter Simulation Conference, December 11-14, 2016, Crystal Gateway Marriot, Arlington, VA}, editor = {Roeder, Theresa M. K. and Frazier, Peter I. and Szechtmann, Robert and Zhou, Enlu and Huschka, Todd and Chick, Stephen E.}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-5090-4484-9}, doi = {10.1109/WSC.2016.7822166}, pages = {1072 -- 1083}, language = {en} } @misc{Wagner, author = {Wagner, Gerd}, title = {Introduction to Simulation Using JavaScript}, series = {Proceedings of the 2016 Winter Simulation Conference, December 11-14, 2016, Crystal Gateway Marriot, Arlington, VA}, journal = {Proceedings of the 2016 Winter Simulation Conference, December 11-14, 2016, Crystal Gateway Marriot, Arlington, VA}, editor = {Roeder, Theresa M. K. and Frazier, Peter I. and Szechtmann, Robert and Zhou, Enlu and Huschka, Todd and Chick, Stephen E.}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-5090-4484-9}, pages = {148 -- 162}, language = {en} } @misc{GuizzardiWagnerAlmeidaetal., author = {Guizzardi, Giancarlo and Wagner, Gerd and Almeida, Jo{\~a}o Paulo Andrade and Guizzardi, Renata}, title = {Towards Ontological Foundation for Conceptual Modeling: The Unified Foundationa lOntology (UFO) Story}, series = {Applied Ontology}, volume = {10}, journal = {Applied Ontology}, number = {3-4}, issn = {1570-5838}, doi = {10.3233/AO-150157}, pages = {259 -- 271}, language = {en} } @inproceedings{DiaconescuWagner, author = {Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Modeling and Simulation of Web-of-Things Systems Part 1: Sensor Nodes}, series = {Proceeedings of the 2015 Winter sumulation Conference}, booktitle = {Proceeedings of the 2015 Winter sumulation Conference}, editor = {Yilmaz, Levent and Chan, Wai Kin Victor and Moon, I. and Roeder, Theresa M. K. and Macal, C. and Rossetti, M. D.}, publisher = {Piscataway}, address = {New Jersey}, isbn = {978-1-4673-9741-4}, pages = {3061 -- 3072}, language = {en} } @misc{RobinsonArbezBirtaetal., author = {Robinson, Steward and Arbez, Gilbert and Birta, Louis G. and Tolk, Andreas and Wagner, Gerd}, title = {Conceptual Modeling: Definition, Purpose and Benefits}, series = {Proceedings of the 2015 Winter Simulation Conference}, journal = {Proceedings of the 2015 Winter Simulation Conference}, publisher = {Piscataway}, address = {New Jersey}, isbn = {978-1-4673-9741-4}, doi = {10.1109/WSC.2015.7408386}, pages = {2812 -- 2826}, language = {en} } @inproceedings{DiaconescuWagner, author = {Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Modeling and Simulation of Web-of-Things Systems as Multi-Agent Systems}, series = {Proceedings of the 2015 German Conference on Multiagent System Technologies (MATES)}, booktitle = {Proceedings of the 2015 German Conference on Multiagent System Technologies (MATES)}, editor = {M{\"u}ller, J{\"o}rg P. and Kaminka, Gal and Ketter, Wolf and Wagner, Gerd}, publisher = {Springer}, address = {Berlin [u.a.]}, isbn = {978-3-319-27342-6}, pages = {137 -- 153}, language = {en} } @inproceedings{DiaconescuWagner, author = {Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Towards a General Framework for Modeling, Simulating and Building Sensor/Actuator Systems and Robots for the the Webof Things}, series = {Proceedings of the First Workshop on Model-Driven Robot Software Engineering (MORSE), co-located with STAF'14, 21st July, 2014}, booktitle = {Proceedings of the First Workshop on Model-Driven Robot Software Engineering (MORSE), co-located with STAF'14, 21st July, 2014}, publisher = {University of York}, address = {York, UK}, pages = {12}, language = {en} } @inproceedings{NicolaeWagner, author = {Nicolae, Oana and Wagner, Gerd}, title = {Towards a Conceptual Model and Framework for Management Games}, series = {WSC'14, proceedings of the 2014 Winter Simulation Conference; December 7 - 10, 2014, Savannah, GA}, booktitle = {WSC'14, proceedings of the 2014 Winter Simulation Conference; December 7 - 10, 2014, Savannah, GA}, editor = {Tolk, Andreas and Diallo, S. Y. and Ryzhov, I. O. and Yilmaz, Levent and Buckley, S. and Miller, J. A.}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-4799-7486-3}, pages = {3517 -- 3527}, language = {en} } @misc{Wagner, author = {Wagner, Gerd}, title = {Tutorial: Information and Process Modeling for Simulation}, series = {Proceeding of the 2014 Winter Simulation Conference}, journal = {Proceeding of the 2014 Winter Simulation Conference}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-4799-7486-3}, doi = {10.1109/WSC.2014.7019882}, pages = {103 -- 107}, language = {en} } @inproceedings{GuizzardiWagner, author = {Guizzardi, Giancarlo and Wagner, Gerd}, title = {Towards an Ontological Foundation of Agent-Based Simulation}, series = {Proceedings of the 2011 Winter Simulation Conference}, booktitle = {Proceedings of the 2011 Winter Simulation Conference}, editor = {Jain, Sanjay}, publisher = {IEEE}, address = {Piscataway, NY}, pages = {284 -- 295}, language = {en} } @misc{GasevicTaveterWagner, author = {Gasevic, Dragan and Taveter, Kuldar and Wagner, Gerd}, title = {Vocabularies, ontologies and rules for enterprise and business process modeling and management}, series = {Information Systems}, volume = {35}, journal = {Information Systems}, number = {4}, issn = {0306-4379}, pages = {375 -- 378}, language = {en} } @incollection{GuizzardiWagner, author = {Guizzardi, Giancarlo and Wagner, Gerd}, title = {Towards an Ontological Foundation of Discrete Event Simulation}, series = {Proceedings of Winter Simulation Conference}, booktitle = {Proceedings of Winter Simulation Conference}, publisher = {IEEE}, address = {Baltimore}, pages = {652 -- 664}, language = {en} } @incollection{GuizzardiWagner, author = {Guizzardi, Giancarlo and Wagner, Gerd}, title = {Using the Unified Foundational Ontology(UFO) as a Foundation for General Conceptual Modeling Languages}, series = {Theory and Applications of Ontology : computer applications}, booktitle = {Theory and Applications of Ontology : computer applications}, publisher = {Springer Netherlands}, address = {Dordrecht}, isbn = {978-90-481-8846-8}, pages = {175 -- 196}, language = {en} } @misc{Wagner, author = {Wagner, Gerd}, title = {Model-Driven Engineering of Second-Life-Style Simulations}, editor = {Johansson, Bj{\"o}rn and Jain, Sanjay and Montoya-Torres, Jairo and Hugan, Joe and Y{\"u}cesan, Enver}, language = {en} } @inproceedings{DiaconescuWagner, author = {Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Beliefs and communication, the bassis of collabrotive agents}, series = {11th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC 2009), Timisoara, Romania, 26 - 29 September 2009}, booktitle = {11th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC 2009), Timisoara, Romania, 26 - 29 September 2009}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-4244-5910-0}, pages = {348 -- 355}, language = {en} } @inproceedings{DiaconescuWagner, author = {Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Agent-based Simulation with Beliefs and SPARQL-based Ask-Reply Communication}, series = {Multi-agent-based simulation X, international workshop, revised selected papers, MABS 2009, Budapest, Hungary, May 11 - 12, 2009}, booktitle = {Multi-agent-based simulation X, international workshop, revised selected papers, MABS 2009, Budapest, Hungary, May 11 - 12, 2009}, publisher = {Springer}, address = {Berlin [u.a.]}, isbn = {978-3-642-13552-1}, pages = {86 -- 97}, language = {en} } @incollection{LukichevJarrar, author = {Lukichev, Sergey and Jarrar, Mustafa}, title = {Graphical Notations for Rule Modeling}, language = {en} } @misc{MilanovicGasevicGiurcaetal., author = {Milanovic, Milan and Gasevic, Dragan and Giurca, Adrian and Wagner, Gerd and Lukichev, Sergey and Devedzic, Vladan}, title = {Model Transformations to Bridge Concrete and Abstract Syntax of Web Rule Languages}, language = {en} } @inproceedings{MilanovicGasevicWagneretal., author = {Milanovic, Milan and Gasevic, Dragan and Wagner, Gerd and Devedzic, Vladan}, title = {Modeling Service Orchestrations with a Rule-enhanced Business Process Language}, language = {en} } @inproceedings{NicolaeDiaconescuWagner, author = {Nicolae, Oana and Diaconescu, Ion-Mircea and Wagner, Gerd}, title = {Simulation Modelling for Businesses using BPMN and AORS}, language = {en} } @inproceedings{NicolaeWagnerWerner, author = {Nicolae, Oana and Wagner, Gerd and Werner, Jens}, title = {Towards an Executable Semantics for Activities using Business Process Simulation}, language = {en} } @inproceedings{PascalauGiurcaWagner, author = {Pascalau, Emilian and Giurca, Adrian and Wagner, Gerd}, title = {Validating Auction Business Processes using Agent-based Simulations}, series = {Business process, services computing and intelligent service management, 2nd International Conference on Business Process and Services Computing, BPSC 2009, March 23 - 25, 2009, Leipzig, Germany}, booktitle = {Business process, services computing and intelligent service management, 2nd International Conference on Business Process and Services Computing, BPSC 2009, March 23 - 25, 2009, Leipzig, Germany}, publisher = {Ges. f{\"u}r Informatik,}, address = {Bonn}, isbn = {978-3-88579-241-3}, pages = {95 -- 99}, language = {en} } @incollection{RibaricSheidalGasevicetal., author = {Ribaric, Marko and Sheidal, Shahin and Gasevic, Dragan and Milanovic, Milan and Giurca, Adrian and Lukichev, Sergey and Wagner, Gerd}, title = {Modeling of Web Services using URML, R2ML and model transformations}, language = {de} } @inproceedings{WagnerDiaconescu, author = {Wagner, Gerd and Diaconescu, Ion-Mircea}, title = {AOR-Simulation.org - Cognitive Agent Simulation}, language = {en} } @inproceedings{WagnerNicolaeWerner, author = {Wagner, Gerd and Nicolae, Oana and Werner, Jens}, title = {Extending Discrete Event Simulation by Adding an Activity Concept for Business Process Modeling and Simulation}, language = {en} } @incollection{PascalauGiurcaWagner, author = {Pascalau, Emilian and Giurca, Adrian and Wagner, Gerd}, title = {The Agent-Object-Relationship Simulation as a Business Process}, language = {en} } @misc{MilanovicGasevicGiurcaetal., author = {Milanovic, Milan and Gasevic, Dragan and Giurca, Adrian and Wagner, Gerd and Devedzic, Vladan}, title = {Bridging Concrete and Abstract Syntax in Model Driven Engineering: A Case of Rule Languages}, language = {en} } @inproceedings{CosulschiNicolaeGabroveanuetal., author = {Cosulschi, Mirel and Nicolae, Oana and Gabroveanu, Mihai and Constantinescu, Nicolae}, title = {Web Services for Search Integration}, series = {Proceedings of the 3rd International Symposium on Intelligent Distributed Computing - IDC 2009, Ayia Napa, Cyprus,October 2009}, booktitle = {Proceedings of the 3rd International Symposium on Intelligent Distributed Computing - IDC 2009, Ayia Napa, Cyprus,October 2009}, publisher = {Springer}, address = {Berlin [u.a.]}, isbn = {978-3-642-03213-4}, pages = {63 -- 73}, language = {de} } @inproceedings{PascalauGiurca, author = {Pascalau, Emilian and Giurca, Adrian}, title = {Towards enabling SaaS for Business Rules}, language = {en} } @inproceedings{MilanovicGasevicWagneretal., author = {Milanovic, Milan and Gasevic, Dragan and Wagner, Gerd and Hatala, Marek}, title = {Rule-enhanced Business Process Modeling Language for Service Choreographies}, language = {de} } @misc{AnalytiAntoniouViegasetal., author = {Analyti, Anastasia and Antoniou, Grigoris and Viegas, Carlos and Wagner, Gerd}, title = {Extended RDF as a Semantic Foundation of Rule Markup Languages}, language = {en} } @inproceedings{DietrichSchenkeWagner, author = {Dietrich, Jens and Schenke, Bastian and Wagner, Gerd}, title = {On Code Generation for Derived Assocations.}, language = {en} } @inproceedings{GuizzardiWagner, author = {Guizzardi, Giancarlo and Wagner, Gerd}, title = {What´s in a Relationsship: An Ontological Analysis}, language = {en} } @inproceedings{Lukichev, author = {Lukichev, Sergey}, title = {Defining a subset of OCL for expressing SWRL rules.}, language = {en} } @misc{MilanovicGasevicGurcaetal., author = {Milanovic, Milan and Gasevic, Dragan and Gurca, Adrian and Wagner, Gerd and Devedzic, Vladan}, title = {Sharin OCL Constraints by Using Web Rules}, language = {en} } @misc{NicolaeGiurcaWagner, author = {Nicolae, Oana and Giurca, Adrian and Wagner, Gerd}, title = {On Interchange between JBossRules and Jess}, series = {Informatica : an international journal of computing and informatics}, volume = {3}, journal = {Informatica : an international journal of computing and informatics}, number = {4}, issn = {0350-5596}, pages = {383 -- 396}, language = {en} } @inproceedings{NicolaeWagner, author = {Nicolae, Oana and Wagner, Gerd}, title = {Verbalising R2ML rules into SBVR}, language = {en} } @inproceedings{GabroveanuDiaconescu, author = {Gabroveanu, Mihai and Diaconescu, Ion-Mircea}, title = {Extracting Semantic Annotations from Moodle Data}, language = {en} } @inproceedings{NicolaeCosulschiGiurcaetal., author = {Nicolae, Oana and Cosulschi, Mirel and Giurca, Adrian and Wagner, Gerd}, title = {Towards a BPMN Semantics using UML Models}, language = {en} } @inproceedings{WagnerGiurcaDiaconescuetal., author = {Wagner, Gerd and Giurca, Adrian and Diaconescu, Ion-Mircea and Antoniou, Grigoris and Analyti, Anastasia and Damasio, Carlos Viegas}, title = {Reasoning on the Web with Open and Closed PRedicates}, language = {en} } @inproceedings{DiaconescuLukichevGiurca, author = {Diaconescu, Ion-Mircea and Lukichev, Sergey and Giurca, Adrian}, title = {Semantic Web and Rule Reasoning inside of E-Learning Systems}, language = {en} }