URIs for Drupal content?
Posted by Anonymous on April 20, 2011 at 6:18pm
Are there any guidelines/best practices for assigning URIs for Drupal Linked Data?
I've got the various modules publishing RDF just fine, and can get RDF from URIs like http://hostname/node/xyz/rdf, but this sort of URI is really an implementation detail, and therefore not in the spirit of linked data URIs. It would seem to be much more appropriate to have URIs that might read something like http://hostname/content-type/title.
I've tried using Pathauto, which rewrites the URLs well-enough, but doesn't provide the RDF as expected.
Read more