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 5C2E1200B6B for ; Fri, 9 Sep 2016 17:28:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AE5E160AA3; Fri, 9 Sep 2016 15:28:30 +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 85A80160AC2 for ; Fri, 9 Sep 2016 17:28:29 +0200 (CEST) Received: (qmail 59215 invoked by uid 500); 9 Sep 2016 15:28:28 -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 59206 invoked by uid 99); 9 Sep 2016 15:28:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 15:28:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 43DFAC0D53 for ; Fri, 9 Sep 2016 15:28:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 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=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id afL4jWIvNdEf for ; Fri, 9 Sep 2016 15:28:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 158F560D9E for ; Fri, 9 Sep 2016 15:28:23 +0000 (UTC) Received: (qmail 58475 invoked by uid 99); 9 Sep 2016 15:28:23 -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; Fri, 09 Sep 2016 15:28:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2610CEF7C3; Fri, 9 Sep 2016 15:28:23 +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: Fri, 09 Sep 2016 15:28:33 -0000 Message-Id: <1e883294a8be401391137740ccc8ae3f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/13] incubator-commonsrdf git commit: about implementation branches archived-at: Fri, 09 Sep 2016 15:28:30 -0000 about implementation branches Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/9782a586 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/9782a586 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/9782a586 Branch: refs/heads/parser-with-quads Commit: 9782a5860db860c6870620f8c16adf0afa511ec3 Parents: 2566399 Author: Stian Soiland-Reyes Authored: Wed Sep 7 03:23:36 2016 +0100 Committer: Stian Soiland-Reyes Committed: Wed Sep 7 03:23:36 2016 +0100 ---------------------------------------------------------------------- src/site/markdown/implementations.md | 63 +++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/9782a586/src/site/markdown/implementations.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/implementations.md b/src/site/markdown/implementations.md index 8ceba74..bf1b460 100644 --- a/src/site/markdown/implementations.md +++ b/src/site/markdown/implementations.md @@ -44,7 +44,7 @@ usage (e.g. prototyping). org.apache.commons commons-rdf-simple - 0.1.0-incubating-SNAPSHOT + 0.2.0-incubating-SNAPSHOT ``` @@ -57,10 +57,22 @@ RDFTermFactory rdfTermFactory = new SimpleRDFTermFactory(); Graph graph = rdfTermFactory.createGraph(); ``` +### OWL API + +[OWL API](http://owlapi.sourceforge.net/) 5 extends Commons RDF +directly for its family of +[RDFNode](https://github.com/owlcs/owlapi/blob/version5/api/src/main/java/org/semanticweb/owlapi/io/RDFNode.java#L25) +implementations. + +For details, see [pull request #446](https://github.com/owlcs/owlapi/pull/446), +and [pull request #452](https://github.com/owlcs/owlapi/pull/452)). + + + ## Planned implementations The information in this section should not be considered updated or -authoritative as it relies on external project planning. +authoritative as it describes ongoing development. Feel free to [suggest changes](http://commonsrdf.incubator.apache.org/contributing.html) to the [source code for this page](https://github.com/apache/incubator-commonsrdf/blob/master/src/site/markdown/implementations.md). @@ -69,15 +81,42 @@ Feel free to [suggest changes](http://commonsrdf.incubator.apache.org/contributi ### Apache Jena -[Apache Jena](http://jena.apache.org/) is considering a compatibility interface -that provides and consumes Commons RDF objects -([JENA-1015](https://issues.apache.org/jira/browse/JENA-1015)). +An implementation that maps [Apache Jena](http://jena.apache.org/) types +to Commons RDF is being developed on +the [`jena`](https://github.com/apache/incubator-commonsrdf/tree/jena) +branch of Commons RDF. + +For details, see [COMMONSRDF-33](https://issues.apache.org/jira/browse/COMMONSRDF-33), +[JENA-1015](https://issues.apache.org/jira/browse/JENA-1015) or contact +[dev@commonsrdf](mail-lists.html). + + +### Eclipse RDF4j (formerly Sesame) +An implementation that maps [RDF4J 2.0](http://rdf4j.org/) +to Commons RDF is being developed on +the [`rdf4j`](https://github.com/apache/incubator-commonsrdf/tree/rdf4j) +branch of Commons RDF. -### RDF4j Sesame -[Sesame](http://rdf4j.org/) is planning to support Commons RDF -([SES-2091](https://openrdf.atlassian.net/browse/SES-2091)). +For details, see [COMMONSRDF-35](https://issues.apache.org/jira/browse/COMMONSRDF-35), +[SES-2091](https://openrdf.atlassian.net/browse/SES-2091) or contact +[dev@commonsrdf](mail-lists.html). + + +### Eclipse RDF4j (formerly Sesame) + +An implementation that maps [JSON-LD-Java](https://github.com/jsonld-java/jsonld-java) +to Commons RDF is being developed on +the [`jsonld-java`](https://github.com/apache/incubator-commonsrdf/tree/jsonld-java/jsonld-java) +branch of Commons RDF. + +This aims to support [JSON-LD](http://json-ld.org/) parsing and writing by adding +new interfaces like +[RDFParserBuilder](https://github.com/apache/incubator-commonsrdf/pull/21). + +For details, see [COMMONSRDF-36](https://issues.apache.org/jira/browse/COMMONSRDF-36) or contact +[dev@commonsrdf](mail-lists.html). ### Apache Clerezza @@ -85,11 +124,3 @@ that provides and consumes Commons RDF objects [Apache Clerezza](https://clerezza.apache.org/) is aligning its [RDF core](https://github.com/apache/clerezza-rdf-core) module with Commons RDF. - - -### OWL API - -[OWL API](http://owlapi.sourceforge.net/) is considering the integration with -Commons RDF in OWLAPI 5 -([pull request #446](https://github.com/owlcs/owlapi/pull/446), -[pull request #452](https://github.com/owlcs/owlapi/pull/452)).