Towards Legal Knowledge Management Systems for Regulatory Compliance

Size: px
Start display at page:

Download "Towards Legal Knowledge Management Systems for Regulatory Compliance"

Transcription

1 Towards Legal Knowledge Management Systems for Regulatory Compliance Guido Boella 1, Joris Hulstijn 2, Llio Humphreys 1,3, Marijn Janssen 2, and Leendert van der Torre 3 1 Università di Torino, Italy guido@di.unito.it, lliobh@gmail.com 2 Delft University of Technology, Netherlands j.hulstijn@tudelft.nl 3 University of Luxembourg, Luxembourg leon.vandertorre@uni.lu Abstract. The burden of maintaining regulatory compliance is increasingly becoming a concern. Current ICT support is unsatisfactory. Compliance management systems could support the work of compliance managers. However, there are challenges to overcome: processing legal documents and expressing the knowledge they contain, and relating the legal prescriptions to the organization s business processes. In this paper we present an approach to handle these challenges. The approach consists of four pillars: (1) Legal ontology expressing the legal concepts that are central to the rules and regulations (2) Method to semi-automatically populate the ontology, (3) Method of mapping the legal concepts onto the actual data and business processes of a company (4) Method to buildin an audit trail, providing legally acceptable evidence of compliance. 1 Introduction Every organization has to deal with operational risks: the risks arising from the execution of a company s primary business functions. Operational risks include monetary loss, fraud, physical or environmental risks, risks related to human resources, and so forth. Risk Management departments typically collect and assess data for each risk in order to make management decisions, increasingly also using ICT support. For one type of risk there is a lack of adequate ICT support: regulatory compliance. With the advent of the financial crisis the costs associated with managing regulatory compliance are becoming increasing concern [13]. Large enterprises such as banks and insurance companies are increasingly being subjected to regulations. The risks of failure to comply with regulations are increasing in volume and complexity. There is increasing awareness in the compliance world that information systems can play a larger role in improving compliance. Most attention has been devoted to the prevention side. Focus on prevention leads to an approach called compliance by design [15]: business processes and supporting information systems are designed in such a way that conducting undesirable behavior is made

2 2 difficult or impossible. Such specification can then be verified to be formally correct. However, compliance is not just about the design and verification of processes. It involves a whole life-cyle of processes, see e.g. the COMPAS project [22]. Here, we highlight three aspects: (i) Monitoring new laws and regulations to keep an up-to-date repository of legal prescriptions relevant to the operation. (ii) Ensuring that business processes are indeed compliant with legal requirements, derived from these current legal prescriptions. (iii) Creating an audit trail that demonstrates that compliant business processes have been followed in practice. Regulatory compliance management systems could potentially be developed to support the work of compliance managers, during each of these activities. However, at the moment, compliance officers are reluctant to use ICT support systems. We believe current systems are inadequate, because of the huge challenges of processing legal documents and mapping the concepts they contain onto the organization s actual business processes. Current approaches to compliance support present four challenges: (1) ICT systems that model the law and legal concepts tend to extract norms and terminology directly from the letter of legislative sources without taking the legal interpretation process into account, e.g [17, 8]. (2) State of the art legal knowledge management systems rely almost entirely on manual population of specialist ontologies, which is not only inefficient but impractical. It is difficult to find knowledge engineers with the right interdisciplinary competences, i.e., expertise in both formal ontologies and law [13]. In addition, a large enterprise will have hundreds of processes each with hundreds of activities and states. This leads to a resource bottleneck. (3) It is difficult to find connections between norms expressed in legal ontologies and business processes, because the two worlds do not share a common terminology. Moreover, the context in which legal concepts are applied needs to be interpreted [2]. (4) Current approaches neglect the need for an audit trail to be built into the business processes, to provide reliable evidence of compliance [20]. In addition, risk management, compliance monitoring and auditing have traditionally all been conducted in separate departments, preventing a holistic and integrated approach to compliance also at the level of ICT support. In this paper we will describe the general contours of an approach to develop legal knowledge management systems that can face these challenges. The approach is called LeKMaS (Legal Knowledge Management Systems). It applies natural language processing techniques to decrease the resource bottleneck problem in ontology management and to facilitate mapping legal concepts onto processes and vice versa. It uses argumentation theory to determine which legal evidence to collect and retain and in which format. The purpose is to develop modules that support a holistic approach to compliance, ensuring synergy between law, business processes and auditing. The approach consists of four pillars: (1) Legal ontology expressing the legal concepts that are central to the rules and regulations (2) Method to semiautomatically populate the ontology, (3) Method of mapping the legal concepts

3 3 onto the actual data and business processes of a company (4) Method to build-in an audit trail, providing legally acceptable evidence of compliance. Presentation in this paper will only focus on number (1) and (4): the legal set-up of a compliance system and the required evidence. Pillars (2) and (3) will have to wait for another occasion. The remainder of this paper is structured as follows: Section 2 explains the legal ontology. Section 3 explains our approach to evidence. The paper ends with conclusions and recommendations for further research. 2 Legal Ontology Use of the right ontology is very important to our approach to understanding and representing legal content. We believe that previous work on the representation of legal content rests on false assumptions. Many technology driven approaches assume a clear-cut one-to-one mapping between legislative text and rules [17, 8]. In compliance, rules are generally the result of legal interpretation involving insights from different kinds of sources. Ontologies act as intermediaries between users and the source legislative text, helping to locate and explain the law. There is some movement to developing systems that model the complexity of the law, so that the system can support the work of lawyers and legal scholars. The authors have contributed with advanced legal document management systems [1, 6], also applied to compliance [7]. Projects such as Compas, Regnet, GRC GRID rest on simplistic assumptions which hinder the acceptability of the results for lawyers. Even if a more acceptable formalization of law is devised, there remains the problem of the resource bottleneck: the creation of formalised legal knowledge is a costly enterprise. Doing it entirely by hand is unfeasible, a problem made worse by the need to find the knowledge engineers with the right inter-disciplinary competences. Mapping laws onto processes is not a trivial task. Compliance management involves not only legal knowledge but also knowledge concerning the business processes, and we cannot assume that the two worlds share the same terminology. While every jurisdiction has its own terminology, the same can be said for organisations, whether they are formalised into ontologies or not. Semi-automated ontology extraction and mapping can play a critical role in aligning norms with the processes they govern due to the size of the data: hundreds of legal clauses and thousands of processes with hundreds of steps described in natural language. Ontologies are a methodology increasingly used to represent legal knowledge. Ontologies enable sharing and integration of data from different domains and data sources. However, they usually come from different domains, thus they are rarely identical. In particular, differences can be due to homonyms (i.e., nodes with identical concept-names, but possibly different semantics) and synonyms (concepts with different names but same semantics) [12]. For this reason, there is also the need of an alignment among distinct domains like the legal domain and the domain of business processes, which are designed by persons with different competences. The problem of semi-automatically constructing taxonomies or

