views:

35

answers:

1

I am interested in visualising data from dbpedia in flash but I am a little out of my depth technically... I know a bit of actionscript, javascript and some php but I'm not familiar with SPARQL or java. The documentation I can find on it is a little over my head. I have a couple of questions before I totally ruling it out:

• Has anyone come across an example/tutorial for accessing dbpedia data through flash?

• Im a little hazy on how you work with dbpedia. Do you download the entire database or can you connect to a database on their server?

Any advice would be appreciated.

Thanks

A: 

You can download a lot of data here without needing to know SPARQL. It's in rdf triple format, but that should be relatively easy to parse and add to your own database. Or if you want to do focused queries, you can use the link that you found.

As far as visualization there are quite a few good libraries available in Flash/Javascript. In flash I recommend Flare. In Javascript the following are worth looking into:

  1. Javascript InfoVis Toolkit
  2. Protovis
  3. Processing.js
Jay Askren