|
@@ -19,10 +19,9 @@ return {
|
|
|
pref_rep = {
|
|
|
uri = "pas:hasPreferredRepresentation",
|
|
|
label = "Preferred representation",
|
|
|
- description =
|
|
|
- [[Preferred representation. Used to generate
|
|
|
- a thumbnail (for a visual item) or sample (for non-visual
|
|
|
- materials such as audio).]],
|
|
|
+ description = "Preferred representation. Used to generate \z
|
|
|
+ a thumbnail (for a visual item) or sample (for non-visual \z
|
|
|
+ materials such as audio).",
|
|
|
type = "resource",
|
|
|
range = {file = true},
|
|
|
},
|
|
@@ -32,10 +31,22 @@ return {
|
|
|
type = "resource",
|
|
|
range = {file = true},
|
|
|
},
|
|
|
- location = {
|
|
|
- uri = "pas:location",
|
|
|
- label = "Location",
|
|
|
- description = "Location related to the artifact.",
|
|
|
+ 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",
|
|
|
},
|
|
|
},
|