4 4 ontologies from texts can be faced at different levels of granularity, starting from the discovery of domain-specific dictionaries to more complex tasks aimed at organizing the terms in some structural form [9]. This work becomes important when there is a lack of resources or dictionaries that can serve for automatic matching between processes and regulations. In general, common practices used to make probabilistic inferences about the terms contained in a corpus leverage on their frequency and their context, defined as the set of terms that often co-occur with them [14]. Further improvements on pure statistical methods rely on the use of natural language processing (NLP) technologies that can filter out data noise while maintaining high levels of accuracy. [18] defined a system for extracting definitional sentences (i.e., sentences that contain at least one hyponymy-hyperonym relationship), using them to build an IS-A graph (subsumption graph). This mined knowledge can be pruned later to form a taxonomy [19]. Such techniques have a high precision but a significantly low recall. This is what NLP approaches usually achieve in terms of accuracy levels, as opposed to statistical methods. Another issue to be addressed concerns the mapping between the processes with the prescriptions of the regulations that often follow different guidelines of production and have distinct dictionary with overlapping semantics. One has to move behind a case-oriented methodology that needs to be studied carefully. In general, the simple string matching between an ontology concept with the regulation texts does not provide accurate results because of its inefficiency to cope with the natural flexibility of the language. In that sense, the general goal to get to is to enrich the content expressed by an ontology concept with additional information from two different sources: the structural position and context within the ontology or, eventually, a set of concept-associated documents that help depict its semantics [16]. These two types of information are the basis of existing algorithms for ontology alignment, namely structurally-informed or extensionally-informed [12]. The first method takes into account the structural neighbourhood of a concept in the ontology to make more fine-grained the matching with the parts of text contained in the regulations. The clear advantage of using this technique is that it can be done in an automatic fashion without any external resource, though it still suffers from possible divergences in the used terminology. On the contrary, relying on a first, approximate, automatic classification of regulations into the ontology usually provides an initial overview of the concepts themselves that can be later used for informed matching between the two data sources [11]. 3 Establishing evidence As we argued inn to the introduction, compliance is not just about the design and verification of processes. In this section new will deal wit the third pillar: creating an audit trail that provides evidence that compliant business processes have been followed in practice. To do so, we will present a method for designing an audit trail of business processes, in such a way that the evidence thus generated can

5 be used to demonstrate later that the business process was indeed compliant to relevant laws and regulations. Obviously, we make use of the legal concepts identified in the ontology. Conceptually, the method is based on the realization that what counts as evidence of some conduct or behavior being compliant or not, is essentially a social or institutional matter; compare the notion of constitutive norms [21]. Some person in some role is authorized to make that decision, both at design time, and later when needed for convincing an auditor, settling a legal dispute or in court. This requires extending the legal ontology with the notion of roles, along the lines of [4] and with the notion of a so called constitutive norm representing the counts as relation, applying the approach developed by the partners in [5]. Evidence is a multi-faceted concept, which requires and extensive literature study. Scientific literature about reliability and evidence can be found in legal theory, e.g., but also in auditing theory, where such concepts as segregation of duties have been developed [3]. Obviously, there need to be links to the business process management community, because evidence collection will be embedded in the process. Finally, there are links to the social sciences in particular about measurement. Often, objectives of a process are stated in terms of desired outcomes, for example, a reduced financial risk for society. What is measured however is output, for instance, risk assessment reports. The art of process design is to find performance measures (outputs), which accurately approximate the actual effects (outcomes). Note that deciding the amount of evidence to be collected, is often a trade-off between collecting too much, which will make the system slow or will make it impossible to find needed evidence later, and collecting too little, which make it impossible to use the evidence later in legal proceedings. Such trade offs usually point into the direction of a risk analysis, or alternatively, to a form of argumentation [10]. Only evidence which is deemed both necessary and sufficient for demonstrating compliance objectives, needs to be collected. The method will at least address the following aspects. Stakeholder analysis. This part of the project will be approached from a sociotechnical point of view. Therefore it is crucial to know up front what the relevant stakeholders are. What parties are possibly interested in the evidence? What are these interests? How do these interests relate to the regulations and norms collected? How do these interests relate to the legal concepts in the ontology, and the corresponding boundaries for specific decisions? All these aspects will be covered in a stakeholder analysis, resulting in an overview of the common actors and roles in business process compliance and their interests. Control measures. Auditing theory contains much expertise on the establishment of a set of audit criteria or control measures for establishing reliability of data. However, what is new in this case is that the evidence is not collected for accounting purposes, but rather for regulatory compliance purposes. Moreover, we need to adapt existing techniques for the fact that a legal ontology has been used to identify the crucial concepts to be monitored. We need to take into account the business models of the various parties involved, because they may have 5

