From: <tob...@us...> - 2014-05-05 17:17:13
|
Revision: 8200 http://sourceforge.net/p/bigdata/code/8200 Author: tobycraig Date: 2014-05-05 17:17:10 +0000 (Mon, 05 May 2014) Log Message: ----------- #891 - Added GAS namespace to shortcuts Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js 2014-05-05 17:00:10 UTC (rev 8199) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/js/workbench.js 2014-05-05 17:17:10 UTC (rev 8200) @@ -198,6 +198,7 @@ 'owl': 'http://www.w3.org/2002/07/owl#', 'bd': 'http://www.bigdata.com/rdf#', 'bds': 'http://www.bigdata.com/rdf/search#', + 'gas': 'http://www.bigdata.com/rdf/gas#', 'foaf': 'http://xmlns.com/foaf/0.1/', 'hint': 'http://www.bigdata.com/queryHints#', 'dc': 'http://purl.org/dc/elements/1.1/', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |