Repository: incubator-rya Updated Branches: refs/heads/develop 3702adfb5 -> 9efae3eae
Made README link to RYA on apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/d6356b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/d6356b97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/d6356b97 Branch: refs/heads/develop Commit: d6356b97b2cc62b903ef1858a812ca5418f6491c Parents: 7743a42 Author: Keith Turner <[email protected]> Authored: Fri May 6 12:50:04 2016 -0400 Committer: Keith Turner <[email protected]> Committed: Fri May 6 12:50:04 2016 -0400 ---------------------------------------------------------------------- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d6356b97/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7869bef..af37c87 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ under the License. --> ## Overview -RYA is a scalable RDF Store that is built on top of a Columnar Index Store (such as Accumulo). It is implemented as an extension to OpenRdf to provide easy query mechanisms (SPARQL, SERQL, etc) and Rdf data storage (RDF/XML, NTriples, etc). +[RYA] is a scalable RDF Store that is built on top of a Columnar Index Store (such as Accumulo). It is implemented as an extension to OpenRdf to provide easy query mechanisms (SPARQL, SERQL, etc) and Rdf data storage (RDF/XML, NTriples, etc). RYA stands for RDF y(and) Accumulo. @@ -315,3 +315,7 @@ tupleQuery.evaluate(new TupleQueryResultHandler() { conn.close(); myRepository.shutDown(); ``` + + +[RYA]: http://rya.incubator.apache.org/ +