6 6 an interest in adapting the evidence in their interest. In which ways should the accuracy, completeness and timeliness of the evidence be ensured, both at the very first instance of recording, and at subsequent processing (integrity)? Which party or parties are made responsible for the evidence collection? Which control measures can be developed? Representation. Finally, we need a way of expressing the evidence in an accessible format. The format should accommodate the legal ontology. Not only the evidence itself, but also many kinds of meta-data about the evidence need to be represented. Consider for instance the provenance of the evidence (where did it come from), the date and time of collection, the responsible persons, the size, etc. There exists various XML formats; recent developments in XBRL will also be taken into account, particularly because experts are working on audit criteria for establishing reliability of XBRL documents. Delft will provide techniques for modelling legal constraints on business processes, and for defining evidence in the form of an audit trail. 4 Conclusions The costs of compliance are increasing. In particular in the financial industry, compliance officers are struggling to keep up with the ever increasing burn of new rules and regulations. There is increasing awareness in the compliance world that information systems can have a larger role in improving compliance. Most attention has been devoted to prevention. Focus on prevention leads to an approach called compliance by design [15]: business processes and supporting information systems are designed in such a way that conducting undesirable behavior is made difficult or impossible. However, from the point of view of compliance officers compliance management is not just about the design and verification of processes. It involves three pillars: (i) Monitoring laws and regulations to keep an up-to-date repository of legal prescriptions. (ii) Ensuring that business processes are indeed compliant with legal requirements, derived from these current legal prescriptions. (iii) Creating an audit trail with evidence to demonstrate that compliant business processes have been followed in practice. In this paper we have discussed an approach to the development of legal knowledge management systems, called LekMAS. The approach consist of four pillars: (1) the use of a legal ontology, to represent and reason with legal concepts, (2) a semi-automatic method for populating the ontology, to overcome the resource bottleneck, (3) a method for mapping legal concepts and prescription onto business processes, and (4) a method for collecting reliable evidence of the business processes, and for auditing that they are actually compliant. In particular we have focused at (1) and (4): the set-up of the system.

7 7 References 1. Gianmaria Ajani, Leonardo Lesmo, Guido Boella, Alessandro Mazzei, and Piercarlo Rossi. Terminological and ontological analysis of european directives: multilinguism in law. In The 11th International Conference on Artificial Intelligence and Law, Proceedings of the Conference (ICAIL), pages ACM, H. Aldewereld, F. Dignum, A.Garcia Camino, P. Noriega, J.A. Rodriguez-aguilar, and C. Sierra. Operationalisation of norms for usage in electronic institutions. Coordination, Organizations, Institutions, and Norms in Agent Systems II (COIN 06), LNC1 4386: , J.H. Blokdijk. Tests of control in the audit risk model: effective? efficient? International Journal of Auditing, 8: , G. Boella, R. Damiano, J. Hulstijn, and L. van der Torre. A common ontology of agent communication languages: Modeling mental attitudes and social commitments using roles. Applied Ontology, 2(3-4): , G. Boella and L. van der Torre. Regulative and constitutive norms in normative multiagent systems. In Proceedings of 9th International Conference on the Principles of Knowledge Representation and Reasoning (KR 2004), pages AAAI Press, Menlo Park, Guido Boella, Llio Humphreys, Marco Martin, Piercarlo Rossi, and Leendert van der Torre. Eunomos, a legal document and knowledge management system to build legal services. In Proceedings of AI Approaches to the Complexity of Legal Systems Workshop (AICOL), Berlin, Springer. 7. Guido Boella, Marco Martin, Piercarlo Rossi, Leendert van der Torre, and Andrea Violato. Eunomos, a legal document and knowledge management system for regulatory compliance. In Proceedings of Information Systems: a crossroads for Organization, Management, Accounting and Engineering (ITAIS) Conference, Berlin, Springer. 8. T. D. Breaux:. Legal Requirements Acquisition for the Specification of Legally Compliant Information Systems. PhD Thesis PhD thesis, North Carolina State University, Raleigh (NC), Paul Buitelaar, Philipp Cimiano, and Bernardo Magnini, editors. Ontology Learning from Text: Methods, Evaluation and Applications, volume 123 of Frontiers in Artificial Intelligence and Applications. IOS Press, Amsterdam, Brigitte Burgemeestre, Joris Hulstijn, and Yao-Hua Tan. Value-based argumentation for justifying compliance. Artificial Intelligence and Law, 19(2-3): , K. Selçuk Candan, Luigi Di Caro, and Maria Luisa Sapino. Creating tag hierarchies for effective navigation in social media. In Proceeding of the 2008 ACM Workshop on Search in Social Media, SSM 2008, pages 75 82, K. Selçuk Candan, Mario Cataldi, Maria Luisa Sapino, and Claudio Schifanella. Structure- and extension-informed taxonomy alignment. In oceedings of the 4th International VLDB Workshop on Ontology-based Techniques for DataBases in Information Systems and Knowledge Systems, ODBIS 2008, Auckland, New Zealand, August 23, 2008, Co-located with the 34th International Conference on Very Large Data Bases, pages 1 8, Stacey English and Susannah Hammond. Cost of compliance survey Technical report, Thompson Reuters, Blaz Fortuna, Marko Grobelnik, and Dunja Mladeni. Semi-automatic data-driven ontology construction system

8 8 15. G. Governatori and S. Sadiq. The journey to business process compliance, pages IGI Global, Jong Wook Kim and K. Sel#231;uk Candan. Cp/cv: concept similarity mining without frequency information from domain describing taxonomies. In Proceedings of the 15th ACM international conference on Information and knowledge management, CIKM 06, pages , New York, NY, USA, ACM. 17. G. Lau. A Comparative Analysis Framework for Semi-Structured Documents, with Applications to Government Regulations. PhD thesis, Stanford, Roberto Navigli and Paola Velardi. Learning word-class lattices for definition and hypernym extraction. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL 10, pages , Roberto Navigli, Paola Velardi, and Stefano Faralli. A graph-based algorithm for inducing lexical taxonomies from scratch M. B. Romney and P. J. Steinbart. Accounting Information Systems, 10e. Prentice Hall, NJ, J. R. Searle. The Construction of Social Reality. The Free Press, Patrícia Silveira, Carlos Rodríguez Aliaksandr Birukou, Fabio Casati, Florian Daniel, Vincenzo D Andrea, Claire Worledge, and Zouhair Taheri. Aiding compliance governance in service- based business processes. In S. Reiff-Marganiec and M. Tilly, editors, Handbook of Research on Service-Oriented Systems and Non- Functional Properties: Future Directions, chapter 22, pages IGI Global, S. Reiff-Marganiec, and M. Tilly, 2012.

