Skip to content

Commit

Permalink
Adds Jena
Browse files Browse the repository at this point in the history
> History
>
> Jena was originally developed by researchers in HP Labs, starting in
> Bristol, UK, in 2000. Jena has always been an open-source project, and
> has been extensively used in a wide variety of semantic web applications
> and demonstrators. In 2009, HP decided to refocus development activity
> away from direct support of development of Jena, though remaining
> supportive of the project’s aims. The project team successfully applied
> to have Jena adopted by the Apache Software Foundation in November 2010
> (see the vote result).

https://jena.apache.org/about_jena/about.html
froque committed Aug 20, 2024
1 parent cc0b2de commit 3b6ef7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion uc/og-definitions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024/07/07",
"date": "2024/08/20",
"migration": [
{
"old": "acegisecurity",
@@ -315,6 +315,11 @@
"old": "com.hotels.beans:bean-utils-library",
"new": "com.hotels.beans:bull-bean-transformer"
},
{
"old": "com.hp.hpl.jena",
"new": "org.apache.jena",
"context": "Jena was originally developed by researchers in HP Labs. (...) The project team successfully applied to have Jena adopted by the Apache Software Foundation in November 2010"
},
{
"old": "com.ibatis:ibatis-common",
"new": "com.ibatis:ibatis2-common"

0 comments on commit 3b6ef7e

Please sign in to comment.