Jena (framework)

For other uses, see Jena (disambiguation).
Apache Jena Semantic Web Framework
Developer(s) HP Labs (until October 2009), then Apache Software Foundation
Stable release
2.12.0 / August 2, 2014 (2014-08-02)
Operating system Cross-platform
Type Semantic Web
License Apache License 2.0
Website http://jena.apache.org/

Apache 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 1.1.

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:

Fuseki

Fuseki is an HTTP interface to RDF data. It supports SPARQL for querying and updating. The project is a sub-project of Jena and is developed as servlet. Fuseki can also be run stand-alone server as it ships preconfigured with the Jetty web server.

This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.