A semantic wiki to share and reuse knowledge into extended enterprise

Size: px
Start display at page:

Download "A semantic wiki to share and reuse knowledge into extended enterprise"

Transcription

1 A semantic wiki to share and reuse knowledge into extended enterprise Inaya Lahoud Dpt. of Computer science University of Galatasaray Istanbul, Turkey Davy Monticolo ERPI Laboratory University of Lorraine Nancy, France Vincent Hilaire Set laboratory University of technology of Belfort-Montbeliard Belfort, France Abstract. This paper aims to present an approach in order to share knowledge between the business actors of the extended enterprise. This approach is based on a semantic wiki that access the organizational memory of our knowledge management system OCEAN. This principle allows us, firstly to share knowledge in order to facilitate the individual work, and secondly to reuse capitalized knowledge automatically. Keywords-Knowledge management, semantic wiki, multi-agents system I. INTRODUCTION OCEAN [1] is a knowledge management system (KMS) whose main purpose is the management of heterogeneous knowledge during the design process of products. In this context, the analysis of major works on knowledge management highlights four main steps: the definition of knowledge, knowledge extraction, knowledge validation and knowledge reuse [2]. The first two steps allow assisting business expert to identify the needed knowledge for his project, to extract knowledge from business application, to annotate and save these knowledge in an organizational memory. These steps aim to enable the diffusion and reuse of knowledge in order to make them reachable to actors. This diffusion represents an exchange or transfer of knowledge between a source and a destination. This exchange can be done indirectly by using information and communication technology. In addition, diffusion, which naturally occurs in limited circles of acquaintances in a conventional company, has become even more difficult in the context of an extended enterprise. A KMS must therefore allow access and filtering of knowledge in order to make this diffusion effective. Our knowledge diffusion approach is based on the design, implementation and use of a semantic wiki that allows validation, sharing, reuse and evaluation of knowledge stored in organizational memory. The advantages of a semantic wiki reside in its semantic structure. This structure, which is readable and handled by a computer, improves the possibilities for navigation, query, sharing and reuse of knowledge. The rest of the paper is structured as follows: Section 2 presents some existing semantic wiki and their importance in knowledge sharing process. Then we present in the section 3 our overall approach of our wiki based on multi-agents system. We explain in this section the features of our wiki. Section 4 concludes this article. II. SEMANTIC WIKI FOR SHARING KNOWLEDGE We discussed in the introduction that knowledge are distributed across the entire network of the extended enterprise. This one faced by problems of management of heterogeneous and distributed knowledge. Thus, the question is to know how to share knowledge between the different enterprises and between business actors of the same enterprise. Semantic wiki seems to be a good solution to this kind of problem. It has proven its ability to manipulate and share knowledge simply and rapidly. A wiki is a web site that allows collaborative distant creation of information and editing of hypertext content. Leuf & Cunningham[3] were the first to propose a web site where people could create, modify, transform and link s within their browser and in a very simple way. Wikis have become popular tools for collaboration on the web [4], and many active online communities employ wikis to publish or exchange information. For most wikis, public or private, the primary goals are to organize the collected information and to share it. Wikis are usually viewed as tools to manage online content in a quick and easy way, by editing some simple syntax known as wikitext [5]. Schaffert [6] enumerates the specifications of a wiki system: It allows the editing via a browser; It has a simplified wiki syntax i.e. simplified hypertext format usable by all the internet users; It manages a rollback mechanism i.e. it is able to versioned the changes in the content each time they are stored; Its access is unrestricted, everybody can write in the wiki; It manages the collaborative editing i.e. if someone create a article, everybody can extend this article; It proposes a strong linking, all the s of the wiki are linked with each other using hyperlinks; It has a search function over the content of

2 all s stored; It allows the uploading of different content like documents, images or videos. Taking into consideration all these properties, Wikis seems as a good candidates for collaborative knowledge engineering based on Web2.0 social networks [7]. Indeed new research works [6], [8] propose wikis to exchange knowledge. Knowledge can be seen as information with an added context and value that make it usable within that very context. Knowledge can also be seen as what places someone in the position to perform a particular task by selecting, interpreting and evaluating information depending on the context [9], [10]. However a serious obstacle for the development of Semantic Web applications is the lack of formal ontologies and knowledge. Indeed, one of the main reasons of this is the rather high technical barrier for using Semantic Web [11] technologies that deters many domain experts from formalizing their knowledge. On the other hand, wiki systems are becoming more and more popular as tools for content and information management. Much information is nowadays available in systems like Wikipedia [12], [13]. Unfortunately, this vast information is not accessible for machines. If a small amount of this information could be formalized to become knowledge, then, wiki systems could provide improved interfaces, advanced searching, and navigation facilities. Nevertheless, several analyses[14], [8] of traditional wikis as shown that they are not enough structured, and it s difficult to navigate and to find the relevant information. Besides, the wiki markup language (WikiML) used by most wiki engines makes internet users reluctant to contribute to the wiki. One solution to perform the ideas creation, evaluation and navigation inside wikis is to use technologies from the Semantic Web [15] to formalized information, content, structures and links in the wiki s. These Wikis would take consideration of the semantic in their content management and become Semantic Wikis[16], [17]. Semantic Wiki systems aim to combine traditional wiki systems with Semantic Technology. A semantic wiki is a system that allows collaborative authoring, editing and linking of s, but also the authoring and adding semantics to the data on the wiki itself. The significance of semantic wiki is that it may contain machine-readable content and structure, which will improve the possibilities to browse, query, share and reuse the knowledge. Völkel [10] list a number of requirements for semantic wikis: usability, expressiveness, flexibility, scalability, interchange and compatibility. Since 2004, with the development of Platypus Wiki [18], many sematic wikis have been created as: SweetWiki [14], MaknaWiki [19], IkeWiki [6], OntoWiki [20], Shawn [21], Rise [22], Semantic MediaWiki [12], WikSar [15]). These wikis provide the possibility to store in RDF format and edit its content. These wikis was based on «wikitology» model [22]. That means wiki s are considered as concepts and links as relations or attributes. Wiki can be considered in this case as an ontology with concepts, relations and attributes, in other words, it compose the ontology. Our approach is based on another model, inspired from WikiDesign [23]. This wiki, as SweetWiki and IkeWiki, uses ontology to edit the content of s. Nevertheless, WikiDesign has been designed to: (i) be associated with a knowledge management system and (ii) facilitate the creation and validation of new knowledge. WikiDesign uses domain ontology (OntoDesign) to edit its s. Thus, wikis can be considered as a good candidate for collaborative knowledge management based on Web2.0 technologies [7]. We present in the next section the architecture of our semantic wiki. III. A. Overview WIKI ARCHITECTURE The semantic wiki is based on the contents of organizational memory. This organizational memory is built by extracting knowledge in our OCEAN system. This extraction is being handled by a multiagents system [24]. Contextualize the data retrieved by agents transforms them into information. This information is stored in RDF files. Thus, RDF files constitutes the organizational memory. We must note that RDF files contain only information. This information is transformed into knowledge when it is interpreted by a human[25]. In our case, the information stored in RDF files becomes knowledge after a validation by a business actor in the semantic wiki. Figure 1 shows the three levels of our semantic wiki that are: the web layer, knowledge processing layer and knowledge persistence layer. These levels are managed by a multi-agents system (MAS). Our semantic wiki allows to disseminate the knowledge of organizational memory. To access this knowledge, business actor connects to wiki and launches a search (query) as needed. The agents, that are responsible to search in the organizational memory the corresponding RDF files, process this request. The result of the research will be presented in the wiki interface as shown in Figure 1.

