You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/20 08:42:45 UTC

[19/45] properly ignored files

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/cm/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/cm/index.html b/platform/marmotta-sparql/target/classes/web/cm/index.html
deleted file mode 100644
index dfc7add..0000000
--- a/platform/marmotta-sparql/target/classes/web/cm/index.html
+++ /dev/null
@@ -1,240 +0,0 @@
-<!--
-
-    Copyright (C) 2013 Salzburg Research.
-
-    Licensed 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.
-
--->
-<!doctype html>
-<html>
-<head>
-<title>CodeMirror: LDPath Demo</title>
-<link rel="stylesheet" href="codemirror.css">
-<link rel="stylesheet" href="simple-hint.css">
-
-<script src="../../core/public/js/lib/jquery-1.7.2.js" type="text/javascript"></script>
-
-<script src="codemirror.js"></script>
-<script src="simple-hint.js"></script>
-<script src="ldpath.js"></script>
-
-<link rel="stylesheet" href="ldpath.css">
-
-<style type="text/css">
-.CodeMirror {
-    border: 1px solid #eee;
-}
-
-td {
-    padding-right: 20px;
-}
-body {
-  font-family: Droid Sans, Arial, sans-serif;
-  line-height: 1.5;
-  max-width: 64.3em;
-  margin: 3em auto;
-  padding: 0 1em;
-}
-
-h1 {
-  letter-spacing: -3px;
-  font-size: 3.23em;
-  font-weight: bold;
-  margin: 0;
-}
-
-h2 {
-  font-size: 1.23em;
-  font-weight: bold;
-  margin: .5em 0;
-  letter-spacing: -1px;
-}
-
-h3 {
-  font-size: 1em;
-  font-weight: bold;
-  margin: .4em 0;
-}
-
-pre {
-  background-color: #eee;
-  -moz-border-radius: 6px;
-  -webkit-border-radius: 6px;
-  border-radius: 6px;
-  padding: 1em;
-}
-
-pre.code {
-  margin: 0 1em;
-}
-
-.grey {
-  font-size: 2.2em;
-  padding: .5em 1em;
-  line-height: 1.2em;
-  margin-top: .5em;
-  position: relative;
-}
-
-img.logo {
-  position: absolute;
-  right: -25px;
-  bottom: 4px;
-}
-
-a:link, a:visited, .quasilink {
-  color: #df0019;
-  cursor: pointer;
-  text-decoration: none;
-}
-
-a:hover, .quasilink:hover {
-  color: #800004;
-}
-
-h1 a:link, h1 a:visited, h1 a:hover {
-  color: black;
-}
-
-ul {
-  margin: 0;
-  padding-left: 1.2em;
-}
-
-a.download {
-  color: white;
-  background-color: #df0019;
-  width: 100%;
-  display: block;
-  text-align: center;
-  font-size: 1.23em;
-  font-weight: bold;
-  text-decoration: none;
-  -moz-border-radius: 6px;
-  -webkit-border-radius: 6px;
-  border-radius: 6px;
-  padding: .5em 0;
-  margin-bottom: 1em;
-}
-
-a.download:hover {
-  background-color: #bb0010;
-}
-
-.rel {
-  margin-bottom: 0;
-}
-
-.rel-note {
-  color: #777;
-  font-size: .9em;
-  margin-top: .1em;
-}
-
-.logo-braces {
-  color: #df0019;
-  position: relative;
-  top: -4px;
-}
-
-.blk {
-  float: left;
-}
-
-.left {
-  width: 37em;
-  padding-right: 6.53em;
-  padding-bottom: 1em;
-}
-
-.left1 {
-  width: 15.24em;
-  padding-right: 6.45em;
-}
-
-.left2 {
-  width: 15.24em;
-}
-
-.right {
-  width: 20.68em;
-}
-
-.leftbig {
-  width: 42.44em;
-  padding-right: 6.53em;
-}
-
-.rightsmall {
-  width: 15.24em;
-}
-
-.clear:after {
-  visibility: hidden;
-  display: block;
-  font-size: 0;
-  content: " ";
-  clear: both;
-  height: 0;
-}
-.clear { display: inline-block; }
-/* start commented backslash hack \*/
-* html .clear { height: 1%; }
-.clear { display: block; }
-/* close commented backslash hack */
-</style>
-</head>
-<body>
-  <h1>CodeMirror: LDPath demo</h1>
-  <div>
-    <button onclick="javascript:createEditor()">Editor</button>
-    <button onclick="javascript:removeEditor()">Plain</button>
-  </div>
-  <form>
-    <textarea id="code" name="code">
-@prefix iptc : <http://iptc.org/std/nar/2006-10-01/> ;
-@prefix foaf ;
-@prefix rss: ;
-@prefix sioc: ;
-@filter rdf:type is rss:item | rdf:type is isig:WebPage | rdf:type is sioc:Post ;
-  date = dc:date :: xsd:date(multiValued="false") ;
-  desc = dc:description[@de] :: lmf:text_en ;
-  feed = (^rss:items / rss:title | (page:partOf | sioc:has_container / dc:title)) :: xsd:string ;
-  lang = fn:first(^rss:items / dc:language, "de") :: xsd:string ;
-  summary = fn:removeTags((rss:description | dc:description)) :: lmf:text_en ;
-  title = (rss:title | (html:title | dc:title)) :: lmf:text_en ;
-  user = dc:creator :: xsd:string(multiValue="false") ;
-</textarea>
-  </form>
-  <script>
-            var editor = null;
-            function createEditor() {
-                if (editor === null) {
-                    editor = CodeMirror.fromTextArea(document.getElementById("code"), {
-                        lineNumbers : true,
-                        matchBrackets : true,
-						extraKeys: {"Ctrl-Space": "ldpathAutocomplete"},
-                        mode : "ldpath"
-                    });
-                }
-            }
-            function removeEditor() {
-                if (editor) {
-                    editor.toTextArea();
-                    editor = null;
-                }
-            }
-            createEditor();
-        </script>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/cm/simple-hint.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/cm/simple-hint.css b/platform/marmotta-sparql/target/classes/web/cm/simple-hint.css
deleted file mode 100644
index 413ea94..0000000
--- a/platform/marmotta-sparql/target/classes/web/cm/simple-hint.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * Copyright (C) 2013 Salzburg Research.
- *
- * Licensed 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.
- */
-#center .CodeMirror-completions, .CodeMirror-completions {
-  position: absolute;
-  z-index: 10;
-  overflow: hidden;
-  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-}
-#center .CodeMirror-completions select, .CodeMirror-completions select {
-  background: #fafafa;
-  outline: none;
-  border: none;
-  padding: 0;
-  margin: 0;
-  font-family: monospace;
-}

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/cm/simple-hint.js
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/cm/simple-hint.js b/platform/marmotta-sparql/target/classes/web/cm/simple-hint.js
deleted file mode 100644
index e83f7cd..0000000
--- a/platform/marmotta-sparql/target/classes/web/cm/simple-hint.js
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * Copyright (C) 2013 Salzburg Research.
- *
- * Licensed 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.
- */
-(function() {
-  CodeMirror.simpleHint = function(editor, getHints) {
-    // We want a single cursor position.
-    if (editor.somethingSelected()) return;
-    var result = getHints(editor);
-    if (!result || !result.list.length) return;
-    var completions = result.list;
-    function insert(str) {
-      editor.replaceRange(str, result.from, result.to);
-    }
-    // When there is only one completion, use it directly.
-    if (completions.length == 1) {insert(completions[0]); return true;}
-
-    // Build the select widget
-    var complete = document.createElement("div");
-    complete.className = "CodeMirror-completions";
-    var sel = complete.appendChild(document.createElement("select"));
-    // Opera doesn't move the selection when pressing up/down in a
-    // multi-select, but it does properly support the size property on
-    // single-selects, so no multi-select is necessary.
-    if (!window.opera) sel.multiple = true;
-    for (var i = 0; i < completions.length; ++i) {
-      var opt = sel.appendChild(document.createElement("option"));
-      opt.appendChild(document.createTextNode(completions[i]));
-    }
-    sel.firstChild.selected = true;
-    sel.size = Math.min(10, completions.length);
-    var pos = editor.cursorCoords();
-    complete.style.left = pos.x + "px";
-    complete.style.top = pos.yBot + "px";
-    document.body.appendChild(complete);
-    // If we're at the edge of the screen, then we want the menu to appear on the left of the cursor.
-    var winW = window.innerWidth || Math.max(document.body.offsetWidth, document.documentElement.offsetWidth);
-    if(winW - pos.x < sel.clientWidth)
-      complete.style.left = (pos.x - sel.clientWidth) + "px";
-    // Hack to hide the scrollbar.
-    if (completions.length <= 10)
-      complete.style.width = (sel.clientWidth - 1) + "px";
-
-    var done = false;
-    function close() {
-      if (done) return;
-      done = true;
-      complete.parentNode.removeChild(complete);
-    }
-    function pick() {
-      insert(completions[sel.selectedIndex]);
-      close();
-      setTimeout(function(){editor.focus();}, 50);
-    }
-    CodeMirror.connect(sel, "blur", close);
-    CodeMirror.connect(sel, "keydown", function(event) {
-      var code = event.keyCode;
-      // Enter
-      if (code == 13) {CodeMirror.e_stop(event); pick();}
-      // Escape
-      else if (code == 27) {CodeMirror.e_stop(event); close(); editor.focus();}
-      else if (code != 38 && code != 40) {
-        close(); editor.focus();
-        // Pass the event to the CodeMirror instance so that it can handle things like backspace properly.
-        editor.triggerOnKeyDown(event);
-        setTimeout(function(){CodeMirror.simpleHint(editor, getHints);}, 50);
-      }
-    });
-    CodeMirror.connect(sel, "dblclick", pick);
-
-    sel.focus();
-    // Opera sometimes ignores focusing a freshly created node
-    if (window.opera) setTimeout(function(){if (!done) sel.focus();}, 100);
-    return true;
-  };
-})();

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/cm/sparql.js
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/cm/sparql.js b/platform/marmotta-sparql/target/classes/web/cm/sparql.js
deleted file mode 100644
index d012693..0000000
--- a/platform/marmotta-sparql/target/classes/web/cm/sparql.js
+++ /dev/null
@@ -1,217 +0,0 @@
-/*
- * Copyright (C) 2013 Salzburg Research.
- *
- * Licensed 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.
- */
-CodeMirror.defineMode("sparql", function(config) {
-  var indentUnit = config.indentUnit;
-  var curPunc;
-
-  function wordRegexp(words) {
-    return new RegExp("^(?:" + words.join("|") + ")$", "i");
-  }
-  var ops = wordRegexp(["str", "lang", "langmatches", "datatype", "bound", "sameterm", "isiri", "isuri",
-                        "isblank", "isliteral", "union", "a"]);
-  var keywords = wordRegexp(["base", "prefix", "select", "distinct", "reduced", "construct", "describe",
-                             "ask", "from", "named", "where", "group", "order", "limit", "offset", "filter", 
-                             "optional", "graph", "by", "asc", "desc", "insert", "data", "delete"]);
-  var operatorChars = /[*+\-<>=&|]/;
-
-  function tokenBase(stream, state) {
-    var ch = stream.next();
-    curPunc = null;
-    if (ch == "$" || ch == "?") {
-      stream.match(/^[\w\d]*/);
-      return "variable-2";
-    }
-    else if (ch == "<" && !stream.match(/^[\s\u00a0=]/, false)) {
-      stream.match(/^[^\s\u00a0>]*>?/);
-      return "atom";
-    }
-    else if (ch == "\"" || ch == "'") {
-      state.tokenize = tokenLiteral(ch);
-      return state.tokenize(stream, state);
-    }
-    else if (/[{}\(\),\.;\[\]]/.test(ch)) {
-      curPunc = ch;
-      return null;
-    }
-    else if (ch == "#") {
-      stream.skipToEnd();
-      return "comment";
-    }
-    else if (operatorChars.test(ch)) {
-      stream.eatWhile(operatorChars);
-      return null;
-    }
-    else if (ch == ":") {
-      stream.eatWhile(/[\w\d\._\-]/);
-      return "atom";
-    }
-    else {
-      stream.eatWhile(/[_\w\d]/);
-      if (stream.eat(":")) {
-        stream.eatWhile(/[\w\d_\-]/);
-        return "atom";
-      }
-      var word = stream.current(), type;
-      if (ops.test(word))
-        return null;
-      else if (keywords.test(word))
-        return "keyword";
-      else
-        return "variable";
-    }
-  }
-
-  function tokenLiteral(quote) {
-    return function(stream, state) {
-      var escaped = false, ch;
-      while ((ch = stream.next()) != null) {
-        if (ch == quote && !escaped) {
-          state.tokenize = tokenBase;
-          break;
-        }
-        escaped = !escaped && ch == "\\";
-      }
-      return "string";
-    };
-  }
-
-  function pushContext(state, type, col) {
-    state.context = {prev: state.context, indent: state.indent, col: col, type: type};
-  }
-  function popContext(state) {
-    state.indent = state.context.indent;
-    state.context = state.context.prev;
-  }
-
-  return {
-    startState: function(base) {
-      return {tokenize: tokenBase,
-              context: null,
-              indent: 0,
-              col: 0};
-    },
-
-    token: function(stream, state) {
-      if (stream.sol()) {
-        if (state.context && state.context.align == null) state.context.align = false;
-        state.indent = stream.indentation();
-      }
-      if (stream.eatSpace()) return null;
-      var style = state.tokenize(stream, state);
-
-      if (style != "comment" && state.context && state.context.align == null && state.context.type != "pattern") {
-        state.context.align = true;
-      }
-
-      if (curPunc == "(") pushContext(state, ")", stream.column());
-      else if (curPunc == "[") pushContext(state, "]", stream.column());
-      else if (curPunc == "{") pushContext(state, "}", stream.column());
-      else if (/[\]\}\)]/.test(curPunc)) {
-        while (state.context && state.context.type == "pattern") popContext(state);
-        if (state.context && curPunc == state.context.type) popContext(state);
-      }
-      else if (curPunc == "." && state.context && state.context.type == "pattern") popContext(state);
-      else if (/atom|string|variable/.test(style) && state.context) {
-        if (/[\}\]]/.test(state.context.type))
-          pushContext(state, "pattern", stream.column());
-        else if (state.context.type == "pattern" && !state.context.align) {
-          state.context.align = true;
-          state.context.col = stream.column();
-        }
-      }
-      
-      return style;
-    },
-
-    indent: function(state, textAfter) {
-      var firstChar = textAfter && textAfter.charAt(0);
-      var context = state.context;
-      if (/[\]\}]/.test(firstChar))
-        while (context && context.type == "pattern") context = context.prev;
-
-      var closing = context && firstChar == context.type;
-      if (!context)
-        return 0;
-      else if (context.type == "pattern")
-        return context.col;
-      else if (context.align)
-        return context.col + (closing ? 0 : 1);
-      else
-        return context.indent + (closing ? 0 : indentUnit);
-    }
-  };
-});
-
-if (CodeMirror.simpleHint && jQuery) {
-    function completePrefix(editor, cur, token, prevToken) {
-        var line = editor.getLine(cur.line);
-        var match = line.match(/(^|;)\s*PREFIX\s+(\w+)\s*(:\s*<?)?(;|$)/);
-        if (match && match[2] && match[2] !== "") {
-            var prefix = match[2], result;
-            try {
-                jQuery.ajax("http://prefix.cc/" + prefix + ".file.json", {
-                    async: false,
-                    success: function(data) {
-                        result = data[prefix];
-                    },
-                    dataType: "json"
-                });
-            } catch (e) {}
-            if (result !== undefined) {
-                var pfx = line.substr(0,cur.ch);
-                var st = pfx.search(/\s*(:\s*<?)?$/);
-                return {
-                    list: [ ": <"+result+">" ],
-                    from: {line: cur.line, ch: st},
-                    to: cur
-                };
-            }
-        }
-        return false;
-    }
-    CodeMirror.commands.sparqlAutocomplete = function(cm) {
-        CodeMirror.simpleHint(cm, function(editor) {
-            var cur = editor.getCursor();
-            var line = editor.getLine(cur.line);
-
-            // search for the last prefix
-            for(i = cur.ch; i >= 0; i--) {
-                var token = editor.getTokenAt({line: cur.line, ch: i});
-                if(token.className == "keyword" && token.string == "PREFIX") {
-                    break;
-                }
-            }
-            console.dir(token);
-
-            // search for the next atom
-            for(i = token.end + 1; i <= cur.ch; i++) {
-                var atomToken = editor.getTokenAt({line: cur.line, ch: i});
-                if(atomToken.className == "atom") {
-                    break;
-                }
-            }
-            console.dir(atomToken);
-
-
-            if (atomToken.className == "atom") {
-                return completePrefix(editor, cur, atomToken, token);
-            }
-        });
-    }
-}
-
-
-CodeMirror.defineMIME("application/x-sparql-query", "sparql");

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/doclet.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/doclet.css b/platform/marmotta-sparql/target/classes/web/doc/rest/doclet.css
deleted file mode 100644
index 22d2f04..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/doclet.css
+++ /dev/null
@@ -1,119 +0,0 @@
-h2.classname .namespace {
- font-size: small;
- padding-left: 50px;
-}
-
-#Elements .namespace {
- font-size: small;
- padding-left: 5px;
-}
-
-table.info {
- width: 100%;
- border-collapse: collapse;
-}
-
-table.info .TableCaption {
- text-align: left;
- background: #CCCCFF;
- font-weight: bold;
- padding: 0.5em 1em;
- border-top: thin solid black;
- border-left: thin solid black;
- border-right: thin solid black;
-}
-
-table.info th,
-table.info td {
- padding: 0.5em 1em;
- border: thin solid black;
-}
-
-table.info .TableHeader {
- font-size: smaller;
- text-align: center;
- font-weight: bold;
-}
-
-table.menu {
- width: 100%;
-}
-
-table.menu col {
- width: 50%;
-}
-
-span.comment {
- color: gray;
-}
-
-td.NavBarCell1 {
- background-color: #EEEEFF;
-}
-
-td.NavBarCell1 table {
- padding: 0.3em 0.8em;
- border-collapse: separate;
-}
-
-td.NavBarCell1 table th.selected,
-td.NavBarCell1 table a {
- font-weight: bold;
-}
-
-td.NavBarCell1 table th {
- padding: 0.1em 0.3em;
- background-color: transparent;
- border: none;
-}
-
-td.NavBarCell1 table th.selected {
- background: #00008B;
- color: white;
-}
-
-.NavBarCell3 {
- text-transform: uppercase;
- font-size: small;
-}
-
-.deep-resource {
- font-size: smaller;
-}
-
-table.examples {
- width: 100%;
-}
-
-table.examples td {
- width: 50%;
- vertical-align: top;
-}
-
-table.examples pre {
- white-space: pre-wrap;       /* css-3 */
- white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
- white-space: -pre-wrap;      /* Opera 4-6 */
- white-space: -o-pre-wrap;    /* Opera 7 */
- word-wrap: break-word;       /* Internet Explorer 5.5+ */
-}
-
-.footer {
- font-style: italic;
- font-size: smaller;
- color: gray;
-}
-
-/* JPA */
-
-.tooltip {
- background-color: #FBF99F;
- border: 1px solid #E9E52D;
- padding: 0.3em 0.6em;
-}
-
-#graph {
- width: 100%;
- height: 800px;
- border: 1px solid black;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/index.html
deleted file mode 100644
index 661b073..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<HTML><HEAD><TITLE>Root Resource</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th><a href='overview-index.html'>Index</a></th><th class='selected'>Root resource</th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table><h2>Path: / LMF</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='sparql/index.html'>sparql</a></td><td></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th><a href='overview-index.html'>Index</a></th><th c
 lass='selected'>Root resource</th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/overview-index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/overview-index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/overview-index.html
