FOAF profiles exported by Drupal currently use rdf:nodeID to point to foaf:People, which means that the node refering to the foaf:Person cannot be accessed from the outside of the document.
Using rdf:ID instead could solve it, so that People will have a URI as http://drupal.org/?q=foaf/1#_1 which could be used with foaf:maker property (what we would like to do in the SIOC module)

Nb: The attached patch also includes patch for request http://drupal.org/node/86548
Nb2: In patch, foaf.module is the new version while foaf.patch.sav the current module one

CommentFileSizeAuthor
foaf_0.patch2.56 KBterraces

Comments

scor’s picture

Version: 4.6.x-1.x-dev » 5.x-1.x-dev
Status: Active » Patch (to be ported)

this patch does not apply correctly. needs reroll for D5.