1

Apache Clerezza in 5 Bullet Points

  • OSGi-based Platform
  • RESTful Web Service Framework
  • Based on W3C Standard
  • Database/Triple Store independent
  • Scripting Support (JSR 223 compatible)

Apache Clerezza for Developers

Apache Clerezza allows to easily develop semantic web application by providing the following:
  • An API to access RDF Graphs
  • SPARQL Support
  • A JAX-RS implementation
  • TypeHandlers: JAX-RS resources bound to an RDF type
  • Renderlets to create various representations from RDF resources, ScalaServerPages allows to easily write renderlets in Scala
  • Scripting in Scala on the Clerezza Console