Repository: marmotta
Updated Branches:
  refs/heads/develop e5f71ccef -> ec317f293


exclude rdfdot from squebi


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/ec317f29
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/ec317f29
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/ec317f29

Branch: refs/heads/develop
Commit: ec317f29370a5d01e90e83882659d1294c76b5fb
Parents: e5f71cc
Author: Sebastian Schaffert <[email protected]>
Authored: Fri Oct 17 14:43:21 2014 +0200
Committer: Sebastian Schaffert <[email protected]>
Committed: Fri Oct 17 14:43:21 2014 +0200

----------------------------------------------------------------------
 platform/marmotta-sparql/src/main/resources/web/admin/squebi.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/ec317f29/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html 
b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
index 4bf87ec..381dce3 100644
--- a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
@@ -37,10 +37,9 @@
                 {"name":"List types", "value":"SELECT DISTINCT ?type WHERE {\n 
 [] a ?type\n} ORDER BY ?type","type":"browse"},
                 {"name":"List properties", "value":"SELECT DISTINCT ?property 
WHERE {\n  [] ?property []\n} ORDER BY ?property","type":"browse"},
                 {"name":"List classes and count their usage as pie chart", 
"value":"SELECT ?class (COUNT (?s) AS ?count) WHERE {\n  ?s a ?class\n}\nGROUP 
BY ?class\nORDER BY DESC(?count)","type":"piechart"},
-                {"name":"Draw a graph from data", "value":"CONSTRUCT {?a ?b 
?c} WHERE {?a ?b ?c} LIMIT 5", "type":"rdfdot"},
             ],
             "writers": [
-                "browse","csv","json","pie","rdfdot","xml"
+                "browse","csv","json","pie","xml"
             ]
         };
     </script>

Reply via email to