MIT OCW requires persistent, unique, unambiguous names for the following entities in its domain model: Contributors, Courses, Sections, Resources.
This rules out the use of URLs as they are far too easy to change. This also rules o
See: http://www.w3.org/DesignIssues/LinkedData.html
Our current publishing practice is to make XML metadata files available to the public
Courses and Sections
Use part of the URL (omit index.htm)
Courses omit /CourseHome/
Resources
?How are Resource URLs created in Plone?
Add /Resources/ to Course URI
Add filename minus the file extension
People