PonteIneptique / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. SPARQL/JSON loader #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A SPARQL/XML loader is already included in Timeline, yet some people use
SPARQL/JSON to format query results, - sometimes thru an API - and would
like to keep it without moving it to SPARQL/XML or translating SPARQL/JSON
to Timeline JSON.

Such a function to load SPARQL/JSON can be found here:
http://apassant.net/home/2006/07/sioc-timeline/sparqljson.js

Would be nice to get it in timeline :)

Already in 1.1.
[ Show » ]
David F. Huynh - 20/Oct/06 06:12 AM Already in 1.1.

[ Permlink | « Hide ]
Alexandre Passant - 20/Oct/06 07:30 AM
In current sources.js (from SVN) I can see:
- Timeline.DefaultEventSource.prototype.loadSPARQL to get infos from a
SPARQL results / XML file
-Timeline.DefaultEventSource.prototype.loadJSON to get infos from a
Timeline / JSON file

but not what I mentionned, i.e. a method to get infos from a SPARQL results
/ JSON file, see http://www.w3.org/2001/sw/DataAccess/json-sparql/

Did I miss something ?
[ Show » ]
Alexandre Passant - 20/Oct/06 07:30 AM In current sources.js (from SVN) I
can see: - Timeline.DefaultEventSource.prototype.loadSPARQL to get infos
from a SPARQL results / XML file
-Timeline.DefaultEventSource.prototype.loadJSON to get infos from a
Timeline / JSON file but not what I mentionned, i.e. a method to get infos
from a SPARQL results / JSON file, see
http://www.w3.org/2001/sw/DataAccess/json-sparql/ Did I miss something ?

[ Permlink | « Hide ]
David F. Huynh - 26/Oct/06 06:28 AM
Oh, sorry... I didn't realize the JSON part.

[Submitted by Alexandre Passant on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 5 Apr 2009 at 1:51