RDF Editor

RDF Editor can be used to write and edit RDF documents. It also generates and saves N-Triple reports on any platform. Written in Java (Swing), RDF Editor uses xerces ( http://xml.apache.org/ ) and Jena ( http://www.hpl.hp.com/semweb/ ). Initial development was done by Orr Bernstein and then it was modified by Mohit Oberoi to add certain features under the supervision of John Punin


Installation guide:

  1. Download the RDF Editor (rdfeditor 1.0.zip) file from the following hyperlink http://sourceforge.net/projects/rdfeditor/

  2. Unzip the downloaded zip file into a previous specified or a new folder.

  3. In the folder you will come across two files, build.bat & run.bat. Edit the build.bat and run.bat files and specify the path to the java/bin directory on your computer (where all the java executables are). If you are using a platform other than Windows, create a script that performs the same functions as the build.bat & run.bat files.

  4. Run build.bat to compile the code and then run run.bat to execute the application

 

RDF Editor interface:

Available Menus

File Menu

File -> New - Creates a New RDF File.
File -> Open - Opens a currently existing RDF File.
File -> Save - Saves the currently open RDF File.
File -> Save Report - Saves the report that you have generated. (Report area is the text area in the bottom half. Whatever you see there will be saved).
File -> Exit - Exit the application.

Edit Menu

Edit -> Copy All - Copy the whole RDF document that is currently open and put it in clipboard.
Edit -> Undo - 1-level down implementation of undo. If you accidentally add or remove any component from the file, you can use undo to undo the previous action. Pressing undo twice will bring back the change you did.

Tools Menu

Tools -> Generate N-Triple report - Generate N-Triple report from the currently open RDF file and show it in the Report area (bottom half).

Note:

  1. File -> New
  2. Write a document
  3. Save the document
  4. Generate N-Triple report
OR
  1. File -> Open
  2. Generate N-Triple report

 

OR
  1. File -> Open
  2. Edit the document
  3. Save the document
  4. Generate N-Triple report


Additional Information:

Source code is included in the zip file. The Swing based GUI part is placed in the /src/rdfeditor/gui folder and the XML related parts are in /src/rdfeditor/data folder.

©Copyright of CS department of Rensselaer Polytechnic Institute. This software is presented AS-IS. No responsibility is taken for any harm that may occur due to this software.

SourceForge Logo

counter