deleted file mode 100644
index 2c2d654..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/overview-index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource index</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th class='selected'>Index</th><th><a href='index.html'>Root resource</a></th></tr></tbody></table></td></tr></table><hr/><table class='info'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Method</th><th class='TableHeader'>URL</th><th class='TableHeader'>Description</th></tr><tr><td><a href='sparql/select/index.html#GET'><tt>GET</tt></a></td><td><a href='sparql/select/index.html'><tt>/LMF/sparql/select?query=…&amp;output=…</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request.</td></tr><tr><td><a href='sparql/select/index.html#POST'><tt>POST</tt></a></td><td><a href='sparql/select/index.html'><tt>/LMF/sparql/select?output=…</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td></tr><tr><td><a href='sparql/select/index.html#POST'><tt>POST</tt></a></td><td><a href='sparql/select/index.html'><tt>/LMF/sparql/select?output=…</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed in the body of the
- POST request.</td></tr><tr><td><a href='sparql/snorql/index.html#POST'><tt>POST</tt></a></td><td><a href='sparql/snorql/index.html'><tt>/LMF/sparql/snorql</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td></tr><tr><td><a href='sparql/update/index.html#GET'><tt>GET</tt></a></td><td><a href='sparql/update/index.html'><tt>/LMF/sparql/update?update=…&amp;query=…&amp;output=…</tt></a></td><td>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET.</td></tr><tr><td><a href='sparql/update/index.html#POST'><tt>POST</tt></a></td><td><a href='sparql/update/index.html'><tt>/LMF/sparql/update</tt></a></td><td>Execute a SPARQL 1.1 Update request passed in the request body of the POST.</td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th class='selected'>Index</th><th><a href='index.html'>Root resource</a></th></tr></tbody></table></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets
 </a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/overview-summary.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/overview-summary.html b/platform/marmotta-sparql/target/classes/web/doc/rest/overview-summary.html
