Application of ontologies for the integration of network monitoring platforms
|
|
|
- Peter Banks
- 10 years ago
- Views:
Transcription
1 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, Universidad Autónoma de Madrid Francisco Tomás y Valiente, 11, E Madrid, Spain {jorge.lopez_vergara, javier.aracil}@uam.es Abstract. This paper presents an ontology-based approach to integrate the measurements provided by different network monitoring tools and platforms. The combination of such measurements is valuable to network operators, enabling the development of new management applications. The use of ontologies provides some advantages over current syntactic solutions: classification, inference and querying capabilities are some of them. Moreover, they can reduce the complexity of information integration, providing solutions that can be applied to existing network monitoring infrastructures. Keywords: Ontology, measurement information integration, network monitoring platform. 1 Introduction Network management and monitoring is a key task in current telecommunication networks. Different monitoring tools and platforms have been developed over the years to obtain active and passive measurements of delay or bandwidth. The integration of such measurements can be valuable to network operators to obtain network weathermaps or network tomographies. However, this integration in a single view is difficult because each measurement platform uses its own data structures and its own interaction interfaces. The aim of the MOMENT (Monitoring and Measurement in the Next Generation Technologies) project [1] is precisely to find ways to solve this integration problem. A possible solution is to use the works of the Open Grid Forum Network Measurements Working Group (NMWG) [2] and PerfSONAR [3]. These works provide a normalized XML syntax for measurement data and a set of normalized web service interfaces. Nevertheless, these technologies are simplistic in the following terms: They are based on XML Schema, which just provide a common syntax. In this way, it is not possible to infer any information directly from measurement data. This inference is only possible if a given application analyzes the data.
2 2 J.E. López de Vergara, J. Aracil, J. Martínez, A. Salvador, J.A. Hernández Their interfaces are limited to a reduced set of operations, which cannot cover the full variety of network measurements. For instance, the SQL Measurement Archive interface just provides measurements of link utilization, link capacity, input errors, output drops and circuit status. A more powerful solution is to deal with the information at a semantic level, enabling some degree of inference and automatic reasoning over the retrieved measurement data. At the same time, it is possible to define the information at different abstraction levels, which allows the definition of specific class of measurements that are derived from generic ones. This paper focuses on this approach, applying the concepts provided by ontologies to address the integration of measurement information from a semantic viewpoint. For this, next section presents ontologies, providing general ideas about them. Then, it is explained how they can be applied to the MOMENT project, including the use of ths technique for classification of tools and information mappings. Finally, some conclusions are provided. 2 Ontologies An ontology is defined in [4] as a formal specification of a shared conceptualization. In practical terms, an ontology is a hierarchy of concepts with attributes and relations that brings a terminology to define in consensus semantic networks of interrelated information units. An ontology provides a vocabulary of classes and relationships to describe a domain, stressing knowledge sharing and knowledge representation. Ontologies can be useful in several aspects: their semantic definition of information enables a classification of knowledge (e.g. a tool that performs active measurement is an active tool) and inference (e.g. if a measurement is over a threshold then the network is overloaded). At the same time it is possible to query this knowledge (e.g. find all measurements whose destination address is W.X.Y.Z). Several languages can be used to describe ontologies. Among them, the Web Ontology Language (OWL, not an acronym) [5] is especially relevant. It is a language based on XML with classification capabilities that can also be combined with other languages for inferencing and querying the knowledge base. Moreover, its distribution characteristics are very interesting to solve the integration of information from disperse sources. Ontologies have been used in other information integration problems, including network management [6]. In such previous work, ontologies are proposed as a way to solve the heterogeneity of network management information models, following a methodology that merges all information into a single model, providing mappings from that new model to the old ones. We believe that the same solution can be applied to the MOMENT scenario.
3 Application of ontologies for the integration of network monitoring platforms 3 3 Applications of ontologies in MOMENT Once the ontologies and their utility have been presented, this section provides two examples of their application to MOMENT. The first one has been used to obtain a taxonomy of current monitoring tools and platforms. The second one is a proposal for the integration of the measurement information provided by monitoring tools. 3.1 Tools classification It was necessary in the early stages of the MOMENT project to have a state of the art with existing monitoring tools. For this, an ontology has been created. This approach is different from the one used in MOME project, where a relational database was used [7]. The advantages of using ontologies are manyfold: the ontology can be downloaded from the web and read by anyone freely, the information is modeled in a more flexible way than using tables, this information can be later classified based on the properties of the instances, the knowledge base can be queried including semantic information (e.g. is there any tool whose input is a kind of file?), etc. The defined ontology contains about one hundred classes. However, most of them are used as a taxonomy of measurement, input/output and control data, communication paradigm, platform, license or filter. This taxonomy can be later used for the classification of tools. Apart from these taxonomy classes, Monitoring Tool (see Fig. 1) is the most important of all classes, as it describes the information that characterizes such tools. For this, the following properties were specified: Communication Paradigm: This property indicates the communication paradigm used in the tool. Its range is the Communication Paradigm class and its subclasses. Contact URL: This property indicates a contact URL of the tool developers. Control: this property indicates how the tool is controlled. Its range is the Control IO class and its subclasses. Description: This property contains a description of the tool in natural language. Evaluator: This property provides the person that has entered the tool information in the ontology. Filter: This property provides information about the filtering capabilities of the tool. Its range is the Filter class and its subclasses. Homepage URL: This property contains the main URL of the tool in the web. Input: This property is about the input of the tool. Its range is the Data IO class and its subclasses. License: This property indicates the license of the software. Its range is the License class and its subclasses. Measurement: This property indicates the type of measurements that this tool can deal with. Its range is the Measurement class and its subclasses. Name: This property contains the name of the tool. Output: This property is about the output of the tool. Its range is the Data IO class and its subclasses. Platform: This property indicates in which platform the software runs. Its range is the Platform class and its subclasses.
4 4 J.E. López de Vergara, J. Aracil, J. Martínez, A. Salvador, J.A. Hernández Tool Dependency: This property indicates if this tool depends on other tools in the ontology. Its range is also a Monitoring Tool. Version: This property contains the version of the tool. This class was also classified in subclasses: Analysis Tools, which process data already captured and provide new data to be later visualized; Capture Tools, which acquire data from the network; and Visualization Tools, which show the monitored data to the user. Fig. 1. Monitoring Tool classes in the ontology. Once the knowledge base has been generated from this ontology, it is possible to query it. From these queries, it was concluded that there is a huge heterogeneity of tools, with many different data formats, modes of operation and interfaces. As a result, the design of the MOMENT integration system must be flexible enough to incorporate such differences between tools, with diverse data formats and control interfaces. 3.2 Information mapping As stated above, it is necessary to integrate the measurement information provided by monitoring tools in a flexible way. For this, we propose the solution depicted in Fig. 2, which is based on the same ideas already stated in [6].
5 Application of ontologies for the integration of network monitoring platforms 5 SPARQL query Upper ontology Ontology to SQL application MRO MO MO MO MO ETOMIC MOME LOBSTER DIMES Fig. 2. Proposed Architecture. In this solution, an upper ontology of measurements will be defined. This upper ontology contains the concepts of the different measurements. It can be based on the schemas defined by NMWF, as well as on the information provided by the monitoring tools, being a merged version of all of them. It should be noted that this upper ontology does not have any measurement instance. Those instances are contained in existing repositories (implemented as relational databases), simplifying the integration process. It is worth mentioning that the separation between the upper ontology and the instances may be transparent to the users. When a user queries the ontology, using for instance SPARQL (a semantic web query language) [8], the query is delegated to an application that performs the following steps: 1. It looks up in the ontology of measurement repositories (MRO in Fig. 2) which of these repositories have measurement parameters included in the query. This ontology contains the needed information to access to these repositories: where they are and what they contain. 2. A mapping ontology (MO in Fig. 2) is used to translate the SPARQL query into an SQL query. This mapping ontology has to be previously defined for each repository, specifying the mapping between the relational database (tables and columns) and the upper ontology (classes and properties). 3. The results of each database query are translated back to the upper ontology concepts using again the mapping ontology.
6 6 J.E. López de Vergara, J. Aracil, J. Martínez, A. Salvador, J.A. Hernández 4. The results are finally merged and provided to the user. These results can be used directly, or loaded in an inference engine to obtain more elaborated conclusions. Given that this solution is also applicable to similar problems in other scopes, several applications exist that can provide the functionality described above, such as R2D [9]. 4 Conclusions and further work This paper has presented ontologies, and how they can be applied to the integration of network monitoring tools, which is an important issue to be addressed in MOMENT project. In this scope, an ontology-based taxonomy of current monitoring tools and platforms has been obtained. After this, a proposal has been shown for the semantic integration of the measurement information provided by monitoring tools. Future works include the implementation and integration, as well as the validation of the ideas presented here in MOMENT project. Another important task is to find a method to homogenize the interaction interfaces with the monitoring platforms in the same way that it is done with the information. Acknowledgements. This work has been partially funded by the European Union under the project FP7-MOMENT (INFSO-ICT ). References 1. Monitoring and Measurement in the Next Generation Technologies (MOMENT) J. Zurawski, M. Swany, D. Gunter: A Scalable Framework for Representation and Exchange of Network Measurements. In Proc. 2nd International IEEE/Create-Net Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities, Tridentcom 2006, Barcelona, Spain (2006) 3. A. Hanemann, J. Boote, E. Boyd, J. Durand, L. Kudarimoti, R. Lapacz, M. Swany, S. Trocha, and J. Zurawski: Perfsonar: A service oriented architecture for multi-domain network monitoring. In Proc. Service-Oriented Computing, ICSOC 2005, Amsterdam, The Netherlands, December 2005, LNCS vol. 3826, Springer Verlag (2005) T. R. Gruber: A Translation Approach to Portable Ontology Specifications. Knowledge Acquisition, Vol. 5, No. 2 (1993) M. K. Smith, C. Welty, D. L. McGuinness: OWL Web Ontology Language Guide. W3C Recommendation, (February 2004) 6. J. E. López de Vergara, V. A. Villagrá, J. I. Asensio, J. Berrocal: Ontologies: Giving Semantics to Network Management Models. IEEE Network, vol. 17, no. 3 (2003) IST MOME: MOME Interoperability Database, Deliverable D12 (2005) 8. E. Prud'hommeaux, A. Seaborne: SPARQL Query Language for RDF. W3C Recommendation (January 2008) 9. C. Bizer, R. Cyganiak: D2R server publishing relational databases on the semantic web. In Proc. 5th International Semantic Web Conference (November 2006)
Figure 1. perfsonar architecture. 1 This work was supported by the EC IST-EMANICS Network of Excellence (#26854).
1 perfsonar tools evaluation 1 The goal of this PSNC activity was to evaluate perfsonar NetFlow tools for flow collection solution and assess its applicability to easily subscribe and request different
Voice Quality Measurement in perfsonar
Proceedings of the Asia-Pacific Advanced Network 2010 v. 30, p. 104-109 http://dx.doi.org/10.7125/apan.30.15 ISSN 2227-3026 Voice Quality Measurement in perfsonar Pin-Hsuan Chen 1, *, Che-Nan Yang 2 NCHC
On the Standardization of Semantic Web Services-based Network Monitoring Operations
On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,
An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials
ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity
A generic approach for data integration using RDF, OWL and XML
A generic approach for data integration using RDF, OWL and XML Miguel A. Macias-Garcia, Victor J. Sosa-Sosa, and Ivan Lopez-Arevalo Laboratory of Information Technology (LTI) CINVESTAV-TAMAULIPAS Km 6
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
MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT
23-24 September, 2006, BULGARIA 1 MERGING ONTOLOGIES AND OBJECT-ORIENTED TECHNOLOGIES FOR SOFTWARE DEVELOPMENT Dencho N. Batanov Frederick Institute of Technology Computer Science Department Nicosia, Cyprus
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,
How To Use Networked Ontology In E Health
A practical approach to create ontology networks in e-health: The NeOn take Tomás Pariente Lobo 1, *, Germán Herrero Cárcel 1, 1 A TOS Research and Innovation, ATOS Origin SAE, 28037 Madrid, Spain. Abstract.
Semantic Interoperability
Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from
Information Services for Smart Grids
Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria [email protected] Thomas Fahringer
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface
IAENG International Journal of Computer Science, 33:1, IJCS_33_1_22 No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface Nelson K. Y. Leung and Sim Kim Lau Abstract
Fund Finder: A case study of database-to-ontology mapping
Fund Finder: A case study of database-to-ontology mapping Jesús Barrasa, Oscar Corcho, Asunción Gómez-Pérez (Ontology Group, Departamento de Inteligencia Artificial, Facultad de Informática, Universidad
Perspectives of Semantic Web in E- Commerce
Perspectives of Semantic Web in E- Commerce B. VijayaLakshmi M.Tech (CSE), KIET, A.GauthamiLatha Dept. of CSE, VIIT, Dr. Y. Srinivas Dept. of IT, GITAM University, Mr. K.Rajesh Dept. of MCA, KIET, ABSTRACT
A Semantic Approach for Access Control in Web Services
A Semantic Approach for Access Control in Web Services M. I. Yagüe, J. Mª Troya Computer Science Department, University of Málaga, Málaga, Spain {yague, troya}@lcc.uma.es Abstract One of the most important
Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology
Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. [email protected] Abstract The scholarly activities
The Ontology and Architecture for an Academic Social Network
www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,
A Framework for Collaborative Project Planning Using Semantic Web Technology
A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically
Semantic Stored Procedures Programming Environment and performance analysis
Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski
Simplifying e Business Collaboration by providing a Semantic Mapping Platform
Simplifying e Business Collaboration by providing a Semantic Mapping Platform Abels, Sven 1 ; Sheikhhasan Hamzeh 1 ; Cranner, Paul 2 1 TIE Nederland BV, 1119 PS Amsterdam, Netherlands 2 University of Sunderland,
SmartLink: a Web-based editor and search environment for Linked Services
SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,
Ontology for Home Energy Management Domain
Ontology for Home Energy Management Domain Nazaraf Shah 1,, Kuo-Ming Chao 1, 1 Faculty of Engineering and Computing Coventry University, Coventry, UK {nazaraf.shah, k.chao}@coventry.ac.uk Abstract. This
ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004
ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: [email protected]), University of
Knowledge Management
Knowledge Management INF5100 Autumn 2006 Outline Background Knowledge Management (KM) What is knowledge KM Processes Knowledge Management Systems and Knowledge Bases Ontologies What is an ontology Types
Model Driven Interoperability through Semantic Annotations using SoaML and ODM
Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:
RDF Dataset Management Framework for Data.go.th
RDF Dataset Management Framework for Data.go.th Pattama Krataithong 1,2, Marut Buranarach 1, and Thepchai Supnithi 1 1 Language and Semantic Technology Laboratory National Electronics and Computer Technology
CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS
CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS Keyvan Mohebbi 1, Suhaimi Ibrahim 2, Norbik Bashah Idris 3 1 Faculty of Computer Science and Information Systems, Universiti Teknologi
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences [email protected] George MANIU Spiru Haret University Bucharest, Romania Faculty
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
OWL Ontology Translation for the Semantic Web
OWL Ontology Translation for the Semantic Web Luís Mota and Luís Botelho We, the Body and the Mind Research Lab ADETTI/ISCTE Av. das Forças Armadas, 1649-026 Lisboa, Portugal [email protected],[email protected]
Evaluation experiment for the editor of the WebODE ontology workbench
Evaluation experiment for the editor of the WebODE ontology workbench Óscar Corcho, Mariano Fernández-López, Asunción Gómez-Pérez Facultad de Informática. Universidad Politécnica de Madrid Campus de Montegancedo,
The Ontological Approach for SIEM Data Repository
The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian
Semantic Information on Electronic Medical Records (EMRs) through Ontologies
Semantic Information on Electronic Medical Records (EMRs) through Ontologies Suarez Barón M. J. Researcher, Research Center at Colombian School of Industrial Careers [email protected] Bogotá,
An Ontology in Project Management Knowledge Domain
An Ontology in Knowledge Domain T.Sheeba, Muscat College, P.O.Box:2910, P.C:112, Ruwi, Sultanate of Oman Reshmy Krishnan, PhD. Muscat College, P.O.Box:2910, P.C:112, Ruwi, Sultanate of Oman M.Justin Bernard,
An Ontology-based e-learning System for Network Security
An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology [email protected] Goichi Itabashi Graduate School
Context Model Based on Ontology in Mobile Cloud Computing
Context Model Based on Ontology in Mobile Cloud Computing Changbok Jang, Euiin Choi * Dept. Of Computer Engineering, Hannam University, Daejeon, Korea [email protected], [email protected] Abstract.
Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints
Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints Christian Bizer 1 and Andreas Schultz 1 1 Freie Universität Berlin, Web-based Systems Group, Garystr. 21, 14195 Berlin, Germany
Publishing Linked Data Requires More than Just Using a Tool
Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
Ontology-Based Discovery of Workflow Activity Patterns
Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2
Practical Guidelines for Building Semantic erecruitment Applications
Practical Guidelines for Building Semantic erecruitment Applications Malgorzata Mochol, Elena Paslaru Bontas Simperl Free University of Berlin Takustr. 9, 14195 Berlin, Germany mochol, [email protected]
Semantic Exploration of Archived Product Lifecycle Metadata under Schema and Instance Evolution
Semantic Exploration of Archived Lifecycle Metadata under Schema and Instance Evolution Jörg Brunsmann Faculty of Mathematics and Computer Science, University of Hagen, D-58097 Hagen, Germany [email protected]
SEMANTIC WEB BASED INFERENCE MODEL FOR LARGE SCALE ONTOLOGIES FROM BIG DATA
SEMANTIC WEB BASED INFERENCE MODEL FOR LARGE SCALE ONTOLOGIES FROM BIG DATA J.RAVI RAJESH PG Scholar Rajalakshmi engineering college Thandalam, Chennai. [email protected] Mrs.
OWL based XML Data Integration
OWL based XML Data Integration Manjula Shenoy K Manipal University CSE MIT Manipal, India K.C.Shet, PhD. N.I.T.K. CSE, Suratkal Karnataka, India U. Dinesh Acharya, PhD. ManipalUniversity CSE MIT, Manipal,
Core Enterprise Services, SOA, and Semantic Technologies: Supporting Semantic Interoperability
Core Enterprise, SOA, and Semantic Technologies: Supporting Semantic Interoperability in a Network-Enabled Environment 2011 SOA & Semantic Technology Symposium 13-14 July 2011 Sven E. Kuehne [email protected]
Databases in Organizations
The following is an excerpt from a draft chapter of a new enterprise architecture text book that is currently under development entitled Enterprise Architecture: Principles and Practice by Brian Cameron
Multilingual and Localization Support for Ontologies
Multilingual and Localization Support for Ontologies Mauricio Espinoza, Asunción Gómez-Pérez and Elena Montiel-Ponsoda UPM, Laboratorio de Inteligencia Artificial, 28660 Boadilla del Monte, Spain {jespinoza,
Weblogs Content Classification Tools: performance evaluation
Weblogs Content Classification Tools: performance evaluation Jesús Tramullas a,, and Piedad Garrido a a Universidad de Zaragoza, Dept. of Library and Information Science. Pedro Cerbuna 12, 50009 [email protected]
DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE. Darko ANDROCEC
RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2013 Special Number DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE Darko ANDROCEC
Annotea and Semantic Web Supported Collaboration
Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve
DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies
DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies Karuna P. Joshi* Computer Science and Electrical Engineering University of Maryland, Baltimore County, Baltimore,
Towards the Integration of a Research Group Website into the Web of Data
Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades
Semantic Web Technologies and Data Management
Semantic Web Technologies and Data Management Li Ma, Jing Mei, Yue Pan Krishna Kulkarni Achille Fokoue, Anand Ranganathan IBM China Research Laboratory IBM Software Group IBM Watson Research Center Bei
Semantic Web Services for e-learning: Engineering and Technology Domain
Web s for e-learning: Engineering and Technology Domain Krupali Shah and Jayant Gadge Abstract E learning has gained its importance over the traditional classroom learning techniques in past few decades.
A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition
32 A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition Ion SMEUREANU, Andreea DIOŞTEANU Economic Informatics Department, Academy of
technische universiteit eindhoven WIS & Engineering Geert-Jan Houben
WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL
Semantically Enhanced Web Personalization Approaches and Techniques
Semantically Enhanced Web Personalization Approaches and Techniques Dario Vuljani, Lidia Rovan, Mirta Baranovi Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, HR-10000 Zagreb,
Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach
Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM)
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM) Nasim Khozoie Department of Computer Engineering,yasuj branch, Islamic Azad University, yasuj, Iran [email protected] ABSTRACT Information
Ontology and automatic code generation on modeling and simulation
Ontology and automatic code generation on modeling and simulation Youcef Gheraibia Computing Department University Md Messadia Souk Ahras, 41000, Algeria [email protected] Abdelhabib Bourouis
Towards a reference architecture for Semantic Web applications
Towards a reference architecture for Semantic Web applications Benjamin Heitmann 1, Conor Hayes 1, and Eyal Oren 2 1 [email protected] Digital Enterprise Research Institute National University
Improving EHR Semantic Interoperability Future Vision and Challenges
Improving EHR Semantic Interoperability Future Vision and Challenges Catalina MARTÍNEZ-COSTA a,1 Dipak KALRA b, Stefan SCHULZ a a IMI,Medical University of Graz, Austria b CHIME, University College London,
Development of an Ontology for the Document Management Systems for Construction
Development of an Ontology for the Document Management Systems for Construction Alba Fuertes a,1, Núria Forcada a, Miquel Casals a, Marta Gangolells a and Xavier Roca a a Construction Engineering Department.
Annotation: An Approach for Building Semantic Web Library
Appl. Math. Inf. Sci. 6 No. 1 pp. 133-143 (2012) Applied Mathematics & Information Sciences @ 2012 NSP Natural Sciences Publishing Cor. Annotation: An Approach for Building Semantic Web Library Hadeel
SQLMutation: A tool to generate mutants of SQL database queries
SQLMutation: A tool to generate mutants of SQL database queries Javier Tuya, Mª José Suárez-Cabal, Claudio de la Riva University of Oviedo (SPAIN) {tuya cabal claudio} @ uniovi.es Abstract We present a
Serendipity a platform to discover and visualize Open OER Data from OpenCourseWare repositories Abstract Keywords Introduction
Serendipity a platform to discover and visualize Open OER Data from OpenCourseWare repositories Nelson Piedra, Jorge López, Janneth Chicaiza, Universidad Técnica Particular de Loja, Ecuador [email protected],
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
EHR Standards Landscape
EHR Standards Landscape Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London [email protected] A trans-national ehealth Infostructure Wellness
Creating an RDF Graph from a Relational Database Using SPARQL
Creating an RDF Graph from a Relational Database Using SPARQL Ayoub Oudani, Mohamed Bahaj*, Ilias Cherti Department of Mathematics and Informatics, University Hassan I, FSTS, Settat, Morocco. * Corresponding
A Secure Mediator for Integrating Multiple Level Access Control Policies
A Secure Mediator for Integrating Multiple Level Access Control Policies Isabel F. Cruz Rigel Gjomemo Mirko Orsini ADVIS Lab Department of Computer Science University of Illinois at Chicago {ifc rgjomemo
Ontology-Based Query Expansion Widget for Information Retrieval
Ontology-Based Query Expansion Widget for Information Retrieval Jouni Tuominen, Tomi Kauppinen, Kim Viljanen, and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology
Towards a Semantic Wiki Wiki Web
Towards a Semantic Wiki Wiki Web Roberto Tazzoli, Paolo Castagna, and Stefano Emilio Campanini Abstract. This article describes PlatypusWiki, an enhanced Wiki Wiki Web using technologies from the Semantic
On the general structure of ontologies of instructional models
On the general structure of ontologies of instructional models Miguel-Angel Sicilia Information Engineering Research Unit Computer Science Dept., University of Alcalá Ctra. Barcelona km. 33.6 28871 Alcalá
Development of Ontology for Smart Hospital and Implementation using UML and RDF
206 Development of Ontology for Smart Hospital and Implementation using UML and RDF Sanjay Anand, Akshat Verma 2 Noida, UP-2030, India 2 Centre for Development of Advanced Computing (C-DAC) Noida, U.P
Metafrastes: A News Ontology-Based Information Querying Using Natural Language Processing
Metafrastes: A News Ontology-Based Information Querying Using Natural Language Processing Hanno Embregts, Viorel Milea, and Flavius Frasincar Econometric Institute, Erasmus School of Economics, Erasmus
Automating Cloud Service Level Agreements using Semantic Technologies
In proceedings of CLaw Workshop, IEEE International Conference on Cloud Engineering (IC2E), March 2015 Automating Cloud Service Level Agreements using Semantic Technologies Karuna Pande Joshi and Claudia