3 Web layer (user interface) M A S Knowledge processing layer (SPARQL Query Process) PREFIX rdf: < PREFIX rdfs: < PREFIX owl: < PREFIX xsd: < SELECT?x?nameRdf?z WHERE {?x < "speed". } Knowledge persistence layer (organizational memory (RDF files)) <rdf:rdf xmlns:speedmaxs=" xmlns:rdf=" > <rdf:description rdf:about=" CP51_LO15_Velo_SpeedMax CF 9.0-S/"> <SpeedMaxS:FramesetLength>S<SpeedMaxS:FramesetLength /> <SpeedMaxS:SeatTubeLength>525<SpeedMaxS:SeatTubeLength /> <SpeedMaxS:TopTubeLength>545<SpeedMaxS:TopTubeLength /> Figure 1: Global architecture of our semantic wiki We consider in this paper that a wiki corresponds to an RDF file in the organizational memory. As we work in an industrial field, each contains a draft describing the design of a mechanical product as the design of an engine for a specific car or designing an office chair. In the next section, we detail the various features of this wiki. For each feature we will show the mechanism of its functioning and the agent that assure it. B. Wiki features The main objective of our semantic wiki is to disseminate knowledge within the extended enterprise by allowing business actors navigation and semantic search within the wiki s. This wiki provides then the following features: semantic search, classification, representation, modification and evaluation of knowledge (Figure 2). 1) Semantic search Our wiki offers a semantic search engine to query and reason on the organizational memory. Semantic search is used to improve search accuracy by understanding the purpose of research and the textual meaning of business actor query. The purpose of this research is to have results that are more relevant for business actor. For example, if you ask "How fast runs a jaguar", the wiki system must understand that you do not talking about the car brand, and will analyze the terms of the question to give you the best answer. Our idea for semantic search was to make crosses of information between different wiki s and accumulate them with the personal information of business actors. This crossing is done by linking items (inheritance for instance). Personal information is defined in the user profile. Linking with personal information allows giving results close to the centers of interest of actor which limits the number of irrelevant one.

4 Semantic wiki Research query interface actor Organizational memory Classification Classification system Ranking User Profile Search results presentation Representation Identification Created projects User profile Role Consulted projects actor Domain of interets Searched words Modification modify values actor Evaluation rate Wiki features Legend: Feature agents actions Interactions between features Expert Agent Organizer Agent Wiki s Announcer Agent Role Agent Validation Organization Figure 2: wiki features To perform this semantic search, expert agent monitor semantic wiki interface and reacts to each entry of terms in the interface (Figure 3). This reaction involves contacting the announcer agent. The announcer agent identifies the terms of business actor query and generates the corresponding SPARQL queries. To enrich these queries, this agent asks for the user profile information from the database. This allows to have more specific and relevant results. The result of semantic search is a list of wiki s. However, this list is returned without any ranking, so to present them in a structured way we apply a classification approach. This function is the subject of the second feature of our wiki. Figure 3: Diagram of sequence for semantic search feature