deleted file mode 100644
index bdfccfa..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/overview-summary.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Overview of resources</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th class='selected'>Overview</th><th><a href='overview-index.html'>Index</a></th><th><a href='index.html'>Root resource</a></th></tr></tbody></table></td></tr></table><hr/><table class='info'><caption class='TableCaption'>Resources</caption><tbody><tr class='subheader'><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th><th class='TableHeader'>Methods</th></tr><tr><td><a href='sparql/select/index.html'><tt>/LMF/sparql/select</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request.</td><td><a href='sparql/select/index.html#GET'><tt>GET</tt></a>, <a href='sparql/select/index.html#POST'><tt>POST</tt></a>, <a href='sparql/select/index.html#POST'><tt>POST</tt></a></td></tr><tr><td><a href='sparql/snorql/index.html'><tt>/LMF/sparql/snorql</tt></a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td><td><a href='sparql/snorql/index.html#POST'><tt>POST</tt></a></td></tr><tr><td><a href='sparql/update/index.html'><tt>/LMF/sparql/update</tt></a></td><td>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET.</td><td><a href='sparql/update/index.html#GET'><tt>GET</tt></a>, <a href='sparql/update/index.html#POST'><tt>POST</tt></a></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th class='selected'>Overview</th><th><a href='overview-index.html'>Index</a></th><th><a href='index.html'>Root resource</a></th></tr></tbody></table></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/index.html
deleted file mode 100644
index 8ee3681..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource sparql</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / sparql</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='select/index.html'>select</a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request.</td></tr><tr><td><a href='snorql/index.html'>snorql</a></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td></tr><tr><td><a href='update/index.html'>update</a></td><td>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET.</td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/select/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/select/index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/select/index.html
deleted file mode 100644
index f93f285..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/select/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<HTML><HEAD><TITLE>Resource select</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>sparql</a> / select</h2>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/sparql/select?query=…&amp;output=…</a></tt></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request.</td></tr><tr><td><tt><a href='#POST'>POST /LMF/sparql/select?output=…</a></tt></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td></tr><tr><td><tt><a href='#POST'>POST /LMF/sparql/select?output=…</a></tt></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed in the body of the
- POST request.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/sparql/select?query=…&amp;output=…
-
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.query({'query': <span class='comment'>/* query       the SPARQL 1.1 Query as a string parameter */</span>,<br/>&nbsp;&nbsp;'output': <span class='comment'>/* resultType  the format for serializing the query results ("html", "json", or "xml") */</span>});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as query parameter to the
- GET request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - the query result in the format passed as argument</dd><dt><b>Query parameters:</b></dt><dd><b>query</b> - the SPARQL 1.1 Query as a string parameter</dd><dd><b>output</b> - the format for serializing the query results ("html", "json", or "xml")</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the query was executed successfully</DD>
-<DD><B>500</B> - in case there was an error during the query evaluation</DD>
-
-</dl></td></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/sparql/select?output=…
-
-query=…
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.queryPostForm({'output': <span class='comment'>/* resultType  the format for serializing the query results ("html", "json", or "xml") */</span>,<br/>&nbsp;&nbsp;'query': <span class='comment'>/* query       the SPARQL 1.1 Query as a string parameter */</span>});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - the query result in the format passed as argument</dd><dt><b>Query parameters:</b></dt><dd><b>output</b> - the format for serializing the query results ("html", "json", or "xml")</dd><dt><b>Form parameters:</b></dt><dd><b>query</b> - the SPARQL 1.1 Query as a string parameter</dd><dt><b>Consumes:</b></dt><dd>application/x-www-form-urlencoded</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the query was executed successfully</DD>
-<DD><B>500</B> - in case there was an error during the query evaluation</DD>
-
-</dl></td></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/sparql/select?output=…
-
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.queryPost({'output': <span class='comment'>/* resultType  the format for serializing the query results ("html", "json", or "xml") */</span>});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed in the body of the
- POST request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - the query result in the format passed as argument</dd><dt><b>Query parameters:</b></dt><dd><b>output</b> - the format for serializing the query results ("html", "json", or "xml")</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the query was executed successfully</DD>
-<DD><B>500</B> - in case there was an error during the query evaluation</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/snorql/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/snorql/index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/snorql/index.html
deleted file mode 100644
index 3da6bf1..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/snorql/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML><HEAD><TITLE>Resource snorql</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>sparql</a> / snorql</h2>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#POST'>POST /LMF/sparql/snorql</a></tt></td><td>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/sparql/snorql
-
-query=…&amp;output=…
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.snorqlPost({'query': <span class='comment'>/* query       the SPARQL 1.1 Query as a string parameter */</span>,<br/>&nbsp;&nbsp;'output': <span class='comment'>/* resultType  the format for serializing the query results ("html", "json", or "xml") */</span>});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 tuple query on the LMF triple store using the query passed as form parameter to the
- POST request. Result will be formatted using the result type passed as argument (either "html", "json" or "xml").
- <p/>
- see SPARQL 1.1 Query syntax at http://www.w3.org/TR/sparql11-query/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - the query result in the format passed as argument</dd><dt><b>Form parameters:</b></dt><dd><b>query</b> - the SPARQL 1.1 Query as a string parameter</dd><dd><b>output</b> - the format for serializing the query results ("html", "json", or "xml")</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the query was executed successfully</DD>
-<DD><B>500</B> - in case there was an error during the query evaluation</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/update/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/update/index.html b/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/update/index.html
deleted file mode 100644
index ec6963c..0000000
--- a/platform/marmotta-sparql/target/classes/web/doc/rest/sparql/update/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<HTML><HEAD><TITLE>Resource update</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>sparql</a> / update</h2>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. The update will
- be carried out
- on the LMF triple store.
- <p/>
- see SPARQL 1.1 Update syntax at http://www.w3.org/TR/sparql11-update/
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/sparql/update?update=…&amp;query=…&amp;output=…</a></tt></td><td>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET.</td></tr><tr><td><tt><a href='#POST'>POST /LMF/sparql/update</a></tt></td><td>Execute a SPARQL 1.1 Update request passed in the request body of the POST.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/sparql/update?update=…&amp;query=…&amp;output=…
-
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.updateGet({'update': <span class='comment'>/* update the update query in SPARQL 1.1 syntax */</span>,<br/>&nbsp;&nbsp;'query': <span class='comment'>/* query the update query in SPARUL syntax */</span>,<br/>&nbsp;&nbsp;'output': <span class='comment'>/* Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. */</span>});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 Update request passed in the query parameter of the GET. The update will
- be carried out
- on the LMF triple store.
- <p/>
- see SPARQL 1.1 Update syntax at http://www.w3.org/TR/sparql11-update/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - empty content in case the update was successful, the error message in case an error occurred</dd><dt><b>Query parameters:</b></dt><dd><b>update</b> - the update query in SPARQL 1.1 syntax</dd><dd><b>query</b> - the update query in SPARUL syntax</dd><dd><b>output</b></dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the update was carried out successfully</DD>
-<DD><B>500</B> - in case the update was not successful</DD>
-
-</dl></td></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/sparql/update
-
-</pre></td><td><b>API Example:</b><p><tt>SparqlWebService.updatePost({});</tt></p></td></tr></table><p>Execute a SPARQL 1.1 Update request passed in the request body of the POST. The update will
- be carried out
- on the LMF triple store.
- <p/>
- see SPARQL 1.1 Update syntax at http://www.w3.org/TR/sparql11-update/</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - empty content in case the update was successful, the error message in case an error
-         occurred</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - in case the update was carried out successfully</DD>
-<DD><B>500</B> - in case the update was not successful</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/classes/web/style/sparql.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/classes/web/style/sparql.css b/platform/marmotta-sparql/target/classes/web/style/sparql.css
deleted file mode 100644
index e115919..0000000
--- a/platform/marmotta-sparql/target/classes/web/style/sparql.css
+++ /dev/null
@@ -1,108 +0,0 @@
-/**
- * Copyright (C) 2013 Salzburg Research.
- *
- * Licensed 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.
- */
-
-div#content {
-	background-color: #ffffff;
-	padding: 1em 1em 5em 1em;
-	min-height: 1000px;
-	height: auto !important;
-	height: 1000px;
-}
-
-div#content form fieldset {
-	background-color: #eeeeee;
-	border: 2px solid #000000;
-	border-radius: 5px;
-	margin-top: 2em;
-}
-
-div#content form fieldset legend {
-	background-color: #000000;
-	color: #ffffff;
-	font-weight: bold;
-	padding: 0.6em auto 0.6em auto;
-	font-family: arial;
-	border-radius: 5px
-}
-
-div#content textarea#update {
-	width: 80%;
-}
-
-div#content form fieldset p {
-	vertical-align: top;
-}
-
-div#content form fieldset p.submit,div#content form fieldset p#examples {
-	clear: both;
-	text-align: right;
-}
-
-div#content form fieldset p#examples {
-	font-size: 0.9em;
-}
-
-/* CSS Button Generator: http://www.cssbuttongenerator.com/ */
-div#content form fieldset p.submit input {
-	background-color: #000000;
-	-moz-border-radius: 6px;
-	-webkit-border-radius: 6px;
-	border-radius: 6px;
-	border: 1px solid #dcdcdc;
-	display: inline-block;
-	color: #ffffff;
-	font-family: arial;
-	font-size: 15px;
-	font-weight: bold;
-	padding: 6px 24px;
-	text-decoration: none;
-}
-
-div#content form fieldset p.submit input:hover {
-	background-color: #cb1180;
-}
-
-div#content form fieldset p.submit input:active {
-	position: relative;
-	top: 1px;
-}
-
-div#content .CodeMirror {
-	background-color: #ffffff;
-}
-
-div#content .CodeMirror-scroll {
-	height: auto;
-	overflow-y: hidden;
-	overflow-x: auto;
-}
-
-div#content div.CodeMirror-gutter pre, div#content div.CodeMirror-lines pre {
-    overflow: inherit;
-}
-
-div#content div#query-results {
-	margin-top: 2em;
-	min-height: 200px;
-	padding: 2em;
-}
-
-div#content div#query-results p.error {
-	border: solid 1px red;
-	background-color: #FEF5F1;
-	padding: 1em;
-	border-radius: 5px
-}

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/platform/marmotta-sparql/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
deleted file mode 100644
index ac3c59b..0000000
--- a/platform/marmotta-sparql/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<javadocOptions>
-  <docletArtifacts>
-    <docletArtifact>
-      <groupId>com.lunatech.jax-doclets</groupId>
-      <artifactId>doclets</artifactId>
-      <version>0.10.0</version>
-    </docletArtifact>
-  </docletArtifacts>
-  <tagletArtifacts>
-    <tagletArtifact />
-  </tagletArtifacts>
-  <javadocResourcesDirectory>src/main/javadoc</javadocResourcesDirectory>
-</javadocOptions>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/javadoc-bundle-options/package-list
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/javadoc-bundle-options/package-list b/platform/marmotta-sparql/target/javadoc-bundle-options/package-list
deleted file mode 100644
index 42c9b95..0000000
--- a/platform/marmotta-sparql/target/javadoc-bundle-options/package-list
+++ /dev/null
@@ -1,203 +0,0 @@
-java.applet
-java.awt
-java.awt.color
-java.awt.datatransfer
-java.awt.dnd
-java.awt.event
-java.awt.font
-java.awt.geom
-java.awt.im
-java.awt.im.spi
-java.awt.image
-java.awt.image.renderable
-java.awt.print
-java.beans
-java.beans.beancontext
-java.io
-java.lang
-java.lang.annotation
-java.lang.instrument
-java.lang.management
-java.lang.ref
-java.lang.reflect
-java.math
-java.net
-java.nio
-java.nio.channels
-java.nio.channels.spi
-java.nio.charset
-java.nio.charset.spi
-java.rmi
-java.rmi.activation
-java.rmi.dgc
-java.rmi.registry
-java.rmi.server
-java.security
-java.security.acl
-java.security.cert
-java.security.interfaces
-java.security.spec
-java.sql
-java.text
-java.text.spi
-java.util
-java.util.concurrent
-java.util.concurrent.atomic
-java.util.concurrent.locks
-java.util.jar
-java.util.logging
-java.util.prefs
-java.util.regex
-java.util.spi
-java.util.zip
-javax.accessibility
-javax.activation
-javax.activity
-javax.annotation
-javax.annotation.processing
-javax.crypto
-javax.crypto.interfaces
-javax.crypto.spec
-javax.imageio
-javax.imageio.event
-javax.imageio.metadata
-javax.imageio.plugins.bmp
-javax.imageio.plugins.jpeg
-javax.imageio.spi
-javax.imageio.stream
-javax.jws
-javax.jws.soap
-javax.lang.model
-javax.lang.model.element
-javax.lang.model.type
-javax.lang.model.util
-javax.management
-javax.management.loading
-javax.management.modelmbean
-javax.management.monitor
-javax.management.openmbean
-javax.management.relation
-javax.management.remote
-javax.management.remote.rmi
-javax.management.timer
-javax.naming
-javax.naming.directory
-javax.naming.event
-javax.naming.ldap
-javax.naming.spi
-javax.net
-javax.net.ssl
-javax.print
-javax.print.attribute
-javax.print.attribute.standard
-javax.print.event
-javax.rmi
-javax.rmi.CORBA
-javax.rmi.ssl
-javax.script
-javax.security.auth
-javax.security.auth.callback
-javax.security.auth.kerberos
-javax.security.auth.login
-javax.security.auth.spi
-javax.security.auth.x500
-javax.security.cert
-javax.security.sasl
-javax.sound.midi
-javax.sound.midi.spi
-javax.sound.sampled
-javax.sound.sampled.spi
-javax.sql
-javax.sql.rowset
-javax.sql.rowset.serial
-javax.sql.rowset.spi
-javax.swing
-javax.swing.border
-javax.swing.colorchooser
-javax.swing.event
-javax.swing.filechooser
-javax.swing.plaf
-javax.swing.plaf.basic
-javax.swing.plaf.metal
-javax.swing.plaf.multi
-javax.swing.plaf.synth
-javax.swing.table
-javax.swing.text
-javax.swing.text.html
-javax.swing.text.html.parser
-javax.swing.text.rtf
-javax.swing.tree
-javax.swing.undo
-javax.tools
-javax.transaction
-javax.transaction.xa
-javax.xml
-javax.xml.bind
-javax.xml.bind.annotation
-javax.xml.bind.annotation.adapters
-javax.xml.bind.attachment
-javax.xml.bind.helpers
-javax.xml.bind.util
-javax.xml.crypto
-javax.xml.crypto.dom
-javax.xml.crypto.dsig
-javax.xml.crypto.dsig.dom
-javax.xml.crypto.dsig.keyinfo
-javax.xml.crypto.dsig.spec
-javax.xml.datatype
-javax.xml.namespace
-javax.xml.parsers
-javax.xml.soap
-javax.xml.stream
-javax.xml.stream.events
-javax.xml.stream.util
-javax.xml.transform
-javax.xml.transform.dom
-javax.xml.transform.sax
-javax.xml.transform.stax
-javax.xml.transform.stream
-javax.xml.validation
-javax.xml.ws
-javax.xml.ws.handler
-javax.xml.ws.handler.soap
-javax.xml.ws.http
-javax.xml.ws.soap
-javax.xml.ws.spi
-javax.xml.ws.wsaddressing
-javax.xml.xpath
-org.ietf.jgss
-org.omg.CORBA
-org.omg.CORBA.DynAnyPackage
-org.omg.CORBA.ORBPackage
-org.omg.CORBA.TypeCodePackage
-org.omg.CORBA.portable
-org.omg.CORBA_2_3
-org.omg.CORBA_2_3.portable
-org.omg.CosNaming
-org.omg.CosNaming.NamingContextExtPackage
-org.omg.CosNaming.NamingContextPackage
-org.omg.Dynamic
-org.omg.DynamicAny
-org.omg.DynamicAny.DynAnyFactoryPackage
-org.omg.DynamicAny.DynAnyPackage
-org.omg.IOP
-org.omg.IOP.CodecFactoryPackage
-org.omg.IOP.CodecPackage
-org.omg.Messaging
-org.omg.PortableInterceptor
-org.omg.PortableInterceptor.ORBInitInfoPackage
-org.omg.PortableServer
-org.omg.PortableServer.CurrentPackage
-org.omg.PortableServer.POAManagerPackage
-org.omg.PortableServer.POAPackage
-org.omg.PortableServer.ServantLocatorPackage
-org.omg.PortableServer.portable
-org.omg.SendingContext
-org.omg.stub.java.rmi
-org.w3c.dom
-org.w3c.dom.bootstrap
-org.w3c.dom.events
-org.w3c.dom.ls
-org.xml.sax
-org.xml.sax.ext
-org.xml.sax.helpers
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/platform/marmotta-sparql/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index c6fd7dc..0000000
--- a/platform/marmotta-sparql/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1,15 +0,0 @@
-at/newmedialab/lmf/sparql/model/tables/records/RNodes.class
-at/newmedialab/lmf/sparql/model/tables/records/RTriples.class
-at/newmedialab/lmf/sparql/model/tables/TNodes.class
-at/newmedialab/lmf/sparql/services/sparqlio/rdf/SPARQLGraphResultWriter.class
-at/newmedialab/lmf/sparql/webservices/SparqlWebService$1.class
-at/newmedialab/lmf/sparql/api/sparql/SparqlService.class
-at/newmedialab/lmf/sparql/webservices/SparqlWebService.class
-at/newmedialab/lmf/sparql/services/sparqlio/sparqlhtml/SPARQLBooleanHTMLWriter.class
-at/newmedialab/lmf/sparql/services/sparqlio/sparqljson/SPARQLBooleanJSONWriter.class
-at/newmedialab/lmf/sparql/services/sparqlio/sparqlhtml/SPARQLResultsHTMLWriter.class
-at/newmedialab/lmf/sparql/services/sparqlio/sparqljson/SPARQLResultsJSONWriter.class
-at/newmedialab/lmf/sparql/services/sparql/SparqlServiceImpl.class
-at/newmedialab/lmf/sparql/model/Public.class
-at/newmedialab/lmf/sparql/model/tables/TTriples.class
-at/newmedialab/lmf/sparql/model/Tables.class

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/README.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/README.html b/platform/marmotta-sparql/target/test-classes/test-suite-archive/README.html
deleted file mode 100644
index ae31478..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/README.html
+++ /dev/null
@@ -1,278 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <title>DAWG: Test case structure</title>
-  <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base.css" />
-
-<style type="text/css">
-
-  pre.diag { background-color: #f0f0f0 ; padding: 0.5em ; border: 1px solid black ; margin-right: 4em ; }
-  span.code { font-family: monospace;}
-  pre.cvs-id {color: gray}
-
-#tableResult td, th { padding-left:0.5em; padding-right: 0.5em; padding-top:0.2ex ; padding-bottom:0.2ex ;}
-
-/* Tables */
-table, td	{ text-align: left; }
-table, td, th	{ border-style: solid;
-                  border-width: 1px;
-                  border-color: black;
-                  border-bottom-color: gray;
-                  border-right-color: gray; }
-table.plain	{ border-spacing: 0px; padding: 0px ; border-collapse: collapse ; }
-                  /* cellpadding="0" cellspacing="1" style="border-collapse: collapse */
-
-
-  </style>
-  <meta name="RCS-Id" content="$Id: README.html,v 1.20 2007/11/27 17:33:43 lfeigenb Exp $" />
-</head>
-<body>
-  <div class="head">
-    <a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="
-    http://www.w3.org/Icons/w3c_home" /></a>
-<h1 id="main">DAWG: Test case structure</h1>
-  <dl>
-      <dd>&nbsp;</dd>
-      <dt>Document Editor</dt>
-      <dd><a href="mailto:swh@ecs.soton.ac.uk">Steve Harris</a> &ndash; 
-      IAM Research Group, Southampton</dd>
-      <dd><a href="mailto:j.broekstra@tue.nl">Jeen Broekstra</a> &ndash; 
-		Information Systems Group, Eindhoven University of Technology</dd>
-       <dd><a href="mailto:feigenbl@us.ibm.com">Lee Feigenbaum</a> &ndash;
-        IBM</dd>
-      <dt>Version:</dt>
-      <dd><code>$Revision: 1.20 $</code></dd>
-  </dl>
-
-    <p class="copyright"><a href="
-    http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy;
-    2004 <a href="http://www.w3.org/"><acronym title="
-    World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> ( <a href="
-    http://www.csail.mit.edu/"><acronym title="
-    Massachusetts Institute of Technology">MIT</acronym></a>, <a href="
-    http://www.ercim.org/"><acronym title="
-    European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
-    <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
-    <a href="
-    http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
-    <a href="
-    http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
-    and <a href="
-    http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
-
-    rules apply.</p></div>
-
-<hr title="Separator for header" />
-<div>
-<h2 id="abstract">Abstract</h2>
-<p>This document describes the testing process used by the
-<a href="http://www.w3.org/2001/sw/DataAccess/tests">RDF Data Access Working 
-Group</a>.</p>
-</div>
-<div>
-    <h2><a name="status" id="status">Status of This Document</a></h2>
-    <p>Working Document.</p>
-</div>
-  <hr />
-<p>
-The
-<a href="http://www.w3.org/2001/sw/DataAccess/">RDF Data Access Working 
-Group</a> (DAWG) uses a test-driven process.&nbsp; The
-<a href="r2">test area</a> is a 
-collection of the current test cases of the working group. </p>
-  <p>
-Tests are divided into collections (corresponding to directories) for manageability.&nbsp; Each collection 
-of tests has a <em>manifest file</em> within its directory (usually named
-<tt>manifest.ttl</tt>, but sometimes <tt>manifest.n3</tt>).
-There is also a pair of overall manifests containing entries pointing to the
-individual test collection manifests: One is a <a
-href="http://www.w3.org/2001/sw/DataAccess/tests/data-r2/manifest-syntax.ttl">manifest
-of syntax-only tests</a> (positive and negative tests); the other is a <a
-href="http://www.w3.org/2001/sw/DataAccess/tests/data-r2/manifest-evaluation.ttl">manifest
-of query-evaluation tests</a>.</p>
-
-<h4>Reorganization</h4>
-<p>
-The Working Group recently completed reorganizing the test suite. The
-output of this reorganization process can be found in the <a
-href="data-r2">data-r2</a> directory. The tests here are restructured
-copies of tests from the previous test suite along with new tests aimed at
-covering as much of the SPARQL Query Language as possible. The purpose of this
-restructuring is to enhance usability, clear away obsolete tests and
-provide an up-to-date, consistent, and easy-to-use suite of test cases that
-SPARQL query language implementors can use to evaluate and report on their
-implementation.
-</p>
-<p>
-The Working Group decided on <a
-href="http://lists.w3.org/Archives/Public/public-rdf-dawg/2007JulSep/att-0096/21-dawg-minutes.html#item05">21
-Aug 2007</a> that the tests as-is constitute a test suite that the group will
-use to generate an implementation report for the SPARQL Query Language for
-RDF.</p>
-</p>
-  <h4>Manifest Vocabularies</h4>
-
-  <p>The DAWG's test manifest files define three vocabularies to express
-  tests:</p>
-
-  <ol>
-    <li><a href="test-manifest.n3">manifest vocabulary</a> (prefixed with
-    <tt>mf:</tt> below)</li>
-    <li><a href="test-query.n3">query-evaluation test vocabulary</a> (prefixed
-    with <tt>qt:</tt> below)</li>
-    <li><a href="test-dawg.n3">DAWG test approval vocabulary</a> (prefixed
-    with <tt>dawgt:</tt> below)</li>
-  </ol>
-  
-  <p>All examples below use these prefix bindings (specified in <a
-  href="http://www.w3.org/2001/sw/DataAccess/df1/">turtle</a>):</p>
-
-  <pre class="diag">@prefix rdf:     &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
-@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix mf:      &lt;http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#&gt; .
-@prefix dawgt:   &lt;http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#&gt; .
-@prefix qt:      &lt;http://www.w3.org/2001/sw/DataAccess/tests/test-query#&gt; .
-  </pre>
-
-  <h4>Manifest Structure</h4>
-
-  <p>
-A manifest is a list (RDF Collection) of tests. Every test has 
-a name (<tt>mf:name</tt>); many tests also have a comment
-(<tt>rdfs:comment</tt>) explaining the purpose of the test. The <tt>dawgt:approval</tt> predicate relates a test
-to its official Working Group status (e.g. <tt>dawgt:Approved</tt>). Tests are
-grouped (via their <tt>rdf:type</tt>) as syntax tests (an <tt>rdf:type</tt> of
-either <tt>mf:PositiveSyntaxTest</tt> or <tt>mf:NegativeSyntaxTest</tt>) or
-query-evaluation test (an <tt>rdf:type</tt> of
-<tt>mf:QueryEvaluationTest</tt>).</p>
-
-  <h4>Syntax Tests</h4>
-
-  <p>
-Each syntax test has an <tt>mf:action</tt>, the object of which is a
-resource identifying a (possible) query string. An example definition of a
-syntax test is:
-  </p>
-
-<pre class="diag">
-&lt;#syntax-basic-01&gt;  mf:name  "syntax-basic-01.rq" ;
-     rdf:type   mf:PositiveSyntaxTest ;
-     mf:action  &lt;syntax-basic-01.rq&gt; ;
-     dawgt:approvedBy &lt;http://lists.w3.org/Archives/Public/public-rdf-dawg/2007JanMar/0047&gt; ;
-     dawgt:approval dawgt:Approved .
-</pre>
-
-<p>
-A SPARQL implementation passes a <tt>mf:PositiveSyntaxTest</tt> if it parses
-the query string without error. A SPARQL implementation passes a
-<tt>mf:NegativeSyntaxTest</tt> if it raises an error while attempting to parse
-the query string.
-</p>
-
-  <h4>Query-Evaluation Tests</h4>
-
-  <p>Each query-evaluation test has an <tt>mf:action</tt> and an
-  <tt>mf:result</tt>. The object of <tt>mf:action</tt> is a resource with
-  properties taken from the query-evaluation test vocabulary. At a minimum, a
-  test's action includes a <tt>qt:data</tt> relation and a <tt>qt:query</tt>
-  relation. The <tt>qt:data</tt> predicate points to a URI
-  that can be dereferenced to yield the default graph for the test. The
-  <tt>qt:query</tt> prediate points to a URI that can be dereferenced to yield
-  the query string for the test. Query-evaluation tests may also use the
-  <tt>qt:graphData</tt> predicate to indicate the named graph components of
-  the test's RDF dataset.</p>
-
-  <p>Query evaluation tests also contain an <tt>mf:result</tt> which points to
-  a URI that can be dereferenced to yield the
-  expected results of the test query. These results are expressed in one of
-  several possible ways:</p>
-
-  <ul>
-    <li>The <a href="http://www.w3.org/TR/rdf-sparql-XMLres/">SPARQL Query
-    Results XML Format</a>. SELECT or ASK queries.</li>
-    <li>The <a href="result-set.n3">DAWG result-set RDF vocabulary</a>.
-    SELECT or ASK queries.</li>
-    <li><a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a> or <a
-    href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>. CONSTRUCT queries.</li>
-  </ul>
-
-<p>A SPARQL implementation passes a query-evaluation test if the graph
-produced by evaluating the query against the RDF dataset (and encoding in the
-DAWG result set vocabulary, if necessary) is 
-href="http://www.w3.org/TR/rdf-concepts/#section-graph-equality">equivalent</a> [RDF-CONCEPTS] 
-to the graph named in the result (after encoding in the DAWG result set
-vocabulary, if necessary). Equivalence can be tested by 
-checking that the graphs are isomorphic and have identical IRI and 
-literal nodes. Note that testing whether two result sets are isomorphic is simpler than full graph isomorphism. Iterating over rows in one set, finding a match with the other set, removing this pair, then making sure all rows are accounted for, achieves the same effect.</p>
-
-<p>Query evaluation tests that involve the <a href="http://www.w3.org/TR/rdf-sparql-query#modReduced">REDUCED</a> keyword have slightly different passing criteria. These tests are indicated in the manifest files with the <tt>mf:resultCardinality</tt> predicate with an object of <tt>mf:LaxCardinality</tt>. To pass such a test, the result set produced by a SPARQL implementation must contain each solution in the expected result set at least once and no more than the number of times that the solution occurs in the expected result set. (That is, the expected result set contains the solutions with cardinalities as they would be if the query did not contain REDUCED; to pass the test, an implementation must produce the correct results with cardinalities between one and the cardainlity in the expected result set.)</p>
-
-<p>An example definition of a query-evaluation test is:</p>
-
-<pre class="diag">
-&lt;#dawg-regex-002&gt; a mf:QueryEvaluationTest ;
-      mf:name    "regex-query-002" ;
-      dawgt:approval dawgt:Approved ;
-      dawgt:approvedBy &lt;http://lists.w3.org/Archives/Public/public-rdf-dawg/2007AprJun/0029.html&gt; ;
-      rdfs:comment
-          "Case insensitive unanchored match test" ;
-      mf:action
-          [ qt:query  &lt;regex-query-002.rq&gt; ;
-            qt:data   &lt;regex-data-01.n3&gt; ] ;
-      mf:result  &lt;regex-result-002.n3&gt; .
-</pre>
-
-  <h4>Test annotations</h4>
-  <h5>mf:requires</h5>
-  <p>A number of tests in the open-world directory illustrate features of SPARQL 
-  by depending on how a SPARQL query processor can extend the set of core types 
-  and operations as defined by the operator table [<a href="http://www.w3.org/TR/rdf-sparql-query/">http://www.w3.org/TR/rdf-sparql-query/#OperatorMapping</a>].</p>
-  <p>These tests are marked by property <code>mf:requires</code> and an object value from one 
-  of the URIs described below.</p>
-  <dl>
-    <dt><code>mf:XsdDateOperations</code></dt>
-    <dd>Requires the processor to understand comparisons of 
-    literal of type xsd:date. Without proivding operations on the xsd:date datatype, a 
-    processor would raise an error&nbsp;on the operations of &quot;=&quot; and &quot;!=&quot; 
-    etc. With 
-    an understanding of xsd:date, a processor can perform value-based operations 
-    and provide the operations described in &quot;XQuery 1.0 and XPath 2.0 Functions 
-    and Operators&quot; (e.g. <a href="http://www.w3.org/TR/xpath-functions/">
-    date-equals</a> <a href="http://www.w3.org/TR/xpath-functions/">
-    date-less-than</a>)</dd>
-
-	<dt><code>mf:StringSimpleLiteralCmp</code></dt>
-    <dd>This indicates that the test uses the fact that plain literals, without 
-    language tags test are the same value as an xsd;string with the same 
-    lexicial form. This is covered by rules &quot;xsd 1a&quot; and &quot;xsd 1b&quot; from RDF 
-    Semantics [<a href="http://www.w3.org/TR/rdf-mt/">http://www.w3.org/TR/rdf-mt/#DtypeRules</a>].</dd>
-    
-    <dt><code>mf:KnownTypesDefault2Neq</code></dt>
-    <dd>This indicates that a processor extends the SPARQL operator model by 
-    using the fact that values of literals can be in disjoint value spaces and 
-    hence can not be equal by value. For example, an xsd:integer can not be the 
-    same value as an xsd:boolean because these two datatypes define disjoint 
-    value spaces.</dd>
-
-<dt><code>mf:LangTagAwareness</code></dt>
-	<dd>This indicates that the test assumes the SPARQL query processor has support 
-for plain literals with language tags.  The minimum set of operators in the 
-    <a href="http://www.w3.org/TR/rdf-sparql-query/#OperatorMapping">SPARQL operator table</a> 
-does not include language tag handling, only plain literals without language 
-tag (simple literals) and certain XSD datatypes.
-
-</dl>
-
-    <h5>mf:notable</h5>
-  <p>This annotation indicates a feature of SPARQL that implementers might note:</p>
-  <dl>
-    <dt><code>mf:IllFormedLiteral</code></dt>
-    <dd>The test involves handling of ill-formed literals.</dd>
-
-</dl>
-
-    <p>&nbsp;</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/LICENSE
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/LICENSE b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/LICENSE
deleted file mode 100644
index eaa1cba..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-All tests materials are licensed under the W3C Software Notice and License, as follows:
-____________________________________
-W3C� SOFTWARE NOTICE AND LICENSE
-http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
-
-Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications:
-
-   1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
-   2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code.
-   3. Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)
-
-THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
-
-COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
-
-The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.
-
-____________________________________
-

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/README
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/README b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/README
deleted file mode 100644
index 94f9013..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/README
+++ /dev/null
@@ -1,16 +0,0 @@
-Data Access Working Group SPARQL Query Language test suite reorganization
-
-This directory contains restructured copies of tests from
-the DAWG test suite (available at
-http://www.w3.org/2001/sw/DataAccess/tests/data/). The purpose of this
-restructuring is to enhance usability, clear away obsolete tests and
-provide an up-to-date, consistent and easy to use suite of test cases
-that SPARQL query language implementors can use to evaluate their
-implementation. 
-
-
-The Working Group decided 
-(http://lists.w3.org/Archives/Public/public-rdf-dawg/2007JulSep/att-0096/21-dawg-minutes.html#item05)
-on 21 Aug 2007 that the tests as-is constitute a test suite that the group will
-use to generate an implementation report for the SPARQL Query Language for
-RDF.

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra-expressions.txt
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra-expressions.txt b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra-expressions.txt
deleted file mode 100644
index 896cb0d..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra-expressions.txt
+++ /dev/null
@@ -1,112 +0,0 @@
-   I. LeftJoin(BGP(..),{..})
-  II. Join(BGP(..),Graph(varOrIRI,{..}))
- III. Join(BGP(..),Union(..,..))
-  IV. Graph(varOrIRI,{..})
-   V. LeftJoin({},{..})
-  VI. Union(..,..)
- VII. BGP(..)
-    Join(I.,I.)     => Join(LeftJoin(BGP(..),{..}),LeftJoin(BGP(..),{..}))
-   Union(I.,I.)     => Union(LeftJoin(BGP(..),{..}),LeftJoin(BGP(..),{..}))
-LeftJoin(I.,I.)     => LeftJoin(LeftJoin(BGP(..),{..}),LeftJoin(BGP(..),{..}))
-    Join(I.,II.)    => Join(LeftJoin(BGP(..),{..}),Join(BGP(..),Graph(varOrIRI,{..})))
-   Union(I.,II.)    => Union(LeftJoin(BGP(..),{..}),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(I.,II.)    => LeftJoin(LeftJoin(BGP(..),{..}),Join(BGP(..),Graph(varOrIRI,{..})))
-    Join(I.,III.)   => Join(LeftJoin(BGP(..),{..}),Join(BGP(..),Union(..,..)))
-   Union(I.,III.)   => Union(LeftJoin(BGP(..),{..}),Join(BGP(..),Union(..,..)))
-LeftJoin(I.,III.)   => LeftJoin(LeftJoin(BGP(..),{..}),Join(BGP(..),Union(..,..)))
-    Join(I.,IV.)    => Join(LeftJoin(BGP(..),{..}),Graph(varOrIRI,{..}))
-   Union(I.,IV.)    => Union(LeftJoin(BGP(..),{..}),Graph(varOrIRI,{..}))
-LeftJoin(I.,IV.)    => LeftJoin(LeftJoin(BGP(..),{..}),Graph(varOrIRI,{..}))
-    Join(I.,V.)     => Join(LeftJoin(BGP(..),{..}),LeftJoin({},{..}))
-   Union(I.,V.)     => Union(LeftJoin(BGP(..),{..}),LeftJoin({},{..}))
-LeftJoin(I.,V.)     => LeftJoin(LeftJoin(BGP(..),{..}),LeftJoin({},{..}))
-    Join(I.,VI.)    => Join(LeftJoin(BGP(..),{..}),Union(..,..))
-   Union(I.,VI.)    => Union(LeftJoin(BGP(..),{..}),Union(..,..))
-LeftJoin(I.,VI.)    => LeftJoin(LeftJoin(BGP(..),{..}),Union(..,..))
-    Join(I.,VII.)   => Join(LeftJoin(BGP(..),{..}),BGP(..))
-   Union(I.,VII.)   => Union(LeftJoin(BGP(..),{..}),BGP(..))
-LeftJoin(I.,VII.)   => LeftJoin(LeftJoin(BGP(..),{..}),BGP(..))
-LeftJoin(II.,I.)    => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),LeftJoin(BGP(..),{..}))
-    Join(II.,II.)   => Join(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Graph(varOrIRI,{..})))
-   Union(II.,II.)   => Union(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(II.,II.)   => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Graph(varOrIRI,{..})))
-    Join(II.,III.)  => Join(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Union(..,..)))
-   Union(II.,III.)  => Union(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Union(..,..)))
-LeftJoin(II.,III.)  => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),Join(BGP(..),Union(..,..)))
-    Join(II.,IV.)   => Join(Join(BGP(..),Graph(varOrIRI,{..})),Graph(varOrIRI,{..}))
-   Union(II.,IV.)   => Union(Join(BGP(..),Graph(varOrIRI,{..})),Graph(varOrIRI,{..}))
-LeftJoin(II.,IV.)   => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),Graph(varOrIRI,{..}))
-    Join(II.,V.)    => Join(Join(BGP(..),Graph(varOrIRI,{..})),LeftJoin({},{..}))
-   Union(II.,V.)    => Union(Join(BGP(..),Graph(varOrIRI,{..})),LeftJoin({},{..}))
-LeftJoin(II.,V.)    => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),LeftJoin({},{..}))
-    Join(II.,VI.)   => Join(Join(BGP(..),Graph(varOrIRI,{..})),Union(..,..))
-   Union(II.,VI.)   => Union(Join(BGP(..),Graph(varOrIRI,{..})),Union(..,..))
-LeftJoin(II.,VI.)   => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),Union(..,..))
-    Join(II.,VII.)  => Join(Join(BGP(..),Graph(varOrIRI,{..})),BGP(..))
-   Union(II.,VII.)  => Union(Join(BGP(..),Graph(varOrIRI,{..})),BGP(..))
-LeftJoin(II.,VII.)  => LeftJoin(Join(BGP(..),Graph(varOrIRI,{..})),BGP(..))
-LeftJoin(III.,I.)   => LeftJoin(Join(BGP(..),Union(..,..)),LeftJoin(BGP(..),{..}))
-LeftJoin(III.,II.)  => LeftJoin(Join(BGP(..),Union(..,..)),Join(BGP(..),Graph(varOrIRI,{..})))
-    Join(III.,III.) => Join(Join(BGP(..),Union(..,..)),Join(BGP(..),Union(..,..)))
-   Union(III.,III.) => Union(Join(BGP(..),Union(..,..)),Join(BGP(..),Union(..,..)))
-LeftJoin(III.,III.) => LeftJoin(Join(BGP(..),Union(..,..)),Join(BGP(..),Union(..,..)))
-    Join(III.,IV.)  => Join(Join(BGP(..),Union(..,..)),Graph(varOrIRI,{..}))
-   Union(III.,IV.)  => Union(Join(BGP(..),Union(..,..)),Graph(varOrIRI,{..}))
-LeftJoin(III.,IV.)  => LeftJoin(Join(BGP(..),Union(..,..)),Graph(varOrIRI,{..}))
-    Join(III.,V.)   => Join(Join(BGP(..),Union(..,..)),LeftJoin({},{..}))
-   Union(III.,V.)   => Union(Join(BGP(..),Union(..,..)),LeftJoin({},{..}))
-LeftJoin(III.,V.)   => LeftJoin(Join(BGP(..),Union(..,..)),LeftJoin({},{..}))
-    Join(III.,VI.)  => Join(Join(BGP(..),Union(..,..)),Union(..,..))
-   Union(III.,VI.)  => Union(Join(BGP(..),Union(..,..)),Union(..,..))
-LeftJoin(III.,VI.)  => LeftJoin(Join(BGP(..),Union(..,..)),Union(..,..))
-    Join(III.,VII.) => Join(Join(BGP(..),Union(..,..)),BGP(..))
-   Union(III.,VII.) => Union(Join(BGP(..),Union(..,..)),BGP(..))
-LeftJoin(III.,VII.) => LeftJoin(Join(BGP(..),Union(..,..)),BGP(..))
-LeftJoin(IV.,I.)    => LeftJoin(Graph(varOrIRI,{..}),LeftJoin(BGP(..),{..}))
-LeftJoin(IV.,II.)   => LeftJoin(Graph(varOrIRI,{..}),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(IV.,III.)  => LeftJoin(Graph(varOrIRI,{..}),Join(BGP(..),Union(..,..)))
-    Join(IV.,IV.)   => Join(Graph(varOrIRI,{..}),Graph(varOrIRI,{..}))
-   Union(IV.,IV.)   => Union(Graph(varOrIRI,{..}),Graph(varOrIRI,{..}))
-LeftJoin(IV.,IV.)   => LeftJoin(Graph(varOrIRI,{..}),Graph(varOrIRI,{..}))
-    Join(IV.,V.)    => Join(Graph(varOrIRI,{..}),LeftJoin({},{..}))
-   Union(IV.,V.)    => Union(Graph(varOrIRI,{..}),LeftJoin({},{..}))
-LeftJoin(IV.,V.)    => LeftJoin(Graph(varOrIRI,{..}),LeftJoin({},{..}))
-    Join(IV.,VI.)   => Join(Graph(varOrIRI,{..}),Union(..,..))
-   Union(IV.,VI.)   => Union(Graph(varOrIRI,{..}),Union(..,..))
-LeftJoin(IV.,VI.)   => LeftJoin(Graph(varOrIRI,{..}),Union(..,..))
-    Join(IV.,VII.)  => Join(Graph(varOrIRI,{..}),BGP(..))
-   Union(IV.,VII.)  => Union(Graph(varOrIRI,{..}),BGP(..))
-LeftJoin(IV.,VII.)  => LeftJoin(Graph(varOrIRI,{..}),BGP(..))
-LeftJoin(V.,I.)     => LeftJoin(LeftJoin({},{..}),LeftJoin(BGP(..),{..}))
-LeftJoin(V.,II.)    => LeftJoin(LeftJoin({},{..}),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(V.,III.)   => LeftJoin(LeftJoin({},{..}),Join(BGP(..),Union(..,..)))
-LeftJoin(V.,IV.)    => LeftJoin(LeftJoin({},{..}),Graph(varOrIRI,{..}))
-    Join(V.,V.)     => Join(LeftJoin({},{..}),LeftJoin({},{..}))
-   Union(V.,V.)     => Union(LeftJoin({},{..}),LeftJoin({},{..}))
-LeftJoin(V.,V.)     => LeftJoin(LeftJoin({},{..}),LeftJoin({},{..}))
-    Join(V.,VI.)    => Join(LeftJoin({},{..}),Union(..,..))
-   Union(V.,VI.)    => Union(LeftJoin({},{..}),Union(..,..))
-LeftJoin(V.,VI.)    => LeftJoin(LeftJoin({},{..}),Union(..,..))
-    Join(V.,VII.)   => Join(LeftJoin({},{..}),BGP(..))
-   Union(V.,VII.)   => Union(LeftJoin({},{..}),BGP(..))
-LeftJoin(V.,VII.)   => LeftJoin(LeftJoin({},{..}),BGP(..))
-LeftJoin(VI.,I.)    => LeftJoin(Union(..,..),LeftJoin(BGP(..),{..}))
-LeftJoin(VI.,II.)   => LeftJoin(Union(..,..),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(VI.,III.)  => LeftJoin(Union(..,..),Join(BGP(..),Union(..,..)))
-LeftJoin(VI.,IV.)   => LeftJoin(Union(..,..),Graph(varOrIRI,{..}))
-LeftJoin(VI.,V.)    => LeftJoin(Union(..,..),LeftJoin({},{..}))
-    Join(VI.,VI.)   => Join(Union(..,..),Union(..,..))
-   Union(VI.,VI.)   => Union(Union(..,..),Union(..,..))
-LeftJoin(VI.,VI.)   => LeftJoin(Union(..,..),Union(..,..))
-    Join(VI.,VII.)  => Join(Union(..,..),BGP(..))
-   Union(VI.,VII.)  => Union(Union(..,..),BGP(..))
-LeftJoin(VI.,VII.)  => LeftJoin(Union(..,..),BGP(..))
-LeftJoin(VII.,I.)   => LeftJoin(BGP(..),LeftJoin(BGP(..),{..}))
-LeftJoin(VII.,II.)  => LeftJoin(BGP(..),Join(BGP(..),Graph(varOrIRI,{..})))
-LeftJoin(VII.,III.) => LeftJoin(BGP(..),Join(BGP(..),Union(..,..)))
-LeftJoin(VII.,IV.)  => LeftJoin(BGP(..),Graph(varOrIRI,{..}))
-LeftJoin(VII.,V.)   => LeftJoin(BGP(..),LeftJoin({},{..}))
-LeftJoin(VII.,VI.)  => LeftJoin(BGP(..),Union(..,..))
-    Join(VII.,VII.) => Join(BGP(..),BGP(..))
-   Union(VII.,VII.) => Union(BGP(..),BGP(..))
-LeftJoin(VII.,VII.) => LeftJoin(BGP(..),BGP(..))

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-1.ttl
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-1.ttl b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-1.ttl
deleted file mode 100644
index aa2efdc..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-1.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-@prefix : <http://example/> .
-@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
-
-:x :p "1"^^xsd:integer .
-

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-2.ttl
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-2.ttl b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-2.ttl
deleted file mode 100644
index 1bbf6e4..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/data-2.ttl
+++ /dev/null
@@ -1,11 +0,0 @@
-@prefix : <http://example/> .
-@prefix xsd:        <http://www.w3.org/2001/XMLSchema#> .
-
-:x :p "1"^^xsd:integer .
-:x :p "2"^^xsd:integer .
-:x :p "3"^^xsd:integer .
-:x :p "4"^^xsd:integer .
-
-:x :q "1"^^xsd:integer .
-:x :q "2"^^xsd:integer .
-:x :q "3"^^xsd:integer .

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/filter-nested-1.rq
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/filter-nested-1.rq b/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/filter-nested-1.rq
deleted file mode 100644
index 78f2853..0000000
--- a/platform/marmotta-sparql/target/test-classes/test-suite-archive/data-r2/algebra/filter-nested-1.rq
+++ /dev/null
@@ -1,4 +0,0 @@
-PREFIX : <http://example/> 
-
-SELECT ?v
-{ :x :p ?v . FILTER(?v = 1) }