@nuggetslife/vc 0.0.30 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +11 -0
- package/W3C_CONFORMANCE.md +6 -5
- package/bench/frame_compare.mjs +203 -0
- package/bench/v2_internals.mjs +115 -0
- package/bench/vc_ops.mjs +308 -0
- package/interop-allowlist.json +3 -0
- package/interop-smoke-allowlist.json +3 -0
- package/package.json +8 -7
- package/scripts/fetch-w3c-tests.sh +8 -0
- package/src/jsonld.rs +211 -140
- package/src/ld_signatures.rs +11 -2
- package/test-fixtures/interop/README.md +46 -0
- package/test-fixtures/interop/_contexts/README.md +51 -0
- package/test-fixtures/interop/_contexts/bbs-bound-v1.jsonld +92 -0
- package/test-fixtures/interop/_contexts/citizenship-v1.jsonld +58 -0
- package/test-fixtures/interop/_contexts/credentials-v1.jsonld +316 -0
- package/test-fixtures/interop/_contexts/elm-edc-ap.jsonld +809 -0
- package/test-fixtures/interop/_contexts/essif-schemas-vc-2020-v1.jsonld +47 -0
- package/test-fixtures/interop/_contexts/identity-v2.jsonld +195 -0
- package/test-fixtures/interop/_contexts/nuggets-identity-v1.jsonld +175 -0
- package/test-fixtures/interop/_contexts/nuggets-kyb-v1.jsonld +333 -0
- package/test-fixtures/interop/_contexts/openbadges-v3.jsonld +445 -0
- package/test-fixtures/interop/_contexts/security-bbs-v1.jsonld +93 -0
- package/test-fixtures/interop/ebsi/diploma-elm/README.md +29 -0
- package/test-fixtures/interop/ebsi/diploma-elm/expected.nq +70 -0
- package/test-fixtures/interop/ebsi/diploma-elm/frame.jsonld +24 -0
- package/test-fixtures/interop/ebsi/diploma-elm/input.jsonld +444 -0
- package/test-fixtures/interop/ebsi/diploma-simple/README.md +19 -0
- package/test-fixtures/interop/ebsi/diploma-simple/expected.nq +9 -0
- package/test-fixtures/interop/ebsi/diploma-simple/frame.jsonld +13 -0
- package/test-fixtures/interop/ebsi/diploma-simple/input.jsonld +24 -0
- package/test-fixtures/interop/idv2/full-disclosure/README.md +9 -0
- package/test-fixtures/interop/idv2/full-disclosure/expected.nq +59 -0
- package/test-fixtures/interop/idv2/full-disclosure/frame.jsonld +9 -0
- package/test-fixtures/interop/idv2/full-disclosure/input.jsonld +82 -0
- package/test-fixtures/interop/nuggets/identity-v1/README.md +17 -0
- package/test-fixtures/interop/nuggets/identity-v1/expected.nq +21 -0
- package/test-fixtures/interop/nuggets/identity-v1/frame.jsonld +17 -0
- package/test-fixtures/interop/nuggets/identity-v1/input.jsonld +31 -0
- package/test-fixtures/interop/nuggets/kyb-v1/README.md +15 -0
- package/test-fixtures/interop/nuggets/kyb-v1/expected.nq +18 -0
- package/test-fixtures/interop/nuggets/kyb-v1/frame.jsonld +24 -0
- package/test-fixtures/interop/nuggets/kyb-v1/input.jsonld +60 -0
- package/test-fixtures/interop/openbadges-v3/basic-achievement/README.md +17 -0
- package/test-fixtures/interop/openbadges-v3/basic-achievement/expected.nq +12 -0
- package/test-fixtures/interop/openbadges-v3/basic-achievement/frame.jsonld +17 -0
- package/test-fixtures/interop/openbadges-v3/basic-achievement/input.jsonld +25 -0
- package/test-fixtures/interop/openbadges-v3/with-allowed-values/README.md +11 -0
- package/test-fixtures/interop/openbadges-v3/with-allowed-values/expected.nq +25 -0
- package/test-fixtures/interop/openbadges-v3/with-allowed-values/frame.jsonld +22 -0
- package/test-fixtures/interop/openbadges-v3/with-allowed-values/input.jsonld +40 -0
- package/test-fixtures/interop/vp/single-vc-wrap/README.md +6 -0
- package/test-fixtures/interop/vp/single-vc-wrap/expected.nq +7 -0
- package/test-fixtures/interop/vp/single-vc-wrap/frame.jsonld +17 -0
- package/test-fixtures/interop/vp/single-vc-wrap/input.jsonld +27 -0
- package/test-fixtures/interop/w3c-vc-v1/permanent-resident-card/README.md +5 -0
- package/test-fixtures/interop/w3c-vc-v1/permanent-resident-card/expected.nq +13 -0
- package/test-fixtures/interop/w3c-vc-v1/permanent-resident-card/frame.jsonld +14 -0
- package/test-fixtures/interop/w3c-vc-v1/permanent-resident-card/input.jsonld +29 -0
- package/test_interop.mjs +184 -0
- package/test_interop_smoke.mjs +388 -0
- package/test_jsonld_crossverify.mjs +8 -2
- package/test_w3c_conformance.mjs +80 -7
- package/tools/regen_expected.mjs +108 -0
- package/w3c-baseline.json +881 -263
- package/w3c-denylist.json +6 -1
|
@@ -0,0 +1,809 @@
|
|
|
1
|
+
{
|
|
2
|
+
"__url__": "http://data.europa.eu/snb/model/context/edc-ap",
|
|
3
|
+
"@context": {
|
|
4
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
5
|
+
"elm": "http://data.europa.eu/snb/model/elm/",
|
|
6
|
+
"adms": "http://www.w3.org/ns/adms#",
|
|
7
|
+
"dc": "http://purl.org/dc/terms/",
|
|
8
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
9
|
+
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
10
|
+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
11
|
+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
|
12
|
+
"org": "http://www.w3.org/ns/org#",
|
|
13
|
+
"rov": "http://www.w3.org/ns/regorg#",
|
|
14
|
+
"skos": "http://www.w3.org/2004/02/skos/core#",
|
|
15
|
+
"person": "http://www.w3.org/ns/person#",
|
|
16
|
+
"clv": "http://data.europa.eu/m8g",
|
|
17
|
+
"locn": "http://www.w3.org/ns/locn#",
|
|
18
|
+
"vc": "http://data.europa.eu/snb/model/w3c/vc/",
|
|
19
|
+
"Accreditation": "elm:Accreditation",
|
|
20
|
+
"Agent": "elm:Agent",
|
|
21
|
+
"Amount": "elm:Amount",
|
|
22
|
+
"Address": "elm:Address",
|
|
23
|
+
"AwardingOpportunity": "elm:AwardingOpportunity",
|
|
24
|
+
"AwardingProcess": "elm:AwardingProcess",
|
|
25
|
+
"Claim": "elm:Claim",
|
|
26
|
+
"Concept": "skos:Concept",
|
|
27
|
+
"ConceptScheme": "skos:ConceptScheme",
|
|
28
|
+
"ContactPoint": "elm:ContactPoint",
|
|
29
|
+
"CreditPoint": "elm:CreditPoint",
|
|
30
|
+
"DisplayParameter": "elm:DisplayParameter",
|
|
31
|
+
"DisplayDetail": "elm:DisplayDetail",
|
|
32
|
+
"EuropeanDigitalCredential": "elm:EuropeanDigitalCredential",
|
|
33
|
+
"EuropeanDigitalPresentation": "elm:EuropeanDigitalPresentation",
|
|
34
|
+
"Evidence": "elm:Evidence",
|
|
35
|
+
"Geometry": "locn:Geometry",
|
|
36
|
+
"GradingScheme": "elm:GradingScheme",
|
|
37
|
+
"Grant": "elm:Grant",
|
|
38
|
+
"Group": "elm:Group",
|
|
39
|
+
"Identifier": "elm:Identifier",
|
|
40
|
+
"IndividualDisplay": "elm:IndividualDisplay",
|
|
41
|
+
"LearningAchievement": "elm:LearningAchievement",
|
|
42
|
+
"LearningAchievementSpecification": "elm:LearningAchievementSpecification",
|
|
43
|
+
"LearningActivity": "elm:LearningActivity",
|
|
44
|
+
"LearningActivitySpecification": "elm:LearningActivitySpecification",
|
|
45
|
+
"LearningAssessment": "elm:LearningAssessment",
|
|
46
|
+
"LearningAssessmentSpecification": "elm:LearningAssessmentSpecification",
|
|
47
|
+
"LearningEntitlement": "elm:LearningEntitlement",
|
|
48
|
+
"LearningEntitlementSpecification": "elm:LearningEntitlementSpecification",
|
|
49
|
+
"LearningOpportunity": "elm:LearningOpportunity",
|
|
50
|
+
"LearningOutcome": "elm:LearningOutcome",
|
|
51
|
+
"LegalIdentifier": "elm:LegalIdentifier",
|
|
52
|
+
"Location": "dc:Location",
|
|
53
|
+
"Mailbox": "elm:Mailbox",
|
|
54
|
+
"MediaObject": "elm:MediaObject",
|
|
55
|
+
"Note": "elm:Note",
|
|
56
|
+
"Organisation": "elm:Organisation",
|
|
57
|
+
"PeriodOfTime": "dc:PeriodOfTime",
|
|
58
|
+
"Person": "elm:Person",
|
|
59
|
+
"Phone": "elm:Phone",
|
|
60
|
+
"PriceDetail": "elm:PriceDetail",
|
|
61
|
+
"Qualification": "elm:Qualification",
|
|
62
|
+
"ResultCategory": "elm:ResultCategory",
|
|
63
|
+
"ResultDistribution": "elm:ResultDistribution",
|
|
64
|
+
"ShaclValidator2017": "elm:ShaclValidator2017",
|
|
65
|
+
"ShortenedGrading": "elm:ShortenedGrading",
|
|
66
|
+
"Specification": "elm:Specification",
|
|
67
|
+
"VerificationCheck": "elm:VerificationCheck",
|
|
68
|
+
"WebResource": "elm:WebResource",
|
|
69
|
+
"accreditation": {
|
|
70
|
+
"@id": "elm:accreditation",
|
|
71
|
+
"@type": "@id"
|
|
72
|
+
},
|
|
73
|
+
"accreditingAgent": {
|
|
74
|
+
"@id": "elm:accreditingAgent",
|
|
75
|
+
"@type": "@id"
|
|
76
|
+
},
|
|
77
|
+
"admissionProcedure": {
|
|
78
|
+
"@id": "elm:admissionProcedure",
|
|
79
|
+
"@type": "@id"
|
|
80
|
+
},
|
|
81
|
+
"additionalNote": {
|
|
82
|
+
"@id": "elm:additionalNote",
|
|
83
|
+
"@type": "@id"
|
|
84
|
+
},
|
|
85
|
+
"address": {
|
|
86
|
+
"@id": "elm:address",
|
|
87
|
+
"@type": "@id"
|
|
88
|
+
},
|
|
89
|
+
"altLabel": {
|
|
90
|
+
"@id": "skos:altLabel",
|
|
91
|
+
"@container": "@language"
|
|
92
|
+
},
|
|
93
|
+
"applicationDeadline": {
|
|
94
|
+
"@id": "elm:applicationDeadline",
|
|
95
|
+
"@type": "xsd:dateTime"
|
|
96
|
+
},
|
|
97
|
+
"areaDialingCode": {
|
|
98
|
+
"@id": "elm:areaDialingCode",
|
|
99
|
+
"@type": "xsd:string"
|
|
100
|
+
},
|
|
101
|
+
"assessedBy": {
|
|
102
|
+
"@id": "elm:assessedBy",
|
|
103
|
+
"@type": "@id"
|
|
104
|
+
},
|
|
105
|
+
"attachment": {
|
|
106
|
+
"@id": "elm:attachment",
|
|
107
|
+
"@type": "@id"
|
|
108
|
+
},
|
|
109
|
+
"attachmentType": {
|
|
110
|
+
"@id": "elm:attachmentType",
|
|
111
|
+
"@type": "@id"
|
|
112
|
+
},
|
|
113
|
+
"awardingBody": {
|
|
114
|
+
"@id": "elm:awardingBody",
|
|
115
|
+
"@type": "@id"
|
|
116
|
+
},
|
|
117
|
+
"awardingDate": {
|
|
118
|
+
"@id": "elm:awardingDate",
|
|
119
|
+
"@type": "xsd:dateTime"
|
|
120
|
+
},
|
|
121
|
+
"awardingOpportunity": {
|
|
122
|
+
"@id": "elm:awardingOpportunity",
|
|
123
|
+
"@type": "@id"
|
|
124
|
+
},
|
|
125
|
+
"awardedBy": {
|
|
126
|
+
"@id": "elm:awardedBy",
|
|
127
|
+
"@type": "@id"
|
|
128
|
+
},
|
|
129
|
+
"awards": {
|
|
130
|
+
"@id": "elm:awards",
|
|
131
|
+
"@type": "@id"
|
|
132
|
+
},
|
|
133
|
+
"bannerImage": {
|
|
134
|
+
"@id": "elm:bannerImage",
|
|
135
|
+
"@type": "@id"
|
|
136
|
+
},
|
|
137
|
+
"birthName": {
|
|
138
|
+
"@id": "person:birthName",
|
|
139
|
+
"@container": "@language"
|
|
140
|
+
},
|
|
141
|
+
"category": {
|
|
142
|
+
"@id": "elm:category",
|
|
143
|
+
"@container": "@language"
|
|
144
|
+
},
|
|
145
|
+
"citizenshipCountry": {
|
|
146
|
+
"@id": "elm:citizenshipCountry",
|
|
147
|
+
"@type": "@id"
|
|
148
|
+
},
|
|
149
|
+
"hasSubOrganization": {
|
|
150
|
+
"@id": "org:hasSubOrganization",
|
|
151
|
+
"@type": "@id"
|
|
152
|
+
},
|
|
153
|
+
"contactForm": {
|
|
154
|
+
"@id": "elm:contactForm",
|
|
155
|
+
"@type": "@id"
|
|
156
|
+
},
|
|
157
|
+
"contactHour": {
|
|
158
|
+
"@id": "elm:contactHour",
|
|
159
|
+
"@type": "xsd:string"
|
|
160
|
+
},
|
|
161
|
+
"contactPoint": {
|
|
162
|
+
"@id": "elm:contactPoint",
|
|
163
|
+
"@type": "@id"
|
|
164
|
+
},
|
|
165
|
+
"content": {
|
|
166
|
+
"@id": "elm:content",
|
|
167
|
+
"@type": "xsd:string"
|
|
168
|
+
},
|
|
169
|
+
"contentEncoding": {
|
|
170
|
+
"@id": "elm:contentEncoding",
|
|
171
|
+
"@type": "@id"
|
|
172
|
+
},
|
|
173
|
+
"contentSize": {
|
|
174
|
+
"@id": "elm:contentSize",
|
|
175
|
+
"@type": "xsd:integer"
|
|
176
|
+
},
|
|
177
|
+
"contentType": {
|
|
178
|
+
"@id": "elm:contentType",
|
|
179
|
+
"@type": "@id"
|
|
180
|
+
},
|
|
181
|
+
"contentURL": {
|
|
182
|
+
"@id": "elm:contentUrl",
|
|
183
|
+
"@type": "xsd:anyURI"
|
|
184
|
+
},
|
|
185
|
+
"count": {
|
|
186
|
+
"@id": "elm:count",
|
|
187
|
+
"@type": "xsd:positiveInteger"
|
|
188
|
+
},
|
|
189
|
+
"countryCode": {
|
|
190
|
+
"@id": "elm:countryCode",
|
|
191
|
+
"@type": "@id"
|
|
192
|
+
},
|
|
193
|
+
"countryDialing": {
|
|
194
|
+
"@id": "elm:countryDialing",
|
|
195
|
+
"@type": "xsd:string"
|
|
196
|
+
},
|
|
197
|
+
"creator": {
|
|
198
|
+
"@id": "dc:creator",
|
|
199
|
+
"@type": "@id"
|
|
200
|
+
},
|
|
201
|
+
"creditPoint": {
|
|
202
|
+
"@id": "elm:creditPoint",
|
|
203
|
+
"@type": "@id"
|
|
204
|
+
},
|
|
205
|
+
"creditReceived": {
|
|
206
|
+
"@id": "elm:creditReceived",
|
|
207
|
+
"@type": "@id"
|
|
208
|
+
},
|
|
209
|
+
"dateCreated": {
|
|
210
|
+
"@id": "dc:created",
|
|
211
|
+
"@type": "xsd:dateTime"
|
|
212
|
+
},
|
|
213
|
+
"dateIssued": {
|
|
214
|
+
"@id": "dc:issued",
|
|
215
|
+
"@type": "xsd:dateTime"
|
|
216
|
+
},
|
|
217
|
+
"dateModified": {
|
|
218
|
+
"@id": "dc:modified",
|
|
219
|
+
"@type": "@id"
|
|
220
|
+
},
|
|
221
|
+
"dateOfBirth": {
|
|
222
|
+
"@id": "elm:dateOfBirth",
|
|
223
|
+
"@type": "xsd:dateTime"
|
|
224
|
+
},
|
|
225
|
+
"credentialProfiles": {
|
|
226
|
+
"@id": "elm:credentialProfiles",
|
|
227
|
+
"@type": "@id"
|
|
228
|
+
},
|
|
229
|
+
"decision": {
|
|
230
|
+
"@id": "elm:decision",
|
|
231
|
+
"@type": "@id"
|
|
232
|
+
},
|
|
233
|
+
"description": {
|
|
234
|
+
"@id": "dc:description",
|
|
235
|
+
"@container": "@language"
|
|
236
|
+
},
|
|
237
|
+
"descriptionHtml": {
|
|
238
|
+
"@id": "elm:descriptionHtml",
|
|
239
|
+
"@type": "@id"
|
|
240
|
+
},
|
|
241
|
+
"definition": {
|
|
242
|
+
"@id": "skos:definition",
|
|
243
|
+
"@container": "@language"
|
|
244
|
+
},
|
|
245
|
+
"dialNumber": {
|
|
246
|
+
"@id": "elm:dialNumber",
|
|
247
|
+
"@type": "xsd:string"
|
|
248
|
+
},
|
|
249
|
+
"directedBy": {
|
|
250
|
+
"@id": "elm:directedBy",
|
|
251
|
+
"@type": "@id"
|
|
252
|
+
},
|
|
253
|
+
"dcType": {
|
|
254
|
+
"@id": "dc:type",
|
|
255
|
+
"@type": "@id"
|
|
256
|
+
},
|
|
257
|
+
"displayParameter": {
|
|
258
|
+
"@id": "elm:displayParameter",
|
|
259
|
+
"@type": "@id"
|
|
260
|
+
},
|
|
261
|
+
"displayDetail": {
|
|
262
|
+
"@id": "elm:displayDetail",
|
|
263
|
+
"@type": "@id"
|
|
264
|
+
},
|
|
265
|
+
"duration": {
|
|
266
|
+
"@id": "elm:duration",
|
|
267
|
+
"@type": "xsd:duration"
|
|
268
|
+
},
|
|
269
|
+
"educationLevel": {
|
|
270
|
+
"@id": "elm:educationLevel",
|
|
271
|
+
"@type": "@id"
|
|
272
|
+
},
|
|
273
|
+
"educationSubject": {
|
|
274
|
+
"@id": "elm:educationSubject",
|
|
275
|
+
"@type": "@id"
|
|
276
|
+
},
|
|
277
|
+
"eIDASIdentifier": {
|
|
278
|
+
"@id": "elm:eidasLegalIdentifier",
|
|
279
|
+
"@type": "@id"
|
|
280
|
+
},
|
|
281
|
+
"elmSubject": {
|
|
282
|
+
"@id": "elm:subject",
|
|
283
|
+
"@type": "@id"
|
|
284
|
+
},
|
|
285
|
+
"emailAddress": {
|
|
286
|
+
"@id": "elm:emailAddress",
|
|
287
|
+
"@type": "@id"
|
|
288
|
+
},
|
|
289
|
+
"embeddedEvidence": {
|
|
290
|
+
"@id": "elm:embeddedEvidence",
|
|
291
|
+
"@type": "@id"
|
|
292
|
+
},
|
|
293
|
+
"endDate": {
|
|
294
|
+
"@id": "elm:endDate",
|
|
295
|
+
"@type": "xsd:dateTime"
|
|
296
|
+
},
|
|
297
|
+
"entitlesTo": {
|
|
298
|
+
"@id": "elm:entitlesTo",
|
|
299
|
+
"@type": "@id"
|
|
300
|
+
},
|
|
301
|
+
"entitledBy": {
|
|
302
|
+
"@id": "elm:entitledBy",
|
|
303
|
+
"@type": "@id"
|
|
304
|
+
},
|
|
305
|
+
"entitlementStatus": {
|
|
306
|
+
"@id": "elm:entitlementStatus",
|
|
307
|
+
"@type": "@id"
|
|
308
|
+
},
|
|
309
|
+
"entryRequirement": {
|
|
310
|
+
"@id": "elm:entryRequirement",
|
|
311
|
+
"@type": "@id"
|
|
312
|
+
},
|
|
313
|
+
"eqfLevel": {
|
|
314
|
+
"@id": "elm:EQFLevel",
|
|
315
|
+
"@type": "@id"
|
|
316
|
+
},
|
|
317
|
+
"evidenceStatement": {
|
|
318
|
+
"@id": "elm:evidenceStatement",
|
|
319
|
+
"@type": "xsd:string"
|
|
320
|
+
},
|
|
321
|
+
"evidenceTarget": {
|
|
322
|
+
"@id": "elm:evidenceTarget",
|
|
323
|
+
"@type": "@id"
|
|
324
|
+
},
|
|
325
|
+
"expiryDate": {
|
|
326
|
+
"@id": "elm:expiryDate",
|
|
327
|
+
"@type": "xsd:dateTime"
|
|
328
|
+
},
|
|
329
|
+
"familyName": {
|
|
330
|
+
"@id": "foaf:familyName",
|
|
331
|
+
"@container": "@language"
|
|
332
|
+
},
|
|
333
|
+
"fullName": {
|
|
334
|
+
"@id": "foaf:fullName",
|
|
335
|
+
"@container": "@language"
|
|
336
|
+
},
|
|
337
|
+
"priceDetail": {
|
|
338
|
+
"@id": "elm:priceDetail",
|
|
339
|
+
"@type": "@id"
|
|
340
|
+
},
|
|
341
|
+
"amount": {
|
|
342
|
+
"@id": "elm:amount",
|
|
343
|
+
"@type": "@id"
|
|
344
|
+
},
|
|
345
|
+
"framework": {
|
|
346
|
+
"@id": "elm:framework",
|
|
347
|
+
"@type": "@id"
|
|
348
|
+
},
|
|
349
|
+
"fullAddress": {
|
|
350
|
+
"@id": "elm:fullAddress",
|
|
351
|
+
"@type": "@id"
|
|
352
|
+
},
|
|
353
|
+
"geographicName": {
|
|
354
|
+
"@id": "elm:geographicName",
|
|
355
|
+
"@container": "@language"
|
|
356
|
+
},
|
|
357
|
+
"gender": {
|
|
358
|
+
"@id": "elm:gender",
|
|
359
|
+
"@type": "@id"
|
|
360
|
+
},
|
|
361
|
+
"generalisationOf": {
|
|
362
|
+
"@id": "elm:generalisationOf",
|
|
363
|
+
"@type": "@id"
|
|
364
|
+
},
|
|
365
|
+
"givenName": {
|
|
366
|
+
"@id": "foaf:givenName",
|
|
367
|
+
"@container": "@language"
|
|
368
|
+
},
|
|
369
|
+
"grade": {
|
|
370
|
+
"@id": "elm:grade",
|
|
371
|
+
"@type": "@id"
|
|
372
|
+
},
|
|
373
|
+
"gradeStatus": {
|
|
374
|
+
"@id": "elm:gradeStatus",
|
|
375
|
+
"@type": "@id"
|
|
376
|
+
},
|
|
377
|
+
"gradingScheme": {
|
|
378
|
+
"@id": "elm:gradingScheme",
|
|
379
|
+
"@type": "@id"
|
|
380
|
+
},
|
|
381
|
+
"grant": {
|
|
382
|
+
"@id": "elm:grant",
|
|
383
|
+
"@type": "@id"
|
|
384
|
+
},
|
|
385
|
+
"groupMemberOf": {
|
|
386
|
+
"@id": "elm:groupMemberOf",
|
|
387
|
+
"@type": "@id"
|
|
388
|
+
},
|
|
389
|
+
"hasClaim": {
|
|
390
|
+
"@id": "elm:hasClaim",
|
|
391
|
+
"@type": "@id"
|
|
392
|
+
},
|
|
393
|
+
"hasCredential": {
|
|
394
|
+
"@id": "elm:hasCredential",
|
|
395
|
+
"@type": "@id"
|
|
396
|
+
},
|
|
397
|
+
"hasPart": {
|
|
398
|
+
"@id": "elm:hasPart",
|
|
399
|
+
"@type": "@id"
|
|
400
|
+
},
|
|
401
|
+
"homepage": {
|
|
402
|
+
"@id": "foaf:homepage",
|
|
403
|
+
"@type": "@id"
|
|
404
|
+
},
|
|
405
|
+
"image": {
|
|
406
|
+
"@id": "elm:image",
|
|
407
|
+
"@type": "@id"
|
|
408
|
+
},
|
|
409
|
+
"identifier": {
|
|
410
|
+
"@id": "adms:identifier",
|
|
411
|
+
"@type": "@id"
|
|
412
|
+
},
|
|
413
|
+
"idVerification": {
|
|
414
|
+
"@id": "elm:idVerification",
|
|
415
|
+
"@type": "@id"
|
|
416
|
+
},
|
|
417
|
+
"influencedBy": {
|
|
418
|
+
"@id": "elm:influencedBy",
|
|
419
|
+
"@type": "@id"
|
|
420
|
+
},
|
|
421
|
+
"influences": {
|
|
422
|
+
"@id": "elm:influences",
|
|
423
|
+
"@type": "@id"
|
|
424
|
+
},
|
|
425
|
+
"inScheme": {
|
|
426
|
+
"@id": "skos:inScheme",
|
|
427
|
+
"@type": "@id"
|
|
428
|
+
},
|
|
429
|
+
"individualDisplay": {
|
|
430
|
+
"@id": "elm:individualDisplay",
|
|
431
|
+
"@type": "@id"
|
|
432
|
+
},
|
|
433
|
+
"isPartOf": {
|
|
434
|
+
"@id": "elm:isPartOf",
|
|
435
|
+
"@type": "@id"
|
|
436
|
+
},
|
|
437
|
+
"isPartialQualification": {
|
|
438
|
+
"@id": "elm:isPartialQualification",
|
|
439
|
+
"@type": "xsd:boolean"
|
|
440
|
+
},
|
|
441
|
+
"label": {
|
|
442
|
+
"@id": "elm:label",
|
|
443
|
+
"@type": "xsd:string"
|
|
444
|
+
},
|
|
445
|
+
"landingPage": {
|
|
446
|
+
"@id": "elm:landingPage",
|
|
447
|
+
"@type": "@id"
|
|
448
|
+
},
|
|
449
|
+
"language": {
|
|
450
|
+
"@id": "dc:language",
|
|
451
|
+
"@type": "@id"
|
|
452
|
+
},
|
|
453
|
+
"latitude": {
|
|
454
|
+
"@id": "clv:latitude",
|
|
455
|
+
"@type": "xsd:string"
|
|
456
|
+
},
|
|
457
|
+
"learningAchievementSpecification": {
|
|
458
|
+
"@id": "elm:learningAchievementSpecification",
|
|
459
|
+
"@type": "@id"
|
|
460
|
+
},
|
|
461
|
+
"legalName": {
|
|
462
|
+
"@id": "rov:legalName",
|
|
463
|
+
"@container": "@language"
|
|
464
|
+
},
|
|
465
|
+
"longitude": {
|
|
466
|
+
"@id": "clv:longitude",
|
|
467
|
+
"@type": "xsd:string"
|
|
468
|
+
},
|
|
469
|
+
"learningActivitySpecification": {
|
|
470
|
+
"@id": "elm:learningActivitySpecification",
|
|
471
|
+
"@type": "@id"
|
|
472
|
+
},
|
|
473
|
+
"learningOpportunity": {
|
|
474
|
+
"@id": "elm:learningOpportunity",
|
|
475
|
+
"@type": "@id"
|
|
476
|
+
},
|
|
477
|
+
"learningOutcome": {
|
|
478
|
+
"@id": "elm:learningOutcome",
|
|
479
|
+
"@type": "@id"
|
|
480
|
+
},
|
|
481
|
+
"learningOutcomeSummary": {
|
|
482
|
+
"@id": "elm:learningOutcomeSummary",
|
|
483
|
+
"@type": "@id"
|
|
484
|
+
},
|
|
485
|
+
"learningSetting": {
|
|
486
|
+
"@id": "elm:learningSetting",
|
|
487
|
+
"@type": "@id"
|
|
488
|
+
},
|
|
489
|
+
"learningSchedule": {
|
|
490
|
+
"@id": "elm:learningSchedule",
|
|
491
|
+
"@type": "@id"
|
|
492
|
+
},
|
|
493
|
+
"levelOfCompletion": {
|
|
494
|
+
"@id": "elm:levelOfCompletion",
|
|
495
|
+
"@type": "xsd:positiveInteger"
|
|
496
|
+
},
|
|
497
|
+
"limitCredentialType": {
|
|
498
|
+
"@id": "elm:limitCredentialType",
|
|
499
|
+
"@type": "@id"
|
|
500
|
+
},
|
|
501
|
+
"limitEQFLevel": {
|
|
502
|
+
"@id": "elm:limitEQFLevel",
|
|
503
|
+
"@type": "@id"
|
|
504
|
+
},
|
|
505
|
+
"limitField": {
|
|
506
|
+
"@id": "elm:limitField",
|
|
507
|
+
"@type": "@id"
|
|
508
|
+
},
|
|
509
|
+
"limitJurisdiction": {
|
|
510
|
+
"@id": "elm:limitJurisdiction",
|
|
511
|
+
"@type": "@id"
|
|
512
|
+
},
|
|
513
|
+
"limitNationalOccupation": {
|
|
514
|
+
"@id": "elm:limitNationalOccupation",
|
|
515
|
+
"@type": "@id"
|
|
516
|
+
},
|
|
517
|
+
"limitOccupation": {
|
|
518
|
+
"@id": "elm:limitOccupation",
|
|
519
|
+
"@type": "@id"
|
|
520
|
+
},
|
|
521
|
+
"limitOrganisation": {
|
|
522
|
+
"@id": "elm:limitOrganisation",
|
|
523
|
+
"@type": "@id"
|
|
524
|
+
},
|
|
525
|
+
"limitQualification": {
|
|
526
|
+
"@id": "elm:limitQualification",
|
|
527
|
+
"@type": "@id"
|
|
528
|
+
},
|
|
529
|
+
"location": {
|
|
530
|
+
"@id": "elm:location",
|
|
531
|
+
"@type": "@id"
|
|
532
|
+
},
|
|
533
|
+
"logo": {
|
|
534
|
+
"@id": "elm:logo",
|
|
535
|
+
"@type": "@id"
|
|
536
|
+
},
|
|
537
|
+
"maximumDuration": {
|
|
538
|
+
"@id": "elm:maximumDuration",
|
|
539
|
+
"@type": "xsd:duration"
|
|
540
|
+
},
|
|
541
|
+
"maximumScore": {
|
|
542
|
+
"@id": "elm:maxScore",
|
|
543
|
+
"@type": "xsd:string"
|
|
544
|
+
},
|
|
545
|
+
"minimumScore": {
|
|
546
|
+
"@id": "elm:minScore",
|
|
547
|
+
"@type": "xsd:string"
|
|
548
|
+
},
|
|
549
|
+
"member": {
|
|
550
|
+
"@id": "foaf:member",
|
|
551
|
+
"@type": "@id"
|
|
552
|
+
},
|
|
553
|
+
"memberOf": {
|
|
554
|
+
"@id": "org:memberOf",
|
|
555
|
+
"@type": "@id"
|
|
556
|
+
},
|
|
557
|
+
"mode": {
|
|
558
|
+
"@id": "elm:mode",
|
|
559
|
+
"@type": "@id"
|
|
560
|
+
},
|
|
561
|
+
"educationalSystemNote": {
|
|
562
|
+
"@id": "elm:educationalSystemNote",
|
|
563
|
+
"@type": "@id"
|
|
564
|
+
},
|
|
565
|
+
"nationalID": {
|
|
566
|
+
"@id": "elm:nationalID",
|
|
567
|
+
"@type": "@id"
|
|
568
|
+
},
|
|
569
|
+
"notation": {
|
|
570
|
+
"@id": "skos:notation"
|
|
571
|
+
},
|
|
572
|
+
"noteFormat": {
|
|
573
|
+
"@id": "elm:noteFormat",
|
|
574
|
+
"@type": "@id"
|
|
575
|
+
},
|
|
576
|
+
"noteLiteral": {
|
|
577
|
+
"@id": "elm:noteLiteral",
|
|
578
|
+
"@container": "@language"
|
|
579
|
+
},
|
|
580
|
+
"nqfLevel": {
|
|
581
|
+
"@id": "elm:NQFLevel",
|
|
582
|
+
"@type": "@id"
|
|
583
|
+
},
|
|
584
|
+
"organisation": {
|
|
585
|
+
"@id": "elm:organisation",
|
|
586
|
+
"@type": "@id"
|
|
587
|
+
},
|
|
588
|
+
"page": {
|
|
589
|
+
"@id": "elm:page",
|
|
590
|
+
"@type": "xsd:positiveInteger"
|
|
591
|
+
},
|
|
592
|
+
"patronymicName": {
|
|
593
|
+
"@id": "person:patronymicName",
|
|
594
|
+
"@container": "@language"
|
|
595
|
+
},
|
|
596
|
+
"percentageEqual": {
|
|
597
|
+
"@id": "elm:percentageEqual",
|
|
598
|
+
"@type": "xsd:integer"
|
|
599
|
+
},
|
|
600
|
+
"percentageHigher": {
|
|
601
|
+
"@id": "elm:percentageHigher",
|
|
602
|
+
"@type": "xsd:integer"
|
|
603
|
+
},
|
|
604
|
+
"percentageLower": {
|
|
605
|
+
"@id": "elm:percentageLower",
|
|
606
|
+
"@type": "xsd:integer"
|
|
607
|
+
},
|
|
608
|
+
"placeOfBirth": {
|
|
609
|
+
"@id": "elm:placeOfBirth",
|
|
610
|
+
"@type": "@id"
|
|
611
|
+
},
|
|
612
|
+
"primaryLanguage": {
|
|
613
|
+
"@id": "elm:primaryLanguage",
|
|
614
|
+
"@type": "@id"
|
|
615
|
+
},
|
|
616
|
+
"point": {
|
|
617
|
+
"@id": "elm:point",
|
|
618
|
+
"@type": "xsd:string"
|
|
619
|
+
},
|
|
620
|
+
"phone": {
|
|
621
|
+
"@id": "elm:phone",
|
|
622
|
+
"@type": "@id"
|
|
623
|
+
},
|
|
624
|
+
"provenBy": {
|
|
625
|
+
"@id": "elm:provenBy",
|
|
626
|
+
"@type": "@id"
|
|
627
|
+
},
|
|
628
|
+
"proves": {
|
|
629
|
+
"@id": "elm:proves",
|
|
630
|
+
"@type": "@id"
|
|
631
|
+
},
|
|
632
|
+
"publisher": {
|
|
633
|
+
"@id": "dc:publisher",
|
|
634
|
+
"@type": "@id"
|
|
635
|
+
},
|
|
636
|
+
"prefLabel": {
|
|
637
|
+
"@id": "skos:prefLabel",
|
|
638
|
+
"@container": "@language"
|
|
639
|
+
},
|
|
640
|
+
"phoneNumber": {
|
|
641
|
+
"@id": "elm:phoneNumber",
|
|
642
|
+
"@type": "xsd:string"
|
|
643
|
+
},
|
|
644
|
+
"providedBy": {
|
|
645
|
+
"@id": "elm:providedBy",
|
|
646
|
+
"@type": "@id"
|
|
647
|
+
},
|
|
648
|
+
"qualificationCode": {
|
|
649
|
+
"@id": "elm:qualificationCode",
|
|
650
|
+
"@type": "@id"
|
|
651
|
+
},
|
|
652
|
+
"registration": {
|
|
653
|
+
"@id": "rov:registration",
|
|
654
|
+
"@type": "@id"
|
|
655
|
+
},
|
|
656
|
+
"relatedESCOSkill": {
|
|
657
|
+
"@id": "elm:relatedESCOSkill",
|
|
658
|
+
"@type": "@id"
|
|
659
|
+
},
|
|
660
|
+
"relatedSkill": {
|
|
661
|
+
"@id": "elm:relatedSkill",
|
|
662
|
+
"@type": "@id"
|
|
663
|
+
},
|
|
664
|
+
"report": {
|
|
665
|
+
"@id": "elm:report",
|
|
666
|
+
"@type": "@id"
|
|
667
|
+
},
|
|
668
|
+
"reviewDate": {
|
|
669
|
+
"@id": "elm:reviewDate",
|
|
670
|
+
"@type": "xsd:dateTime"
|
|
671
|
+
},
|
|
672
|
+
"resultDestribution": {
|
|
673
|
+
"@id": "elm:resultDestribution",
|
|
674
|
+
"@type": "@id"
|
|
675
|
+
},
|
|
676
|
+
"resultCategory": {
|
|
677
|
+
"@id": "elm:resultCategory",
|
|
678
|
+
"@type": "@id"
|
|
679
|
+
},
|
|
680
|
+
"reusabilityLevel": {
|
|
681
|
+
"@id": "elm:reusabilityLevel",
|
|
682
|
+
"@type": "@id"
|
|
683
|
+
},
|
|
684
|
+
"scheduleInformation": {
|
|
685
|
+
"@id": "elm:scheduleInformation",
|
|
686
|
+
"@type": "@id"
|
|
687
|
+
},
|
|
688
|
+
"schemeAgency": {
|
|
689
|
+
"@id": "adms:schemeAgency",
|
|
690
|
+
"@container": "@language"
|
|
691
|
+
},
|
|
692
|
+
"schemeName": {
|
|
693
|
+
"@id": "elm:schemeName",
|
|
694
|
+
"@type": "xsd:string"
|
|
695
|
+
},
|
|
696
|
+
"schemeVersion": {
|
|
697
|
+
"@id": "elm:schemeVersion",
|
|
698
|
+
"@type": "xsd:string"
|
|
699
|
+
},
|
|
700
|
+
"schemeId": {
|
|
701
|
+
"@id": "elm:schemeId",
|
|
702
|
+
"@type": "xsd:anyURI"
|
|
703
|
+
},
|
|
704
|
+
"score": {
|
|
705
|
+
"@id": "elm:score",
|
|
706
|
+
"@type": "xsd:string"
|
|
707
|
+
},
|
|
708
|
+
"shortenedGrading": {
|
|
709
|
+
"@id": "elm:shortenedGrading",
|
|
710
|
+
"@type": "@id"
|
|
711
|
+
},
|
|
712
|
+
"spatial": {
|
|
713
|
+
"@id": "dc:spatial",
|
|
714
|
+
"@type": "@id"
|
|
715
|
+
},
|
|
716
|
+
"spatialCode": {
|
|
717
|
+
"@id": "elm:spatialCode",
|
|
718
|
+
"@type": "@id"
|
|
719
|
+
},
|
|
720
|
+
"specialisationOf": {
|
|
721
|
+
"@id": "elm:specialisationOf",
|
|
722
|
+
"@type": "@id"
|
|
723
|
+
},
|
|
724
|
+
"specifiedBy": {
|
|
725
|
+
"@id": "elm:specifiedBy",
|
|
726
|
+
"@type": "@id"
|
|
727
|
+
},
|
|
728
|
+
"startDate": {
|
|
729
|
+
"@id": "elm:startDate",
|
|
730
|
+
"@type": "xsd:dateTime"
|
|
731
|
+
},
|
|
732
|
+
"status": {
|
|
733
|
+
"@id": "elm:status",
|
|
734
|
+
"@type": "xsd:string"
|
|
735
|
+
},
|
|
736
|
+
"subject": {
|
|
737
|
+
"@id": "dc:subject",
|
|
738
|
+
"@type": "@id"
|
|
739
|
+
},
|
|
740
|
+
"subOrganizationOf": {
|
|
741
|
+
"@id": "org:subOrganizationOf",
|
|
742
|
+
"@type": "@id"
|
|
743
|
+
},
|
|
744
|
+
"summaryDisplay": {
|
|
745
|
+
"@id": "elm:summaryDisplay",
|
|
746
|
+
"@type": "xsd:string"
|
|
747
|
+
},
|
|
748
|
+
"supplementaryDocument": {
|
|
749
|
+
"@id": "elm:supplementaryDocument",
|
|
750
|
+
"@type": "@id"
|
|
751
|
+
},
|
|
752
|
+
"targetGroup": {
|
|
753
|
+
"@id": "elm:targetGroup",
|
|
754
|
+
"@type": "@id"
|
|
755
|
+
},
|
|
756
|
+
"taxIdentifier": {
|
|
757
|
+
"@id": "elm:taxIdentifier",
|
|
758
|
+
"@type": "@id"
|
|
759
|
+
},
|
|
760
|
+
"temporal": {
|
|
761
|
+
"@id": "dc:temporal",
|
|
762
|
+
"@type": "@id"
|
|
763
|
+
},
|
|
764
|
+
"thematicArea": {
|
|
765
|
+
"@id": "elm:ISCEDFCode",
|
|
766
|
+
"@type": "@id"
|
|
767
|
+
},
|
|
768
|
+
"title": {
|
|
769
|
+
"@id": "dc:title",
|
|
770
|
+
"@container": "@language"
|
|
771
|
+
},
|
|
772
|
+
"unit": {
|
|
773
|
+
"@id": "elm:unit",
|
|
774
|
+
"@type": "@id"
|
|
775
|
+
},
|
|
776
|
+
"used": {
|
|
777
|
+
"@id": "elm:used",
|
|
778
|
+
"@type": "@id"
|
|
779
|
+
},
|
|
780
|
+
"valid": {
|
|
781
|
+
"@id": "dc:valid",
|
|
782
|
+
"@type": "xsd:dateTime"
|
|
783
|
+
},
|
|
784
|
+
"value": {
|
|
785
|
+
"@id": "elm:value",
|
|
786
|
+
"@type": "xsd:decimal"
|
|
787
|
+
},
|
|
788
|
+
"vatIdentifier": {
|
|
789
|
+
"@id": "elm:vatIdentifier",
|
|
790
|
+
"@type": "@id"
|
|
791
|
+
},
|
|
792
|
+
"verificationCheck": {
|
|
793
|
+
"@id": "elm:verificationCheck",
|
|
794
|
+
"@type": "@id"
|
|
795
|
+
},
|
|
796
|
+
"verificationStatus": {
|
|
797
|
+
"@id": "elm:verificationStatus",
|
|
798
|
+
"@type": "@id"
|
|
799
|
+
},
|
|
800
|
+
"volumeOfLearning": {
|
|
801
|
+
"@id": "elm:volumeOfLearning",
|
|
802
|
+
"@type": "xsd:duration"
|
|
803
|
+
},
|
|
804
|
+
"workload": {
|
|
805
|
+
"@id": "elm:workload",
|
|
806
|
+
"@type": "xsd:duration"
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
}
|