Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2A425200BC1 for ; Wed, 16 Nov 2016 14:03:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2914A160B08; Wed, 16 Nov 2016 13:03:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4BDAB160B03 for ; Wed, 16 Nov 2016 14:03:33 +0100 (CET) Received: (qmail 83776 invoked by uid 500); 16 Nov 2016 13:03:32 -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 83767 invoked by uid 99); 16 Nov 2016 13:03:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 13:03:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 343081A0540 for ; Wed, 16 Nov 2016 13:03:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 2WciB8GW_jgt for ; Wed, 16 Nov 2016 13:03:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 7608F5FCBE for ; Wed, 16 Nov 2016 13:03:28 +0000 (UTC) Received: (qmail 83594 invoked by uid 99); 16 Nov 2016 13:03:27 -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; Wed, 16 Nov 2016 13:03:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 516AEE2F01; Wed, 16 Nov 2016 13:03:27 +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: Wed, 16 Nov 2016 13:03:29 -0000 Message-Id: <13c64ab042904d949f053e390ffbc2f6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/7] incubator-commonsrdf git commit: Fix links for 0.3.0 archived-at: Wed, 16 Nov 2016 13:03:34 -0000 Fix links for 0.3.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/03be650c Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/03be650c Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/03be650c Branch: refs/heads/master Commit: 03be650cd136a170f4c71f890a7a0bfbf863921b Parents: f296f7e Author: Stian Soiland-Reyes Authored: Wed Nov 16 10:46:07 2016 +0000 Committer: Stian Soiland-Reyes Committed: Wed Nov 16 10:46:07 2016 +0000 ---------------------------------------------------------------------- README.md | 13 +++++++------ src/site/markdown/download.md | 2 +- src/site/markdown/index.md | 5 ++--- src/site/markdown/userguide.md | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5a836c7..3a717d9 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ A diagram of the interfaces included in Commons RDF: Class diagram -This library is still work in progress. Therefore everybody is -welcomed to join the project and [contribute](http://commonsrdf.incubator.apache.org/contributing.html)! +Everybody is welcomed to join the project and +[contribute](http://commonsrdf.incubator.apache.org/contributing.html)! See the [Commons RDF homepage](http://commonsrdf.incubator.apache.org/) for more details. @@ -178,9 +178,10 @@ and simple usage (e.g. output from an independent RDF parser). ## Testing The abstract classes -[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java) -and -[AbstractRDFTermFactoryTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java) +[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java), +[AbstractDatasetTest](api/src/test/java/org/apache/commons/rdf/api/AbstractDatasetTest.java), +[AbstractBlankNodeTest](api/src/test/java/org/apache/commons/rdf/api/AbstractBlankNodeTest.java) and +[AbstractRDFTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTest.java) can be realised as JUnit tests by implementations in order to verify that they pass the minimal requirements of this API. @@ -202,7 +203,7 @@ classifier for the commons-rdf-api module, for example (for Maven): The extensions of each Test class need to provide a -[RDFTermFactory](api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java) +[RDF](api/src/main/java/org/apache/commons/rdf/api/RDF.java) instance that can create the corresponding implementations of a `Graph`, `IRI`, etc. For an example, see http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/download.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 0ae538e..2a6d7c7 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -72,7 +72,7 @@ The `` above might not be up to date, see the [source code releases](#Source_code) below to find the latest version. See the [user guide](userguide.html) for documentation of the -Apache Commons RDF API, and the [implementations](implementations.md) for +Apache Commons RDF API, and the [implementations](implementations.html) for details on each of the bindings. http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 1079863..4d48f28 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -144,9 +144,8 @@ For more details, read about the ## Contributing -Please, take into account that this library is still work in progress, -this set of interfaces are still under discussion and evolution. Therefore everybody -is welcomed to [join the project](mail-lists.html) and [contribute](contributing.html)! +Everybody is welcomed to [join the project](mail-lists.html) and +[contribute](contributing.html)! ## Disclaimer http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/userguide.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md index 03b44f3..34d88ae 100644 --- a/src/site/markdown/userguide.md +++ b/src/site/markdown/userguide.md @@ -150,7 +150,7 @@ To create instances of Commons RDF interfaces like ### Finding an RDF implementation -The [implementations](implementations.md) of `RDF` can usually be +The [implementations](implementations.html) of `RDF` can usually be created using a normal Java constructor, for instance the _simple_ implementation from [SimpleRDF](apidocs/org/apache/commons/rdf/simple/SimpleRDF.html): @@ -211,7 +211,7 @@ The [RDF](apidocs/org/apache/commons/rdf/api/RDF.html) interface also contains more specific variants of some of the methods above, e.g. to create a typed literal. -In addition, the [implementations](implementations.md) of `RDF` may add +In addition, the [implementations](implementations.html) of `RDF` may add specific converter methods and implementation-specific subtypes for interoperability with their underlying RDF framework's API.