RDF
Lazy loading data from RDF
Science Collaboration Framework (SCF) has a "node proxy" module that allows Drupal to query a SPARQL endpoint and only loads the data when someone looks for it-- at this point it creates a node.
The system isn't bad and may be a good base lacking any established best practices in Drupal for lazy loading of nodes from outside data sources.
See also:
Evoc and making Drupal semantic
Scor: will allow multiple
domain and range
The content type and its field would really be the
For instance, nodereference basically defines the range.
Field first name, for instance, is a textfield, so it should not be possible to use RDF properties that need to be a link
DrupalConDC RDF bof
Stéphane Corlosquet presented
Robert Douglass and
Frank Febbrarro
also did a fair amount of talking
scor:
We have an array
Frank:
because it's a triple because this object is, and anything can happen
$node->rdf = array(
'type' => 'sioct:Weblog',
'title' => 'dc:title',
'body' => 'sioc:content',
);
The object is take that key and look it up.
so in order:
DrupalConDC Community Supported Agriculture birds of a feather
Community Supported Agriculture
17 people here.
Who is interested in building the tools, and who just in deploying them?
Filter it through recipe suggestions.
Any CSA with capital resources?
About 2,000 CSAs in the U.S. About half, maybe, have web sites. Most do not have interactivity-- many have probably paid a chunk of money on this.
Bringing Linked Data to Drupal; bringing the Semantic Web to the World
Based on my comment to Dries Buyteart's Drupal, the semantic web and search, which ended with "I can has semweb in Drupal core?"
Yes, we can!
RDF Roundup
Resources and tools related to RDF
RDF
W3C RDF Overview page, more recent Semantic Web activities.
RDF category of Drupal modules for download:
http://drupal.org/project/Modules/category/116
SIOC-enriching Wordpress
