drlivingston / kr

Clojure API for RDF and SPARQL - provides consistent access to APIs including Jena and Sesame
56 stars 17 forks source link

Example not up to date #3

Closed pallix closed 11 years ago

pallix commented 11 years ago

The edu.ucdenver.ccp.kr.examples.sesame-remote-kb example is not up to date it uses the :repo keyword for the open method but the actual namespace used in the code for destructuring is :repo-name

drlivingston commented 11 years ago

Thanks for noticing this and reporting it, it is appreciated. The examples have been updated.

I have also extended the examples to show a use of the "visit" api calls, which can allow for going through more results than could otherwise be stored in memory.