← Older revision
Revision as of 02:01, 8 February 2013
Line 4:
Line 4:
|Homepage=rdf2go.semweb4j.org/
|Homepage=rdf2go.semweb4j.org/
|Status=stable
|Status=stable
−
|Version=4.8.
1
+
|Version=4.8.
2
−
|Release=
2012
/
04
/
12
+
|Release=
2013
/
02
/
08
|License=BSD
|License=BSD
|Affiliation=FZI
|Affiliation=FZI
Line 54:
Line 54:
org.semweb4j
org.semweb4j
rdf2go.api
rdf2go.api
−
4.
7
.
4
+
4.
8
.
2
Line 60:
Line 60:
== Implementations ==
== Implementations ==
+
=== Jena Adapter (rdf2go.impl.jena24) ===
=== Jena Adapter (rdf2go.impl.jena24) ===
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.4 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB or NG4J extensions have not been used due to lack of time, feel free to help out)
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.4 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB or NG4J extensions have not been used due to lack of time, feel free to help out)
−
* [http://semweb4j.org/site/rdf2go.impl.jena24/ Maven reports] including links to JavaDocs, changelog, source code as HTML, JUnit test results, developer team, dependencies, list of open TODO tags in the code, ...
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena24/ Releases] (consider downloding the distribution instead)
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena24/ Releases] (consider downloding the distribution instead)
−
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.jena24/ Anonymous Subversion] (use https:// for developer access)
* Status: up-to date with RDF2Go 4.6 API
* Status: up-to date with RDF2Go 4.6 API
Line 71:
Line 70:
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.6 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB or NG4J extensions have not been used due to lack of time, feel free to help out)
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.6 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB or NG4J extensions have not been used due to lack of time, feel free to help out)
−
* [http://semweb4j.org/site/rdf2go.impl.jena26/ Maven reports] including links to JavaDocs, changelog, source code as HTML, JUnit test results, developer team, dependencies, list of open TODO tags in the code, ...
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena26/ Releases] (consider downloding the distribution instead)
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena26/ Releases] (consider downloding the distribution instead)
−
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.jena26/ Anonymous Subversion] (use https:// for developer access)
* Status: Finished, donwload from http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena26/4.7.3/
* Status: Finished, donwload from http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena26/4.7.3/
Line 79:
Line 76:
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.7 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB, TDB or NG4J extensions have not been used due to lack of time, feel free to help out)
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.7 model. This adapter provides only a ''Model'' implementation, no ''ModelSet'', as Jena has no support for quads. (The new SDB, TDB or NG4J extensions have not been used due to lack of time, feel free to help out)
−
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.jena27/ Anonymous Subversion] (use https:// for developer access)
+
* Status: Finished,
download
from http://mavenrepo.fzi.de/semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena27/4.7.4/
−
* Status: Finished,
donwload
from http://mavenrepo.fzi.de/semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena27/4.7.4/
+
−
=== Jena Adapter (rdf2go.impl.
jena29
) ===
+
=== Jena Adapter (rdf2go.impl.
jena
) ===
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.9 model.
Implements the API and extends the impl.base classes. Delegates all calls to a [[Jena]] 2.9 model.
This adapter provides a ''Model'' implementation and, '''new''' also a ''ModelSet''.
This adapter provides a ''Model'' implementation and, '''new''' also a ''ModelSet''.
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.jena/ Anonymous Subversion] (use https:// for developer access)
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.jena/ Anonymous Subversion] (use https:// for developer access)
−
*
Status: Finished, donwload
from http://mavenrepo.fzi.de/semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena/4.8.
1
/
+
*
Download
from http://mavenrepo.fzi.de/semweb4j.org/repo/org/semweb4j/rdf2go.impl.jena/4.8.
2
/
+
* Status: up-to date with RDF2Go 4.8.2 API
=== Sesame 2.3 Adapter (rdf2go.impl.sesame23) ===
=== Sesame 2.3 Adapter (rdf2go.impl.sesame23) ===
Implements the API and extends the impl.base classes. Delegates all calls to a [[Sesame]] 2.3.1 repository.
Implements the API and extends the impl.base classes. Delegates all calls to a [[Sesame]] 2.3.1 repository.
This adapter provides a ''Model'' and a ''ModelSet'' implementation.
This adapter provides a ''Model'' and a ''ModelSet'' implementation.
−
−
* [http://semweb4j.org/site/rdf2go.impl.sesame23/ Maven reports] including links to JavaDocs, changelog, source code as HTML, JUnit test results, developer team, dependencies, list of open TODO tags in the code, ...
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.sesame23/ Releases] (consider downloding the distribution instead)
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.sesame23/ Releases] (consider downloding the distribution instead)
−
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.sesame23/ Anonymous Subversion] (use https:// for developer access)
* Status: up-to date with RDF2Go 4.7.3 API
* Status: up-to date with RDF2Go 4.7.3 API
+
+
=== Sesame 2.6 Adapter (rdf2go.impl.sesame) ===
+
Implements the API and extends the impl.base classes. Delegates all calls to a [[Sesame]] 2.6.9 repository.
+
This adapter provides a ''Model'' and a ''ModelSet'' implementation.
+
* [http://semweb4j.org/site/rdf2go.impl.sesame/ Maven reports] including links to JavaDocs, changelog, source code as HTML, JUnit test results, developer team, dependencies, list of open TODO tags in the code, ...
+
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.sesame/ Releases] (consider downloding the distribution instead)
+
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.sesame/ Anonymous Subversion] (use https:// for developer access)
+
* Status: up-to date with RDF2Go 4.8.2 API
=== OWLIM (com.ontotext.trree.rdf2go) ===
=== OWLIM (com.ontotext.trree.rdf2go) ===
Line 141:
Line 143:
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.api/ Anonymous Subversion] (use https:// for developer access)
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.api/ Anonymous Subversion] (use https:// for developer access)
−
The last release of the API was April 11, 2009.
The API is stable and currently no changes to it are planned.
+
The API is stable and currently no changes to it are planned.
−
+
−
=== Test helper (rdf2go.impl.base.test) ===
+
−
The abstract base classes for tests. These need to be in their own project to keep the API jar lean ''and'' allow other projects to re-use this code for their tests. This follows Maven and OSGI packaging guidelines.
+
−
* [http://semweb4j.org/site/rdf2go.impl.base.test/ Maven reports] including links to JavaDocs, changelog, source code as HTML, JUnit test results, developer team, dependencies, list of open TODO tags in the code, ...
+
−
* [http://semweb4j.org/repo/org/semweb4j/rdf2go.impl.base.test/ Releases] (consider downloding the distribution instead)
+
−
* [http://www.Dreaminblu.com/ Destin Beach Weddings]
+
−
* [http://semweb4j.googlecode.com/svn/trunk/org.semweb4j.rdf2go.impl.base.test/ Anonymous Subversion] (use https:// for developer access)
+
=== Distribution (rdf2go.dist) ===
=== Distribution (rdf2go.dist) ===