Organizational Modeling with a Semantic Wiki: Formalization of Content and Automatic Diagram Generation

Total Page:16

File Type:pdf, Size:1020Kb

Organizational Modeling with a Semantic Wiki: Formalization of Content and Automatic Diagram Generation ORGANIZATIONAL MODELING WITH A SEMANTIC WIKI: FORMALIZATION OF CONTENT AND AUTOMATIC DIAGRAM GENERATION by António Ferreira Project/Dissertation Software Engineering University of Madeira Mathematics and Engineering Department Oriented by Prof. Pedro Campos and Co-oriented by Prof. David Aveiro November 2008 UNIVERSITY OF MADEIRA ABSTRACT Organizational Modeling with a Semantic Wiki: Formalization of Meanings and Automatic Diagram Generation by António Ferreira A key to maintain Enterprises competitiveness is the ability to describe, standardize, and adapt the way it reacts to certain types of business events, and how it interacts with suppliers, partners, competitors, and customers. In this context the field of organization modeling has emerged with the aim to create models that help to create a state of self-awareness in the organization. This project's context is the use of Semantic Web in the Organizational modeling area. The Semantic Web technology advantages can be used to improve the way of modeling organizations. This was accomplished using a Semantic wiki to model organizations. Our research and implementation had two main purposes: formalization of textual content in semantic wiki pages; and automatic generation of diagrams from organization data stored in the semantic wiki pages. Keywords: Organizational Modeling, Semantic wiki, WordNet, Diagrams. i TABLE OF CONTENTS TABLE OF CONTENTS II TABLE OF FIGURES V CHAPTER 1 - INTRODUCTION 1 1.1 MOTIVATION 1 1.2 OBJECTIVES 1 1.3 PROJECT DESCRIPTION AND CONTEXT 1 1.4 CONTENT 1 CHAPTER 2 – RESEARCH CONTEXT AND PROBLEMS DEFINITION 3 2.1 SEMANTIC WEB 3 2.1.1 Definition 4 2.1.2 Purpose 4 2.1.3 Relationship to the hypertext web 5 2.1.4 Components 6 2.1.5 Semantic Web and Data Modeling 7 2.1.6 Examples of Semantic Web Applications 8 2.2 SEMANTIC WIKIS 14 2.2.1 Key characteristics 15 2.2.2 Example 15 2.2.3 Use in knowledge management 16 2.3 ENTERPRISE ARCHITECTURE MODELING 16 2.3.1 Enterprise Architecture Views 17 2.3.2 The Enterprise Architecture Model 17 2.4 REVIEW OF USED APPLICATIONS 20 2.4.1 MediaWiki 21 2.4.2 Semantic MediaWiki 21 2.4.3 Organizational Modeling with a Semantic wiki 26 2.4.4 Graphviz - Graph Visualization Software 30 2.4.5 Initial Architecture 32 2.5 PROBLEMS DEFINITION 32 2.6 RESEARCH STRATEGY 33 ii CHAPTER 3 – RELATED WORK 35 3.1 DICTIONARY TOOLTIP EXTENSION FOR FIREFOX 35 3.2 INLINE GOOGLE DEFINITIONS EXTENSION FOR FIREFOX 36 3.3 ONTO LING 37 3.4 SEMANTIC REFERENCE - AND BUSINESS PROCESS MODELING ENABLES AN AUTOMATIC SYNTHESIS 38 3.4.1 Introduction 39 3.4.2 Semantic Modeling of Reference and Business Processes 39 3.4.3 Synthesis of Semantic Process Models 40 3.4.4 Case Study 40 3.4.5 Limitations 41 3.5 AUTOMATIC DIAGRAM GENERATION APPLICATIONS 42 3.5.1 Limitations 45 3.5.2 Conclusion 46 CHAPTER 4 – SOLUTIONS AND CONTRIBUTIONS 47 4.1 PROBLEMS AND OBJECTIVES REVIEW 47 4.2 FORMALIZATION OF MEANINGS 48 4.2.1 WordNet 48 4.2.2 Halo Extension 49 4.2.3 Tooltip MediaWiki extension 50 4.2.4 Solution for Formalization of Meanings - WordNet integration with SMW 50 4.2.5 Comparison with related project OntoLing 53 4.3 MODEL VISUALIZATION - AUTOMATIC DIAGRAM GENERATION 54 4.3.1 Automatic diagram generation 54 4.3.2 Comparison with related work 56 4.4 APPLICATIONS ARCHITECTURE 58 4.5 ORGANIZATIONAL SEMANTIC WIKI CONCEPT HIERARCHY 59 4.6 ADDITIONAL FEATURES 60 CHAPTER 5 – IMPLEMENTATION 62 5.1 WORD NET INTEGRATION WITH SEMANTIC MEDIA WIKI 63 5.1.1 User interaction 64 5.1.2 Search WordNet words definitions 65 5.1.3 WordNet integration with SMW final version 67 5.2 SEMANTIC WIKI UPGRADE 67 iii 5.2.1 SMW 1.0 changes 68 5.2.2 Adaptation of the Organizational Modeling extension 69 5.3 AUTOMATIC DIAGRAMS GENERATION 73 5.3.1 Implementing conditions in the activity diagrams 74 5.3.2 Entity-Relationship Model 77 5.3.3 State diagrams 81 5.3.4 Use case diagrams 83 5.3.5 How to create a new type of diagram 85 5.4 ADDITIONAL FEATURES IMPLEMENTED 85 5.5 PROBLEMS FOUND 86 CHAPTER 6 – FUTURE WORK 88 6.1 RELATED WITH WORD NET 88 6.1.1 WordNet integration in Halo toolbox 88 6.1.2 Include category of word in the auto-complete 88 6.1.3 Include related words in the auto-complete 88 6.2 RELATED WITH MODELS 88 6.2.1 Use of Many-valued properties in the Entity-Relationship models 88 6.2.2 Unique and universal method to construct diagrams 89 6.2.3 Entity-Relationship models – entities connection through foreign key 89 6.2.4 Interaction of wiki data and diagrams with external modeling tools 89 6.2.5 External workflow applications integration with SMW 89 6.3 GENERAL 90 6.3.1 Integration of the Rename UI in MediaWiki template 90 CHAPTER 7 – CONCLUSION 91 BIBLIOGRAPHY 93 ANNEX 95 A.1 INSTALLATION MANUAL 95 A.2 USER MANUAL 95 iv TABLE OF FIGURES Figure 1: Twine page .............................................................................................................. 9 Figure 2: RDF graph of a Twine’s page ............................................................................. 10 Figure 3: Creating connections between discussion clouds with SIOC ......................... 12 Figure 4: The main concepts in the SIOC ontology .......................................................... 13 Figure 5: Example of a Nextbio search .............................................................................. 14 Figure 6: The five enterprise architecture components. .................................................. 17 Figure 7: The fundamental concepts within each of the enterprise architecture views.18 Figure 8: Relationships between Activity, Role and Entity. ............................................ 18 Figure 9: Semantic bootstrap .............................................................................................. 27 Figure 10: Organizational views template ......................................................................... 29 Figure 11: Activity diagram automatically generated on the fly in a wiki page ........... 30 Figure 12: Used applications architecture ......................................................................... 32 Figure 13: Dictionary Tooltip in action .............................................................................. 36 Figure 14: Inline Google definitions ................................................................................... 37 Figure 15: Data semantics for the process “Order product” .......................................... 41 Figure 16: Result of the synthesis of our business trip example ..................................... 41 Figure 17: Visustin v5 Flow chart generator ..................................................................... 43 Figure 18: PostgreSQL Autodoc - Graphviz output ........................................................ 43 Figure 19: Ragel State Machine Compiler ........................................................................ 44 Figure 20: OntoViz ............................................................................................................... 45 Figure 21 WordNet Web interface ..................................................................................... 49 Figure 22: WordNet integration with SMW ..................................................................... 51 Figure 23: Auto-complete returning WordNet definitions .............................................. 52 Figure 24: WordNet defined words and effect when the cursor is over a word ........... 52 Figure 25: Project’s Applications architecture ................................................................. 59 Figure 26: Organizational Semantic wiki concept hierarchy .......................................... 60 Figure 27: Developed work Activity diagram ................................................................... 63 v Figure 28: WordNet 3.0 Database schema [21] ................................................................. 66 Figure 29: Interaction between MediaWiki and Organizational Modeling extension. 74 Figure 30: First version of Conditions in activity diagrams ............................................ 75 Figure 31: Final version of condition in activity diagrams .............................................. 75 Figure 32: Activities-conditions relations graph ............................................................... 76 Figure 33: Conditions in our generated diagram ............................................................. 77 Figure 34: Entities-relationship graph ............................................................................... 79 Figure 35: Example ER model of a University .................................................................. 81 Figure 36: States relations graph ........................................................................................ 82 Figure 37: Example of a generated state diagram ............................................................ 83 Figure 38: Roles-Activities relations graph ....................................................................... 84 Figure 39: Example of a generated use case diagram ...................................................... 85 vi CHAPTER 1 - INTRODUCTION 1.1 Motivation Semantic wikis are tools easy to use by people without much software knowledge. We intend to be possible that all the collaborators of a certain organization can contribute to the creation of an organizational awareness through the use of semantic wikis. This tool allows an organic and coherent collection of organizational knowledge in the form of elements and relations in models that represent several facets of an organization,
Recommended publications
  • Semantic Wiki Search
    Semantic Wiki Search Peter Haase1, Daniel Herzig1,, Mark Musen2,andThanhTran1 1 Institute AIFB, Universit¨at Karlsruhe (TH), Germany {pha,dahe,dtr}@aifb.uni-karlsruhe.de 2 Stanford Center for Biomedical Informatics Research (BMIR) Stanford University, USA [email protected] Abstract. Semantic wikis extend wiki platforms with the ability to represent structured information in a machine-processable way. On top of the structured in- formation in the wiki, novel ways to search, browse, and present the wiki content become possible. However, while powerful query languages offer new opportuni- ties for semantic search, the syntax of formal query languages is not adequate for end users. In this work we present an approach to semantic search that combines the expressiveness and capabilities of structured queries with the simplicity of keyword interfaces and faceted search. Users articulate their information need in keywords, which are translated into structured, conjunctive queries. This transla- tion may result in multiple possible interpretations of the information need, which can then be selected and further refined by the user via facets. We have imple- mented this approach to semantic search as an extension to Semantic MediaWiki. The results of a user study in the SMW-based community portal semanticweb.org show the efficiency and effectiveness of the approach as well as its ease of use. 1 Introduction The availability of structured information on the Semantic Web enables new opportu- nities for information access. Search is no longer limited to matching keywords against documents, but instead complex information needs can be expressed in a structured way, with precise and structured answers as results [1,2,3].
    [Show full text]
  • D3.5 Semantic Wiki
    D3.5 Semantic Wiki V 2.0 Project acronym: FLOOD-serv Public FLOOD Emergency Project full title: and Awareness SERvice Grant agreement no.: 693599 Responsible: SIVECO Contributors: SIVECO Document Reference: D3.5 Dissemination Level: PU Version: Final Date: 31/01/2018 This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 693599 D3.5 Semantic Wiki Table of contents Table of contents ............................................................................................................. 2 List of tables .................................................................................................................... 4 List of abbreviations ......................................................................................................... 5 Executive summary .......................................................................................................... 6 1 Introduction ............................................................................................................. 7 1.1 Document Purpose and Scope .................................................................................... 7 1.2 Target Audience........................................................................................................... 7 1.3 How Final Review Observations Were Addresses ....................................................... 7 2 Technical Specifications ...........................................................................................
    [Show full text]
  • End-User Story Telling with a CIDOC CRM- Based Semantic Wiki
    End-user storytelling with a CIDOC CRM-based semantic wiki Vincent Ribaud (reviewed by Patrick Le Bœuf) Département d'Informatique - U. B. O. Brest, France [email protected] Abstract: This paper presents the current state of an experiment intended to use the CIDOC CRM as a knowledge representation language. STEM freshers freely constitute groups of 2 to 4 members and choose a theme; groups have to model, structure, write and present a story within a web-hosted semantic wiki. The main part of the CIDOC CRM is used as an ontological core where students are hanging up classes and properties of the domain related to the story. The hypothesis is made that once the entry ticket has been paid, the CRM guides the end-user in a fairly natural manner for reading - and writing - the story. The intermediary assessment of the wikis allowed us to detect confusion between immaterial work and (physical) realisation of the work; and difficulty in having event-centred modelling. Final assessment results are satisfactory but may be improved. Some groups did not acquire modelling abilities - although this is a central issue in a semantic web course. Results also indicate that the scope of the course (semantic web) is somewhat too ambitious. This experience was performed in order to attract students to computer science studies but it did not produce the expected results. It did however succeed in arousing student interest, and it may contribute to the dissemination of ontologies and to making CIDOC CRM widespread. CIDOC 2010 ICOM General Conference Shanghai, China 2010-11-08 – 11-10 Introduction This paper presents the current state of an experiment intended to use the CIDOC CRM as a knowledge representation language inside a semantic wiki.
    [Show full text]
  • Semantic Mediawiki in Operation: Experiences with Building a Semantic Portal
    Semantic MediaWiki in Operation: Experiences with Building a Semantic Portal Daniel M. Herzig and Basil Ell Institute AIFB Karlsruhe Institute of Technology 76128 Karlsruhe, Germany fherzig, [email protected] http://www.aifb.kit.edu Abstract. Wikis allow users to collaboratively create and maintain con- tent. Semantic wikis, which provide the additional means to annotate the content semantically and thereby allow to structure it, experience an enormous increase in popularity, because structured data is more us- able and thus more valuable than unstructured data. As an illustration of leveraging the advantages of semantic wikis for semantic portals, we report on the experience with building the AIFB portal based on Seman- tic MediaWiki. We discuss the design, in particular how free, wiki-style semantic annotations and guided input along a predefined schema can be combined to create a flexible, extensible, and structured knowledge representation. How this structured data evolved over time and its flex- ibility regarding changes are subsequently discussed and illustrated by statistics based on actual operational data of the portal. Further, the features exploiting the structured data and the benefits they provide are presented. Since all benefits have its costs, we conducted a performance study of the Semantic MediaWiki and compare it to MediaWiki, the non- semantic base platform. Finally we show how existing caching techniques can be applied to increase the performance. 1 Introduction Web portals are entry points for information presentation and exchange over the Internet about a certain topic or organization, usually powered by a community. Leveraging semantic technologies for portals and exploiting semantic content has been proven useful in the past [1] and especially the aspect of providing seman- tic data got a lot of attention lately due to the Linked Open Data initiative.
    [Show full text]
  • Generating Semantic Media Wiki Content from Domain Ontologies
    Generating Semantic Media Wiki Content from Domain Ontologies Dominik Filipiak1;2 and Agnieszka Ławrynowicz1 Institute of Computing Science, Poznan University of Technology, Poland Business Information Systems Institute Ltd., Poland Abstract. There is a growing interest in holistic ontology engineering approaches that involve multidisciplinary teams consisting of ontology engineers and domain experts. For the latter, who often lack ontology engineering expertise, tools such as Web forms, spreadsheet like templates or semantic wikis have been devel- oped that hide or decrease the complexity of logical axiomatisation in expressive ontology languages. This paper describes a prototype solution for an automatic OWL ontology conversion to articles in Semantic Media Wiki system. Our im- plemented prototype converts a branch of an ontology rooted at the user defined class into Wiki articles and categories. The final result is defined by a template expressed in the Wiki markup language. We describe tests on two domain ontolo- gies with different characteristics: DMOP and DMRO. The tests show that our solution can be used for fast bootstrapping of Semantic Media Wiki content from OWL files. 1 Introduction There is a growing interest in holistic ontology engineering approaches [1]. Those ap- proaches use various ontological as well as non-ontological resources (such as thesauri, lexica and relational DBs) [2, 3] . They also involve multidisciplinary teams consist- ing of ontology engineers as well as non-conversant in ontology construction domain experts. Whilst an active, direct involvement of the domain experts in the construction of quality domain ontologies within the teams appears beneficial, there are barriers to overcome for such involvement to be effective.
    [Show full text]
  • Opendrugwiki – Using a Semantic Wiki for Consolidating, Editing and Reviewing of Existing Heterogeneous Drug Data
    OpenDrugWiki – Using a Semantic Wiki for Consolidating, Editing and Reviewing of Existing Heterogeneous Drug Data Anton Köstlbacher1, Jonas Maurus1, Rainer Hammwöhner1, Alexander Haas2, Ekkehard Haen2, Christoph Hiemke3 1 University of Regensburg, Information Science Universitätsstr. 31, 93053 Regensburg, Germany 2 University of Regensburg, Clinical Pharmacology, Department of Psychiatry Universitätsstr. 31, 93053 Regensburg, Germany 3 University of Mainz, Neurochemical Laboratory, Department of Psychiatry Untere Zahlbacher Str. 8, 55131 Mainz, Germany; [email protected]; [email protected]; [email protected]; [email protected]; [email protected] Abstract. The ongoing project which is described in this article pursues the integration and consolidation of drug data available in different Microsoft Office documents and existing information systems. An initial import of unstructured data out of five heterogeneous sources into a semantic wiki was performed using custom import scripts. Using Semantic MediaWiki and the Semantic Forms extension, we created a convenient wiki-based system for editing the merged data in one central application. Revised and reviewed data is exported back into production systems on a regular basis. Keywords: drug database, medical information system, semantic wiki, data conversion 1 Introduction PsiacOnline1, a drug interaction database for psychiatry in German speaking countries, was released in 2006. As of 2010 it contains over 7000 drug interactions with comprehensive information on pharmacological mechanisms, effects and severity of each interaction. Strong emphasis lies on guidance how to handle interactions in practice. [1] 1 PsiacOnline is an online service offered by SpringerMedizin: http://www.psiac.de Built on top of the component-based and event-driven prado2 framework PsiacOnline features an easy to use authoring tool for drug data.
    [Show full text]
  • Extending Semantic Mediawiki for Interoperable Biomedical Data
    Lampa et al. Journal of Biomedical Semantics (2017) 8:35 DOI 10.1186/s13326-017-0136-y SOFTWARE Open Access RDFIO: extending Semantic MediaWiki for interoperable biomedical data management Samuel Lampa1* , Egon Willighagen2, Pekka Kohonen3,4, Ali King5, Denny Vrandeciˇ c´6, Roland Grafström3,4 and Ola Spjuth1 Abstract Background: Biological sciences are characterised not only by an increasing amount but also the extreme complexity of its data. This stresses the need for efficient ways of integrating these data in a coherent description of biological systems. In many cases, biological data needs organization before integration. This is not seldom a collaborative effort, and it is thus important that tools for data integration support a collaborative way of working. Wiki systems with support for structured semantic data authoring, such as Semantic MediaWiki, provide a powerful solution for collaborative editing of data combined with machine-readability, so that data can be handled in an automated fashion in any downstream analyses. Semantic MediaWiki lacks a built-in data import function though, which hinders efficient round-tripping of data between interoperable Semantic Web formats such as RDF and the internal wiki format. Results: To solve this deficiency, the RDFIO suite of tools is presented, which supports importing of RDF data into Semantic MediaWiki, with metadata needed to export it again in the same RDF format, or ontology. Additionally, the new functionality enables mash-ups of automated data imports combined with manually created data presentations. The application of the suite of tools is demonstrated by importing drug discovery related data about rare diseases from Orphanet and acid dissociation constants from Wikidata.
    [Show full text]
  • Analysis of Automated Matching of the Semantic Wiki Resources with Elements of Domain Ontologies
    I.J. Mathematical Sciences and Computing, 2017, 3, 50-58 Published Online July 2017 in MECS (http://www.mecs-press.net) DOI: 10.5815/ijmsc.2017.03.05 Available online at http://www.mecs-press.net/ijmsc Analysis of Automated Matching of the Semantic Wiki Resources with Elements of Domain Ontologies Rogushina J. Institute of Software Systems of National Academy of Sciences of Ukraine, Glushkov, 44, Kiev, Ukraine Abstract Intelligent information systems oriented on the Web open environment need in dynamic and interoperable ontological knowledge bases. We propose an approach for integration of ontological analysis with semantic Wiki resources: domain ontologies are used as a base of semantic markup of the Wiki pages, and this markup becomes the source for improving of these ontologies by new information Index Terms: Ontology, semantic Wiki, information object. © 2017 Published by MECS Publisher. Selection and/or peer review under responsibility of the Research Association of Modern Education and Computer Science 1. Introduction The transition to knowledge-based systems is one of the basic trends in the development of modern information technologies. Currently, an increasing number of applications are intelligent because they use and process knowledge in their work. Intelligent information system (IIS) is an information system where use of domain knowledge and the methods of knowledge processing play a crucial role. Ontologies [1] are widely used in IIS for interoperable representation of knowledge – they ensure the reuse of the acquired knowledge in various applications. Ontological analysis can provide the basis for processing distributed knowledge. Today, a considerable amount of research relates to the theoretical basis of ontologies, their construction, improvement, obtaining knowledge from ontological structures, as well as with other important aspects of ontology management which differ significantly by their purposes.
    [Show full text]
  • Semantics on Demand: Can a Semantic Wiki Replace a Knowledge Base?
    Semantics on Demand: Can a Semantic Wiki Replace a Knowledge Base? David E. Millard*1, Christopher P. Bailey2, Philip Boulain1, Swapna Chennupati1, Hugh C. Davis1, Yvonne Howard1, Gary Wills1 1School of Electronics and Computer Science, University of Southampton, UK 2Institute of Learning and Research Technology, University of Bristol, UK 1{dem, prb, cs, hcd, ymh, gbw}@ecs.soton.ac.uk, [email protected] ABSTRACT In the same way that Wikis have become the mechanism that has enabled groups of users to collaborate on the production of hypertexts on the web, Semantic Wikis promise a future of collaboration on the production of semantically linked and ontologically structured hypertexts. In this paper we describe our efforts to convert an existing ontologically structured web site called FREMA into a Semantic Wiki specifically to enable community contribution. We compare a number of existing Semantic Wikis, and explore how the notion of semantics-on-demand affects a system’s ability to control the creation of useful ontologies and annotations. The FREMA case study introduces a number of the problems we encountered and solved, and sets the template for others considering implementing web-based knowledge bases using Semantic Wikis. Our conclusions will contribute to the agenda for those implementing the next generation of Semantic Wikis. Keywords: Rich Hypertext, Semantic Graphs, Semantics-on-demand. 1 INTRODUCTION The World Wide Web is the most popular hypertext system, yet it suffers a number of problems when evaluated alongside other hypertext systems. In particular: it has a very clear separation of author and reader, which means that web users cannot change the pages they are viewing, creating web pages requires specialist skills, and collaborative authoring of a Web site is difficult.
    [Show full text]
  • Use of Semantic Wiki Tool to Build a Repository of Reusable Information Objects in Agricultural Education and Extension: Results from a Preliminary Study
    CORE Metadata, citation and similar papers at core.ac.uk Provided by ICRISAT Open Access Repository Use of Semantic Wiki Tool to Build a Repository of Reusable Information Objects in Agricultural Education and Extension: results from a preliminary study Pritpal Kaur1, Shelly Patwar1, Asil Gerard Sylvester1, Venkataraman Balaji*1 * Corresponding author: [email protected] 1 Knowledge Management and Sharing Group International Crops Research Institute for the Semi-Arid Tropics Patancheru – 502324, AndhraPradesh. INDIA. Ph : 91-40-30713205 Fax : 91-40-30713074 Abstract There has been significant interest in applying the practices of semantic web to build an online repository of agricultural information (example: FAO-India efforts in AGROPEDIA). We will describe the results from a preliminary investigation into the use of a semantic tool for Mediawiki with content from the agricultural domain as the substrate. The English AGROVOC have been used to generate 17 broad categories of terms to harvest entries from the Wikipedia and to form the relationships. These can be browsed at http://vasatwiki.icrisat.org/index.php/. A total of 1000 articles were downloaded and posted onto a local server running MediaWiki software. A semantic tool (http://ontoworld.org/wiki/Semantic_MediaWiki) was used to create additional tags in the hosted entries and links were formed. The searches inside the semantically re-constructed collection are more specific compared to searches on the downloaded collection. We are conscious that this may not be a rigorous comparison. An even more interesting possibility is the ease with which the entries can be constituted into information objects that can be reused because their relationships with other objects in this re-constituted domain are rich and complex.
    [Show full text]
  • Semantic Wiki Engines: a State of the Art
    Undefined 1 (2010) 1–5 1 IOS Press Semantic wiki engines: a state of the art Thomas Meilender a,b,∗, Nicolas Jay b, Jean Lieber b and Fabien Palomares a a A2ZI, 61 ter rue de Saint-Mihiel, 55200 Commercy France E-mail: {firstname.surname}@a2zi.fr b UHP-Nancy 1 – LORIA (UMR 7503 CNRS-INPL-INRIA-Nancy 2-UHP) France E-mail: {firstname.surname}@loria.fr Abstract. This paper is a survey about semantic wikis and the use of semantic Web technologies by wiki engines. First, it presents the main notions related to semantic wikis. Then, twelve active semantic wiki projects are compared, according to various viewpoints such as knowledge representation philosophy, use of semantic Web standards and system usability. Finally, a formal concept analysis approach is carried out to provide a guideline for the choice of semantic wiki engine, given a set of needed features. In conclusion, the paper argues about semantic wiki issues such as the weaknesses of some semantic wiki engine interoperability. Keywords: Semantic Web, wiki engine, Semantic wiki 1. Introduction Conceived in 1995 by Ward Cunningham, wikis are Websites for creating and collaborative editing of content in a simple way [32]. Wikipedia’s popularity demonstrates the importance of such systems. Mean- Fig. 1. Mediawiki’s wikitext and its result. while, development of the semantic Web since the early 2000s opened up new perspectives: it aims at cre- ating an intelligent internet where data are transformed several domains. Section 3 introduces main semantic into knowledge usable by machines. Thus were born wiki engines and Section 4 compares them by using a semantic wikis, whose characteristic is to formalize the Formal Concept Analysis (FCA) approach.
    [Show full text]
  • A Study of Ontology Convergence in a Semantic Wiki
    A Study of Ontology Convergence in a Semantic Wiki Chrysovalanto Kousetti David E. Millard Yvonne Howard Electronics and Computer Science Learning Societies Lab Learning Societies Lab University of Southampton, UK Electronics and Computer Science Electronics and Computer Science University of Southampton, UK University of Southampton, UK [email protected] [email protected] [email protected] ABSTRACT Providing simple interfaces for authoring formal structures is not Semantic Wikis propose a combination of both easy collaboration an easy task, yet the power of authoring using natural language in and semantic expressivity; characteristics of the WikiWikiWeb wikis seems to open an alternative way to achieving the Semantic and the Semantic Web respectively. In this paper we look to Web vision. Although traditional wikis can themselves be viewed define and analyse the Semantic Wiki method, in order to explore as folksonomies by allowing categorisation of wiki articles (which the effect of different Semantic Wiki characteristics on the quality already improves the usability of wikis [31]), Semantic Wikis of the semantic networks authored within them. We look at a propose a more elaborate way of structuring the knowledge (as a number of different Semantic Wiki implementations, including fully typed hypertext network) that may prove to be more their semantic expressivity and usability. We focus on support for powerful. ontology creation, and perform an evaluation on the effect of type In this paper we look at the way in which a number of Semantic suggestion tools on ontology convergence within a seeded and Wikis deal with formalisation, ontology definition and expression. unseeded Wiki (using Semantic MediaWiki and our own MOCA We then undertake a study using Semantic MediaWiki (SMW) extension).
    [Show full text]