include JSONLD-Java in 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/f2de2c50
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/f2de2c50
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/f2de2c50

Branch: refs/heads/master
Commit: f2de2c507579492f21f5796f6b7eb78b6213dc02
Parents: 24d7bab 3897a58
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Oct 14 13:17:08 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Oct 14 13:17:08 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f2de2c50/src/site/markdown/implementations.md
----------------------------------------------------------------------
diff --cc src/site/markdown/implementations.md
index e2f72f7,9f20d94..30235e1
--- a/src/site/markdown/implementations.md
+++ b/src/site/markdown/implementations.md
@@@ -28,13 -28,11 +28,14 @@@ The Apache Commons RDF distribution inc
  * [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.
 +In addition there can be [External implementations](#External-implementations)
 +which are released separately by their respective projects.
  
 -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:
 +One goal of the Commons RDF API is to enable runtime cross-compatibility
 +of its implementations, therefore it is perfectly valid to combine them
 +and for instance do:
  
  * Copy triples from a Jena `Model` to an RDF4J `Repository`  (e.g. copying 
between two Common RDF `Graph`s)
  * Create an RDF4J-backed `Quad` that use a Jena-backed `BlankNode`

Reply via email to