collection.lua 506 B

1234567891011121314151617
  1. return {
  2. uri = "pas:Collection",
  3. label = "Collection",
  4. broader = "brick",
  5. properties = {
  6. pref_rep = {
  7. uri = "pas:hasPreferredRepresentation",
  8. label = "Preferred representation",
  9. description = "Preferred representation. Used to generate \z
  10. a thumbnail (for a visual item) or sample (for non-visual \z
  11. materials such as audio).",
  12. type = "resource",
  13. range = {file = true},
  14. },
  15. }
  16. }