Apache Jena: Difference between revisions

From lotico
Jump to navigation Jump to search
No edit summary
 
(181 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
__NOTOC__
| name = Apache Jena
| title      = Apache Jena
| subheader  = Apache
| header = (the rest of the infobox goes here)
| license = Apache License 2.0
| website = [https://jena.apache.org/index.html jena.apache.org]
| repo = [https://git-wip-us.apache.org/repos/asf?p=jena.git git-wip-us.apache.org]
}}


[[file:|[[Apache Jena]] license = Apache License 2.0]]
[[File:Jena-logo-small.png|frame|260px|[[Apache Jena]] <br> license = [https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0] ]]


'''Apache Jena''' is an open source Semantic Web framework for the Java by HP Labs (until October 2009), then Apache Software Foundation. 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.
'''Apache Jena''' is an open-source Semantic Web framework for Java. It was initially produced by HP Labs (until October 2009) in Bristol UK, and after a brief period as openjena it became an Apache Software Foundation project. Jena provides an API to extract data from and write to Resource Description Framework (RDF) graphs also called a Model in Jena. A model can be sourced with data from files, databases, URLs or a combination of these. A Model can be queried through a query language such as SPARQL 1.1 and specific ARQ extensions. The framework has various internal reasoners that can be set up to work with different OWL and rules profiles.


Jena supports serialisation of RDF graphs to:
Jena supports the serialisation of RDF graphs to a number of different formats:
*a RDF database
*RDF databases
*a relational database
*relational databases
*RDF/XML
*RDF/XML
*Turtle
*Turtle
*Notation 3
*N-Triples Notation 3
*JSON-LD
*RDF/JSON
*TriG
*N-Quads
*TriX
*RDF Binary
 
 
==Project History==
 
On 28th August 2000 Brian McBride a researcher at HP Labs Bristol in the UK announced the JENA project with a brief [http://lists.w3.org/Archives/Public/www-rdf-interest/2000Aug/0128.html  message to the W3C RDF Interest Group mailing-list]. His hope was to build “better tools {that} will help to encourage the adoption of RDF”. Though calling for an Apache project for the Semantic Web for some time little did Brian know that 20 years on Jena would be known as a top level Apache Jena Project with a strong and steady community developer base with almost half a million lines of code in the release. Today JENA consists of a RDF API, a triple store called TDB a RDF storage solutions and the OWL API. And last but not least a fully-fledged SPARQL server called FUSEKI. It shows that Jena is now more than just a Java API to process RDF. It is shaping technology standards and did help the wider Semantic Web community by advancing technology tools to bring the Semantic Web vision to its full potential. The evolution of the Jena project is described loosely along four distinct phases of the projects life cycle: An innovation phase that bootstraps the project, an early adoption phase that comes as a result of availability of a usable code base, followed by a late adoption phase that evolved along a more stable release cycle and new product features and design patterns. Finally we take a look at the most recent phase that is associated with attempts to mainstream the technology and can be described by a prolonged phase of adoption in the mainstream.
 
 
===Early Innovation===
In 2000 the first generation of the Jena project was hosted by HP Labs (HP Laboratories) in Bristol, England. The project was driven by Brian McBride a researcher and Semantic Web evangelist working on the implementation of the W3C's RDF specification. In December 2000 Brian McBride described Jena as an experimental Java API for manipulating RDF. The name of the Jena project was inspired by Brian’s daughter Jena McBride. In the source code of version 1.0 the first official release it is mentioned that some of the ideas are “derived from the SiRPAC API, which {was most} recently maintained by [[Sergey Melnik]]. It borrows from the subject centric approach of David Megginson's DATAX API and the cascading calls style of JDom.”
 
In January 2001 the first Jena release 1.0 was published and made available for public download. In April 2001 Brian became co-chair of the W3C RDFCore Working Group which initially was part of the W3C Metadata Activity but which in turn was replaced by the W3C Semantic Web Activity group in February 2001. It had a significant impact on the development of standards and technologies related to RDF.
 
====Jena 1====
The initial Jena team in 2001 was comprised of [[Brian McBride]] (core API and Berkeley DB support), [[Andy Seaborne]] (RDQL query support), [[Dave Reynolds]] (web hacker and SQL support), [[Ian Dickinson]] (DAML API), [[Chris Dollin]] and [[Jeremy Carroll]] (ARP). On June 6 Jeremy Carroll announced the release of version 1.1.0 on the RDF-Interest group mailing list. On October 1, 2001 Brian McBride announced the release of version 1.2 with ARP, RDQL, DAML+OIL and a persistent store on the Jena users mailing list. The primary reader processed RDF/XML with XML API SAX to load data and generate the RDF model. The Jena 1.2 release had three different datastores: an in memory store, a storage in a relational database (RDBMS) via Java Database Connectivity (JDBC) and the Sleepycat embedded datastore Berkeley DB. [1]
 
===Early Adoption===
 
====Jena 2====
The release of Jena 2.0 most likely not coincidentally fell on August 28th, 2003. Only 3 short years after the first announcement of the Jena project. Noticeable changes included that the Jena source code introduces the Factory pattern, a design pattern in Java, to create the RDF and query model instances without exposing creation logic to the user and refer to new objects through a common interface. Furthermore it introduces the Graph package to Jena. Jena version 2.5 introduced Dataset in the ARQ package to manage different types of data sources.
 
By february 2004 HP Labs reported that the Jena project had more than 17,000 downloads and described it as the “[https://www.hpl.hp.com/news/2004/jan-mar/jena2.1.html most popular toolkit for Semantic Web developers and that approximately 80% of Semantic Web applications that we have seen at recent major conferences have been based on Jena,]" was reported by Martin Merry, a Semantic Web research manager at HP Labs Bristol.
 
===Late Adoption Phase and Project Migration===
 
====From HP to OpenJena====
By October 2009 the Jena project moved its server from HP to openjena.org (a server provided by Talis) to reflect that Jena has become an open source project with developers from multiple different organisations.
 
====Apache Jena Project====
In December 2011 the Jena project officially became an Apache project, Andy Seaborne announced Jena 2.7.0-incubating, the first Apache release of Jena under the Apache License, and the first release while Jena was incubating, sponsored by the Apache Incubator PMC. It soon became a top level project (TLP) in April 2012 with the status as a full Apache project with the PMC chair Andy Seaborne. Its most significant contribution was the release of Fuseki a fully fledged SPARQL server in June 2012 in a separate download.
 
 
=== Apache Jena goes Mainstream ===
 
====Apache Jena 3====
By November 2010 the [https://cwiki.apache.org/confluence/display/incubator/JenaProposal Jena project was accepted into the Apache Incubator]. It took the Jena team (now the Apache Jena team) 12 years to make it to release 3.0. While retrospectively it does look more like a maintenance release, just adding a few new features it made significant changes in the package naming and source code structure. In addition Java 8 was now a minimum requirement to fully utilize the Jena project. By April 2012 the [https://www.mail-archive.com/jena-dev@incubator.apache.org/msg03949.html Apache Jena project "graduated" and became a TLP] (Top Level Project) at the Apache Software Foundation.
 
==Noticeable Developments==
 
===Persistent Storage Solutions===
From it's early days the storage of RDF models (or persistence layer for Jena) was an area of particular interest for the Jena team. Version 1.0 allowed API users to create RDF models, and read and write to and from RDF/XML files. During execution the model would be loaded into memory. The first mention on the mailing list for a “persistent storage module“ that directly allowed API users to access and manipulate RDF triples during execution time was made available in release 1.2 on October 1, 2001 and was based on Berkeley DB (BDB). It was later accompanied by SDB a extended persistent store using a relational database. And finally covered by the TDB and TDB2 release.
 
SDB 1.0 was announced on 28 Nov 2007 and had support for Oracle 10g R2 & 11g including Oracle Express, IBM DB2 9 including DB Express, Microsoft SQL Server 2005 including SQL Server Express, PostgreSQL v8, MySQL 5.0 (>=3D5.0.22), HSQL DB 1.8, Apache Derby 10.2. SDB 1.0 required Java5 to work. SDB was first mentioned on 15. February 2006 on the Jena dev mailing list and was advertised as a new database layout for SPARQL. Long before SPARQL became a W3C recommendation and the dominant query language for the Semantic Web.
 
===A Query Language for RDF===
Since the RDF API allows developers to interact with the RDF Model directly on the API level soon calls for a more abstract interaction were voiced. In February 2001 Libby Miller made a case for an API-independent query language with the name SquishQL [4] which was based on the word play SQL-ish and also referring to Guha's "Enabling Inferencing" QL98 position paper as an inspiration for the work.[3] This led to the development of a query language similar to SQL in the relational database world. RDQL was first mentioned in the 1.2 release in June 2001 to query RDF but still worked primarily on the back of the XML processing chain. RDQL later was proposed as a W3C member submission on 9 January 2004 by Andy Seaborne.[4] The submission explicitly mentions the QL98 position statement by Guha, Lassila, Miller and Brickly as an influence to the work on RDQL.[5]  SPARQL as a dedicated query language for RDF was first mentioned in 2004 and discussed as a W3C working draft on 12 October 2004.
 
{| class="wikitable"
!colspan="25"|Jena Query Syntax Support
|-
!RDQL
!1.0
!1.1
!ARQ
!Function
!2000
!2001
!2002
!2003
!2004
!2005
!2006
!2007
!2008
!2009
!2010
!2011
!2012
!2013
!2014
!2015
!2016
!2017
!2018
!2019
|-
|x
|x
|x
|x
|SELECT
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|CONSTRUCT
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|ASK
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|DESCRIBE
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|UNION
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|OPTIONAL
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|FILTER
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|x
|
|
|
|USING
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|PREFIX
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|COUNT
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|MINUS
|
|
|
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|PATH
|
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|AS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|GROUP
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|x
|x
|x
|LANG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|EXISTS
|
|
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|NOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|BOUND
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|VALUES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|
|x
|LET
|
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|
|
|
|-
|
|
|x
|x
|SERVICE
|
|
|
|
|
|
|
|
|
|
|
|x
|
|
|
|
|
|
|
|
|}
 
===GeoSpatial and GeoSPARQL support===
In 2007 the geospatial module was introduced to the Jena project by [[Marco Neumann]] and [[Taylor Cowan]]. An online spatial query service with the name GeoSPARQL was released in 2008 at the geosparql.org site. In 2019 the Jena project introduced the GeoSPARQL module to increase compatibility with the OGC GeoSPARQL standard.
 
===A RDF Server===
The first RDF server was called Joseki and was first mentioned as a beta release on [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Mar/0140.html 22 March 2002]. The Joseki server initially supported the query language RDQL and provided a service for updating and querying remote RDF models based on the idea for a web protocol with the name RDF NetAPI. The first SPARQL Server called Fuseki was mentioned on 12 October 2010 (and with a reference on 9 October 2010 on jena-devel@lists.sourceforge.net) as a preview release for a SPARQL 1.1 server. ARQ 2.1 beta introduced "Update" in Aug 21, 2007 " SPARQL HTTP Graph Store Protocol" support as part of the SPARQL 1.1 work was introduced in 2011.


==Software Releases==
==Software Releases==
find a detailed timeline visualization [http://www.lotico.com/images/JenaGantt.png here]


{|
{|
Line 26: Line 654:
! Date
! Date
! Release Notes
! Release Notes
|-
|Apache Jena 4.10
|2023-11-01
|[https://lists.apache.org/thread/th447c7r0kl26s5f4j1nt5gj10dl8q5x ANN]
|-
|Apache Jena 4.9
|2023-07-08
|[https://lists.apache.org/thread/vhn0olwcmv755np52qqddn74d5hrnot8 ANN]
|-
|Apache Jena 4.8
|2023-04-23
|[https://lists.apache.org/thread/o5x5tls77t13c3mc93dp2h4fgh1hr6kp ANN]
|-
|Apache Jena 4.7
|2023-01-03
|[https://lists.apache.org/thread/2flk0xyz1bf0xpfmk1jgz74cvdog40z9 ANN]
|-
|Apache Jena 4.6.1
|2022-09-07
|[https://lists.apache.org/thread/vrkn42nkr82wlkwyv4vlg57rqg035kx2 ANN]
|-
|Apache Jena 4.6.0
|2022-08-25
|[https://lists.apache.org/thread/63vtkb9hwzzd9mrmmxr2xsmd5zvw53vv ANN]
|-
|Apache Jena 4.5.0
|2022-05-04
|[https://lists.apache.org/thread/qgjynztx70fhz7h86o6dfopv14dtgrc2 ANN]
|-
|Apache Jena 4.4.0
|2022-02-02
|[https://lists.apache.org/thread/6dp7ogjhj09qon25fx2jsfgk3ljff9hj ANN]
|-
|Apache Jena 4.3.1
|2021-12-12
|[https://mail-archives.apache.org/mod_mbox/jena-users/202112.mbox/%3C0b1c6555-7055-0c78-07a9-6ab3d76fe817%40apache.org%3E ANN]
|-
|Apache Jena 4.3.0
|2021-12-09
|[https://mail-archives.apache.org/mod_mbox/jena-users/202112.mbox/%3C0b1c6555-7055-0c78-07a9-6ab3d76fe817%40apache.org%3E ANN]
|-
|Apache Jena 4.2.0
|2021-09-16
|[https://mail-archives.apache.org/mod_mbox/jena-users/202109.mbox/%3C5462bd54-c059-49ad-675f-68b9cb0cea62%40apache.org%3E ANN]
|-
|Apache Jena 4.1.0
|2021-06-04
|[https://mail-archives.apache.org/mod_mbox/jena-users/202106.mbox/%3c412fddac-c3aa-d235-6f81-bdc2dbf8530c@apache.org%3e ANN]
|-
|Apache Jena 4.0.0
|2021-04-01
|[https://mail-archives.apache.org/mod_mbox/jena-users/202104.mbox/%3C05b4ad3b-0da8-4016-77b6-9aef7933da9d%40apache.org%3E ANN requires Java 11]
|-
|Apache Jena 3.17
|2020-12-01
|[https://mail-archives.apache.org/mod_mbox/jena-users/202012.mbox/%3Cdf91d4a9-5c4b-e2d7-a8e8-7db69c7ce44a%40apache.org%3E ANN]
|-
|Apache Jena 3.16
|2020-07-13
|[https://mail-archives.apache.org/mod_mbox/jena-users/202007.mbox/%3C0c2e98c4-1bc7-9ce9-f80e-07fbed60e554%40apache.org%3E ANN]
|-
|Apache Jena 3.15
|2020-05-19
|[https://mail-archives.apache.org/mod_mbox/jena-users/202005.mbox/%3C10f4a378-5c0e-7003-31b6-bf80a8947fba%40apache.org%3E ANN]
|-
|Apache Jena 3.14
|2020-01-19
|[https://mail-archives.apache.org/mod_mbox/jena-users/202001.mbox/%3C4d759f5d-553e-b973-fb86-7349185e8883%40apache.org%3E ANN]
|-
|Apache Jena 3.13.1
|2019-10-11
|[https://mail-archives.apache.org/mod_mbox/jena-users/201910.mbox/%3C93615ca5-a95f-54a1-46df-ffc9d91ae406%40apache.org%3E ANN]
|-
|Apache Jena 3.13.0
|2019-09-29
|[https://mail-archives.apache.org/mod_mbox/jena-users/201909.mbox/%3Cd69ea2db-42c5-5b2e-1eff-5a306ccead5a%40apache.org%3E ANN]
|-
|Apache Jena 3.12.0
|2019-06-01
|[https://mail-archives.apache.org/mod_mbox/jena-users/201906.mbox/%3C70987c20-9203-11ae-dcdf-3ceddcd885de%40apache.org%3E ANN Apache Jena 3.12.0 with GeoSPARQL support]
|-
|Apache Jena 3.11.0
|2019-04-30
|[https://mail-archives.apache.org/mod_mbox/jena-users/201904.mbox/%3Cbd789cb2-ebb2-9456-b9ab-3332999be9f9%40apache.org%3E ANN]
|-
|-
|Apache Jena 3.10.0
|Apache Jena 3.10.0
Line 65: Line 777:
|Apache Jena 3.1.0
|Apache Jena 3.1.0
|2016-05-14
|2016-05-14
| [https://mail-archives.apache.org/mod_mbox/jena-users/201605.mbox/%3C57370DEE.5010207%40apache.org%3E ANN]
| [https://mail-archives.apache.org/mod_mbox/jena-users/201605.mbox/%3C57370DEE.5010207%40apache.org%3E ANN: Apache Jena 3.1.0 released with Fuseki 2.4.0]
|-
|-
|Apache Jena 3.0.0
|Apache Jena 3.0.0
Line 73: Line 785:
|Apache Jena 2.13.0
|Apache Jena 2.13.0
|2015-03-13
|2015-03-13
| [https://mail-archives.apache.org/mod_mbox/jena-users/201503.mbox/%3C5502E492.1050607%40apache.org%3E ANN]
| [https://mail-archives.apache.org/mod_mbox/jena-users/201503.mbox/%3C5502E492.1050607%40apache.org%3E ANN: Jena 2.13.0, Elephas and Fuseki2]
|-
|-
|Apache Jena 2.12.1
|Apache Jena 2.12.1
Line 81: Line 793:
|Apache Jena 2.12.0
|Apache Jena 2.12.0
|2014-08-07
|2014-08-07
| [https://mail-archives.apache.org/mod_mbox/jena-users/201408.mbox/%3C53DDF6B2.7030008%40apache.org%3E ANN: Jena 2.12.0 released (Java7 is a requirement)]
|-
|-
|Apache Jena 2.11.1
|Apache Jena 2.11.1
|2014-01-24
|2014-01-24
| [https://mail-archives.apache.org/mod_mbox/jena-users/201401.mbox/%3C52E272A0.4050102%40apache.org%3E ANN]
|-
|-
|Apache Jena 2.11.0
|Apache Jena 2.11.0
|2013-09-18
|2013-09-18
| [https://mail-archives.apache.org/mod_mbox/jena-users/201309.mbox/%3C5239D1F8.1030501%40apache.org%3E ANN Apache Jena 2.11.0 including Fuseki 1.0.0]
|-
|-
|Apache Jena 2.10.1
|Apache Jena 2.10.1
Line 98: Line 813:
|Apache Jena 2.7.4
|Apache Jena 2.7.4
|2012-10-25
|2012-10-25
| [https://mail-archives.apache.org/mod_mbox/jena-users/201210.mbox/%3C50890B86.8010900%40apache.org%3E ANN: Apache Jena 2.7.4 / Apache Jena Fuseki 0.2.5]
|-
|-
|Apache Jena 2.7.3
|Apache Jena 2.7.3
|2012-08-08
|2012-08-08
| [https://mail-archives.apache.org/mod_mbox/jena-users/201208.mbox/%3CCC47EDB2.13D5E%25rvesse%40yarcdata.com%3E ANN: Apache Jena 2.7.3 and Jena Fuseki 0.2.4 Release]
|-
|-
|Apache Jena 2.7.2
|Apache Jena 2.7.2
|2012-07-02
|2012-07-02
| [https://mail-archives.apache.org/mod_mbox/jena-users/201207.mbox/%3C4FF1BF35.6000603%40apache.org%3E ANN: Apache Jena 2.7.2 and Jena Fuseki 0.2.3 releases]
|-
|-
|Apache Jena 2.7.1
|Apache Jena 2.7.1
|2012-06-18
|2012-06-18
| [https://mail-archives.apache.org/mod_mbox/jena-users/201206.mbox/%3C4FDF07A9.30402%40epimorphics.com%3E ANN: Apache Jena 2.7.1 and Jena Fuseki 0.2.2 releases]
|-
|-
|Apache Jena 2.7.0
|Apache Jena 2.7.0
Line 118: Line 837:
|Jena 2.6.2
|Jena 2.6.2
|2009-10-16
|2009-10-16
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/41819 ANN: Jena 2.6.2 and ARQ 2.8.1]
|-
|-
|Jena 2.6.0
|Jena 2.6.0
Line 125: Line 845:
|Jena 2.5.7
|Jena 2.5.7
|2008-12-08
|2008-12-08
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/37249 ANN: Jena 2.5.7 and ARQ 2.6.0]
|-
|-
|Jena 2.5.6
|Jena 2.5.6
|2008-06-12
|2008-06-12
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/35333 ANN: Jena 2.5.6, ARQ 2.3 and SDB 1.1]
|-
|-
|Jena 2.5.5
|Jena 2.5.5
|2008-02-18
|2008-02-18
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/33012 ANN: Jena 2.5.5 and ARQ 2.2]
|-
|-
|Jena 2.5.4
|Jena 2.5.4
|2007-09-19
|2007-09-19
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/topics/30923 ANN]
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/topics/30923 ANN: Jena 2.5.4 & ARQ 2.1]
|-
|-
|Jena 2.5.3
|Jena 2.5.3
Line 149: Line 872:
|-
|-
|Jena 2.5
|Jena 2.5
|2007-01-18
|2007-01-18
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/27064 ANN]
|-
|-
|Jena 2.4
|Jena 2.4
|2006-05-04
|2006-05-04
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/22601 ANN]
|-
|-
|Jena 2.3
|Jena 2.3
|2005-12-01
|2005-10-12
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/18864 ANN]
|-
|-
|Jena 2.2
|Jena 2.2
|2005-04-19
|2005-04-19
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/15566 ANN]
|-
|-
|Jena 2.1
|Jena 2.1
|2004-02-10
|2004-02-10
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2004Feb/0043.html ANN]
|-
|-
|Jena 2.0
|Jena 2.0
Line 168: Line 896:
|-
|-
|Jena 1.4.0
|Jena 1.4.0
|2002-05-03
|2002-05-04
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2002May/0016.html ANN]
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2002May/0016.html Ann: The Jena tutorial and Jena 1.4.0]
|-
|-
|Jena 1.3.2
|Jena 1.3.2
|2002-03-13
|2002-03-13
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/860 ANN]
|-
|-
|Jena 1.3.1
|Jena 1.3.1
|2002-03-07
|2002-03-11
| [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/832 ANN]
|-
|-
|Jena 1.3.0
|Jena 1.3.0
|2002-01-15
|2002-01-15
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Jan/0123.html ANN]
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Jan/0123.html ANN: Jena 1.3.0 released with persistent storage in relational da tabases]
|-
|-
|Jena 1.2
|Jena 1.2.0
|2001-10-01
|2001-10-01
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2001Oct/0001.html ANN]
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2001Oct/0001.html ANN: Jena 1.2 released with ARP, DAML+OIL, RDQL and persistent store]
|-
|-
|Jena 1.1.0
|Jena 1.1.0
Line 190: Line 920:
|-
|-
|Jena 1.0
|Jena 1.0
|2001-01-09
| first release of Jena 1.0
|-
|Jena Annoucement
|2000-08-28
|2000-08-28
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2000Aug/0128.html Brian McBride's announcement]
| [https://lists.w3.org/Archives/Public/www-rdf-interest/2000Aug/0128.html Brian McBride's first Jena announcement]
|}
|}
==ARQ==


==RDQL==
==RDQL==


2001-09-17 [https://lists.w3.org/Archives/Public/www-rdf-interest/2001Sep/0048.html ANN]
RDQL was first released in Jena 1.2.0 and is an implementation of the SquishQL RDF query language, which itself derives from rdfDB.


==Fuseki==
2001-09-17 [https://lists.w3.org/Archives/Public/www-rdf-interest/2001Sep/0048.html ANN by Andy Seaborne]
SPARQL Server


Fuseki 0.2.0 2011-04-21 [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/47210 ANN]
==ARQ==
 
ARQ 2.0 2007-05-07 [http://www.lotico.com/files/ANN_ARQ_2_0.htm ANN: ARQ 2.0]<br>
Fuseki 0.1.1 2010-10-12 [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/45566 ANN]
ARQ 0.9.7 2005-09-30 [https://lists.w3.org/Archives/Public/semantic-web/2005Sep/0083.html ANN: ARQ 0.9.7 -- SPARQL for Jena]<br>
ARQ 0.9.3 2005-02-21 [https://lists.w3.org/Archives/Public/semantic-web/2005Feb/0116.html ANN: ARQ v0.9.3 : SPARQL for Jena]<br>
ARQ 0.9.0 2004-10-08 ANN: ARQ v0.9.0 : SPARQL for Jena


==Joseki==
==Joseki==
Line 213: Line 946:


Joseki first beta 2002-03-22 [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Mar/0140.html ANN]
Joseki first beta 2002-03-22 [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Mar/0140.html ANN]
==Fuseki==
SPARQL Server
Fuseki 0.2.0 2011-04-21 [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/47210 ANN]
Fuseki 0.1.1 2010-10-12 [https://groups.yahoo.com/neo/groups/jena-dev/conversations/messages/45566 ANN]


==SDB==
==SDB==
2007-02-07 ANN: SDB alpha 1<br>
2007-05-31 ANN: SDB alpha 2
==RDB==
2002-01-15 The first release of the RDB module for persistent storage of Jena models in relational databases was announced with the Jena [https://lists.w3.org/Archives/Public/www-rdf-interest/2002Jan/0123.html Jena 1.3.0 release with persistent storage in relational databases].


==TDB==
==TDB==
2008-08-07 [jena-dev] ANN: TDB-0.5


==TDB2==
==TDB2==
2015-06-08 [jena-dev] [https://mail-archives.apache.org/mod_mbox/jena-dev/201506.mbox/%3C5575B7B3.8020101%40apache.org%3E TDB2]
==Former and Current Project Members/Committers/Contributors/Community==
===Jena 1===
Jeremy J. Carroll HP<BR>
Ian Dickinson<br>
Chris Dollin<br>
Brian McBride HP<BR>
Dave Reynolds HP<BR>
Kevin Wilkinson<BR>
===Jena 2 & 3===
Aaron Coburn (acoburn) <br>
Adam Soroka (ajs6f) <br>
Andy Seaborne andy_seaborne (andy) - project chair and Apache Foundation Vice-President<br>
Benson Margulies <br>
Brian McBride bwm<br>
Bruno Kinoshita (kinow) <br>
Chris Dollin chris-dollin<br>
Chris Tomlinson (codeferret) <br>
Claude Warren (claude) <br>
Damian Steer pldms (damian) <br>
Dave Johnson<br>
Dave Reynolds der<br>
Ian Dickinson ian_dickinson (ijd) <br>
Jena Team jenateam<br>
Jeremy Carroll jeremy_carroll<br>
Kevin Wilkinson wkw<br>
Leo Simons<br>
Lorenz Buehmann (lbuehmann) <br>
Marco Neumann neumarcx<br>
Markus Stocker markus_stocker<br>
Osma Suominen (osma) <br>
Paolo Castagna castagna<br>
Peter Coetzee major_error<br>
Reto Bachmann-Gmuer rebach<br>
Richard Cyganiak cyganiak<br>
Rob Vesse (rvesse) <br>
Ross Gardler<br>
Stephen Allen (sallen) <br>
Steve Battle steve_battle<br>
Stuart Taylor staylorabdn<br>
Stuart Williams skw<br>
Taylor Cowan <br>
Ying Jiang (jpz6311whu) <br>
===Current Project data maintainer(s) Apache===
[[Andy Seaborne]]  <br>
Ian Dickinson  <br>
Dave Reynolds  <br>
Stephen Allen  <br>
Chris Dollin  <br>
Damian Steer  <br>
Paolo Castagna  <br>
Rob Vesse  <br>
Claude Warren  <br>
Bruno P. Kinoshita <br>
Osma Suominen  <br>
Adam Soroka  <br>
Lorenz Buehmann  <br>


==External links==
==External links==
http://jena.apache.org
http://jena.apache.org
===Literature===
[1] B. McBride, "Jena: a semantic Web toolkit," in IEEE Internet Computing, vol. 6, no. 6, pp. 55-59, Nov.-Dec. 2002.
[2] Seaborne, Andy: An RDF NetAPI ISWC 2002. Sardinia, Italy, 2002
[3] Brian McBride (2002) Four Steps Towards the Widespread Adoption of a Semantic Web. In: Horrocks I., Hendler J. (eds) The Semantic Web — ISWC 2002. ISWC 2002. Lecture Notes in Computer Science, vol 2342. Springer, Berlin, Heidelberg
[4] Libby Miller, Andy Seaborne, Alberto Reggiori (2002) Three Implementations of SquishQL,
a Simple RDF Query Language. https://www.hpl.hp.com/techreports/2002/HPL-2002-110.pdf
[5] Peter Mikhalenko (2006) SquishQL: The simplest RDF query language. https://www.techrepublic.com/article/squishql-the-simplest-rdf-query-language/
[6] Peter Haase, Jeen Broekstra, Andreas Eberhart, Raphael Volz (2004) A comparison of RDF query languages. In Proceedings of the Third International Semantic Web Conference, Hiroshima, Japan, November 2004 https://www.aifb.kit.edu/images/b/b9/2004_522_Haase_A_comparison_of_1.pdf


[[Category:Resource Description Framework]]
[[Category:Resource Description Framework]]
[[Category:Semantic Web]]

Latest revision as of 09:10, 2 November 2023


Apache Jena
license = Apache License 2.0

Apache Jena is an open-source Semantic Web framework for Java. It was initially produced by HP Labs (until October 2009) in Bristol UK, and after a brief period as openjena it became an Apache Software Foundation project. Jena provides an API to extract data from and write to Resource Description Framework (RDF) graphs also called a Model in Jena. A model can be sourced with data from files, databases, URLs or a combination of these. A Model can be queried through a query language such as SPARQL 1.1 and specific ARQ extensions. The framework has various internal reasoners that can be set up to work with different OWL and rules profiles.

Jena supports the serialisation of RDF graphs to a number of different formats:

  • RDF databases
  • relational databases
  • RDF/XML
  • Turtle
  • N-Triples Notation 3
  • JSON-LD
  • RDF/JSON
  • TriG
  • N-Quads
  • TriX
  • RDF Binary


Project History

On 28th August 2000 Brian McBride a researcher at HP Labs Bristol in the UK announced the JENA project with a brief message to the W3C RDF Interest Group mailing-list. His hope was to build “better tools {that} will help to encourage the adoption of RDF”. Though calling for an Apache project for the Semantic Web for some time little did Brian know that 20 years on Jena would be known as a top level Apache Jena Project with a strong and steady community developer base with almost half a million lines of code in the release. Today JENA consists of a RDF API, a triple store called TDB a RDF storage solutions and the OWL API. And last but not least a fully-fledged SPARQL server called FUSEKI. It shows that Jena is now more than just a Java API to process RDF. It is shaping technology standards and did help the wider Semantic Web community by advancing technology tools to bring the Semantic Web vision to its full potential. The evolution of the Jena project is described loosely along four distinct phases of the projects life cycle: An innovation phase that bootstraps the project, an early adoption phase that comes as a result of availability of a usable code base, followed by a late adoption phase that evolved along a more stable release cycle and new product features and design patterns. Finally we take a look at the most recent phase that is associated with attempts to mainstream the technology and can be described by a prolonged phase of adoption in the mainstream.


Early Innovation

In 2000 the first generation of the Jena project was hosted by HP Labs (HP Laboratories) in Bristol, England. The project was driven by Brian McBride a researcher and Semantic Web evangelist working on the implementation of the W3C's RDF specification. In December 2000 Brian McBride described Jena as an experimental Java API for manipulating RDF. The name of the Jena project was inspired by Brian’s daughter Jena McBride. In the source code of version 1.0 the first official release it is mentioned that some of the ideas are “derived from the SiRPAC API, which {was most} recently maintained by Sergey Melnik. It borrows from the subject centric approach of David Megginson's DATAX API and the cascading calls style of JDom.”

In January 2001 the first Jena release 1.0 was published and made available for public download. In April 2001 Brian became co-chair of the W3C RDFCore Working Group which initially was part of the W3C Metadata Activity but which in turn was replaced by the W3C Semantic Web Activity group in February 2001. It had a significant impact on the development of standards and technologies related to RDF.

Jena 1

The initial Jena team in 2001 was comprised of Brian McBride (core API and Berkeley DB support), Andy Seaborne (RDQL query support), Dave Reynolds (web hacker and SQL support), Ian Dickinson (DAML API), Chris Dollin and Jeremy Carroll (ARP). On June 6 Jeremy Carroll announced the release of version 1.1.0 on the RDF-Interest group mailing list. On October 1, 2001 Brian McBride announced the release of version 1.2 with ARP, RDQL, DAML+OIL and a persistent store on the Jena users mailing list. The primary reader processed RDF/XML with XML API SAX to load data and generate the RDF model. The Jena 1.2 release had three different datastores: an in memory store, a storage in a relational database (RDBMS) via Java Database Connectivity (JDBC) and the Sleepycat embedded datastore Berkeley DB. [1]

Early Adoption

Jena 2

The release of Jena 2.0 most likely not coincidentally fell on August 28th, 2003. Only 3 short years after the first announcement of the Jena project. Noticeable changes included that the Jena source code introduces the Factory pattern, a design pattern in Java, to create the RDF and query model instances without exposing creation logic to the user and refer to new objects through a common interface. Furthermore it introduces the Graph package to Jena. Jena version 2.5 introduced Dataset in the ARQ package to manage different types of data sources.

By february 2004 HP Labs reported that the Jena project had more than 17,000 downloads and described it as the “most popular toolkit for Semantic Web developers and that approximately 80% of Semantic Web applications that we have seen at recent major conferences have been based on Jena," was reported by Martin Merry, a Semantic Web research manager at HP Labs Bristol.

Late Adoption Phase and Project Migration

From HP to OpenJena

By October 2009 the Jena project moved its server from HP to openjena.org (a server provided by Talis) to reflect that Jena has become an open source project with developers from multiple different organisations.

Apache Jena Project

In December 2011 the Jena project officially became an Apache project, Andy Seaborne announced Jena 2.7.0-incubating, the first Apache release of Jena under the Apache License, and the first release while Jena was incubating, sponsored by the Apache Incubator PMC. It soon became a top level project (TLP) in April 2012 with the status as a full Apache project with the PMC chair Andy Seaborne. Its most significant contribution was the release of Fuseki a fully fledged SPARQL server in June 2012 in a separate download.


Apache Jena goes Mainstream

Apache Jena 3

By November 2010 the Jena project was accepted into the Apache Incubator. It took the Jena team (now the Apache Jena team) 12 years to make it to release 3.0. While retrospectively it does look more like a maintenance release, just adding a few new features it made significant changes in the package naming and source code structure. In addition Java 8 was now a minimum requirement to fully utilize the Jena project. By April 2012 the Apache Jena project "graduated" and became a TLP (Top Level Project) at the Apache Software Foundation.

Noticeable Developments

Persistent Storage Solutions

From it's early days the storage of RDF models (or persistence layer for Jena) was an area of particular interest for the Jena team. Version 1.0 allowed API users to create RDF models, and read and write to and from RDF/XML files. During execution the model would be loaded into memory. The first mention on the mailing list for a “persistent storage module“ that directly allowed API users to access and manipulate RDF triples during execution time was made available in release 1.2 on October 1, 2001 and was based on Berkeley DB (BDB). It was later accompanied by SDB a extended persistent store using a relational database. And finally covered by the TDB and TDB2 release.

SDB 1.0 was announced on 28 Nov 2007 and had support for Oracle 10g R2 & 11g including Oracle Express, IBM DB2 9 including DB Express, Microsoft SQL Server 2005 including SQL Server Express, PostgreSQL v8, MySQL 5.0 (>=3D5.0.22), HSQL DB 1.8, Apache Derby 10.2. SDB 1.0 required Java5 to work. SDB was first mentioned on 15. February 2006 on the Jena dev mailing list and was advertised as a new database layout for SPARQL. Long before SPARQL became a W3C recommendation and the dominant query language for the Semantic Web.

A Query Language for RDF

Since the RDF API allows developers to interact with the RDF Model directly on the API level soon calls for a more abstract interaction were voiced. In February 2001 Libby Miller made a case for an API-independent query language with the name SquishQL [4] which was based on the word play SQL-ish and also referring to Guha's "Enabling Inferencing" QL98 position paper as an inspiration for the work.[3] This led to the development of a query language similar to SQL in the relational database world. RDQL was first mentioned in the 1.2 release in June 2001 to query RDF but still worked primarily on the back of the XML processing chain. RDQL later was proposed as a W3C member submission on 9 January 2004 by Andy Seaborne.[4] The submission explicitly mentions the QL98 position statement by Guha, Lassila, Miller and Brickly as an influence to the work on RDQL.[5] SPARQL as a dedicated query language for RDF was first mentioned in 2004 and discussed as a W3C working draft on 12 October 2004.

Jena Query Syntax Support
RDQL 1.0 1.1 ARQ Function 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019
x x x x SELECT x
x x x CONSTRUCT x
x x x ASK x
x x x DESCRIBE x
x x x UNION x
x x x OPTIONAL x
x x x FILTER x
x USING x
x x x PREFIX x
x x COUNT x
x x MINUS x
x x PATH x
x x x AS
x x GROUP x
x x x LANG
x x EXISTS x
x x NOT
x x BOUND
x x VALUES
x LET x
x x SERVICE x

GeoSpatial and GeoSPARQL support

In 2007 the geospatial module was introduced to the Jena project by Marco Neumann and Taylor Cowan. An online spatial query service with the name GeoSPARQL was released in 2008 at the geosparql.org site. In 2019 the Jena project introduced the GeoSPARQL module to increase compatibility with the OGC GeoSPARQL standard.

A RDF Server

The first RDF server was called Joseki and was first mentioned as a beta release on 22 March 2002. The Joseki server initially supported the query language RDQL and provided a service for updating and querying remote RDF models based on the idea for a web protocol with the name RDF NetAPI. The first SPARQL Server called Fuseki was mentioned on 12 October 2010 (and with a reference on 9 October 2010 on jena-devel@lists.sourceforge.net) as a preview release for a SPARQL 1.1 server. ARQ 2.1 beta introduced "Update" in Aug 21, 2007 " SPARQL HTTP Graph Store Protocol" support as part of the SPARQL 1.1 work was introduced in 2011.

Software Releases

find a detailed timeline visualization here

Release Name Date Release Notes
Apache Jena 4.10 2023-11-01 ANN
Apache Jena 4.9 2023-07-08 ANN
Apache Jena 4.8 2023-04-23 ANN
Apache Jena 4.7 2023-01-03 ANN
Apache Jena 4.6.1 2022-09-07 ANN
Apache Jena 4.6.0 2022-08-25 ANN
Apache Jena 4.5.0 2022-05-04 ANN
Apache Jena 4.4.0 2022-02-02 ANN
Apache Jena 4.3.1 2021-12-12 ANN
Apache Jena 4.3.0 2021-12-09 ANN
Apache Jena 4.2.0 2021-09-16 ANN
Apache Jena 4.1.0 2021-06-04 ANN
Apache Jena 4.0.0 2021-04-01 ANN requires Java 11
Apache Jena 3.17 2020-12-01 ANN
Apache Jena 3.16 2020-07-13 ANN
Apache Jena 3.15 2020-05-19 ANN
Apache Jena 3.14 2020-01-19 ANN
Apache Jena 3.13.1 2019-10-11 ANN
Apache Jena 3.13.0 2019-09-29 ANN
Apache Jena 3.12.0 2019-06-01 ANN Apache Jena 3.12.0 with GeoSPARQL support
Apache Jena 3.11.0 2019-04-30 ANN
Apache Jena 3.10.0 2018-12-30 ANN
Apache Jena 3.9.0 2018-10-08 ANN
Apache Jena 3.8.0 2018-07-02 ANN
Apache Jena 3.7.0 2018-04-14 ANN
Apache Jena 3.6.0 2017-12-17 ANN
Apache Jena 3.5.0 2017-11-02 ANN
Apache Jena 3.4.0 2017-07-21 ANN
Apache Jena 3.3.0 2017-05-21 ANN
Apache Jena 3.2.0 2017-02-10 ANN
Apache Jena 3.1.0 2016-05-14 ANN: Apache Jena 3.1.0 released with Fuseki 2.4.0
Apache Jena 3.0.0 2015-07-29 ANN
Apache Jena 2.13.0 2015-03-13 ANN: Jena 2.13.0, Elephas and Fuseki2
Apache Jena 2.12.1 2014-10-09 ANN
Apache Jena 2.12.0 2014-08-07 ANN: Jena 2.12.0 released (Java7 is a requirement)
Apache Jena 2.11.1 2014-01-24 ANN
Apache Jena 2.11.0 2013-09-18 ANN Apache Jena 2.11.0 including Fuseki 1.0.0
Apache Jena 2.10.1 2013-05-15 ANN
Apache Jena 2.10.0 2013-02-25 ANN
Apache Jena 2.7.4 2012-10-25 ANN: Apache Jena 2.7.4 / Apache Jena Fuseki 0.2.5
Apache Jena 2.7.3 2012-08-08 ANN: Apache Jena 2.7.3 and Jena Fuseki 0.2.4 Release
Apache Jena 2.7.2 2012-07-02 ANN: Apache Jena 2.7.2 and Jena Fuseki 0.2.3 releases
Apache Jena 2.7.1 2012-06-18 ANN: Apache Jena 2.7.1 and Jena Fuseki 0.2.2 releases
Apache Jena 2.7.0 2011-12-23 ANN ANN YHOO
Jena 2.6.3 2010-06-01 ANN
Jena 2.6.2 2009-10-16 ANN: Jena 2.6.2 and ARQ 2.8.1
Jena 2.6.0 2009-05-18 ANN: Jena 2.6.0 and ARQ 2.7.0
Jena 2.5.7 2008-12-08 ANN: Jena 2.5.7 and ARQ 2.6.0
Jena 2.5.6 2008-06-12 ANN: Jena 2.5.6, ARQ 2.3 and SDB 1.1
Jena 2.5.5 2008-02-18 ANN: Jena 2.5.5 and ARQ 2.2
Jena 2.5.4 2007-09-19 ANN: Jena 2.5.4 & ARQ 2.1
Jena 2.5.3 2007-06-18 ANN
Jena 2.5.2 2007-02-07 ANN
Jena 2.5.1 2007-01-24 ANN
Jena 2.5 2007-01-18 ANN
Jena 2.4 2006-05-04 ANN
Jena 2.3 2005-10-12 ANN
Jena 2.2 2005-04-19 ANN
Jena 2.1 2004-02-10 ANN
Jena 2.0 2003-08-28 ANN
Jena 1.4.0 2002-05-04 Ann: The Jena tutorial and Jena 1.4.0
Jena 1.3.2 2002-03-13 ANN
Jena 1.3.1 2002-03-11 ANN
Jena 1.3.0 2002-01-15 ANN: Jena 1.3.0 released with persistent storage in relational da tabases
Jena 1.2.0 2001-10-01 ANN: Jena 1.2 released with ARP, DAML+OIL, RDQL and persistent store
Jena 1.1.0 2001-07-06 ANN
Jena 1.0 2001-01-09 first release of Jena 1.0
Jena Annoucement 2000-08-28 Brian McBride's first Jena announcement

RDQL

RDQL was first released in Jena 1.2.0 and is an implementation of the SquishQL RDF query language, which itself derives from rdfDB.

2001-09-17 ANN by Andy Seaborne

ARQ

ARQ 2.0 2007-05-07 ANN: ARQ 2.0
ARQ 0.9.7 2005-09-30 ANN: ARQ 0.9.7 -- SPARQL for Jena
ARQ 0.9.3 2005-02-21 ANN: ARQ v0.9.3 : SPARQL for Jena
ARQ 0.9.0 2004-10-08 ANN: ARQ v0.9.0 : SPARQL for Jena

Joseki

RDF server for Jena

Joseki 3.4.4 2011-05-06 ANN

Joseki first beta 2002-03-22 ANN

Fuseki

SPARQL Server

Fuseki 0.2.0 2011-04-21 ANN

Fuseki 0.1.1 2010-10-12 ANN

SDB

2007-02-07 ANN: SDB alpha 1
2007-05-31 ANN: SDB alpha 2

RDB

2002-01-15 The first release of the RDB module for persistent storage of Jena models in relational databases was announced with the Jena Jena 1.3.0 release with persistent storage in relational databases.

TDB

2008-08-07 [jena-dev] ANN: TDB-0.5

TDB2

2015-06-08 [jena-dev] TDB2

Former and Current Project Members/Committers/Contributors/Community

Jena 1

Jeremy J. Carroll HP
Ian Dickinson
Chris Dollin
Brian McBride HP
Dave Reynolds HP
Kevin Wilkinson

Jena 2 & 3

Aaron Coburn (acoburn)
Adam Soroka (ajs6f)
Andy Seaborne andy_seaborne (andy) - project chair and Apache Foundation Vice-President
Benson Margulies
Brian McBride bwm
Bruno Kinoshita (kinow)
Chris Dollin chris-dollin
Chris Tomlinson (codeferret)
Claude Warren (claude)
Damian Steer pldms (damian)
Dave Johnson
Dave Reynolds der
Ian Dickinson ian_dickinson (ijd)
Jena Team jenateam
Jeremy Carroll jeremy_carroll
Kevin Wilkinson wkw
Leo Simons
Lorenz Buehmann (lbuehmann)
Marco Neumann neumarcx
Markus Stocker markus_stocker
Osma Suominen (osma)
Paolo Castagna castagna
Peter Coetzee major_error
Reto Bachmann-Gmuer rebach
Richard Cyganiak cyganiak
Rob Vesse (rvesse)
Ross Gardler
Stephen Allen (sallen)
Steve Battle steve_battle
Stuart Taylor staylorabdn
Stuart Williams skw
Taylor Cowan
Ying Jiang (jpz6311whu)

Current Project data maintainer(s) Apache

Andy Seaborne
Ian Dickinson
Dave Reynolds
Stephen Allen
Chris Dollin
Damian Steer
Paolo Castagna
Rob Vesse
Claude Warren
Bruno P. Kinoshita
Osma Suominen
Adam Soroka
Lorenz Buehmann

External links

http://jena.apache.org

Literature

[1] B. McBride, "Jena: a semantic Web toolkit," in IEEE Internet Computing, vol. 6, no. 6, pp. 55-59, Nov.-Dec. 2002.

[2] Seaborne, Andy: An RDF NetAPI ISWC 2002. Sardinia, Italy, 2002

[3] Brian McBride (2002) Four Steps Towards the Widespread Adoption of a Semantic Web. In: Horrocks I., Hendler J. (eds) The Semantic Web — ISWC 2002. ISWC 2002. Lecture Notes in Computer Science, vol 2342. Springer, Berlin, Heidelberg

[4] Libby Miller, Andy Seaborne, Alberto Reggiori (2002) Three Implementations of SquishQL, a Simple RDF Query Language. https://www.hpl.hp.com/techreports/2002/HPL-2002-110.pdf

[5] Peter Mikhalenko (2006) SquishQL: The simplest RDF query language. https://www.techrepublic.com/article/squishql-the-simplest-rdf-query-language/

[6] Peter Haase, Jeen Broekstra, Andreas Eberhart, Raphael Volz (2004) A comparison of RDF query languages. In Proceedings of the Third International Semantic Web Conference, Hiroshima, Japan, November 2004 https://www.aifb.kit.edu/images/b/b9/2004_522_Haase_A_comparison_of_1.pdf