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 1ACEB200B7C for ; Thu, 8 Sep 2016 16:29:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 197FB160AAD; Thu, 8 Sep 2016 14:29:37 +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 42018160AD0 for ; Thu, 8 Sep 2016 16:29:36 +0200 (CEST) Received: (qmail 19774 invoked by uid 500); 8 Sep 2016 14:29:35 -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 19765 invoked by uid 99); 8 Sep 2016 14:29:35 -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; Thu, 08 Sep 2016 14:29:35 +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 150B91A08AD for ; Thu, 8 Sep 2016 14:29:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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-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 n65j1CYU5DbO for ; Thu, 8 Sep 2016 14:29:31 +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 70B7460E10 for ; Thu, 8 Sep 2016 14:29:29 +0000 (UTC) Received: (qmail 19053 invoked by uid 99); 8 Sep 2016 14:29:28 -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; Thu, 08 Sep 2016 14:29:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 86AF0E07F4; Thu, 8 Sep 2016 14:29:28 +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: Thu, 08 Sep 2016 14:29:41 -0000 Message-Id: <192fbd892bb346cc8a1354e6885060f4@git.apache.org> In-Reply-To: <3c10b2b58d7948199a5c3669d2ce5c31@git.apache.org> References: <3c10b2b58d7948199a5c3669d2ce5c31@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/19] incubator-commonsrdf git commit: about implementation branches archived-at: Thu, 08 Sep 2016 14:29:37 -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/jena 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)).