Javadoc link
Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/e9b52ebf Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/e9b52ebf Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/e9b52ebf Branch: refs/heads/jena Commit: e9b52ebf968dfb1a6b0d35455209c48d9d167e62 Parents: 9e872b5 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu Sep 29 16:12:36 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu Sep 29 16:13:37 2016 +0100 ---------------------------------------------------------------------- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e9b52ebf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index bf745a1..15a7723 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Jena](http://jena.apache.org/) as well as for other libraries such as The main motivation behind this simple library is to revise an historical incompatibility issue between these toolkits. This library does not pretend to -be a generic API wrapping those libraries, but is a set of common Java -interfaces for the RDF 1.1 concepts, e.g. `IRI`, `BlankNode`, `Graph`, +be a generic API wrapping those libraries, but is a +[set of common Java interfaces](http://commonsrdf.incubator.apache.org/apidocs/index.html?org/apache/commons/rdf/api/package-summary.html) +for the RDF 1.1 concepts, e.g. `IRI`, `BlankNode`, `Graph`, accompanied with unit test cases for their expected behaviour, and a `simple` implementation, which main purpose is to clarify the tests and interfaces.
