<p>Your data is already published as Linked Data. This includes <ahref='http://en.wikipedia.org/wiki/Content_negotiation'>Content Negotiation</a>, which gives you the ability to serve your data in multiple formats for humans (HTML) and machines (Turtle, RDF/XML, N-Triples, RDF/JSON). You can start by looking at the <ahref='classes'>classes</a> in your triple store or the <ahref='namedGraphs'>named graphs</a> available.</p>
<h2>What is this?</h2>
<p>Visualbox allows you to create visualizations based on <ahref='http://linkeddata.org'>Linked Open Data</a>. The goal of Visualbox is to facilitate the creation of visualization without the need to learn Javascript libraries. You <strong>do need</strong> to know a bit of <ahref='http://www.w3.org/TR/rdf-sparql-query/'>SPARQL</a> and some notions of HTML though.</p>
<p> Visualbox is a simplified version of <ahref='http://lodspeakr.org'>LODSPeaKr</a>, a framework to create Linked Data-based applications.</p>
</div>
<divclass="span5 well">
<h2>Add static files</h2>
<p>You can also serve (and use) files that help you to present your content the way you want (JavaScript, CSS, images, etc). Just copy them on the <code>static</code> folder inside lodspeakr and you are ready to use them. For more information <ahref='https://github.com/alangrafu/lodspeakr/wiki/Statics'>about static files in LODSPeaKR</a> and <ahref='https://github.com/alangrafu/lodspeakr/wiki/Change-root-page'>how to change the landing page</a>, please check the wiki</a>.</p>
</div>
<divclass="span5 well">
<h2>Understanding components</h2>
<p>In LODSPeaKr, components are entities (usually a set of templates and sparql queries) that are applied when a particular URI is being retrieved. The templates are based on <ahref='http://haanga.org/'>Haanga</a>, and you can see <ahref='https://github.com/alangrafu/lodspeakr/wiki/Examples-how-to-use-haanga-in-lodspeakr'>several examples of Haanga in LODSPeaKr in the wiki</a>.</p>
<p>Currently, LODSPeaKr supports 3 types of components. You can learn <ahref='https://github.com/alangrafu/lodspeakr/wiki/Creating-components-in-LODSPeaKr'>how to create components</a> in the wiki.</p>
<h2>Configuring Visualbox</h2>
<p>Visualbox comes with several endpoints and namespaces configured by default but you can edit them or add more.</p>
<ul>
<li><strong>Type components:</strong> Allow you to define how LODSPeaKr should expose data for instances of a certain class (for example all instances of <code>foaf:Person</code>).</li>
<li><strong>Service components:</strong> You can create web services and URIs that are not in the triple store to serve aggregated data, create APIs, etc. You can even <ahref=''>pass parameters to these services</a>, making them very flexible.</li>
<li><strong>URI components:</strong> In some cases, you want to treat a particular URI different than others of the same type. To do that, you can create a URI component, to specify a particular set of SPARQL queries and template for it.</li>
<p><code>lodspk.sh</code> is a tool that simplifies the creation and edit of components. It also simplifies the process of debugging and cleaning the cache. Check all the <ahref='https://github.com/alangrafu/lodspeakr/wiki/Using-lodspk.sh'>options including with it</a>. Is it <strong>highly recommended</strong> to use it when creating, developing and debugging components.</p>
<li>You can <ahref='admin/components'>create new visualizations</a></li>
<li>You can <ahref='admin/endpoints'>edit endpoints or add your own</a></li>
<li>You can <ahref='admin/namespaces'>edit namespaces or add your own</a></li>
</ul>
<ahref='admin'><buttonclass='btn btn-large btn-info'>Go to the admin menu</button></a>
</div>
</div>
<divclass='row-fluid'>
<divclass="span5 well">
<h2>Examples available</h2>
<p>There are several examples available in the demo site (all of them use data from DBpedia). These examples are also included in this installation, you can look for them in the <ahref='admin'>admin menu</a>.</p>
<ul>
<li><ahref='http://visualbox.org/demo/nobel_laureates_by_country'>Total of Nobel laureates in Physics by country</a></li>
<li><ahref='http://visualbox.org/demo/people_influenced_by_neruda'>Influence tree starting by Pablo Neruda</a></li>
<li><ahref='http://visualbox.org/demo/places_in_rensselaer_county_by_area'>Places in Rensselaer county and their areas</a></li>
<li><ahref='http://visualbox.org/demo/heinlein_and_bradbury'>People influenced by Robert Heinlein and Ray Bradbury</a></li>
<li><ahref='http://visualbox.org/demo/lamborghini_cars'>Comparison of different characteristics of Lamborghini cars</a></li>
<li><ahref='http://visualbox.org/demo/cities_by_area'>Largest cities (in sq. km) in the US</a></li>
<li><ahref='http://visualbox.org/demo/triples_in_a_table'>20 triples in a Google Table</a></li>
</ul>
</div>
<divclass="span5 well">
<h2>Create new visualizations</h2>
<p>The easiest way to create new visualizations is using the Component Editor. You can also use the command line tool:</p>