Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jena Context Provider Dependencies"

Line 19: Line 19:
 
| [http://jena.sourceforge.net/ARQ ARQ]
 
| [http://jena.sourceforge.net/ARQ ARQ]
 
|[http://graceland.parityinc.net:8080/lib/jena_2.4/arq.jar arq.jar]
 
|[http://graceland.parityinc.net:8080/lib/jena_2.4/arq.jar arq.jar]
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/log4j-1.2.12.jar log4j-1.2.12.jar]
+
|
 
|
 
|
 
| ARQ is a query engine for Jena that supports the SPARQL RDF Query language. Used to query data represented in RDF / OWL formats.
 
| ARQ is a query engine for Jena that supports the SPARQL RDF Query language. Used to query data represented in RDF / OWL formats.
Line 26: Line 26:
 
|-
 
|-
 
| [N/A IRI]
 
| [N/A IRI]
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/iri.jar iri.jar]
 
 
|
 
|
 +
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/iri.jar iri.jar]
 
|
 
|
 
| This jar is required by Jena at runtime. It looks like a jena's component but there is no any documentation what it really is.
 
| This jar is required by Jena at runtime. It looks like a jena's component but there is no any documentation what it really is.
Line 42: Line 42:
 
|-
 
|-
 
| [http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html Concurrent]
 
| [http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html Concurrent]
 +
|
 
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/concurrent.jar concurrent.jar]
 
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/concurrent.jar concurrent.jar]
|
 
 
|
 
|
 
| Used by Jena internally.
 
| Used by Jena internally.
Line 50: Line 50:
 
|-
 
|-
 
| [http://www-306.ibm.com/software/globalization/icu/ ICU4J]
 
| [http://www-306.ibm.com/software/globalization/icu/ ICU4J]
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/icu4j_3_4.jar icu4j_3_4.jar]
 
 
|
 
|
 +
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/icu4j_3_4.jar icu4j_3_4.jar]
 
|
 
|
 
| Used by Jena internally.
 
| Used by Jena internally.
Line 58: Line 58:
 
|-
 
|-
 
| [http://logging.apache.org/log4j/ Log4J]
 
| [http://logging.apache.org/log4j/ Log4J]
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/log4j-1.2.12.jar log4j-1.2.12.jar]
 
 
|
 
|
 +
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/log4j-1.2.12.jar log4j-1.2.12.jar]
 
|
 
|
 
| Used by Jena internally.
 
| Used by Jena internally.
Line 66: Line 66:
 
|-
 
|-
 
| [http://xml.apache.org/xerces2-j/ Xerces]
 
| [http://xml.apache.org/xerces2-j/ Xerces]
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/xercesImpl.jar xercesImpl.jar]
 
 
|
 
|
 +
|[http://graceland.parityinc.net:8080/lib/jena_2.4/dependencies/xercesImpl.jar xercesImpl.jar]
 
|
 
|
 
| Used by Jena internally.
 
| Used by Jena internally.

Revision as of 11:37, 21 November 2006

This page is a work in progress...

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
Jena jena.jar Jena is a framework for building Semantic Web applications. Used to read and write context's data in RDF / OWL formats. 2.4 http://jena.sourceforge.net/license.html
ARQ arq.jar ARQ is a query engine for Jena that supports the SPARQL RDF Query language. Used to query data represented in RDF / OWL formats. 1.4 http://jena.sourceforge.net/ARQ/license.html
[N/A IRI] iri.jar This jar is required by Jena at runtime. It looks like a jena's component but there is no any documentation what it really is. N/A N/A
Commons Logging commons-logging.jar Used by Jena internally. 1.0.4 http://www.apache.org/licenses/LICENSE-2.0.txt
Concurrent concurrent.jar Used by Jena internally. 1.3.2 Public Domain
ICU4J icu4j_3_4.jar Used by Jena internally. 3.4 http://www-306.ibm.com/software/globalization/icu/license.jsp
Log4J log4j-1.2.12.jar Used by Jena internally. 1.2.12 http://www.apache.org/licenses/LICENSE-2.0.txt
Xerces xercesImpl.jar Used by Jena internally. 2.7.1 http://www.apache.org/licenses/LICENSE-2.0.txt

.

See Also

Back to the top