Jena (framework)
| Developer(s) | HP Labs (until October 2009) |
|---|---|
| Stable release | 2.7.0 / December 14, 2011 |
| Operating system | Cross-platform |
| Type | Semantic Web |
| License | BSD-style license |
| Website | http://openjena.org/ |
Jena is an open source Semantic Web framework for Java. It provides an API to extract data from and write to RDF graphs. The graphs are represented as an abstract "model". A model can be sourced with data from files, databases, URLs or a combination of these. A Model can also be queried through SPARQL and updated through SPARUL.
Jena is similar to Sesame; though, unlike Sesame, Jena provides support for OWL (Web Ontology Language). The framework has various internal reasoners and the Pellet reasoner (an open source Java OWL-DL reasoner) can be set up to work in Jena.
Jena supports serialisation of RDF graphs to:
Contents |
[edit] Joseki
Joseki is an RDF server. The goal of Joseki is to provide an HTTP interface to RDF data. It fully supports SPARQL for querying and updating. The project is a sub-project of Jena and is developed as a Java EE application. Joseki can also be run stand-alone server as it ships preconfigured with the Jetty web server.
[edit] References
[edit] See also
[edit] External links
- Jena project page
- Joseki project page
- Pellet reasoner project page
- Using Pellet from Jena with and without the DIG interface
- Using D2RQ to map relational database content as RDF
- Tutorial: Jena Semantic Web Framework
| This software article is a stub. You can help Wikipedia by expanding it. |