You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2016/10/10 10:19:10 UTC

[1/2] incubator-commonsrdf git commit: fixed implementations' toc

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 0da19723c -> 3897a582d


fixed implementations' toc


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/684a7b9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/684a7b9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/684a7b9c

Branch: refs/heads/master
Commit: 684a7b9cd296171b7c2369e1f3889e60ec492f37
Parents: 0da1972
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon Oct 10 12:09:48 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon Oct 10 12:09:48 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/implementations.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/684a7b9c/src/site/markdown/implementations.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/implementations.md b/src/site/markdown/implementations.md
index 1b06b93..066a1b7 100644
--- a/src/site/markdown/implementations.md
+++ b/src/site/markdown/implementations.md
@@ -25,9 +25,9 @@ implementations.
 
 The Apache Commons RDF distribution includes bindings for the implementations:
 
-* [Commons RDF Simple](#Commons RDF Simple)
-* [Apache Jena](#Apache Jena)
-* [Eclipse RDF4J](#Apache Jena) (formerly Sesame)
+* [Commons RDF Simple](#Commons_RDF_Simple)
+* [Apache Jena](#Apache_Jena)
+* [Eclipse RDF4J](#Eclipse_RDF4J) (formerly Sesame)
 
 One goal of the Commons RDF API is to enable runtime cross-compatibility of such implementations, therefore it is perfectly valid to combine these and for instance do:
 
@@ -108,7 +108,7 @@ Within Commons RDF it is possible to create [generalized triples](apidocs/org/ap
 
 The generalized triples/quads can be accessed as [org.apache.jena.graph.Triple](https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/graph/Triple.html) and [org.apache.jena.sparql.core.Quad](https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/core/Quad.html) - but can't currently be used with an equivalent _generalized graph_ or _generalized dataset_ within Commons RDF (see [COMMONSRDF-42](https://issues.apache.org/jira/browse/COMMONSRDF-42)).
 
-### Eclipse RDF4j
+### Eclipse RDF4J
 
 [org.apache.commons.rdf.rdf4j](apidocs/org/apache/commons/rdf/rdf4j/package-summary.html) is an implementation of the Commons RDF API backed by Eclispe [RDF4J 2.0](http://rdf4j.org/) (formerly Sesame), including converters from/to RDF4J and Commons RDF.
 


[2/2] incubator-commonsrdf git commit: extended implementations' toc

Posted by wi...@apache.org.
extended implementations' toc


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/3897a582
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/3897a582
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/3897a582

Branch: refs/heads/master
Commit: 3897a582d2044cadd9d106fbdc7832d265d1222c
Parents: 684a7b9
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon Oct 10 12:14:37 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon Oct 10 12:14:37 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/implementations.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/3897a582/src/site/markdown/implementations.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/implementations.md b/src/site/markdown/implementations.md
index 066a1b7..9f20d94 100644
--- a/src/site/markdown/implementations.md
+++ b/src/site/markdown/implementations.md
@@ -28,6 +28,9 @@ The Apache Commons RDF distribution includes bindings for the implementations:
 * [Commons RDF Simple](#Commons_RDF_Simple)
 * [Apache Jena](#Apache_Jena)
 * [Eclipse RDF4J](#Eclipse_RDF4J) (formerly Sesame)
+* [JSONLD-Java](#JSONLD-Java)
+
+In addition, [OWL API](#OWL_API) externally implements the API and [Apache Clerezza](#Apache_Clerezza) is aligning with it.
 
 One goal of the Commons RDF API is to enable runtime cross-compatibility of such implementations, therefore it is perfectly valid to combine these and for instance do: