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 1977E17427 for ; Thu, 23 Apr 2015 13:51:52 +0000 (UTC) Received: (qmail 95975 invoked by uid 500); 23 Apr 2015 13:51:52 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 95946 invoked by uid 500); 23 Apr 2015 13:51: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 95937 invoked by uid 99); 23 Apr 2015 13:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 13:51:51 +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; Thu, 23 Apr 2015 13:51:47 +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 193BE251AF for ; Thu, 23 Apr 2015 13:51:27 +0000 (UTC) Received: (qmail 93673 invoked by uid 99); 23 Apr 2015 13:50:11 -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, 23 Apr 2015 13:50:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CF09BE00DE; Thu, 23 Apr 2015 13:50:11 +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 Message-Id: <241b17a5e04741abb2c0544b61ae5571@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-commonsrdf git commit: COMMONSRDF-9 Update class diagram, incl RDFTermfactory Date: Thu, 23 Apr 2015 13:50:11 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-commonsrdf Updated Branches: refs/heads/master dde82e2ef -> b16874682 COMMONSRDF-9 Update class diagram, incl RDFTermfactory Created with http://www.nomnoml.com/ To save from nomnoml, zoom in and click the Photo button to dowload a PNG Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/b1687468 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/b1687468 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/b1687468 Branch: refs/heads/master Commit: b16874682e8d3ab25d3335c81485d925ff360d4b Parents: dde82e2 Author: Stian Soiland-Reyes Authored: Thu Apr 23 14:45:44 2015 +0100 Committer: Stian Soiland-Reyes Committed: Thu Apr 23 14:49:37 2015 +0100 ---------------------------------------------------------------------- src/site/markdown/index.md | 2 +- src/site/resources/images/class-diagram.nomnoml | 28 +++++++++++++++++++ src/site/resources/images/class-diagram.png | Bin 0 -> 57632 bytes 3 files changed, 29 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b1687468/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index a3d116a..0318fdb 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -27,7 +27,7 @@ for Datasets and Quads. A draft diagram of the interfaces which may be included in Commons RDF are: -![Classes diagram](images/commons-rdf-class-diagram.png) +Class diagram This library is still work in progress. Therefore everybody is welcomed to [join the project](mail-lists.html) and contribute! http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b1687468/src/site/resources/images/class-diagram.nomnoml ---------------------------------------------------------------------- diff --git a/src/site/resources/images/class-diagram.nomnoml b/src/site/resources/images/class-diagram.nomnoml new file mode 100644 index 0000000..b309423 --- /dev/null +++ b/src/site/resources/images/class-diagram.nomnoml @@ -0,0 +1,28 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// To render, see http://www.nomnoml.com + +#fill: #bbccdd; #aabbcc +[RDFTermFactory]--[Graph] +[RDFTermFactory]--[Triple] +[RDFTermFactory]--[RDFTerm] +[Graph]->[Triple] +[Triple]->[RDFTerm] +[RDFTerm]<:-[Literal] +[RDFTerm]<:-[BlankNodeOrIRI] +[BlankNodeOrIRI]<:-[BlankNode] +[BlankNodeOrIRI]<:-[IRI] http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b1687468/src/site/resources/images/class-diagram.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/class-diagram.png b/src/site/resources/images/class-diagram.png new file mode 100644 index 0000000..16b9c3b Binary files /dev/null and b/src/site/resources/images/class-diagram.png differ