Apache Jena: Difference between revisions

From lotico
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
}}
}}


'''Apache Jena''' is an [[Open-source software|open source]] [[Semantic Web]] framework for [[Java (programming language)|Java]]. It provides an [[API]] to extract data from and write to [[Resource Description Framework|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.
'''Apache Jena''' is an open source [[Semantic Web]] framework for the 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 [[RDF4J]] (formerly OpenRDF Sesame); though, unlike RDF4J, Jena provides support for OWL ([[Web Ontology Language]]). The framework has various internal reasoners and the [[Semantic reasoner|Pellet reasoner]] (an open source Java OWL-DL reasoner) can be set up to work in Jena.
Jena is similar to RDF4J (formerly OpenRDF Sesame) though, unlike RDF4J, Jena provides support for Web Ontology Language (OWL). The framework has various internal reasoners can be set up to work in Jena.


Jena supports serialisation of RDF graphs to:
Jena supports serialisation of RDF graphs to:
* a RDF database
*a [[relational database]]
*a [[relational database]]
*[[RDF/XML]]
*[[RDF/XML]]

Revision as of 12:54, 18 April 2019

Template:Otheruses Template:Infobox software

Apache Jena is an open source Semantic Web framework for the 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 RDF4J (formerly OpenRDF Sesame) though, unlike RDF4J, Jena provides support for Web Ontology Language (OWL). The framework has various internal reasoners can be set up to work in Jena.

Jena supports serialisation of RDF graphs to:

Versions

Release Name Date
Apache Jena 3.10.0 2018-12-30
Apache Jena 3.9.0 2018-10-08
Apache Jena 3.8.0 2018-07-02
Apache Jena 3.7.0 2018-02-14
Apache Jena 3.6.0 2017-12-17
Apache Jena 3.5.0 2017-11-02
Apache Jena 3.4.0 2017-07-21
Apache Jena 3.3.0 2017-05-21
Apache Jena 3.2.0 2017-02-10
Apache Jena 3.1.0 2016-05-14
Apache Jena 3.0.0 2015-07-29
Apache Jena 2.13.0 2015-03-13
Apache Jena 2.12.1 2014-10-09
Apache Jena 2.12.0 2014-08-07
Apache Jena 2.11.1 2014-01-24
Apache Jena 2.11.0 2013-09-18
Apache Jena 2.10.1 2013-05-15
Apache Jena 2.10.0 2013-02-25
Apache Jena 2.7.4 2012-10-25
Apache Jena 2.7.3 2012-08-08
Apache Jena 2.7.2 2012-07-02
Apache Jena 2.7.1 2012-06-18
Apache Jena 2.7.0 2011-12-23
Jena 2.6.3 2010-06-01
Jena 2.6.2 2009-10-16
Jena 2.6.0 2009-05-18
Jena 2.5.7 2008-12-08
Jena 2.1 2004-02-10
Jena 2.0 2003-08-28
Jena 1.1.0 2001-07-06
Jena 1.0 2000-08-28

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.

External links

Template:Software-stub