Towards Legal Knowledge Management Systems for Regulatory Compliance

Towards Legal Knowledge Management Systems for Regulatory Compliance Towards Legal Knowledge Management Systems for Regulatory Compliance Guido Boella 1, Joris Hulstijn 2, Llio Humphreys 1,3, Marijn Janssen 2, and Leendert van der Torre 3 1 Università di Torino, Italy guido@di.unito.it,

More information

Managing Legal Interpretation in Regulatory Compliance

Managing Legal Interpretation in Regulatory Compliance Managing Legal Interpretation in Regulatory Compliance Guido Boella Università di Torino, Italy guido@di.unito.it Llio Humphreys University of Luxembourg, Luxembourg llio.humphreys@uni.lu Marijn Janssen

More information

Value-based models for ontology-driven, legal risk management and compliance

Value-based models for ontology-driven, legal risk management and compliance Value-based models for ontology-driven, legal risk management and compliance Robert Muthuri University of Torino robert.kiriinya@unito.it Abstract. In this paper, we motivate how value-based modelling

More information

Regulatory Compliance and its Impact on Software Development

Regulatory Compliance and its Impact on Software Development Regulatory Compliance and its Impact on Software Development Abdelwahab Hamou-Lhadj Software Compliance Research Group Department of Electrical and Computer Engineering Concordia University 1455 de Maisonneuve

More information

Facilitating Business Process Discovery using Email Analysis

Facilitating Business Process Discovery using Email Analysis Facilitating Business Process Discovery using Email Analysis Matin Mavaddat Matin.Mavaddat@live.uwe.ac.uk Stewart Green Stewart.Green Ian Beeson Ian.Beeson Jin Sa Jin.Sa Abstract Extracting business process

More information

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

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

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 INTELLIGENT MULTIDIMENSIONAL DATABASE INTERFACE Mona Gharib Mohamed Reda Zahraa E. Mohamed Faculty of Science,

More information

Using classification to support legal knowledge engineers in the Eunomos legal document management system

Using classification to support legal knowledge engineers in the Eunomos legal document management system Using classification to support legal knowledge engineers in the Eunomos legal document management system Guido Boella 1, Luigi Di Caro 1, and Llio Humphreys 1 1 Università di Torino, Italy. {boella,dicaro,humphreys}@di.unito.it

More information

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS Harrie Passier and Johan Jeuring Faculty of Computer Science, Open University of the Netherlands Valkenburgerweg 177, 6419 AT Heerlen,

More information

Collecting Polish German Parallel Corpora in the Internet

Collecting Polish German Parallel Corpora in the Internet Proceedings of the International Multiconference on ISSN 1896 7094 Computer Science and Information Technology, pp. 285 292 2007 PIPS Collecting Polish German Parallel Corpora in the Internet Monika Rosińska

More information

Towards a Comprehensive Design-time Compliance Management: A Roadmap

Towards a Comprehensive Design-time Compliance Management: A Roadmap Towards a Comprehensive Design-time Management: A Roadmap Amal Elgammal, Ph.D. Candidate, Tilburg, The Netherlands, a.f.s.a.elgammal@uvt.nl Oktay Turetken, Post-doc Researcher, Tilburg, The Netherlands,

More information

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION Anna Goy and Diego Magro Dipartimento di Informatica, Università di Torino C. Svizzera, 185, I-10149 Italy ABSTRACT This paper proposes

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Business Process and Regulations Compliance Management Technology

Business Process and Regulations Compliance Management Technology Business Process and Regulations Compliance Management Technology Ilze Buksa Riga Technical University, Institute of Applied Computer Systems, Meza street 1/4, LV-1048, Riga, Latvia ilze.buksa@rtu.lv Supervisor

More information

Flattening Enterprise Knowledge

Flattening Enterprise Knowledge Flattening Enterprise Knowledge Do you Control Your Content or Does Your Content Control You? 1 Executive Summary: Enterprise Content Management (ECM) is a common buzz term and every IT manager knows it

More information

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Fabian Grüning Carl von Ossietzky Universität Oldenburg, Germany, fabian.gruening@informatik.uni-oldenburg.de Abstract: Independent

More information

On Efficient Collaboration between Lawyers and Software Engineers when Transforming Legal Regulations to Law-related Requirements

On Efficient Collaboration between Lawyers and Software Engineers when Transforming Legal Regulations to Law-related Requirements Proceedings of the 2n d International Conference on Information Technology, ICIT 2010 28-30 June 2010, Gdansk, Poland. On Efficient Collaboration between Lawyers and Software Engineers when Transforming

More information

Data Modeling in the Age of Big Data

Data Modeling in the Age of Big Data Data Modeling in the Age of Big Data Pete Stiglich Pete Stiglich is a principal at Clarity Solution Group. pstiglich@clarity-us.com Abstract With big data adoption accelerating and strong interest in NoSQL

More information

A Pattern-Based Method for Identifying and Analyzing Laws

A Pattern-Based Method for Identifying and Analyzing Laws A Pattern-Based Method for Identifying and Analyzing Laws Kristian Beckers, Stephan Faßbender, Jan-Christoph Küster, and Holger Schmidt paluno - The Ruhr Institute for Software Technology University of

More information

KNOWLEDGE ORGANIZATION

KNOWLEDGE ORGANIZATION KNOWLEDGE ORGANIZATION Gabi Reinmann Germany reinmann.gabi@googlemail.com Synonyms Information organization, information classification, knowledge representation, knowledge structuring Definition The term

More information

Report on the Dagstuhl Seminar Data Quality on the Web

