Posted by iamcurio on September 1, 2011 at 11:51pm
Is it possible to pull in a dataset such as "http://beta.kasabi.com/dataset/foodista/" and display them as nodes?
So far I have pull in a list of recipes with the sparql_views and views module. I would like to be able to full there full content on a node page. Is this even possible ? I have seen no examples of this being done.

Comments
Importing the results of a
Importing the results of a SPARQL View into nodes was possible in Drupal 6 with Feeds View Parser, but that module was never fully stable and has not been ported to Drupal 7.
There is also an RDF Importer module (which doesn't use SPARQL Views). That has a preliminary port to Drupal 7, but I haven't tested it myself.
Neither of those solutions is really complete at the moment. There might be a workaround for your use case that doesn't require importing to nodes... if you want to describe the use case, I can see if I can think of such a workaround.
I wish to pull in the
I wish to pull in the following properties into a content type:
So i can create a page view to display all of the recipes from foodista dataset. (www.mydomain.com/recipes). When i click on a recipe on the page view it will display the recipe on a node page. (www.mydomain.com/recipes/raspberry-sponge-cake).
Need any more information?
Does it need to be a node?
Does it need to be a node? You could use a View with a contextual filter to display this information. If that sounds interesting, check out my video on SPARQL Views Relationships and Context. If you run into any issues, you can post on the SPARQL Views issue queue.
Ideally yes. I have checked
Ideally yes. I have checked out your video earlier, its cool stuff. Just ran into a few issues because i couldn't have multi-predicate fields. Thanks i will add an issue to the queue.