123456789101112131415161718192021222324 |
- return {
- core = true,
- properties = {
- date = {
- uri = "pas:date",
- label = "Date",
- description = "Date related to the artifact.",
- type = "string",
- },
- location_descr = {
- uri = "pas:locationDescription",
- label = "Location description",
- description = "Verbal description of the artifact's location.",
- type = "string",
- },
- location_url = {
- uri = "pas:locationUrl",
- label = "Geolocation URL",
- description = "Link to a map locating the artifact.",
- type = "string",
- },
- },
- }
|