Report on the Dagstuhl Seminar Data Quality on the Web Report on the Dagstuhl Seminar Data Quality on the Web Michael Gertz M. Tamer Özsu Gunter Saake Kai-Uwe Sattler U of California at Davis, U.S.A. U of Waterloo, Canada U of Magdeburg, Germany TU Ilmenau,

More information

ACCELUS COMPLIANCE MANAGER FOR FINANCIAL SERVICES

ACCELUS COMPLIANCE MANAGER FOR FINANCIAL SERVICES THOMSON REUTERS ACCELUS ACCELUS COMPLIANCE MANAGER FOR FINANCIAL SERVICES PROACTIVE. CONNECTED. INFORMED. THOMSON REUTERS ACCELUS Compliance management Solutions Introduction The advent of new and pending

More information

Eventifier: Extracting Process Execution Logs from Operational Databases

Eventifier: Extracting Process Execution Logs from Operational Databases Eventifier: Extracting Process Execution Logs from Operational Databases Carlos Rodríguez 1, Robert Engel 2, Galena Kostoska 1, Florian Daniel 1, Fabio Casati 1, and Marco Aimar 3 1 University of Trento,

More information

Terminology Extraction from Log Files

Terminology Extraction from Log Files Terminology Extraction from Log Files Hassan Saneifar 1,2, Stéphane Bonniol 2, Anne Laurent 1, Pascal Poncelet 1, and Mathieu Roche 1 1 LIRMM - Université Montpellier 2 - CNRS 161 rue Ada, 34392 Montpellier

More information

An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them

An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them Vangelis Karkaletsis and Constantine D. Spyropoulos NCSR Demokritos, Institute of Informatics & Telecommunications,

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Research Motivation In today s modern digital environment with or without our notice we are leaving our digital footprints in various data repositories through our daily activities,

More information

A Mind Map Based Framework for Automated Software Log File Analysis

A Mind Map Based Framework for Automated Software Log File Analysis 2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore A Mind Map Based Framework for Automated Software Log File Analysis Dileepa Jayathilake

More information

XBRL guide for UK businesses

XBRL guide for UK businesses XBRL guide for UK businesses This document provides an introduction for UK businesses to the extensible Business Reporting Language (XBRL) data format and Inline XBRL (ixbrl), the standard form of presentation

More information

Business Rules and Decision Processes in Mediated Business Coordination

Business Rules and Decision Processes in Mediated Business Coordination Business Rules and Decision Processes in Mediated Business Coordination Zheng Zhao and Virginia Dignum and Frank Dignum Department of Information and Computing Sciences Utrecht University The Netherlands

More information

Master Programme in Customs & Supply Chain Compliance

Master Programme in Customs & Supply Chain Compliance Delft TopTech Study load The degree covers at least 60 credits within the European Credit Transfer and Accumulation System (ECTS). One credit corresponds to 28 hours of study. The programme is offered

More information

Information Brokering over the Information Highway: An Internet-Based Database Navigation System

Information Brokering over the Information Highway: An Internet-Based Database Navigation System In Proc. of The Joint Pacific Asian Conference on Expert Systems, Singapore, 1997 Information Brokering over the Information Highway: An Internet-Based Database Navigation System Syed Sibte Raza ABIDI

More information

KPMG Unlocks Hidden Value in Client Information with Smartlogic Semaphore

KPMG Unlocks Hidden Value in Client Information with Smartlogic Semaphore CASE STUDY KPMG Unlocks Hidden Value in Client Information with Smartlogic Semaphore Sponsored by: IDC David Schubmehl July 2014 IDC OPINION Dan Vesset Big data in all its forms and associated technologies,

More information

Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery

Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery Transformation of Free-text Electronic Health Records for Efficient Information Retrieval and Support of Knowledge Discovery Jan Paralic, Peter Smatana Technical University of Kosice, Slovakia Center for

More information

On the Requirements for Cooperative Assistance in the Medical Domain

On the Requirements for Cooperative Assistance in the Medical Domain On the Requirements for Cooperative Assistance in the Medical Domain L. Ardissono, A. Di Leva, G. Petrone, M. Segnan and M. Sonnessa Dipartimento di Informatica, Università di Torino, corso Svizzera 185,

More information

Metadata Repositories in Health Care. Discussion Paper

Metadata Repositories in Health Care. Discussion Paper Health Care and Informatics Review Online, 2008, 12(3), pp 37-44, Published online at www.hinz.org.nz ISSN 1174-3379 Metadata Repositories in Health Care Discussion Paper Dr Karolyn Kerr karolynkerr@hotmail.com

More information

A Semantically Enriched Competency Management System to Support the Analysis of a Web-based Research Network

A Semantically Enriched Competency Management System to Support the Analysis of a Web-based Research Network A Semantically Enriched Competency Management System to Support the Analysis of a Web-based Research Network Paola Velardi University of Roma La Sapienza Italy velardi@di.uniroma1.it Alessandro Cucchiarelli

More information

Roles in Building Web Applications using Java

Roles in Building Web Applications using Java Roles in Building Web Applications using Java Guido Boella Dipartimento di Informatica Università di Torino Italy +390116706711 guido@di.unito.it Andrea Cerisara Dipartimento di Informatica Università

More information

Using Semantic Data Mining for Classification Improvement and Knowledge Extraction

Using Semantic Data Mining for Classification Improvement and Knowledge Extraction Using Semantic Data Mining for Classification Improvement and Knowledge Extraction Fernando Benites and Elena Sapozhnikova University of Konstanz, 78464 Konstanz, Germany. Abstract. The objective of this

More information

The SEEMP project Single European Employment Market-Place An e-government case study

The SEEMP project Single European Employment Market-Place An e-government case study The SEEMP project Single European Employment Market-Place An e-government case study 1 Scenario introduction Several e-government projects have been developed in the field of employment with the aim of

More information

Databases & Data Infrastructure. Kerstin Lehnert

