As well as the more experimental stuff, I’ve also produce several more useful tools:
sparql2kml
http://graphite.ecs.soton.ac.uk/sparql2kml/ – This takes a SPARQL query which returns ?lat,?long (or ?georss) and ?title and maybe ?desc and ?placename and produces a KML file so you can see it on Google Maps or Earth!
As an experiment I used the following to find the birth place of Southampton football players.
t;http://dbpedia.org/resource/Wales> )
View it: Google Maps or KML for Google Earth.
excel2csv
This one is dead simple. It converts an excel file into comma separated values.
sparqllib.php
http://graphite.ecs.soton.ac.uk/sparqllib/
Nice and simple library to let you use SPARQL from PHP. The function names are deliberately copied from the mysql ones so you have sparql_connect, sparql_fetchrow etc.
One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion