- Jena (framework)
Infobox_Software
name = Jena Semantic Web Framework
caption =
developer =Hewlett-Packard
latest_release_version = 2.5.6
latest_release_date =June 11 ,2008
operating_system =Cross-platform
genre =Semantic Web
license =BSD-style license
website = http://jena.sourceforge.net/Jena is an
open source Semantic Web framework for Java. It provides anAPI 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 throughSPARQL and updated throughSPARUL .Jena is similar to Sesame; though, unlike Sesame, Jena provides support for OWL (
Web Ontology Language ). The framework has various internal reasoners and also provides support for external reasoners through theDIG interface .In addition thePellet reasoner (an open source Java OWL-DL reasoner) can be set up to work in Jena without using theDIG interface . This allows for improved speed and overcomes some of the limitations in the DIG protocol.Jena supports serialisation of RDF graphs to:
*arelational database
*RDF/XML
*Turtle
*Notation 3 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, but as of yet, it does not provide an update protocol. The project is a sub-project of Jena and is developed as aJ2EE application. Joseki can also be run stand-alone server as it ships preconfigured with the Jetty web server.References
ee also
* Sesame
External links
* [http://jena.sourceforge.net/ Jena project page]
* [http://www.joseki.org/ Joseki project page]
* [http://pellet.owldl.com/ Pellet reasoner project page]
* [http://pellet.owldl.com/faq/single-page#using-pellet-in-jena Using Pellet from Jena with and without the DIG interface]
* [http://sites.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/ Using D2RQ to map relational database content as RDF]
* [http://kill.devc.at/node/84 Tutorial: Jena Semantic Web Framework]
Wikimedia Foundation. 2010.