5 2) Classification To make the presentation of query results more relevant to business actor we present a classification approach that display them by the most important to him (Figure 4). In this approach, we use two classification methods: the user's profile and evaluation of wiki s. The first is to sort the results by applying different types of filters such as 1) the role of the user, 2) areas of interest defined in his profile, 3) projects that he consults, 4) projects that he creates, and 5) the history of his research in the wiki. The second method is to sort the results by the maturity index. This index is the number of positive evaluations of the wiki. We obtain this index by dividing the total score (rate) by the number of voters (nbraters). More the maturity index is high more it appears in the beginning of the results list. This maturity index is represented by yellow stars as shown in Figure 4. We explain the approach to evaluate a in the evaluation feature section. To realize this feature, the organizer agent receives the results not classified corresponding to the query of business actor. This agent asks the profile of this actor to know his areas of interests, role, etc. When the organizer agent receives the profile of the actor, he launched a second request to know the maturity index of each wiki from the organizational memory. Once the organizer agent has the information he need, he classifies the s and returns a list of wiki s classified. The organizer agent will send this list of classified items to announcer agent who present it to the business actor. Figure 4: Classification approach Figure 4 shows an example of the classification scheme in which the user Davy occupies the role of designer. This user is interested in the areas of industry, mechanical, maintenance, aerospace, nuclear, hydraulic, vehicle. When he looks in the system for the word speed, for example the classification system sorts the results by the mechanical field first, because this word also appears in the areas of food, security, sports, etc. 3) Representation The presentation feature consists of two tasks performed by the announcer agent. This agent ensures, on the one hand, the presentation of classified results of semantic search to business actor. On the other hand, announcer agent allows the actor to manage its profile. In this profile, he can define the different roles he has in the project and areas of interest. According to this information, our wiki filter the query results and present only those linked to his profile. 4) Evaluation & Modification We explained in the previous section that the agent presents the search results in the form of classified wiki s. However, business actor can navigate the wiki s. When he clicks on a role agent directs him to another displaying the knowledge of this. Our wiki allows the actor two choices: either evaluate the or modify it. The modification in our wiki corresponds to change the values of the knowledge present in the by the business actor. In our Wiki, knowledge is also subject to an evaluation process (Figure 5). Business actors make this assessment. In this case, the actor gives a score between one and five for each knowledge. This score means that knowledge is seen as relevant if it is close to five and the opposite if it is close to one.

6 Figure 5: interface d'évaluation des connaissances The knowledge evaluation process, as in the case of modification, is triggered when the expert agent detects an evaluation action made by the business actor. In this case, expert agent takes the rating set by business actor and sends it to the role agent. This agent research concerned wiki from the organizational memory and load it. Agent made a number of changes; first, he updates the overall rating of this wiki by adding the note putted by business actor. Then he increments the number of voters on this and finally he calculates the index of maturity of this by dividing the total score on the number of voting. When the role agent finishes the modifications, he communicates with the announcer agent to resubmit the concerned wiki with his new maturity index. In the evaluation process, we consider that business actor approves a when he assigns a positive feedback. Moreover, when he refuses, the gets negative feedback. Thus, knowledge that has just been created has 100% positive feedback. As the assessments assigned by business actors, the percentage (maturity index) may decrease or increase. If the index is less than 25% of positive evaluation, knowledge will be considered as nonuseful and will be proposed to an expert for deletion. IV. CONCLUSION In this paper, we presented the module "diffusion and knowledge reuse" of our OCEAN system. We used a semantic wiki based on MAS to disseminate knowledge. The architecture of the wiki and the features it provides are explained in this paper. This wiki is used to evaluate, modify, and share knowledge of our organizational memory. Our Wiki is particularly useful for user groups and communities working together to create new knowledge for mechanical projects and maintain this knowledge. It also offers a user-friendly way to build and maintain common vocabularies to enterprise s employees. REFERENCES [1] I. Lahoud, D. Monticolo, et S. Gomes, «OCEAN: A Semantic Web Service to Extract Knowledge in E-Groupwares», in 2010 Sixth International Conference on Signal-Image Technology and Internet-Based Systems (SITIS), 2010, p [2] I. Lahoud, D. Monticolo, V. Hilaire, S. Gomes, et E. Bonjour, «A Multi-Sources Knowledge Management System», in Information Control Problems in Manufacturing, 2012, vol. 14, p [3] B. Leuf et W. Cunningham, «The Wiki way: quick collaboration on the Web», [4] A. Majchrzak, C. Wagner, et D. Yates, «Corporate wiki users: results of a survey», in Proceedings of the 2006 international symposium on Wikis, 2006, p [5] A. V. Singh, A. Wombacher, et K. Aberer, «Personalized information access in a wiki using structured tagging», in On the Move to Meaningful Internet Systems 2007: OTM 2007 Workshops, 2007, p [6] S. Schaffert, «IkeWiki: A Semantic Wiki for Collaborative Knowledge Management», in 15th IEEE International Workshops on Enabling Technologies: Infrastructure for Collaborative Enterprises, WETICE 06, 2006, p [7] D. Richards, «A social software/web 2.0 approach to collaborative knowledge engineering», Inf Sci, vol. 179, n o 15, p , juill [8] D. Vrandecic et M. Krötzsch, «Reusing ontological background knowledge in semantic wikis», in Proceedings of the 1st Workshop on Semantic Wikis, From Wiki To Semantics, AIFB, ESWC2006, Budva, Montenegro, 2006.

