Skip to content

Tool to create and edit LSS-USDL (Linked Service Systems for USDL) instances using a graphical interface. Built in Ruby on Rails

Notifications You must be signed in to change notification settings

rplopes/lss-usdl_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSS-USDL Editor

Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 Unported License.

Linked Service Systems for USDL (LSS-USDL) is an ontology for modeling service systems in RDF. This is a graphical editor for LSS-USDL instances developed in Ruby on Rails. Its goal is to provide an abstranction to model service systems without having to edit RDF code and also to present a visual representation of modeled serivce systems. A deployed version for demonstration purposes is available at http://lss-usdl-editor.herokuapp.com.

How to set up

This webapp was developed in Ruby, using the framework Ruby on Rails. So if you don't have Ruby installed in your computer, you should install it. Follow this link for all the information on how to install Ruby on your platform.

This application is versioned in Git, so if you don't have Git installed, you should also install it. Follow this link for all the information on how to install Git on your platform.

If you want to run this application on your computer and not on a production server, you also need to install the database SQLite, to store the information even when you exit the editor. Follow this link for the installation instructions. If you are configuring a production environment, then you should install PostgreSQL instead.

The first step to set up this app on your computer is to clone the Git repository. To do so, type the following in your terminal:

git clone git@github.com:rplopes/lss-usdl_editor.git

This will copy all the necessary files to the directory lss-usdl_editor. To go to that directory:

cd lss-usdl_editor

Now you need to install the required dependencies. If you don't have the Bundler gem installed:

gem install bundler

Now to install all other required gems just type:

bundle install

In order to save data we need to have a database and the right schema. We use the SQLite database because it is great for lightweight usage. If you are setting up a production environment, then the database is PostgreSQL. The required commands to generate the database and schema are:

rake db:create
rake db:migrate

Now everything is set. To start the application type:

rails server

Useful links

  • Linked Service Systems for USDL: Open source repository of the LSS-USDL model.
  • USDL Incubator Group: LSS-USDL is part of the research for service systems by the USDL research group.
  • Linked USDL: Similar project, focusing on service descriptions for customers. The third use case found in LSS-USDL's repository shows a service system modeled both in LSS-USDL and Linked USDL.
  • Linked USDL core: Repository for the core module of Linked USDL. The other modules may be found under the same Github profile.
  • Semantic Web: Technologies such as RDF are a core component of LSS-USDL.

About

Tool to create and edit LSS-USDL (Linked Service Systems for USDL) instances using a graphical interface. Built in Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published