artifact.lua 668 B

123456789101112131415161718192021222324
  1. return {
  2. core = true,
  3. properties = {
  4. date = {
  5. uri = "pas:date",
  6. label = "Date",
  7. description = "Date related to the artifact.",
  8. type = "string",
  9. },
  10. location_descr = {
  11. uri = "pas:locationDescription",
  12. label = "Location description",
  13. description = "Verbal description of the artifact's location.",
  14. type = "string",
  15. },
  16. location_url = {
  17. uri = "pas:locationUrl",
  18. label = "Geolocation URL",
  19. description = "Link to a map locating the artifact.",
  20. type = "string",
  21. },
  22. },
  23. }