7 [9] T. W. Malone, K. Crowston, et G. A. Herman, Organizing business knowledge: the MIT process handbook. MIT press, [10] M. Völkel, M. Krötzsch, D. Vrandecic, H. Haller, et R. Studer, «Semantic wikipedia», in Proceedings of the 15th international conference on World Wide Web, 2006, p [11] T. Berners-Lee, J. Hendler, et O. Lassila, «The Semantic Web», Scientific American, p , mai [12] M. Krötzsch, D. Vrande\vcić, M. Völkel, H. Haller, et R. Studer, «Semantic wikipedia», Web Semant. Sci. Serv. Agents World Wide Web, vol. 5, n o 4, p , [13] M. Krötzsch, D. V. Denny Vrandecic, et M. Völkel, «Wikipedia and the semantic webthe missing links», in Proceedings of Wikimania 2005, [14] M. Buffa, F. Gandon, G. Ereteo, P. Sander, et C. Faron, «SweetWiki: A semantic wiki», Web Semant. Sci. Serv. Agents World Wide Web, vol. 6, n o 1, p , [15] D. Aumüller et S. Auer, «Towards a semantic wiki experience desktop integration and interactivity in WikSAR», in Semantic Desktop Workshop, Galway, Ireland, 2005, p [16] J. Fischer, Z. Gantner, S. Rendle, M. Stritt, et L. Schmidt-Thieme, Ideas and improvements for semantic wikis. Springer, [17] A. Souzis, «Building a semantic wiki», Intell. Syst. IEEE, vol. 20, n o 5, p , [18] S. E. Campanini, P. Castagna, et R. Tazzoli, «Platypus wiki: a semantic wiki wiki web», Semantic Web Appl. Perspect. Proc. 1st Ital. Semantic Web Workshop, [19] K. Dello, E. P. B. Simperl, et R. Tolksdorf, «Creating and using semantic web information with makna», in First Workshop on Semantic Wikis, From Wiki to Semantics, Budva, Montenegro, 2006, p. 1. [20] S. Auer, S. Dietzold, et T. Riechert, «OntoWiki A tool for social, semantic collaboration», in The Semantic Web-ISWC 2006, Springer, 2006, p [21] D. Aumüller, «SHAWN: Structure helps a wiki navigate», in Proceedings of the BTW- Workshop WebDB Meets IR, Karlsruhe, Germany, [22] B. Decker, E. Ras, J. Rech, B. Klein, et C. Hoecht, «Self-organized reuse of software engineering knowledge supported by semantic wikis», in Proceedings of the Workshop on Semantic Web Enabled Software Engineering (SWESE), Galway, Ireland, [23] D. Monticolo et S. Gomes, «WikiDesign:Collaborative Knowledge Evaluation with a Semantic Wiki», Int. J. E- Collab., vol. 7, n o 3, p , [24] I. Lahoud, D. Monticolo, V. Hilaire, et S. Gomes, «A Metamodeling and Transformation Approach for Knowledge Extraction», in Networked Digital Technologies, R. Benlamri, Éd. Springer Berlin Heidelberg, 2012, p [25] F. Gandon, «Distributed Artificial Intelligence and Knowledge Management: Ontologies and Multi-agent Systems for a Corporate Semantic Web», thesis, 2002.

Collaborative Web-Publishing with a Semantic Wiki

Collaborative Web-Publishing with a Semantic Wiki Collaborative Web-Publishing with a Semantic Wiki Rico Landefeld and Harald Sack Abstract Semantic wikis have been introduced for collaborative authoring of ontologies as well as for annotating textual

More information

A Platform for Collaborative Management of Semantic Grid Metadata

A Platform for Collaborative Management of Semantic Grid Metadata A Platform for Collaborative Management of Semantic Grid Metadata Michael Hartung 1,FrankLoebe 2, Heinrich Herre 3, and Erhard Rahm 2 1 Interdisciplinary Center for Bioinformatics, University of Leipzig,

More information

Creating and Managing Ontology Data on the Web: a Semantic Wiki Approach

Creating and Managing Ontology Data on the Web: a Semantic Wiki Approach Creating and Managing Ontology Data on the Web: a Semantic Wiki Approach Chao Wang, Jie Lu, Guangquan Zhang 1 and Xianyi Zeng 2 1 Faculty of Information Technology, University of Technology, Sydney PO

More information

Annotation Component in KiWi

Annotation Component in KiWi Annotation Component in KiWi Marek Schmidt and Pavel Smrž Faculty of Information Technology Brno University of Technology Božetěchova 2, 612 66 Brno, Czech Republic E-mail: {ischmidt,smrz}@fit.vutbr.cz

More information

COMPUTER SUPPORTED COLLABORATIVE KNOWLEDGE

COMPUTER SUPPORTED COLLABORATIVE KNOWLEDGE COMPUTER SUPPORTED COLLABORATIVE KNOWLEDGE BUILDING : P2P SEMANTIC WIKIS APPROACH Hala Skaf-Molli ECOO Team Associate Professor Nancy-University skaf@loria.fr http://www.loria.fr/~skaf AGENDA General Introduction

More information

A Semantic Wiki Based on Spatial Hypertext

