fadmaa / RDF-faceted-browser

a faceted browser on top of RDF data available through SPARQL endpoints that support COUNT/GROUP BY queries
MIT License
36 stars 2 forks source link

named graph option #17

Closed fils closed 12 years ago

fils commented 12 years ago

Is there a way to specify a particular named graph to work against or is always against the entire triple store?

fadmaa commented 12 years ago

added it. try pulling and updating

then in the configuration.json you can define a "graph". see https://raw.github.com/fadmaa/RDF-faceted-browser/master/WebContent/configuration.json for an example

let me know if you encounter any problem

fils commented 12 years ago

works great.. sorry for the delay, was in Edinburg all last week for a management meeting.

I was hoping it would speed up my implementation but didn't seem to help much. I suspect my virtuoso just isn't replying as fast as it could. I should look into optimizations for it.

Thanks..