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 F28281737B for ; Wed, 15 Apr 2015 00:44:51 +0000 (UTC) Received: (qmail 57289 invoked by uid 500); 15 Apr 2015 00:44:51 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 57260 invoked by uid 500); 15 Apr 2015 00:44:51 -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 57251 invoked by uid 99); 15 Apr 2015 00:44:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 00:44:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Apr 2015 00:44:29 +0000 Received: (qmail 45057 invoked by uid 99); 15 Apr 2015 00:40:42 -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, 15 Apr 2015 00:40:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 48D34E042D; Wed, 15 Apr 2015 00:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ansell@apache.org To: commits@commonsrdf.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-commonsrdf git commit: Resigning position and removing Sesame from the advertised implementations at this point. Date: Wed, 15 Apr 2015 00:40:42 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-commonsrdf Updated Branches: refs/heads/master 9acd99ae4 -> 7289bc089 Resigning position and removing Sesame from the advertised implementations at this point. If Commons RDF gets to 1.0 before Sesame-4 is released later this year, then it may still implement the API. Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/7289bc08 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/7289bc08 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/7289bc08 Branch: refs/heads/master Commit: 7289bc089001084aa9dacb1cbb4d14e9b0f38a44 Parents: 9acd99a Author: Peter Ansell Authored: Wed Apr 15 10:40:01 2015 +1000 Committer: Peter Ansell Committed: Wed Apr 15 10:40:01 2015 +1000 ---------------------------------------------------------------------- README.md | 8 +------- pom.xml | 5 ----- 2 files changed, 1 insertion(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7289bc08/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e7c175f..0916a07 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/apache/incubator-commonsrdf/badge.svg)](https://coveralls.io/r/apache/incubator-commonsrdf) Commons RDF aims to provide a common library for [RDF 1.1](http://www.w3.org/TR/rdf11-concepts/) -that could be implemented by Java toolkits for RDF: -([Jena](http://jena.apache.org/) and [Sesame](http://openrdf.callimachus.net/) -4.x) as well as for other libraries ([OWLAPI](http://owlapi.sourceforge.net/), +that could be implemented by ([Jena](http://jena.apache.org/) as well as for other libraries such as [OWLAPI](http://owlapi.sourceforge.net/), [Clerezza](http://clerezza.apache.org/)) and other JVM languages. The main motivation behind this simple library is to revise an historical incompatibility @@ -133,10 +131,6 @@ it should *not* be considered a reference implementation. It is not thread-safe nor scalable, but may be useful for testing and simple usage (e.g. output from an independent RDF parser). -Projects including [Apache Jena](http://jena.apache.org/) -and [OpenRDF Sesame](http://rdf4j.org/) aim to provide -complete and scalable implementations of the Commons RDF API. - ## Testing The abstract classes http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7289bc08/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b45b2c..b8c1c18 100644 --- a/pom.xml +++ b/pom.xml @@ -92,11 +92,6 @@ andy@apache.org - ansell - Peter Ansell - ansell@apache.org - - stain Stian Soiland-Reyes stain@apache.org