A Semantic Wiki Based on Spatial Hypertext Journal of Universal Computer Science, vol. 17, no. 7 (2011), 1043-1059 submitted: 30/10/10, accepted: 15/3/11, appeared: 1/4/11 J.UCS A Semantic Wiki Based on Spatial Hypertext Carlos Solis (Lero, the

More information

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications

Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications 2009 International Conference on Computer Engineering and Technology Collaborative Ontology Construction using Template-based Wiki for Semantic Web Applications Sung-Kooc Lim Information and Communications

More information

Collaborative Web-Publishing with asemantic Wiki

Collaborative Web-Publishing with asemantic Wiki Collaborative Web-Publishing with asemantic Wiki Rico Landefeld, Harald Sack Friedrich-Schiller-Universität Jena, D-07743 Jena rico.landefeld@takwa.de, sack@minet.uni-jena.de Abstract: Semantic wikis have

More information

Towards an Interlinked Semantic Wiki Farm

Towards an Interlinked Semantic Wiki Farm Towards an Interlinked Semantic Wiki Farm Alexandre Passant 1,2, Philippe Laublet 1 1 LaLIC, Université Paris-Sorbonne, 28 rue Serpente, 75006 Paris, France firstname.lastname@paris4.sorbonne.fr 2 Electricité

More information

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

More information

Towards a Semantic Wiki Experience Desktop Integration and Interactivity in WikSAR

Towards a Semantic Wiki Experience Desktop Integration and Interactivity in WikSAR Towards a Semantic Wiki Experience Desktop Integration and Interactivity in WikSAR David Aumueller, Sören Auer Department of Computer Science University of Leipzig, Augustusplatz 10-11, 04103 Leipzig,

More information

Ylvi - Multimedia-izing the Semantic Wiki

Ylvi - Multimedia-izing the Semantic Wiki Ylvi - Multimedia-izing the Semantic Wiki Niko Popitsch 1, Bernhard Schandl 2, rash miri 1, Stefan Leitich 2, and Wolfgang Jochum 2 1 Research Studio Digital Memory Engineering, Vienna, ustria {niko.popitsch,arash.amiri}@researchstudio.at

More information

Semantic Wikipedia [[enhances::wikipedia]]

Semantic Wikipedia [[enhances::wikipedia]] Max Völkel, Markus Krötzsch, Denny Vrandecic, Heiko Haller, Rudi Studer AIFB and FZI Karlsruhe, Germany Semantic Wikipedia [[enhances::wikipedia]] Wikipedia today A free online encyclopædia 16th most accessed

More information

Topincs Wiki. A Topic Maps Powered Wiki. Robert Cerny

Topincs Wiki. A Topic Maps Powered Wiki. Robert Cerny Topincs Wiki A Topic Maps Powered Wiki Robert Cerny An der Embsmühle 25, D-65817 Eppstein, Germany robert@cerny-online.com http://www.cerny-online.com Abstract. Topincs provides a RESTful web service interface

More information

Semantic Wikipedia [[enhances::wikipedia]]

Semantic Wikipedia [[enhances::wikipedia]] Max Völkel, Markus Krötzsch, Denny Vrandecic, Heiko Haller, Rudi Studer AIFB and FZI Karlsruhe, Germany @WWW2006, 26.05.2006 Semantic Wikipedia [[enhances::wikipedia]] Wikipedia today A free online encyclopædia

More information

Ideas and Improvements for Semantic Wikis

Ideas and Improvements for Semantic Wikis Ideas and Improvements for Semantic Wikis Jochen Fischer, Zeno Gantner, Steffen Rendle, Manuel Stritt, Lars Schmidt-Thieme Department of Computer Science, University of Freiburg Georges-Köhler-Allee 51,

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Modeling for the Web

Modeling for the Web Modeling for the Web Web 2.0 and Web 3.0 Why ontologies? Copyright 2008 STI INNSBRUCK Motivation 2 1 Motivation (cont d) File Sharing: Flickr (Images) YouTube (Videos) Wikipedia (Online Encyclopedia) Blogs

More information

Reusing Ontological Background Knowledge in Semantic Wikis

Reusing Ontological Background Knowledge in Semantic Wikis Reusing Ontological Background Knowledge in Semantic Wikis Denny Vrandečić and Markus Krötzsch {vrandecic,kroetzsch}@aifb.uni-karlsruhe.de AIFB, Universität Karlsruhe, Germany Abstract. A number of approaches

More information

KawaWiki: A Semantic Wiki Based on RDF Templates

KawaWiki: A Semantic Wiki Based on RDF Templates Kawa: A Semantic Based on RDF s Kensaku Kawamoto, Yasuhiko Kitamura, and Yuri Tijerino Kwansei Gakuin University 2-1 Gakuen, Sanda-shi, Hyogo 669-1337, JAPAN {kkensaku, ykitamura}@ksc.kwansei.ac.jp, yuri@tijerino.net

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

Leveraging Semantic Data Wikis for Distributed Requirements Elicitation

Leveraging Semantic Data Wikis for Distributed Requirements Elicitation Leveraging Semantic Data Wikis for Distributed Requirements Elicitation Thomas Riechert 1 and Thorsten Berger 1,2 1 Chair of Business Information Systems University of Leipzig, Germany riechert@informatik.uni-leipzig.de

More information

Personalized Information Access in a Wiki Using Structured Tagging

Personalized Information Access in a Wiki Using Structured Tagging Personalized Information Access in a Wiki Using Structured Tagging AnmolV.Singh,AndreasWombacher, and Karl Aberer School of Computer and Communication Sciences, École Polytechnique Fédérale de Lausanne

More information

Semantic Web and Electronic Information Resources Danica Radovanović

Semantic Web and Electronic Information Resources Danica Radovanović D.Radovanovic: Semantic Web and Electronic Information Resources 1, Infotheca journal 4(2003)2, p. 157-163 UDC 004.738.5:004.451.53:004.22 Semantic Web and Electronic Information Resources Danica Radovanović

More information

Semantic Social Profile a Semantic Boost for the Social Information in MediaWiki

Semantic Social Profile a Semantic Boost for the Social Information in MediaWiki Semantic Social Profile a Semantic Boost for the Social Information in MediaWiki Yury Katkov 1 and Dmitry Pokoptsev 2 1 National Research University of Information Technologies, Mechanics and Optics Saint

More information

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH Andreas Walter FZI Forschungszentrum Informatik, Haid-und-Neu-Straße 10-14, 76131 Karlsruhe, Germany, awalter@fzi.de

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Chapter 18 XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Fábio Ghignatti Beckenkamp and Wolfgang Pree Abstract: Key words: WebEDI relies on the Internet infrastructure for exchanging documents among

More information

OntoWiki A Tool for Social, Semantic Collaboration

OntoWiki A Tool for Social, Semantic Collaboration OntoWiki A Tool for Social, Semantic Collaboration Sören Auer 1,2, Sebastian Dietzold 2, and Thomas Riechert 2 1 University of Pennsylvania, Department of Computer and Information Science Philadelphia,

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

A Tagging Approach to Ontology Mapping

A Tagging Approach to Ontology Mapping A Tagging Approach to Ontology Mapping Colm Conroy 1, Declan O'Sullivan 1, Dave Lewis 1 1 Knowledge and Data Engineering Group, Trinity College Dublin {coconroy,declan.osullivan,dave.lewis}@cs.tcd.ie Abstract.

More information

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007 Collaborative Ontology Development in Protégé Tania Tudorache Stanford University - Ontolog forum invited talk04. October 2007 Outline Introduction and Background Tools for collaborative knowledge development

More information

Knowledge Representation in Social Context. CS227 Spring 2011

Knowledge Representation in Social Context. CS227 Spring 2011 7. Knowledge Representation in Social Context CS227 Spring 2011 Outline Vision for Social Machines From Web to Semantic Web Two Use Cases Summary The Beginning g of Social Machines Image credit: http://www.lifehack.org

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

IMAGENOTION - Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies

IMAGENOTION - Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies IMAGENOTION - Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies Andreas Walter, awalter@fzi.de Gabor Nagypal, nagypal@disy.net Abstract: In this paper,

More information

A Survey of Semantic Wikis for Requirements Engineering

A Survey of Semantic Wikis for Requirements Engineering A Survey of Semantic Wikis for Requirements Engineering Bart Hoenderboom, Peng Liang Software Engineering and Architecture (SEARCH) Group Department of Mathematics and Computing Science University of Groningen

More information

An Extensible Semantic Wiki Architecture

An Extensible Semantic Wiki Architecture An Extensible Semantic Wiki Architecture Jochen Reutelshoefer, Fabian Haupt, Florian Lemmerich, Joachim Baumeister Institute for Computer Science, University of Würzburg, Germany email: {reutelshoefer,

More information

DSMW: Distributed Semantic MediaWiki

DSMW: Distributed Semantic MediaWiki DSMW: Distributed Semantic MediaWiki Hala Skaf-Molli, Gérôme Canals and Pascal Molli Université de Lorraine, Nancy, LORIA INRIA Nancy-Grand Est, France {skaf, canals, molli}@loria.fr Abstract. DSMW is

More information

Collective Knowledge Engineering with Semantic Wikis

Collective Knowledge Engineering with Semantic Wikis Journal of Universal Computer Science, vol. 16, no. 7 (2010), 1006-1023 submitted: 9/1/10, accepted: 29/3/10, appeared: 1/4/10 J.UCS Collective Knowledge Engineering with Semantic Wikis Grzegorz J. Nalepa

More information

Wikipedia and the Semantic Web

Wikipedia and the Semantic Web Wikipedia and the Semantic Web The Missing Links Markus Krötzsch, Denny Vrandečić, Max Völkel Institute AIFB, University of Karlsruhe, Germany {kroetzsch,vrandecic,voelkel}@aifb.uni-karlsruhe.de Abstract.

More information

Business Rules in the Semantic Web, are there any or are they different?

Business Rules in the Semantic Web, are there any or are they different? Business Rules in the Semantic Web, are there any or are they different? Silvie Spreeuwenberg, Rik Gerrits LibRT, Silodam 364, 1013 AW Amsterdam, Netherlands {silvie@librt.com, Rik@LibRT.com} http://www.librt.com

More information

Solving problem of semantic terminology in digital library

Solving problem of semantic terminology in digital library International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 20 Solving problem of semantic terminology in digital library Herlina Jayadianti Universitas Pembangunan Nasional Veteran Yogyakarta,

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 and Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

More information

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web Dr Thanassis Tiropanis t.tiropanis@southampton.ac.uk The narrative Semantic Web Technologies The Web of data and the semantic

More information

One Click Annotation

One Click Annotation One Click Annotation Ralf Heese, Markus Luczak-Rösch, Radoslaw Oldakowski, Olga Streibel, and Adrian Paschke Freie Universität Berlin, Institute of Computer Science, Corporate Semantic Web, Berlin D-14195,

More information

From Online Community Data to RDF

From Online Community Data to RDF From Online Community Data to RDF Abstract Uldis Bojārs, John G. Breslin [uldis.bojars,john.breslin]@deri.org Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland

More information

State of the Art of Semantic Web

State of the Art of Semantic Web State of the Art of Semantic Web Ali Alqazzaz Computer Science and Engineering Department Oakland University Rochester Hills, MI 48307, USA gazzaz86@gmail.com Abstract Semantic web is an attempt to provide

More information

INTELLIGENT SYSTEMS OVER THE INTERNET

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

More information

Sewelis: Exploring and Editing an RDF Base in an Expressive and Interactive Way

Sewelis: Exploring and Editing an RDF Base in an Expressive and Interactive Way Sewelis: Exploring and Editing an RDF Base in an Expressive and Interactive Way Sébastien Ferré, Alice Hermann To cite this version: Sébastien Ferré, Alice Hermann. Sewelis: Exploring and Editing an RDF

More information

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB Nagy M, Over HH, Smith A Joint Research Centre of the European Commission Institute for Energy, Petten, The Netherlands {miklos.nagy@jrc.nl

More information

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Minal Bhise DAIICT, Gandhinagar, Gujarat, India 382007 minal_bhise@daiict.ac.in Abstract. The semantic web offers

More information

OSDBQ: Ontology Supported RDBMS Querying

OSDBQ: Ontology Supported RDBMS Querying OSDBQ: Ontology Supported RDBMS Querying Cihan Aksoy 1, Erdem Alparslan 1, Selçuk Bozdağ 2, İhsan Çulhacı 3, 1 The Scientific and Technological Research Council of Turkey, Gebze/Kocaeli, Turkey 2 Komtaş

More information

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework A Community-Driven Approach to Development of an Ontology-Based Application Management Framework Marut Buranarach, Ye Myat Thein, and Thepchai Supnithi Language and Semantic Technology Laboratory National

More information

Semantic MediaWiki. 1 Introduction. 2 System overview. Markus Krötzsch 1, Denny Vrandečić 1, and Max Völkel 2

Semantic MediaWiki. 1 Introduction. 2 System overview. Markus Krötzsch 1, Denny Vrandečić 1, and Max Völkel 2 Semantic MediaWiki Markus Krötzsch 1, Denny Vrandečić 1, and Max Völkel 2 1 AIFB, Universität Karlsruhe, Germany 2 FZI Karlsruhe, Germany Abstract. Semantic MediaWiki is an extension of MediaWiki a widely

More information

Access rights and collaborative ontology integration for reuse across security domains

Access rights and collaborative ontology integration for reuse across security domains Access rights and collaborative ontology integration for reuse across security domains Martin Knechtel SAP AG, SAP Research CEC Dresden Chemnitzer Str. 48, 01187 Dresden, Germany martin.knechtel@sap.com

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Extension and integration of i* models with ontologies

Extension and integration of i* models with ontologies Extension and integration of i* models with ontologies Blanca Vazquez 1,2, Hugo Estrada 1, Alicia Martinez 2, Mirko Morandini 3, and Anna Perini 3 1 Fund Information and Documentation for the industry

More information

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

More information

Porting Social Media Contributions with SIOC

Porting Social Media Contributions with SIOC Porting Social Media Contributions with SIOC Uldis Bojars, John G. Breslin, and Stefan Decker DERI, National University of Ireland, Galway, Ireland firstname.lastname@deri.org Abstract. Social media sites,

More information

Payola: Collaborative Linked Data Analysis and Visualization Framework

Payola: Collaborative Linked Data Analysis and Visualization Framework Payola: Collaborative Linked Data Analysis and Visualization Framework Jakub Klímek 1,2,Jiří Helmich 1, and Martin Nečaský 1 1 Charles University in Prague, Faculty of Mathematics and Physics Malostranské

More information

Semantic MediaWiki & Semantic Forms

Semantic MediaWiki & Semantic Forms Semantic MediaWiki & Semantic Forms Semantic Web New York meetup March 13, 2008 Sergey Chernyshev TechPresentations.org Yaron Koren Semantic Forms This work is licensed under a Creative Commons Attribution-Share

More information

Ontology Development Tools and Languages: A Review

Ontology Development Tools and Languages: A Review Ontology Development Tools and Languages: A Review Parveen 1, Dheeraj Kumar Sahni 2, Dhiraj Khurana 3, Rainu Nandal 4 1,2 M.Tech. (CSE), UIET, MDU, Rohtak, Haryana 3,4 Asst. Professor, UIET, MDU, Rohtak,

More information

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse Aleksander Slominski Department of Computer Science, Indiana University Bloomington,

More information

Semantic Web Technologien für Fachinformation

Semantic Web Technologien für Fachinformation Semantic Web Technologien für Fachinformation 28. Juni 2017 KIT The Research University in the Helmholtz Association www.kit.edu Agenda Beginners guide to the Web, the Semantic Web and the Social Web Semantics

More information

Adaptive Personal Information Environment based on the Semantic Web

Adaptive Personal Information Environment based on the Semantic Web Adaptive Personal Information Environment based on the Semantic Web Thanyalak Maneewatthana, Gary Wills, Wendy Hall Intelligence, Agents, Multimedia Group School of Electronics and Computer Science University

More information

Towards a Visual Annotation Tool for End-User Semantic Content Authoring

Towards a Visual Annotation Tool for End-User Semantic Content Authoring Towards a Visual Annotation Tool for End-User Semantic Content Authoring Torgeir Lebesbye and Ahmet Soylu Department of Informatics, University of Oslo, Norway {torgeirl, ahmets}@ifi.uio.no Abstract. There

More information

Semantic Technologies to Support the User-Centric Analysis of Activity Data

Semantic Technologies to Support the User-Centric Analysis of Activity Data Semantic Technologies to Support the User-Centric Analysis of Activity Data Mathieu d Aquin, Salman Elahi and Enrico Motta Knowledge Media Institute, The Open University, Milton Keynes, UK {m.daquin, s.elahi,

More information

Customized Edit Interfaces for Wikis via Semantic Annotations

Customized Edit Interfaces for Wikis via Semantic Annotations Customized Edit Interfaces for Wikis via Semantic Annotations Angelo Di Iorio 1, Silvia Duca 1, Alberto Musetti 1, Silvia Righini 1, Davide Rossi 1, Fabio Vitali 1 1 Department of Computer Science, University

More information

Ontology Creation and Development Model

Ontology Creation and Development Model Ontology Creation and Development Model Pallavi Grover, Sonal Chawla Research Scholar, Department of Computer Science & Applications, Panjab University, Chandigarh, India Associate. Professor, Department

More information

A rule-based approach to address semantic accuracy problems on Linked Data

A rule-based approach to address semantic accuracy problems on Linked Data A rule-based approach to address semantic accuracy problems on Linked Data (ISWC 2014 - Doctoral Consortium) Leandro Mendoza 1 LIFIA, Facultad de Informática, Universidad Nacional de La Plata, Argentina

More information

GoNTogle: A Tool for Semantic Annotation and Search

GoNTogle: A Tool for Semantic Annotation and Search GoNTogle: A Tool for Semantic Annotation and Search Giorgos Giannopoulos 1,2, Nikos Bikakis 1,2, Theodore Dalamagas 2, and Timos Sellis 1,2 1 KDBSL Lab, School of ECE, Nat. Tech. Univ. of Athens, Greece

More information

Semantic Wiki as a Lightweight Knowledge Management System

Semantic Wiki as a Lightweight Knowledge Management System Semantic Wiki as a Lightweight Knowledge Management System Hendry Muljadi 1, Hideaki Takeda 1, Aman Shakya 2, Shoko Kawamoto 1, Satoshi Kobayashi 1, Asao Fujiyama 1, and Koichi Ando 3 1 National Institute

More information

Knowledge-based Integration of Industrial Plant Models

Knowledge-based Integration of Industrial Plant Models Knowledge-based Integration of Industrial Plant Models Lisa Abele, Stephan Grimm Siemens AG - Corporate Technology Munich, Germany Email: {lisa.abele.ext, grimm.stephan}@siemens.com Abstract The planning

More information

Ontology-Specific API for a Curricula Management System

Ontology-Specific API for a Curricula Management System Ontology-Specific API for a Curricula Management System Adelina Tang Dept. of Computer Science & Networked Systems Sunway University Petaling Jaya, Malaysia adelina.tang@ieee.org Jason Hoh Dept. of Computer

More information

BUILDING THE SEMANTIC WEB

BUILDING THE SEMANTIC WEB BUILDING THE SEMANTIC WEB You might have come across the term Semantic Web Applications often, during talks about the future of Web apps. Check out what this is all about There are two aspects to the possible

More information

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

A Semantic MediaWiki-Empowered Terminology Registry

A Semantic MediaWiki-Empowered Terminology Registry Proc. Int l Conf. on Dublin Core and Metadata Applications 2009 A Semantic MediaWiki-Empowered Terminology Registry Qing Zou School of Information Studies McGill University, Canada qing.zou2@mail.mcgill.ca

More information

An Ontology-Based Methodology for Integrating i* Variants

An Ontology-Based Methodology for Integrating i* Variants An Ontology-Based Methodology for Integrating i* Variants Karen Najera 1,2, Alicia Martinez 2, Anna Perini 3, and Hugo Estrada 1,2 1 Fund of Information and Documentation for the Industry, Mexico D.F,

More information

Proposal of a Prolog-based Knowledge Wiki

Proposal of a Prolog-based Knowledge Wiki Proposal of a Prolog-based Knowledge Wiki Grzegorz J. Nalepa and Igor Wojnicki Institute of Automatics, AGH University of Science and Technology, Al. Mickiewicza 30, 30-059 Kraków, Poland gjn@agh.edu.pl,

More information

Accessing information about Linked Data vocabularies with vocab.cc

Accessing information about Linked Data vocabularies with vocab.cc Accessing information about Linked Data vocabularies with vocab.cc Steffen Stadtmüller 1, Andreas Harth 1, and Marko Grobelnik 2 1 Institute AIFB, Karlsruhe Institute of Technology (KIT), Germany {steffen.stadtmueller,andreas.harth}@kit.edu

More information

OWiki: enabling an ontology-led creation of semantic data

OWiki: enabling an ontology-led creation of semantic data OWiki: enabling an ontology-led creation of semantic data Angelo Di Iorio 1, Alberto Musetti 1, Silvio Peroni 1, Fabio Vitali 1 1 Department of Computer Science, University of Bologna, Italy, {diiorio,

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

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

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

More information

THE TECHNIQUES FOR THE ONTOLOGY-BASED INFORMATION RETRIEVAL

THE TECHNIQUES FOR THE ONTOLOGY-BASED INFORMATION RETRIEVAL THE TECHNIQUES FOR THE ONTOLOGY-BASED INFORMATION RETRIEVAL Myunggwon Hwang 1, Hyunjang Kong 1, Sunkyoung Baek 1, Kwangsu Hwang 1, Pankoo Kim 2 1 Dept. of Computer Science Chosun University, Gwangju, Korea

More information

Semantic Web. Lecture XIII Tools Dieter Fensel and Katharina Siorpaes. Copyright 2008 STI INNSBRUCK

Semantic Web. Lecture XIII Tools Dieter Fensel and Katharina Siorpaes. Copyright 2008 STI INNSBRUCK Semantic Web Lecture XIII 25.01.2010 Tools Dieter Fensel and Katharina Siorpaes Copyright 2008 STI INNSBRUCK Today s lecture # Date Title 1 12.10,2009 Introduction 2 12.10,2009 Semantic Web Architecture

More information

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES Airi Salminen, Maiju Virtanen University of Jyväskylä, PL 35 (Agora), Jyväskylä, Finland Email: airi.salminen@jyu.fi, maiju.virtanen@jyu.fi Keywords: Abstract: Business processes, semantic web, RDF, RDF

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 1402 An Application Programming Interface Based Architectural Design for Information Retrieval in Semantic Organization

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

Models versus Ontologies - What's the Difference and where does it Matter?

Models versus Ontologies - What's the Difference and where does it Matter? Models versus Ontologies - What's the Difference and where does it Matter? Colin Atkinson University of Mannheim Presentation for University of Birmingham April 19th 2007 1 Brief History Ontologies originated

More information

2 Experimental Methodology and Results

2 Experimental Methodology and Results Developing Consensus Ontologies for the Semantic Web Larry M. Stephens, Aurovinda K. Gangam, and Michael N. Huhns Department of Computer Science and Engineering University of South Carolina, Columbia,

More information

RaDON Repair and Diagnosis in Ontology Networks

RaDON Repair and Diagnosis in Ontology Networks RaDON Repair and Diagnosis in Ontology Networks Qiu Ji, Peter Haase, Guilin Qi, Pascal Hitzler, and Steffen Stadtmüller Institute AIFB Universität Karlsruhe (TH), Germany {qiji,pha,gqi,phi}@aifb.uni-karlsruhe.de,

More information

Towards a Component Agent Service Oriented Model

Towards a Component Agent Service Oriented Model Towards a Component Agent Service Oriented Model Nour Alhouda Aboud, Eric Cariou and Eric Gouardères LIUPPA Laboratory Université de Pau et des Pays de l Adour BP 1155 64013 Pau Cedex France {Nour-alhouda.Aboud,

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

OntoXpl Exploration of OWL Ontologies

OntoXpl Exploration of OWL Ontologies OntoXpl Exploration of OWL Ontologies Volker Haarslev and Ying Lu and Nematollah Shiri Computer Science Department Concordia University, Montreal, Canada haarslev@cs.concordia.ca ying lu@cs.concordia.ca

More information

Grid Resources Search Engine based on Ontology

Grid Resources Search Engine based on Ontology based on Ontology 12 E-mail: emiao_beyond@163.com Yang Li 3 E-mail: miipl606@163.com Weiguang Xu E-mail: miipl606@163.com Jiabao Wang E-mail: miipl606@163.com Lei Song E-mail: songlei@nudt.edu.cn Jiang

More information

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

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

More information