Databases & Data Infrastructure. Kerstin Lehnert + Databases & Data Infrastructure Kerstin Lehnert + Access to Data is Needed 2 to allow verification of research results to allow re-use of data + The road to reuse is perilous (1) 3 Accessibility Discovery,

More information

Chapter 7 Norm Emergence in Regulatory Compliance

Chapter 7 Norm Emergence in Regulatory Compliance Chapter 7 Norm Emergence in Regulatory Compliance Brigitte Burgemeestre, Joris Hulstijn, and Yao-Hua Tan Introduction In their daily activities, people and businesses are subject to all kinds of governmental

More information

A Pattern-based Framework of Change Operators for Ontology Evolution

A Pattern-based Framework of Change Operators for Ontology Evolution A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City

More information

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD 72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD Paulo Gottgtroy Auckland University of Technology Paulo.gottgtroy@aut.ac.nz Abstract This paper is

More information

AGILE: From Source of Law to Business Process Specification

AGILE: From Source of Law to Business Process Specification AGILE: From Source of Law to Business Process Specification Alexander Boer and Tom van Engers Leibniz Center for Law University of Amsterdam A.W.F.Boer@uva.nl Abstract. The knowledge management problems

More information

Getting started with a data quality program

Getting started with a data quality program IBM Software White Paper Information Management Getting started with a data quality program 2 Getting started with a data quality program The data quality challenge Organizations depend on quality data

More information

Ontology-based Domain Modelling for Consistent Content Change Management

Ontology-based Domain Modelling for Consistent Content Change Management Ontology-based Domain Modelling for Consistent Content Change Management Muhammad Javed 1, Yalemisew Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City

More information

This software agent helps industry professionals review compliance case investigations, find resolutions, and improve decision making.

This software agent helps industry professionals review compliance case investigations, find resolutions, and improve decision making. Lost in a sea of data? Facing an external audit? Or just wondering how you re going meet the challenges of the next regulatory law? When you need fast, dependable support and company-specific solutions

More information

How To Understand The History Of The Semantic Web

How To Understand The History Of The Semantic Web Semantic Web in 10 years: Semantics with a purpose [Position paper for the ISWC2012 Workshop on What will the Semantic Web look like 10 years from now? ] Marko Grobelnik, Dunja Mladenić, Blaž Fortuna J.

More information

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 Yannis Stavrakas Vassilis Plachouras IMIS / RC ATHENA Athens, Greece {yannis, vplachouras}@imis.athena-innovation.gr Abstract.

More information

Real Time Traffic Monitoring With Bayesian Belief Networks

Real Time Traffic Monitoring With Bayesian Belief Networks Real Time Traffic Monitoring With Bayesian Belief Networks Sicco Pier van Gosliga TNO Defence, Security and Safety, P.O.Box 96864, 2509 JG The Hague, The Netherlands +31 70 374 02 30, sicco_pier.vangosliga@tno.nl

More information

Annotation for the Semantic Web during Website Development

Annotation for the Semantic Web during Website Development Annotation for the Semantic Web during Website Development Peter Plessers, Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

ezdi s semantics-enhanced linguistic, NLP, and ML approach for health informatics

ezdi s semantics-enhanced linguistic, NLP, and ML approach for health informatics ezdi s semantics-enhanced linguistic, NLP, and ML approach for health informatics Raxit Goswami*, Neil Shah* and Amit Sheth*, ** ezdi Inc, Louisville, KY and Ahmedabad, India. ** Kno.e.sis-Wright State

More information

An Ontology Framework based on Web Usage Mining

An Ontology Framework based on Web Usage Mining An Ontology Framework based on Web Usage Mining Ahmed Sultan Al-Hegami Sana'a University Yemen Sana'a Mohammed Salem Kaity Al-andalus University Yemen Sana'a ABSTRACT Finding relevant information on the

More information

AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY

AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume L, Number 2, 2005 AN ONTOLOGICAL APPROACH TO WEB APPLICATION DESIGN USING W2000 METHODOLOGY ANNA LISA GUIDO, ROBERTO PAIANO, AND ANDREA PANDURINO Abstract.

More information

Generating SQL Queries Using Natural Language Syntactic Dependencies and Metadata

Generating SQL Queries Using Natural Language Syntactic Dependencies and Metadata Generating SQL Queries Using Natural Language Syntactic Dependencies and Metadata Alessandra Giordani and Alessandro Moschitti Department of Computer Science and Engineering University of Trento Via Sommarive

More information

New Frontiers of Automated Content Analysis in the Social Sciences

New Frontiers of Automated Content Analysis in the Social Sciences Symposium on the New Frontiers of Automated Content Analysis in the Social Sciences University of Zurich July 1-3, 2015 www.aca-zurich-2015.org Abstract Automated Content Analysis (ACA) is one of the key

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Politecnico di Torino Porto Institutional Repository [Proceeding] NEMICO: Mining network data through cloud-based data mining techniques Original Citation: Baralis E.; Cagliero L.; Cerquitelli T.; Chiusano

More information

MDA and Financial Services: A Governance, Risk, and Compliance case study

MDA and Financial Services: A Governance, Risk, and Compliance case study MDA and Financial Services: A Governance, Risk, and Compliance case study San Jose, Costa Rica, June 22 nd, 2007 Dr. Said Tabet Co-Founder and Co-Chair, The RuleML Initiative Founder and President, Inferware

More information

Domain Knowledge Extracting in a Chinese Natural Language Interface to Databases: NChiql

Domain Knowledge Extracting in a Chinese Natural Language Interface to Databases: NChiql Domain Knowledge Extracting in a Chinese Natural Language Interface to Databases: NChiql Xiaofeng Meng 1,2, Yong Zhou 1, and Shan Wang 1 1 College of Information, Renmin University of China, Beijing 100872

More information

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

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

More information

Clustering Technique in Data Mining for Text Documents

Clustering Technique in Data Mining for Text Documents Clustering Technique in Data Mining for Text Documents Ms.J.Sathya Priya Assistant Professor Dept Of Information Technology. Velammal Engineering College. Chennai. Ms.S.Priyadharshini Assistant Professor

