Use rdf:ID instead of rdf:nodeID
terraces - September 30, 2006 - 12:41
| Project: | FOAF |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| foaf_0.patch | 2.56 KB |

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