Return-Path: X-Original-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Delivered-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E40731805E for ; Tue, 28 Apr 2015 09:05:32 +0000 (UTC) Received: (qmail 58811 invoked by uid 500); 28 Apr 2015 09:05:31 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 58726 invoked by uid 500); 28 Apr 2015 09:05:31 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 58655 invoked by uid 99); 28 Apr 2015 09:05:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:05:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:05:26 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 9E402283F5 for ; Tue, 28 Apr 2015 09:05:06 +0000 (UTC) Received: (qmail 56516 invoked by uid 99); 28 Apr 2015 09:05:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:05:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72744E00FF; Tue, 28 Apr 2015 09:05:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commonsrdf.incubator.apache.org Date: Tue, 28 Apr 2015 09:05:10 -0000 Message-Id: <604e9d8b40ce4b7f8a30da0b73d07204@git.apache.org> In-Reply-To: <6f43d28f96bf4f7bae7ac07d66ccc18b@git.apache.org> References: <6f43d28f96bf4f7bae7ac07d66ccc18b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] incubator-commonsrdf git commit: Link to complete example X-Virus-Checked: Checked by ClamAV on apache.org Link to complete example Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/ac0e1521 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/ac0e1521 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/ac0e1521 Branch: refs/heads/master Commit: ac0e1521015b973335eed9162b64c88c68f8d784 Parents: 7045a2c Author: Stian Soiland-Reyes Authored: Tue Apr 28 10:03:40 2015 +0100 Committer: Stian Soiland-Reyes Committed: Tue Apr 28 10:04:27 2015 +0100 ---------------------------------------------------------------------- src/site/markdown/userguide.md | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/ac0e1521/src/site/markdown/userguide.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md index 1a493b0..f3bd0c3 100644 --- a/src/site/markdown/userguide.md +++ b/src/site/markdown/userguide.md @@ -46,6 +46,7 @@ Commons RDF [API](apidocs/). * [Mutability and thread safety](#Mutability_and_thread_safety) * [Implementations](#Implementations) * [Cross-compatibility](#Cross-compatibility) +* [Complete example](#Complete_example) ## Introduction @@ -913,3 +914,13 @@ special care should be taken for cross-interoperability within hashing data structures like `HashMap`. See [COMMONSRDF-14](https://issues.apache.org/jira/browse/COMMONSRDF-14) +# Complete example + +The complete source code for the examples used in this user guide can be +browsed in +[UserGuideTest.java](https://github.com/apache/incubator-commonsrdf/blob/master/examples/src/example/UserGuideTest.java) +within the +[examples](https://github.com/apache/incubator-commonsrdf/tree/master/examples) +folder of the +Commons RDF source code repository. +