RDF

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
techczech's picture

Personal portfolios in Drupal and interoperability

Is anybody out there using Drupal for building e-portfolios?

I was at a Mahara conference recently and attending a talk about LEAP2A (http://wiki.cetis.ac.uk/LEAP2A_specification) a new interoperability spec. Efforts to make it compatible with RDFa are underway and I was wondering if anybody from the Drupal side would be interested in joining in the discussion.

Read more
kjenkins's picture

RDF integrated into web forms

Greetings,

I've been reading a lot about integrating RDFa into XHTML web pages. What I don't see much about is how to handle complex web forms. The idea would be to create text field and select list values that will print out submitted form data within meaningful RDFa containers. Can we do this in Drupal yet with any of the rdf modules? Can anybody share examples of the source code of a form that is RDFa enabled? My guess is that we can create very powerful forms doing so.

Cheers
Kevin

Read more
drunken monkey's picture

RDF for Solr: Possible implementation strategies

(For information about my project, see here. Put shortly, it's about enabling Solr to index RDF data via drupal.)

Before starting the actual coding, even on prototypes, the basic options for implementing this will have to be discussed. At the moment, my mentors and I see the following three possibilities:

Read more
Blooniverse's picture

In Aarau — ­Drupal Media Camp Schweiz 2009

In Aarau — ­ Drupal Media Camp Schweiz 2009

Read more
drunken monkey's picture

Solr RDF Support

Overview

This project is about adding RDF Support to the popular ApacheSolr module in the form of a Solr RDF contrib module. The module should be able to read an RDF class specification and automatically generate the necessary mapping to a Solr server, provide the capability to search resources with that type and also generate facets based on its properties. It would even be possible to build the existing Node search capabilites completely on top of this mechanism! But in any case you could also add arbitrary other types like users or taxonomy terms, or resources from other websites altogether.

Read more
Arto's picture

RDFizing Drupal: Upgrading the RSS Feeds

I've just posted step-by-step instructions on how to use the Drupal 6.x RDF module to upgrade your Drupal site's RSS feeds for compatibility with RDF and the Semantic Web:

http://ar.to/2009/03/rdfizing-drupal-rss-feeds

Only local images are allowed.

As I don't do comments on my site, please feel free to discuss here.

Read more
scor's picture

DrupalCon DC 2009 - RDF sessions braindump

DrupalCon DC 2009 featured a nice selection of RDF related sessions. 2 regular presentations served as introduction to those who were unfamiliar with the topic, or just wanted to refresh their mind with the latest happenings.

Read more
pkej's picture

Genealogy with views and cck (and RDF?)

In http://drupal.org/node/395586 I suggest a way to create genealogies via cck and views. I am working on implementing it on a drupal site, but wondered if there is any input these groups can provide me with:

I would like to add that I plan on primarily using prepopulate in creating links for this, but I can see that some stuff will need some module code in order to be user friendly.

Read more
fago's picture

Tokens & RDF in d7 - can they benefit from each other?

Right now there is a issue for getting token into core and one for getting some RDF into it. I wonder if makes sense to base the token patch upon the RDF stuff. So once we have some semantics attached to our objects, we can use them as a starting point for doing the token replacements.

The other way round, the RDF patch could learn from the tokens code - as the actual problem to solve is quite similar. The way the patch in #74 uses simple handlers to get tokens would make sense for RDF too. Then the token implementation can go and build upon that and reuse the handlers returning RDF string literals. Similarly, the approach described in #77 for doing actual token replacements could also be used for getting chunks of RDF for a bunch of objects.

Then apart from avoiding inventing the wheel twice, we could easily make both APIs consistent, so they can be used the same way.

Read more
Anonymous's picture

GUID on taxonomy terms?

I remember hearing talk about the need for a new database field to be added to Drupal core taxonomy.module's term_data table to stash the GUID/UUID/URI associated with a term. This was particularly relevant for sharing/importing/exporting taxonomies and using standard vocabularies. I suspect it also has relevance to RDF, but my comprehension is still a bit hazy on it.

OpenCalais calais.module adds a column 'guid' to the term_data table. I can't imagine that there would be any collision risks if other modules insert in this field as well for their own vocabularies.

Read more
Subscribe with RSS Syndicate content