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 67E0510C7D for ; Fri, 17 Apr 2015 10:55:58 +0000 (UTC) Received: (qmail 61254 invoked by uid 500); 17 Apr 2015 10:55:58 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 61230 invoked by uid 500); 17 Apr 2015 10:55:58 -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 61221 invoked by uid 99); 17 Apr 2015 10:55:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:55:58 +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.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:55:53 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 54708453B5 for ; Fri, 17 Apr 2015 10:55:32 +0000 (UTC) Received: (qmail 47136 invoked by uid 99); 17 Apr 2015 10:53:01 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:53:01 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id BCF19AC09E8 for ; Fri, 17 Apr 2015 10:53:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948002 [2/6] - in /websites/staging/commonsrdf/trunk/content: ./ css/ images/ images/logos/ img/ js/ Date: Fri, 17 Apr 2015 10:53:01 -0000 To: commits@commonsrdf.incubator.apache.org From: wikier@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150417105301.BCF19AC09E8@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/commonsrdf/trunk/content/dependencies.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/dependencies.html (added) +++ websites/staging/commonsrdf/trunk/content/dependencies.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,154 @@ + + + + + + + + + Apache Commons RDF – Project Dependencies + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+ +
+

Project Dependencies

+

There are no dependencies for this project. It is a standalone application that does not depend on any other project.

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/dependency-info.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/dependency-info.html (added) +++ websites/staging/commonsrdf/trunk/content/dependency-info.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,189 @@ + + + + + + + + + Apache Commons RDF – Dependency Information + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>org.apache.commonsrdf</groupId>
+  <artifactId>commons-rdf-site</artifactId>
+  <version>0.1.0-incubating-SNAPSHOT</version>
+  <type>pom</type>
+</dependency>
+
+

Apache Buildr

+
+
'org.apache.commonsrdf:commons-rdf-site:pom:0.1.0-incubating-SNAPSHOT'
+
+

Apache Ant

+
+
<dependency org="org.apache.commonsrdf" name="commons-rdf-site" rev="0.1.0-incubating-SNAPSHOT">
+  <artifact name="commons-rdf-site" type="pom" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='org.apache.commonsrdf', module='commons-rdf-site', version='0.1.0-incubating-SNAPSHOT')
+)
+
+

Grails

+
+
compile 'org.apache.commonsrdf:commons-rdf-site:0.1.0-incubating-SNAPSHOT'
+
+

Leiningen

+
+
[org.apache.commonsrdf/commons-rdf-site "0.1.0-incubating-SNAPSHOT"]
+
+

SBT

+
+
libraryDependencies += "org.apache.commonsrdf" %% "commons-rdf-site" % "0.1.0-incubating-SNAPSHOT"
+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/distribution-management.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/distribution-management.html (added) +++ websites/staging/commonsrdf/trunk/content/distribution-management.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,153 @@ + + + + + + + + + Apache Commons RDF – Project Distribution Management + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Overview

+

No distribution management is defined for this project.

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/download.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/download.html (added) +++ websites/staging/commonsrdf/trunk/content/download.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,152 @@ + + + + + + + + + Apache Commons RDF – Download Commons RDF + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+

Download Commons RDF

+

Nothing to see here for now…

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/images/close.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/close.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/collapsed.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/collapsed.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/commons-logo.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/commons-logo.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/commons-rdf-class-diagram.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/commons-rdf-class-diagram.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/commonsrdf-logo.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/commonsrdf-logo.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/commonsrdf-logo.xcf ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/commonsrdf-logo.xcf ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/expanded.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/expanded.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/external-classic.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/external-classic.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/help_logo.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/help_logo.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_arrowfolderclosed1_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_arrowfolderclosed1_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_arrowfolderopen2_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_arrowfolderopen2_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_arrowwaste1_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_arrowwaste1_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_arrowwaste2_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_arrowwaste2_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_doc_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_doc_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_doc_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_doc_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_error_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_error_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_error_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_folder_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_folder_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_folder_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_folder_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_help_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_help_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_info_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_info_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_info_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_members_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_members_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_sortdown.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_sortdown.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_sortup.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_sortup.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_success_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_success_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_success_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_usergroups_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_usergroups_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_warning_lrg.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_warning_lrg.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/icon_warning_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/logos/build-by-maven-black.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/logos/build-by-maven-black.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/logos/build-by-maven-white.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/logos/build-by-maven-white.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/logos/maven-feather.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/newwindow-classic.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/newwindow-classic.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/nw_maj_rond.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/nw_maj_rond.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/strich.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/strich.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/sw_maj_rond.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/sw_maj_rond.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/images/sw_med_rond.gif ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/images/sw_med_rond.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/img/glyphicons-halflings-white.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/img/glyphicons-halflings-white.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/img/glyphicons-halflings.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/commonsrdf/trunk/content/img/glyphicons-halflings.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/commonsrdf/trunk/content/index.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/index.html (added) +++ websites/staging/commonsrdf/trunk/content/index.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,174 @@ + + + + + + + + + Apache Commons RDF – Apache Commons RDF (incubating) + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+

Apache Commons RDF (incubating)

+ + +

Commons RDF aims to provide a common library for RDF 1.1 that could be implemented by systems on the Java Virtual Machine.

+

The main motivation behind this simple library is revise an historical incompatibility issue. This library does not pretend to be a generic api wrapping those libraries, but a set of interfaces for the RDF 1.1 concepts that can be used to expose common RDF-1.1 concepts using common Java interfaces. In the initial phase commons-rdf is focused on a subset of the core concepts defined by RDF-1.1 (URI/IRI, Blank Node, Literal, Triple, and Graph). In particular, commons RDF aims to provide a type-safe, non-general API that covers RDF 1.1. In a future phase we may define interfaces for Datasets and Quads.

+

A draft diagram of the interfaces which may be included in Commons RDF are:

+

Classes diagram

+

This library is still work in progress. Therefore everybody is welcomed to join the project and contribute!!

+
+

Disclaimer

+

Apache Commons RDF is an effort undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/integration.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/integration.html (added) +++ websites/staging/commonsrdf/trunk/content/integration.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,153 @@ + + + + + + + + + Apache Commons RDF – Continuous Integration + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Continuous Integration

+

No continuous integration management system is defined. Please check back at a later date.

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/issue-tracking.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/issue-tracking.html (added) +++ websites/staging/commonsrdf/trunk/content/issue-tracking.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,158 @@ + + + + + + + + + Apache Commons RDF – Issue Tracking + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Overview

+

This project uses JIRA a J2EE-based, issue tracking and project management application.

+
+

Issue Tracking

+

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+ + + + +