SWORD
SWORD stands for Semantic Web On Rails Development. It is a ruby on rails plugin which ease the development of semantic web applications.
Our paradigm is to create applications directly based on the semantic web information standards.
SWORD integrates nicely with rails and activeRDF and offers scabbard generators, same as scaffolding for semantic web applications. In one command line, you create a controller, model and views to manage one particular semantic web data type, such as a Person of the foaf ontology. The views and the controller offers actions such as search/list, new/create, fetch/show, edit/update.
Once these basic files are generated, the application developer configures, enhances and grows his application.
Here follows an example of developing a foaf editor/viewer.
...