== What is SPARQL == * http://www.w3.org/TR/rdf-sparql-query/ * http://en.wikipedia.org/wiki/SPARQL An endpoint to play with * http://delicious.com/fbelleau/bio2rdf:sparql * http://dbpedia.org/sparql * http://www.semantic-systems-biology.org/biogateway/querying * http://atlas.bio2rdf.org/sparql Facet browser * http://atlas.bio2rdf.org/fct * http://dbpedia.org/fct {{{ select ?s2 as ?c1 count (*) as ?c2 where { ?s1 ?s1textp ?o1 . ?o1 bif:contains '"hexokinase"' . ?s1 a . ?s1 a . ?s1 ?s2 . } group by ?s2 order by desc 2 limit 20 offset 0 }}}