Command Date Implemented/Planned Syntax Description
load 7/24/2010 load <uri>
load RDF content from remote sites.  SPARQL queries can be encoded into URI
color 8/18/2010 color <r,g,b> spo where { pattern } allows graph to be colored based on SPARQLpattern
alpha  9/25/2010 alpha [0..1] spo where { pattern } sets alpha transparency based on SPARQL pattern
glow  9/25/2010 glow [0..1] spo where { pattern }
sets a hightlighting "glow-effect" based on SPARQL pattern
light  9/25/2010 light <r,g,b> spo where { pattern }
sets various light sources for lighting effects based on SPARQL pattern
supress  TBA  supress where { pattern }
 removes SPARQL pattern from display but maintains it in the back-end model including it's inclusion into layout algorithms
delete
 TBA  delete where { pattern }
 deletes SPARQL pattern from display and back-end model
showpath  TBA  showpath R1 R2
 selects all paths between two resources in current model.  Allows for all visualizations like color, glow, alpha, light to be applied to selection
 regen  TBA  regen  recalculates layout.  Useful when additional RDF data has been loaded.