logo

DIP D2.9: Reporting Tool

Prototype Fact Sheet, 30 June 2006

This version:
http://www.omwg.org/tools/dip/factsheets/ReportingToolFactSheet.html
Latest version:
http://www.omwg.org/tools/dip/factsheets/ReportingToolFactSheet.html
Previous version:
http://www.omwg.org/tools/dip/factsheets/ReportingToolFactSheet-0.2.html
Authors:
Erel Sharf (Unicorn), erel@il.ibm.com
Reviewers:
Jan Henke (UIBK)
Carlos Pedrinaci (OU)


This document is also available in non-normative PDF version.

Copyright © 2005 - 2006 DIP. All Rights Reserved. DIP liability, trademark, document use, and software licensing rules apply.


Document Information

IST Project Number FP6 – 507483 Acronym DIP
Full Title Data, Information, and Process Integration with Semantic Web Services
Project URL http://dip.semanticweb.org
Document URL here: latest version
EU Project Officer Kai Tullius

Deliverable Number 2.9 Title Reporting Tool
Work package Number 2 Title Ontology Management

Date of Delivery contractual M30 actual 30-June-2006
Status version 0.3 final
Nature
Prototype Report Dissemination Ontology
Dissemination Level
Public Consortium

Authors Erel Sharf
Responsible Author
Erel Sharf Email erel@il.ibm.com
Partner Unicorn Phone +972 2 649 1102

Abstract
(for dissemination)
This document contains information summary and installation instructions of the "Ontology Reporting Tool" - a web based application for browsing ontologies and mappings in different graphical including statistical information and a "change request" mechanism for initiating editorial changes in the ontologies.
Keywords Ontology Reporting, Web application

Version Log
issue date (dd-mm-yy) revision no. author change
31-12-05 001 Erel Sharf first internal version (version 0.2)
09-06-06 002 Erel Sharf final version for internal review
30-06-06 003 Erel Sharf final submitted version (version 0.3)

Reviewer Information
1
Jan Henke Email jan.henke@deri.org
Partner DERI Phone +43 (0) 512 507 6451
2
Carlos Pedrinaci Email C.Pedrinaci@open.ac.uk
Partner OU Phone +44 (0) 1908 654773

 

Table of contents

1. Availability and Contacts
2. Introduction: Purpose and Functionality
3. Requirements
4. Licensing
5. Installation and Usage
5.1. Installation prerequisite
5.2. Web Server
5.3. Running the reporting tool
6. Usage Examples
7. Future Plans
Appendix

1. Availability and Contacts

Version:
0.3, 30 June 2006.
Download & Installation:
The Ontology Reporting Tool is a Web Application.
The WAR-archive is available for download at: http://www.omwg.org/tools/dip/tools/dip.war.
Please see Installation Instructions for details.
Contact person:
Erel Sharf, erel@il.ibm.com

2. Purpose and Functionality

An important aspect of ontology management is the ability to better understand your ontologies. This deliverable is a graphical user interface (GUI) for reporting functionality that is intended to provide this understanding as it provides repository browsing and various graphical reports.

The tool will be implemented partly as an eclipse plugin but mostly as a web interface application that takes into consideration usability requirements.

The diagram below depicts the planed architecture for the reporting tool deliverable.

3. Requirements

Nature: Tool
Interfaces (API, Web Services): Graphical User Interface.
Platform:Web server.
Supported standards:WSMO

Required Libraries (OMWG, SDK Cluster, WSMO-related):

4. Licensing

5. Installation and Usage

5.1 Installation prerequisite

In order to report on ontologies and mappings, data needs to be in the repository first. Therefore, it is assumed that a Unicorn repository already exists on the web server host.

5.2 Web Server

The Unicorn reporting tool for DIP is a J2EE web application that can be deployed on any J2EE web server.

A recommend free lightweight option is Apache Tomcat. A Tomcat installation can be downloaded from the FTP site under "30_June_Submission/ReportingTool/" directory.
To install and run Tomcat, simply extract jakarta-tomcat-5.0.18.zip file and perform the steps in section 5.4. Then start Tomcat by running the jakarta-tomcat-5.0.18/bin/startup script.:

Tip - It is not recommended to use Tomcat 5.5, as it is designed for Java 5.0 binaries and has low performance on Java 1.4 binaries.

5.3 Running the Reporting Tool

Please download the "dip.war" file http://www.omwg.org/tools/dip/tools/dip.war, and put it under "%TOMCAT_HOME%/webapps" directory (e.g., jakarta-tomcat-5.0.18/webapps).

Now start Tomcat.

Open a browser and type the URL: http://localhost:8080/dip

Tip: If you would like to use Eclipse embedded web browser, please download "browser_plugins.zip" file and extract it to the Eclipse "plugins" directory and restart Eclipse. To open the browser in Eclipse: Window -> Show View -> Other -> Other -> Web Browser

6. Usage Examples

Please see user guide http://www.omwg.org/tools/dip/oms/

7. Future Plans