Consuming linked data on rails

I am trying to consume the linked data from linked data source using SPARQL query in rails. Where can i find the tutorials for this purpose??

Kishoj B. wrote in post #967944:

I am trying to consume the linked data from linked data source using SPARQL query in rails. Where can i find the tutorials for this purpose??

What do you mean by "linked data"? What have you tried so far?

Best,

I am trying to work on rails using linked data (http:// www.linkeddata.org/ ). There is a provision for consuming linked data in PHP using RAP API and ARC API. I am newbie on rails and liked to develop an application using it so I am searching for gem like active_rdf from which I can get linked data from the linked data source and display on my screen.