More information

The challenges of becoming a Trusted Digital Repository

The challenges of becoming a Trusted Digital Repository The challenges of becoming a Trusted Digital Repository Annemieke de Jong is Preservation Officer at the Netherlands Institute for Sound and Vision (NISV) in Hilversum. She is responsible for setting out

More information

Presente e futuro del Web Semantico

Presente e futuro del Web Semantico Sistemi di Elaborazione dell informazione II Corso di Laurea Specialistica in Ingegneria Telematica II anno 4 CFU Università Kore Enna A.A. 2009-2010 Alessandro Longheu http://www.diit.unict.it/users/alongheu

More information

Curriculum Vitae Ruben Sipos

Curriculum Vitae Ruben Sipos Curriculum Vitae Ruben Sipos Mailing Address: 349 Gates Hall Cornell University Ithaca, NY 14853 USA Mobile Phone: +1 607-229-0872 Date of Birth: 8 October 1985 E-mail: rs@cs.cornell.edu Web: http://www.cs.cornell.edu/~rs/

More information

Enabling Self Organising Logistics on the Web of Things

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

More information

Some Research Challenges for Big Data Analytics of Intelligent Security

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

More information

Why are Organizations Interested?

Why are Organizations Interested? SAS Text Analytics Mary-Elizabeth ( M-E ) Eddlestone SAS Customer Loyalty M-E.Eddlestone@sas.com +1 (607) 256-7929 Why are Organizations Interested? Text Analytics 2009: User Perspectives on Solutions

More information

A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems

A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems Areti Manataki and Yun-Heh Chen-Burger Centre for Intelligent Systems and their Applications, School of Informatics, The

More information

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University

More information

UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES

UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES UTILIZING COMPOUND TERM PROCESSING TO ADDRESS RECORDS MANAGEMENT CHALLENGES CONCEPT SEARCHING This document discusses some of the inherent challenges in implementing and maintaining a sound records management

More information

Creating Smart Data Insights Through Intelligent Data Integration

Creating Smart Data Insights Through Intelligent Data Integration Creating Smart Data Insights Through Intelligent Data Integration This report is based on the insights of the industry experts who participated in the FIMA 2015 panel Solving Big Data Mysteries with Smart

More information

Special Issue on Drivers of Business Process Development: Business, IT, Compliance

Special Issue on Drivers of Business Process Development: Business, IT, Compliance Special Issue on Drivers of Business Process Development: Business, IT, Compliance Selmin Nurcan *, University Paris 1 Panthéon Sorbonne, France Rainer Schmidt, Aalen University, Germany Pnina Soffer,

More information

Knowledge-Based Validation, Aggregation and Visualization of Meta-data: Analyzing a Web-Based Information System

Knowledge-Based Validation, Aggregation and Visualization of Meta-data: Analyzing a Web-Based Information System Knowledge-Based Validation, Aggregation and Visualization of Meta-data: Analyzing a Web-Based Information System Heiner Stuckenschmidt 1 and Frank van Harmelen 2,3 1 Center for Computing Technologies,

More information

A Framework for Ontology-Based Knowledge Management System

A Framework for Ontology-Based Knowledge Management System A Framework for Ontology-Based Knowledge Management System Jiangning WU Institute of Systems Engineering, Dalian University of Technology, Dalian, 116024, China E-mail: jnwu@dlut.edu.cn Abstract Knowledge

More information

Association rules for improving website effectiveness: case analysis

Association rules for improving website effectiveness: case analysis Association rules for improving website effectiveness: case analysis Maja Dimitrijević, The Higher Technical School of Professional Studies, Novi Sad, Serbia, dimitrijevic@vtsns.edu.rs Tanja Krunić, The

More information

Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis

Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis Derek Foo 1, Jin Guo 2 and Ying Zou 1 Department of Electrical and Computer Engineering 1 School of Computing 2 Queen

More information

Eunomos, a legal document and knowledge management system for the web to provide relevant, reliable and up-to-date information on the Law

Eunomos, a legal document and knowledge management system for the web to provide relevant, reliable and up-to-date information on the Law Undefined 1 (2012) 1 1 IOS Press Eunomos, a legal document and knowledge management system for the web to provide relevant, reliable and up-to-date information on the Law Editor(s): Name Surname, University,

More information

Utilising Ontology-based Modelling for Learning Content Management

Utilising Ontology-based Modelling for Learning Content Management Utilising -based Modelling for Learning Content Management Claus Pahl, Muhammad Javed, Yalemisew M. Abgaz Centre for Next Generation Localization (CNGL), School of Computing, Dublin City University, Dublin

More information

A Quagmire of Terminology: Verification & Validation, Testing, and Evaluation*

A Quagmire of Terminology: Verification & Validation, Testing, and Evaluation* From: FLAIRS-01 Proceedings. Copyright 2001, AAAI (www.aaai.org). All rights reserved. A Quagmire of Terminology: Verification & Validation, Testing, and Evaluation* Valerie Barr Department of Computer

More information

Process Modelling from Insurance Event Log

Process Modelling from Insurance Event Log Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R

More information

Data collection architecture for Big Data

Data collection architecture for Big Data Data collection architecture for Big Data a framework for a research agenda (Research in progress - ERP Sense Making of Big Data) Wout Hofman, May 2015, BDEI workshop 2 Big Data succes stories bias our

More information

Terminology Extraction from Log Files

Terminology Extraction from Log Files Terminology Extraction from Log Files Hassan Saneifar, Stéphane Bonniol, Anne Laurent, Pascal Poncelet, Mathieu Roche To cite this version: Hassan Saneifar, Stéphane Bonniol, Anne Laurent, Pascal Poncelet,

More information

Ontology-Based Filtering Mechanisms for Web Usage Patterns Retrieval

