Index: SPARQLBuilderWWW/web/gui.html
===================================================================
--- SPARQLBuilderWWW/web/gui.html (revision 140)
+++ SPARQLBuilderWWW/web/gui.html (revision 141)
@@ -187,4 +187,5 @@
 		var nodesplit3 = nodesplit2.split("#");
 		nodetext = nodesplit3[nodesplit3.length - 1];
+		d.shortname = nodetext;
 		return nodetext;
 	})
@@ -507,5 +508,5 @@
 		})
 		.text(function(d){
-			var nt = d.name;
+			var nt = d.shortname;
 			if(d.view == "hide"){
 				nt = "";
