|
3 | 3 | { |
4 | 4 | "@version": 1.1, |
5 | 5 | "@language": "en", |
6 | | - "schema:description": { |
7 | | - "@container": "@language" |
8 | | - }, |
9 | 6 | "description": { |
10 | 7 | "@id": "schema:description", |
11 | 8 | "@container": "@language" |
|
18 | 15 | "@id": "schema:value", |
19 | 16 | "@container": "@language" |
20 | 17 | }, |
21 | | - "schema:name": { |
22 | | - "@container": "@language" |
23 | | - }, |
24 | | - "schema:value": { |
25 | | - "@container": "@language" |
26 | | - }, |
27 | | - "schema:image": { |
| 18 | + "image": { |
| 19 | + "@id": "schema:image", |
28 | 20 | "@type": "@vocab" |
29 | 21 | }, |
30 | | - "schema:citation": { |
31 | | - "@container": "@language" |
32 | | - }, |
33 | | - "schema:version": { |
34 | | - "@container": "@language" |
35 | | - }, |
36 | | - "schema:schemaVersion": { |
| 22 | + "citation": { |
| 23 | + "@id": "schema:citation", |
37 | 24 | "@container": "@language" |
38 | 25 | }, |
39 | | - "skos:prefLabel": { |
| 26 | + "version": { |
| 27 | + "@id": "schema:version", |
40 | 28 | "@container": "@language" |
41 | 29 | }, |
42 | | - "skos:altLabel": { |
| 30 | + "schemaVersion": { |
| 31 | + "@id": "schema:schemaVersion", |
43 | 32 | "@container": "@language" |
44 | 33 | }, |
45 | 34 | "prefLabel": { |
|
60 | 49 | }, |
61 | 50 | "landingPage": { |
62 | 51 | "@id": "reproschema:landingPage", |
63 | | - "@container": "@language" |
| 52 | + "@container": "@set" |
64 | 53 | }, |
65 | 54 | "question": { |
66 | 55 | "@id": "schema:question", |
|
69 | 58 | "choices": { |
70 | 59 | "@id": "schema:itemListElement" |
71 | 60 | }, |
72 | | - "choiceUrl": { |
73 | | - "@id": "schema:DigitalDocument", |
74 | | - "@type": "@id" |
75 | | - }, |
76 | | - "requiredValue": { |
77 | | - "@id": "reproschema:requiredValue", |
78 | | - "@type": "schema:Boolean" |
79 | | - }, |
80 | 61 | "valueRequired": "https://schema.org/valueRequired", |
81 | 62 | "multipleChoice": { |
82 | 63 | "@id": "reproschema:multipleChoice", |
|
105 | 86 | }, |
106 | 87 | "addProperties": { |
107 | 88 | "@id": "reproschema:addProperties", |
108 | | - "@type": "reproschema:AddProperties", |
| 89 | + "@type": "reproschema:AdditionalProperty", |
109 | 90 | "@container": "@set", |
110 | 91 | "@nest": "ui" |
111 | 92 | }, |
|
124 | 105 | "@type": "xsd:string", |
125 | 106 | "@nest": "ui" |
126 | 107 | }, |
127 | | - "readOnly": { |
128 | | - "@id": "reproschema:readOnly", |
129 | | - "@type": "xsd:boolean", |
| 108 | + "readonlyValue": { |
| 109 | + "@id": "https://schema.org/readonlyValue", |
130 | 110 | "@nest": "ui" |
131 | 111 | }, |
132 | | - "readonlyValue": "https://schema.org/readonlyValue", |
133 | 112 | "scoringLogic": { |
134 | 113 | "@id": "reproschema:scoringLogic", |
135 | 114 | "@container": "@index" |
|
140 | 119 | "isVis": { |
141 | 120 | "@id": "reproschema:isVis" |
142 | 121 | }, |
143 | | - "required": { |
144 | | - "@id": "reproschema:required", |
145 | | - "@container": "@index", |
146 | | - "@nest": "ui" |
147 | | - }, |
148 | 122 | "variableName": "reproschema:variableName", |
149 | 123 | "isAbout": { |
150 | 124 | "@id": "reproschema:isAbout", |
151 | 125 | "@type": "@id" |
152 | 126 | }, |
153 | 127 | "allow": { |
154 | 128 | "@id": "reproschema:allow", |
155 | | - "@container": "@list", |
| 129 | + "@container": "@set", |
156 | 130 | "@type": "@id", |
157 | 131 | "@nest": "ui" |
158 | 132 | }, |
159 | | - "skipped": "reproschema:Skipped", |
160 | | - "dontKnow": "reproschema:DontKnow", |
161 | | - "timedOut": "reproschema:TimedOut", |
162 | | - "autoAdvance": "reproschema:AutoAdvance", |
163 | | - "disableBack": "reproschema:DisableBack", |
164 | | - "allowExport": "reproschema:AllowExport", |
| 133 | + "reproschema:Skipped": {"@id": "reproschema:Skipped"}, |
| 134 | + "reproschema:DontKnow": {"@id": "reproschema:DontKnow"}, |
| 135 | + "reproschema:TimedOut": {"@id": "reproschema:TimedOut"}, |
| 136 | + "reproschema:AutoAdvance": {"@id": "reproschema:AutoAdvance"}, |
| 137 | + "reproschema:DisableBack": {"@id": "reproschema:DisableBack"}, |
| 138 | + "reproschema:AllowExport": {"@id": "reproschema:AllowExport"}, |
| 139 | + "reproschema:AllowReplay": {"@id": "reproschema:AllowReplay"}, |
165 | 140 | "timer": { |
166 | 141 | "@id": "reproschema:timer", |
167 | 142 | "@type": "@id", |
|
190 | 165 | }, |
191 | 166 | "createdOn": { |
192 | 167 | "@id": "pav:createdOn", |
193 | | - "@type": "xsd:date" |
| 168 | + "@type": "xsd:dateTime" |
194 | 169 | }, |
195 | 170 | "previousVersion": { |
196 | 171 | "@id": "pav:previousVersion", |
197 | 172 | "@type": "@id" |
198 | 173 | }, |
199 | 174 | "lastUpdateOn": { |
200 | 175 | "@id": "pav:lastUpdateOn", |
201 | | - "@type": "xsd:date" |
| 176 | + "@type": "xsd:dateTime" |
202 | 177 | }, |
203 | 178 | "derivedFrom": { |
204 | 179 | "@id": "prov:wasDerivedFrom", |
|
0 commit comments