Ontology-Based Filtering Mechanisms for Web Usage Patterns Retrieval Ontology-Based Filtering Mechanisms for Web Usage Patterns Retrieval Mariângela Vanzin, Karin Becker, and Duncan Dubugras Alcoba Ruiz Faculdade de Informática - Pontifícia Universidade Católica do Rio

More information

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks Text Analytics World, Boston, 2013 Lars Hard, CTO Agenda Difficult text analytics tasks Feature extraction Bio-inspired

More information

Towards Semantics-Enabled Distributed Infrastructure for Knowledge Acquisition

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

More information

FUTURE RESEARCH DIRECTIONS OF SOFTWARE ENGINEERING AND KNOWLEDGE ENGINEERING *

FUTURE RESEARCH DIRECTIONS OF SOFTWARE ENGINEERING AND KNOWLEDGE ENGINEERING * International Journal of Software Engineering and Knowledge Engineering World Scientific Publishing Company FUTURE RESEARCH DIRECTIONS OF SOFTWARE ENGINEERING AND KNOWLEDGE ENGINEERING * HAIPING XU Computer

More information

QUALITY CONTROL PROCESS FOR TAXONOMY DEVELOPMENT

QUALITY CONTROL PROCESS FOR TAXONOMY DEVELOPMENT AUTHORED BY MAKOTO KOIZUMI, IAN HICKS AND ATSUSHI TAKEDA JULY 2013 FOR XBRL INTERNATIONAL, INC. QUALITY CONTROL PROCESS FOR TAXONOMY DEVELOPMENT Including Japan EDINET and UK HMRC Case Studies Copyright

More information

Overview of the TACITUS Project

Overview of the TACITUS Project Overview of the TACITUS Project Jerry R. Hobbs Artificial Intelligence Center SRI International 1 Aims of the Project The specific aim of the TACITUS project is to develop interpretation processes for

More information

Project Knowledge Management Based on Social Networks

Project Knowledge Management Based on Social Networks DOI: 10.7763/IPEDR. 2014. V70. 10 Project Knowledge Management Based on Social Networks Panos Fitsilis 1+, Vassilis Gerogiannis 1, and Leonidas Anthopoulos 1 1 Business Administration Dep., Technological

More information

Activity Mining for Discovering Software Process Models

Activity Mining for Discovering Software Process Models Activity Mining for Discovering Software Process Models Ekkart Kindler, Vladimir Rubin, Wilhelm Schäfer Software Engineering Group, University of Paderborn, Germany [kindler, vroubine, wilhelm]@uni-paderborn.de

More information

Procurement Programmes & Projects P3M3 v2.1 Self-Assessment Instructions and Questionnaire. P3M3 Project Management Self-Assessment

Procurement Programmes & Projects P3M3 v2.1 Self-Assessment Instructions and Questionnaire. P3M3 Project Management Self-Assessment Procurement Programmes & Projects P3M3 v2.1 Self-Assessment Instructions and Questionnaire P3M3 Project Management Self-Assessment Contents Introduction 3 User Guidance 4 P3M3 Self-Assessment Questionnaire

More information

THE ROLE OF KNOWLEDGE MANAGEMENT SYSTEM IN SCHOOL: PERCEPTION OF APPLICATIONS AND BENEFITS

THE ROLE OF KNOWLEDGE MANAGEMENT SYSTEM IN SCHOOL: PERCEPTION OF APPLICATIONS AND BENEFITS THE ROLE OF KNOWLEDGE MANAGEMENT SYSTEM IN SCHOOL: PERCEPTION OF APPLICATIONS AND BENEFITS YOHANNES KURNIAWAN Bina Nusantara University, Department of Information Systems, Jakarta 11480, Indonesia E-mail:

More information

conceptsearching Prepared by: Concept Searching 8300 Greensboro Drive, Suite 800 McLean, VA 22102 USA +1 703 531 8567

conceptsearching Prepared by: Concept Searching 8300 Greensboro Drive, Suite 800 McLean, VA 22102 USA +1 703 531 8567 conceptsearching Empowering Knowledge in Professional Services White Paper Prepared by: Concept Searching 8300 Greensboro Drive, Suite 800 McLean, VA 22102 USA +1 703 531 8567 9 Shephall Lane Stevenage

More information

An Enterprise Architecture and Data quality framework

An Enterprise Architecture and Data quality framework An Enterprise Architecture and quality framework Jerome Capirossi - NATEA-Consulting jerome@capirossi.org http://capirossi.org, Pascal Rabier La Mutuelle Generale prabier@lamutuellegeneral.fr Abstract:

More information

Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources

Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources Proceedings of the Twenty-Fourth International Florida Artificial Intelligence Research Society Conference Domain Independent Knowledge Base Population From Structured and Unstructured Data Sources Michelle

More information

An Eclipse plug-in for Public Administration software system modelling and simulation

An Eclipse plug-in for Public Administration software system modelling and simulation An Eclipse plug-in for Public Administration software system modelling and simulation Riccardo Cognini, Damiano Falcioni, Andrea Polini, Alberto Polzonetti, and Barbara Re University of Camerino, School

More information

Enhancing Sales and Operations Planning with Forecasting Analytics and Business Intelligence WHITE PAPER

Enhancing Sales and Operations Planning with Forecasting Analytics and Business Intelligence WHITE PAPER Enhancing Sales and Operations Planning with Forecasting Analytics and Business Intelligence WHITE PAPER Table of Contents Introduction... 1 Analytics... 1 Forecast cycle efficiencies... 3 Business intelligence...

More information

Prescriptive Analytics. A business guide

Prescriptive Analytics. A business guide Prescriptive Analytics A business guide May 2014 Contents 3 The Business Value of Prescriptive Analytics 4 What is Prescriptive Analytics? 6 Prescriptive Analytics Methods 7 Integration 8 Business Applications

More information

Research into competency models in arts education

Research into competency models in arts education Research into competency models in arts education Paper presented at the BMBF Workshop International Perspectives of Research in Arts Education, Nov. 4 th and 5 th, 2013. Folkert Haanstra, Amsterdam School

More information