Project:Create from Web
Version:6.x-1.3
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Sparql is supposed to return data which can be harvested from the web, and returned in 3-tuple format, and others, I guess. I wonder if it would be feasible to add sparql nodes as datasources for the drop down widget; instead of writing specific handlers for different websites and needs; not least queries across several sources.

Comments

#1

Maybe you know of this already -- but the Sparkl and RDF modules do this.

Looks like createfromweb should be an API so that other modules like nodereference and RDF can plug into this... That would be awesome.

Add: On further thought, the .inc files allow you to do that already.

#2

I have no idea on how to use the sparql and rdf together to get data into nodes. Afaik, sparql generates the data for the node, and I can't see any method for placing the data into nodes.

The whole RDF, sparql, neologism, etc. system is woefully underdocumented; or I don't understand it ;)

#3

A generic operator_sparql.inc where users enter their query and results are handed over to CreateFromWeb as associative array would be a good idea! Cheers

nobody click here