source: gs2-extensions/apache-jena/trunk/src/web-ext-js/sgvizler/example/index.html@ 28687

Last change on this file since 28687 was 28687, checked in by davidb, 10 years ago

Javascript files needed to support Google visualizations, made possible through SGVizer, which takes Sparql queries and converts the returned data into a format suitable for Google's visualization library

File size: 434 bytes
Line 
1<!DOCTYPE html
2 PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
3<html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Sgvizler Examples</title>
7 </head>
8 <frameset cols="20%,80%" id="frames">
9 <frame src="menuframe.html" name="menu" frameborder="0">
10 <frame src="mainframe.html" name="main" frameborder="0">
11 </frameset>
12</html>
Note: See TracBrowser for help on using the repository browser.