> rdf.sparqlRemote(I reported earlier two example SPARQL queries for chemistry, which can now be rewritten as Bioclipse scripts:
"http://dbpedia.org/sparql",
"select distinct ?Concept where{[] a ?Concept } LIMIT 10"
);
[[http://dbpedia.org/ontology/Place], [http://dbpedia.org/ontology/Area],
[http://dbpedia.org/ontology/City], [http://dbpedia.org/ontology/River],
[http://dbpedia.org/ontology/Road], [http://dbpedia.org/ontology/Lake],
[http://dbpedia.org/ontology/LunarCrater],
[http://dbpedia.org/ontology/ShoppingMall], [http://dbpedia.org/ontology/Park],
[http://dbpedia.org/ontology/SiteOfSpecialScientificInterest]]
and
Hi Egon,
ReplyDeleteHave you looked into Bio2RDF URI resolution as part of integrating RDF into Bioclipse? It doesn't require SPARQL knowledge, but it does perform one or more SPARQL queries as part of the resolution in the background. Users can also find out which SPARQL queries and endpoints are being used for particular queries if they are interested.
No, can you tell me more about it?
ReplyDeleteI am strongly considering dedicated DBPedia and Bio2RDF plugins anyway, so this would be the right time to teach me about the Bio2RDF URI resolution :)
I wrote up a blog post with a brief HOWTO about the way Bio2RDF URI's work.
ReplyDeletehttp://bio2rdf.blogspot.com/2009/08/howto-using-bio2rdf.html
Thanx!
ReplyDelete