@twin.org/standards-ld-contexts 0.0.2-next.9 → 0.0.3-next.2
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/dist/es/index.js +4 -0
- package/dist/es/index.js.map +1 -0
- package/dist/es/ldContexts/dataspace-protocol.json +451 -0
- package/dist/es/ldContexts/dublin-core-dcmitype.json +19 -0
- package/dist/es/ldContexts/dublin-core-terms.json +226 -0
- package/dist/es/ldContexts/federated-catalogue-terms.json +51 -0
- package/dist/es/ldContexts/gaia-x-v24.11.json +2397 -0
- package/dist/es/ldContexts/schema.org.json +9029 -0
- package/dist/es/ldContexts/un-cefact-vocab.json +195775 -0
- package/dist/es/ldContexts/w3c-activity-streams.json +379 -0
- package/dist/es/ldContexts/w3c-odrl.json +178 -0
- package/dist/es/ldContexts/w3c-vc-data-model-v2.json +301 -0
- package/dist/es/ldContexts/w3id-jws-2020-v1.json +78 -0
- package/dist/es/ldContexts.js +68 -0
- package/dist/es/ldContexts.js.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/docs/changelog.md +82 -0
- package/package.json +20 -8
- package/dist/cjs/index.cjs +0 -217747
- package/dist/esm/index.mjs +0 -217743
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"@vocab": "_:",
|
|
4
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
5
|
+
"as": "https://www.w3.org/ns/activitystreams#",
|
|
6
|
+
"ldp": "http://www.w3.org/ns/ldp#",
|
|
7
|
+
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
8
|
+
"id": "@id",
|
|
9
|
+
"type": "@type",
|
|
10
|
+
"Accept": "as:Accept",
|
|
11
|
+
"Activity": "as:Activity",
|
|
12
|
+
"IntransitiveActivity": "as:IntransitiveActivity",
|
|
13
|
+
"Add": "as:Add",
|
|
14
|
+
"Announce": "as:Announce",
|
|
15
|
+
"Application": "as:Application",
|
|
16
|
+
"Arrive": "as:Arrive",
|
|
17
|
+
"Article": "as:Article",
|
|
18
|
+
"Audio": "as:Audio",
|
|
19
|
+
"Block": "as:Block",
|
|
20
|
+
"Collection": "as:Collection",
|
|
21
|
+
"CollectionPage": "as:CollectionPage",
|
|
22
|
+
"Relationship": "as:Relationship",
|
|
23
|
+
"Create": "as:Create",
|
|
24
|
+
"Delete": "as:Delete",
|
|
25
|
+
"Dislike": "as:Dislike",
|
|
26
|
+
"Document": "as:Document",
|
|
27
|
+
"Event": "as:Event",
|
|
28
|
+
"Follow": "as:Follow",
|
|
29
|
+
"Flag": "as:Flag",
|
|
30
|
+
"Group": "as:Group",
|
|
31
|
+
"Ignore": "as:Ignore",
|
|
32
|
+
"Image": "as:Image",
|
|
33
|
+
"Invite": "as:Invite",
|
|
34
|
+
"Join": "as:Join",
|
|
35
|
+
"Leave": "as:Leave",
|
|
36
|
+
"Like": "as:Like",
|
|
37
|
+
"Link": "as:Link",
|
|
38
|
+
"Mention": "as:Mention",
|
|
39
|
+
"Note": "as:Note",
|
|
40
|
+
"Object": "as:Object",
|
|
41
|
+
"Offer": "as:Offer",
|
|
42
|
+
"OrderedCollection": "as:OrderedCollection",
|
|
43
|
+
"OrderedCollectionPage": "as:OrderedCollectionPage",
|
|
44
|
+
"Organization": "as:Organization",
|
|
45
|
+
"Page": "as:Page",
|
|
46
|
+
"Person": "as:Person",
|
|
47
|
+
"Place": "as:Place",
|
|
48
|
+
"Profile": "as:Profile",
|
|
49
|
+
"Question": "as:Question",
|
|
50
|
+
"Reject": "as:Reject",
|
|
51
|
+
"Remove": "as:Remove",
|
|
52
|
+
"Service": "as:Service",
|
|
53
|
+
"TentativeAccept": "as:TentativeAccept",
|
|
54
|
+
"TentativeReject": "as:TentativeReject",
|
|
55
|
+
"Tombstone": "as:Tombstone",
|
|
56
|
+
"Undo": "as:Undo",
|
|
57
|
+
"Update": "as:Update",
|
|
58
|
+
"Video": "as:Video",
|
|
59
|
+
"View": "as:View",
|
|
60
|
+
"Listen": "as:Listen",
|
|
61
|
+
"Read": "as:Read",
|
|
62
|
+
"Move": "as:Move",
|
|
63
|
+
"Travel": "as:Travel",
|
|
64
|
+
"IsFollowing": "as:IsFollowing",
|
|
65
|
+
"IsFollowedBy": "as:IsFollowedBy",
|
|
66
|
+
"IsContact": "as:IsContact",
|
|
67
|
+
"IsMember": "as:IsMember",
|
|
68
|
+
"subject": {
|
|
69
|
+
"@id": "as:subject",
|
|
70
|
+
"@type": "@id"
|
|
71
|
+
},
|
|
72
|
+
"relationship": {
|
|
73
|
+
"@id": "as:relationship",
|
|
74
|
+
"@type": "@id"
|
|
75
|
+
},
|
|
76
|
+
"actor": {
|
|
77
|
+
"@id": "as:actor",
|
|
78
|
+
"@type": "@id"
|
|
79
|
+
},
|
|
80
|
+
"attributedTo": {
|
|
81
|
+
"@id": "as:attributedTo",
|
|
82
|
+
"@type": "@id"
|
|
83
|
+
},
|
|
84
|
+
"attachment": {
|
|
85
|
+
"@id": "as:attachment",
|
|
86
|
+
"@type": "@id"
|
|
87
|
+
},
|
|
88
|
+
"bcc": {
|
|
89
|
+
"@id": "as:bcc",
|
|
90
|
+
"@type": "@id"
|
|
91
|
+
},
|
|
92
|
+
"bto": {
|
|
93
|
+
"@id": "as:bto",
|
|
94
|
+
"@type": "@id"
|
|
95
|
+
},
|
|
96
|
+
"cc": {
|
|
97
|
+
"@id": "as:cc",
|
|
98
|
+
"@type": "@id"
|
|
99
|
+
},
|
|
100
|
+
"context": {
|
|
101
|
+
"@id": "as:context",
|
|
102
|
+
"@type": "@id"
|
|
103
|
+
},
|
|
104
|
+
"current": {
|
|
105
|
+
"@id": "as:current",
|
|
106
|
+
"@type": "@id"
|
|
107
|
+
},
|
|
108
|
+
"first": {
|
|
109
|
+
"@id": "as:first",
|
|
110
|
+
"@type": "@id"
|
|
111
|
+
},
|
|
112
|
+
"generator": {
|
|
113
|
+
"@id": "as:generator",
|
|
114
|
+
"@type": "@id"
|
|
115
|
+
},
|
|
116
|
+
"icon": {
|
|
117
|
+
"@id": "as:icon",
|
|
118
|
+
"@type": "@id"
|
|
119
|
+
},
|
|
120
|
+
"image": {
|
|
121
|
+
"@id": "as:image",
|
|
122
|
+
"@type": "@id"
|
|
123
|
+
},
|
|
124
|
+
"inReplyTo": {
|
|
125
|
+
"@id": "as:inReplyTo",
|
|
126
|
+
"@type": "@id"
|
|
127
|
+
},
|
|
128
|
+
"items": {
|
|
129
|
+
"@id": "as:items",
|
|
130
|
+
"@type": "@id"
|
|
131
|
+
},
|
|
132
|
+
"instrument": {
|
|
133
|
+
"@id": "as:instrument",
|
|
134
|
+
"@type": "@id"
|
|
135
|
+
},
|
|
136
|
+
"orderedItems": {
|
|
137
|
+
"@id": "as:items",
|
|
138
|
+
"@type": "@id",
|
|
139
|
+
"@container": "@list"
|
|
140
|
+
},
|
|
141
|
+
"last": {
|
|
142
|
+
"@id": "as:last",
|
|
143
|
+
"@type": "@id"
|
|
144
|
+
},
|
|
145
|
+
"location": {
|
|
146
|
+
"@id": "as:location",
|
|
147
|
+
"@type": "@id"
|
|
148
|
+
},
|
|
149
|
+
"next": {
|
|
150
|
+
"@id": "as:next",
|
|
151
|
+
"@type": "@id"
|
|
152
|
+
},
|
|
153
|
+
"object": {
|
|
154
|
+
"@id": "as:object",
|
|
155
|
+
"@type": "@id"
|
|
156
|
+
},
|
|
157
|
+
"oneOf": {
|
|
158
|
+
"@id": "as:oneOf",
|
|
159
|
+
"@type": "@id"
|
|
160
|
+
},
|
|
161
|
+
"anyOf": {
|
|
162
|
+
"@id": "as:anyOf",
|
|
163
|
+
"@type": "@id"
|
|
164
|
+
},
|
|
165
|
+
"closed": {
|
|
166
|
+
"@id": "as:closed",
|
|
167
|
+
"@type": "xsd:dateTime"
|
|
168
|
+
},
|
|
169
|
+
"origin": {
|
|
170
|
+
"@id": "as:origin",
|
|
171
|
+
"@type": "@id"
|
|
172
|
+
},
|
|
173
|
+
"accuracy": {
|
|
174
|
+
"@id": "as:accuracy",
|
|
175
|
+
"@type": "xsd:float"
|
|
176
|
+
},
|
|
177
|
+
"prev": {
|
|
178
|
+
"@id": "as:prev",
|
|
179
|
+
"@type": "@id"
|
|
180
|
+
},
|
|
181
|
+
"preview": {
|
|
182
|
+
"@id": "as:preview",
|
|
183
|
+
"@type": "@id"
|
|
184
|
+
},
|
|
185
|
+
"replies": {
|
|
186
|
+
"@id": "as:replies",
|
|
187
|
+
"@type": "@id"
|
|
188
|
+
},
|
|
189
|
+
"result": {
|
|
190
|
+
"@id": "as:result",
|
|
191
|
+
"@type": "@id"
|
|
192
|
+
},
|
|
193
|
+
"audience": {
|
|
194
|
+
"@id": "as:audience",
|
|
195
|
+
"@type": "@id"
|
|
196
|
+
},
|
|
197
|
+
"partOf": {
|
|
198
|
+
"@id": "as:partOf",
|
|
199
|
+
"@type": "@id"
|
|
200
|
+
},
|
|
201
|
+
"tag": {
|
|
202
|
+
"@id": "as:tag",
|
|
203
|
+
"@type": "@id"
|
|
204
|
+
},
|
|
205
|
+
"target": {
|
|
206
|
+
"@id": "as:target",
|
|
207
|
+
"@type": "@id"
|
|
208
|
+
},
|
|
209
|
+
"to": {
|
|
210
|
+
"@id": "as:to",
|
|
211
|
+
"@type": "@id"
|
|
212
|
+
},
|
|
213
|
+
"url": {
|
|
214
|
+
"@id": "as:url",
|
|
215
|
+
"@type": "@id"
|
|
216
|
+
},
|
|
217
|
+
"altitude": {
|
|
218
|
+
"@id": "as:altitude",
|
|
219
|
+
"@type": "xsd:float"
|
|
220
|
+
},
|
|
221
|
+
"content": "as:content",
|
|
222
|
+
"contentMap": {
|
|
223
|
+
"@id": "as:content",
|
|
224
|
+
"@container": "@language"
|
|
225
|
+
},
|
|
226
|
+
"name": "as:name",
|
|
227
|
+
"nameMap": {
|
|
228
|
+
"@id": "as:name",
|
|
229
|
+
"@container": "@language"
|
|
230
|
+
},
|
|
231
|
+
"duration": {
|
|
232
|
+
"@id": "as:duration",
|
|
233
|
+
"@type": "xsd:duration"
|
|
234
|
+
},
|
|
235
|
+
"endTime": {
|
|
236
|
+
"@id": "as:endTime",
|
|
237
|
+
"@type": "xsd:dateTime"
|
|
238
|
+
},
|
|
239
|
+
"height": {
|
|
240
|
+
"@id": "as:height",
|
|
241
|
+
"@type": "xsd:nonNegativeInteger"
|
|
242
|
+
},
|
|
243
|
+
"href": {
|
|
244
|
+
"@id": "as:href",
|
|
245
|
+
"@type": "@id"
|
|
246
|
+
},
|
|
247
|
+
"hreflang": "as:hreflang",
|
|
248
|
+
"latitude": {
|
|
249
|
+
"@id": "as:latitude",
|
|
250
|
+
"@type": "xsd:float"
|
|
251
|
+
},
|
|
252
|
+
"longitude": {
|
|
253
|
+
"@id": "as:longitude",
|
|
254
|
+
"@type": "xsd:float"
|
|
255
|
+
},
|
|
256
|
+
"mediaType": "as:mediaType",
|
|
257
|
+
"published": {
|
|
258
|
+
"@id": "as:published",
|
|
259
|
+
"@type": "xsd:dateTime"
|
|
260
|
+
},
|
|
261
|
+
"radius": {
|
|
262
|
+
"@id": "as:radius",
|
|
263
|
+
"@type": "xsd:float"
|
|
264
|
+
},
|
|
265
|
+
"rel": "as:rel",
|
|
266
|
+
"startIndex": {
|
|
267
|
+
"@id": "as:startIndex",
|
|
268
|
+
"@type": "xsd:nonNegativeInteger"
|
|
269
|
+
},
|
|
270
|
+
"startTime": {
|
|
271
|
+
"@id": "as:startTime",
|
|
272
|
+
"@type": "xsd:dateTime"
|
|
273
|
+
},
|
|
274
|
+
"summary": "as:summary",
|
|
275
|
+
"summaryMap": {
|
|
276
|
+
"@id": "as:summary",
|
|
277
|
+
"@container": "@language"
|
|
278
|
+
},
|
|
279
|
+
"totalItems": {
|
|
280
|
+
"@id": "as:totalItems",
|
|
281
|
+
"@type": "xsd:nonNegativeInteger"
|
|
282
|
+
},
|
|
283
|
+
"units": "as:units",
|
|
284
|
+
"updated": {
|
|
285
|
+
"@id": "as:updated",
|
|
286
|
+
"@type": "xsd:dateTime"
|
|
287
|
+
},
|
|
288
|
+
"width": {
|
|
289
|
+
"@id": "as:width",
|
|
290
|
+
"@type": "xsd:nonNegativeInteger"
|
|
291
|
+
},
|
|
292
|
+
"describes": {
|
|
293
|
+
"@id": "as:describes",
|
|
294
|
+
"@type": "@id"
|
|
295
|
+
},
|
|
296
|
+
"formerType": {
|
|
297
|
+
"@id": "as:formerType",
|
|
298
|
+
"@type": "@id"
|
|
299
|
+
},
|
|
300
|
+
"deleted": {
|
|
301
|
+
"@id": "as:deleted",
|
|
302
|
+
"@type": "xsd:dateTime"
|
|
303
|
+
},
|
|
304
|
+
"inbox": {
|
|
305
|
+
"@id": "ldp:inbox",
|
|
306
|
+
"@type": "@id"
|
|
307
|
+
},
|
|
308
|
+
"outbox": {
|
|
309
|
+
"@id": "as:outbox",
|
|
310
|
+
"@type": "@id"
|
|
311
|
+
},
|
|
312
|
+
"following": {
|
|
313
|
+
"@id": "as:following",
|
|
314
|
+
"@type": "@id"
|
|
315
|
+
},
|
|
316
|
+
"followers": {
|
|
317
|
+
"@id": "as:followers",
|
|
318
|
+
"@type": "@id"
|
|
319
|
+
},
|
|
320
|
+
"streams": {
|
|
321
|
+
"@id": "as:streams",
|
|
322
|
+
"@type": "@id"
|
|
323
|
+
},
|
|
324
|
+
"preferredUsername": "as:preferredUsername",
|
|
325
|
+
"endpoints": {
|
|
326
|
+
"@id": "as:endpoints",
|
|
327
|
+
"@type": "@id"
|
|
328
|
+
},
|
|
329
|
+
"uploadMedia": {
|
|
330
|
+
"@id": "as:uploadMedia",
|
|
331
|
+
"@type": "@id"
|
|
332
|
+
},
|
|
333
|
+
"proxyUrl": {
|
|
334
|
+
"@id": "as:proxyUrl",
|
|
335
|
+
"@type": "@id"
|
|
336
|
+
},
|
|
337
|
+
"liked": {
|
|
338
|
+
"@id": "as:liked",
|
|
339
|
+
"@type": "@id"
|
|
340
|
+
},
|
|
341
|
+
"oauthAuthorizationEndpoint": {
|
|
342
|
+
"@id": "as:oauthAuthorizationEndpoint",
|
|
343
|
+
"@type": "@id"
|
|
344
|
+
},
|
|
345
|
+
"oauthTokenEndpoint": {
|
|
346
|
+
"@id": "as:oauthTokenEndpoint",
|
|
347
|
+
"@type": "@id"
|
|
348
|
+
},
|
|
349
|
+
"provideClientKey": {
|
|
350
|
+
"@id": "as:provideClientKey",
|
|
351
|
+
"@type": "@id"
|
|
352
|
+
},
|
|
353
|
+
"signClientKey": {
|
|
354
|
+
"@id": "as:signClientKey",
|
|
355
|
+
"@type": "@id"
|
|
356
|
+
},
|
|
357
|
+
"sharedInbox": {
|
|
358
|
+
"@id": "as:sharedInbox",
|
|
359
|
+
"@type": "@id"
|
|
360
|
+
},
|
|
361
|
+
"Public": {
|
|
362
|
+
"@id": "as:Public",
|
|
363
|
+
"@type": "@id"
|
|
364
|
+
},
|
|
365
|
+
"source": "as:source",
|
|
366
|
+
"likes": {
|
|
367
|
+
"@id": "as:likes",
|
|
368
|
+
"@type": "@id"
|
|
369
|
+
},
|
|
370
|
+
"shares": {
|
|
371
|
+
"@id": "as:shares",
|
|
372
|
+
"@type": "@id"
|
|
373
|
+
},
|
|
374
|
+
"alsoKnownAs": {
|
|
375
|
+
"@id": "as:alsoKnownAs",
|
|
376
|
+
"@type": "@id"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"odrl": "http://www.w3.org/ns/odrl/2/",
|
|
4
|
+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
5
|
+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
|
6
|
+
"owl": "http://www.w3.org/2002/07/owl#",
|
|
7
|
+
"skos": "http://www.w3.org/2004/02/skos/core#",
|
|
8
|
+
"dct": "http://purl.org/dc/terms/",
|
|
9
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
10
|
+
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
11
|
+
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
12
|
+
"schema": "http://schema.org/",
|
|
13
|
+
"cc": "http://creativecommons.org/ns#",
|
|
14
|
+
"uid": "@id",
|
|
15
|
+
"type": "@type",
|
|
16
|
+
"Policy": "odrl:Policy",
|
|
17
|
+
"Rule": "odrl:Rule",
|
|
18
|
+
"profile": { "@type": "@id", "@id": "odrl:profile" },
|
|
19
|
+
"inheritFrom": { "@type": "@id", "@id": "odrl:inheritFrom" },
|
|
20
|
+
"ConflictTerm": "odrl:ConflictTerm",
|
|
21
|
+
"conflict": { "@type": "@vocab", "@id": "odrl:conflict" },
|
|
22
|
+
"perm": "odrl:perm",
|
|
23
|
+
"prohibit": "odrl:prohibit",
|
|
24
|
+
"invalid": "odrl:invalid",
|
|
25
|
+
"Agreement": "odrl:Agreement",
|
|
26
|
+
"Assertion": "odrl:Assertion",
|
|
27
|
+
"Offer": "odrl:Offer",
|
|
28
|
+
"Privacy": "odrl:Privacy",
|
|
29
|
+
"Request": "odrl:Request",
|
|
30
|
+
"Set": "odrl:Set",
|
|
31
|
+
"Ticket": "odrl:Ticket",
|
|
32
|
+
"Asset": "odrl:Asset",
|
|
33
|
+
"AssetCollection": "odrl:AssetCollection",
|
|
34
|
+
"relation": { "@type": "@id", "@id": "odrl:relation" },
|
|
35
|
+
"hasPolicy": { "@type": "@id", "@id": "odrl:hasPolicy" },
|
|
36
|
+
"target": { "@type": "@id", "@id": "odrl:target" },
|
|
37
|
+
"output": { "@type": "@id", "@id": "odrl:output" },
|
|
38
|
+
"partOf": { "@type": "@id", "@id": "odrl:partOf" },
|
|
39
|
+
"source": { "@type": "@id", "@id": "odrl:source" },
|
|
40
|
+
"Party": "odrl:Party",
|
|
41
|
+
"PartyCollection": "odrl:PartyCollection",
|
|
42
|
+
"function": { "@type": "@vocab", "@id": "odrl:function" },
|
|
43
|
+
"PartyScope": "odrl:PartyScope",
|
|
44
|
+
"assignee": { "@type": "@id", "@id": "odrl:assignee" },
|
|
45
|
+
"assigner": { "@type": "@id", "@id": "odrl:assigner" },
|
|
46
|
+
"assigneeOf": { "@type": "@id", "@id": "odrl:assigneeOf" },
|
|
47
|
+
"assignerOf": { "@type": "@id", "@id": "odrl:assignerOf" },
|
|
48
|
+
"attributedParty": { "@type": "@id", "@id": "odrl:attributedParty" },
|
|
49
|
+
"attributingParty": { "@type": "@id", "@id": "odrl:attributingParty" },
|
|
50
|
+
"compensatedParty": { "@type": "@id", "@id": "odrl:compensatedParty" },
|
|
51
|
+
"compensatingParty": { "@type": "@id", "@id": "odrl:compensatingParty" },
|
|
52
|
+
"consentingParty": { "@type": "@id", "@id": "odrl:consentingParty" },
|
|
53
|
+
"consentedParty": { "@type": "@id", "@id": "odrl:consentedParty" },
|
|
54
|
+
"informedParty": { "@type": "@id", "@id": "odrl:informedParty" },
|
|
55
|
+
"informingParty": { "@type": "@id", "@id": "odrl:informingParty" },
|
|
56
|
+
"trackingParty": { "@type": "@id", "@id": "odrl:trackingParty" },
|
|
57
|
+
"trackedParty": { "@type": "@id", "@id": "odrl:trackedParty" },
|
|
58
|
+
"contractingParty": { "@type": "@id", "@id": "odrl:contractingParty" },
|
|
59
|
+
"contractedParty": { "@type": "@id", "@id": "odrl:contractedParty" },
|
|
60
|
+
"Action": "odrl:Action",
|
|
61
|
+
"action": { "@type": "@vocab", "@id": "odrl:action" },
|
|
62
|
+
"includedIn": { "@type": "@id", "@id": "odrl:includedIn" },
|
|
63
|
+
"implies": { "@type": "@id", "@id": "odrl:implies" },
|
|
64
|
+
"Permission": "odrl:Permission",
|
|
65
|
+
"permission": { "@type": "@id", "@id": "odrl:permission" },
|
|
66
|
+
"Prohibition": "odrl:Prohibition",
|
|
67
|
+
"prohibition": { "@type": "@id", "@id": "odrl:prohibition" },
|
|
68
|
+
"obligation": { "@type": "@id", "@id": "odrl:obligation" },
|
|
69
|
+
"use": "odrl:use",
|
|
70
|
+
"grantUse": "odrl:grantUse",
|
|
71
|
+
"aggregate": "odrl:aggregate",
|
|
72
|
+
"annotate": "odrl:annotate",
|
|
73
|
+
"anonymize": "odrl:anonymize",
|
|
74
|
+
"archive": "odrl:archive",
|
|
75
|
+
"concurrentUse": "odrl:concurrentUse",
|
|
76
|
+
"derive": "odrl:derive",
|
|
77
|
+
"digitize": "odrl:digitize",
|
|
78
|
+
"display": "odrl:display",
|
|
79
|
+
"distribute": "odrl:distribute",
|
|
80
|
+
"execute": "odrl:execute",
|
|
81
|
+
"extract": "odrl:extract",
|
|
82
|
+
"give": "odrl:give",
|
|
83
|
+
"index": "odrl:index",
|
|
84
|
+
"install": "odrl:install",
|
|
85
|
+
"modify": "odrl:modify",
|
|
86
|
+
"move": "odrl:move",
|
|
87
|
+
"play": "odrl:play",
|
|
88
|
+
"present": "odrl:present",
|
|
89
|
+
"print": "odrl:print",
|
|
90
|
+
"read": "odrl:read",
|
|
91
|
+
"reproduce": "odrl:reproduce",
|
|
92
|
+
"sell": "odrl:sell",
|
|
93
|
+
"stream": "odrl:stream",
|
|
94
|
+
"textToSpeech": "odrl:textToSpeech",
|
|
95
|
+
"transfer": "odrl:transfer",
|
|
96
|
+
"transform": "odrl:transform",
|
|
97
|
+
"translate": "odrl:translate",
|
|
98
|
+
"Duty": "odrl:Duty",
|
|
99
|
+
"duty": { "@type": "@id", "@id": "odrl:duty" },
|
|
100
|
+
"consequence": { "@type": "@id", "@id": "odrl:consequence" },
|
|
101
|
+
"remedy": { "@type": "@id", "@id": "odrl:remedy" },
|
|
102
|
+
"acceptTracking": "odrl:acceptTracking",
|
|
103
|
+
"attribute": "odrl:attribute",
|
|
104
|
+
"compensate": "odrl:compensate",
|
|
105
|
+
"delete": "odrl:delete",
|
|
106
|
+
"ensureExclusivity": "odrl:ensureExclusivity",
|
|
107
|
+
"include": "odrl:include",
|
|
108
|
+
"inform": "odrl:inform",
|
|
109
|
+
"nextPolicy": "odrl:nextPolicy",
|
|
110
|
+
"obtainConsent": "odrl:obtainConsent",
|
|
111
|
+
"reviewPolicy": "odrl:reviewPolicy",
|
|
112
|
+
"uninstall": "odrl:uninstall",
|
|
113
|
+
"watermark": "odrl:watermark",
|
|
114
|
+
"Constraint": "odrl:Constraint",
|
|
115
|
+
"LogicalConstraint": "odrl:LogicalConstraint",
|
|
116
|
+
"constraint": { "@type": "@id", "@id": "odrl:constraint" },
|
|
117
|
+
"refinement": { "@type": "@id", "@id": "odrl:refinement" },
|
|
118
|
+
"Operator": "odrl:Operator",
|
|
119
|
+
"operator": { "@type": "@vocab", "@id": "odrl:operator" },
|
|
120
|
+
"RightOperand": "odrl:RightOperand",
|
|
121
|
+
"rightOperand": "odrl:rightOperand",
|
|
122
|
+
"rightOperandReference": { "@type": "xsd:anyURI", "@id": "odrl:rightOperandReference" },
|
|
123
|
+
"LeftOperand": "odrl:LeftOperand",
|
|
124
|
+
"leftOperand": { "@type": "@vocab", "@id": "odrl:leftOperand" },
|
|
125
|
+
"unit": "odrl:unit",
|
|
126
|
+
"dataType": { "@type": "xsd:anyType", "@id": "odrl:datatype" },
|
|
127
|
+
"status": "odrl:status",
|
|
128
|
+
"absolutePosition": "odrl:absolutePosition",
|
|
129
|
+
"absoluteSpatialPosition": "odrl:absoluteSpatialPosition",
|
|
130
|
+
"absoluteTemporalPosition": "odrl:absoluteTemporalPosition",
|
|
131
|
+
"absoluteSize": "odrl:absoluteSize",
|
|
132
|
+
"count": "odrl:count",
|
|
133
|
+
"dateTime": "odrl:dateTime",
|
|
134
|
+
"delayPeriod": "odrl:delayPeriod",
|
|
135
|
+
"deliveryChannel": "odrl:deliveryChannel",
|
|
136
|
+
"elapsedTime": "odrl:elapsedTime",
|
|
137
|
+
"event": "odrl:event",
|
|
138
|
+
"fileFormat": "odrl:fileFormat",
|
|
139
|
+
"industry": "odrl:industry:",
|
|
140
|
+
"language": "odrl:language",
|
|
141
|
+
"media": "odrl:media",
|
|
142
|
+
"meteredTime": "odrl:meteredTime",
|
|
143
|
+
"payAmount": "odrl:payAmount",
|
|
144
|
+
"percentage": "odrl:percentage",
|
|
145
|
+
"product": "odrl:product",
|
|
146
|
+
"purpose": "odrl:purpose",
|
|
147
|
+
"recipient": "odrl:recipient",
|
|
148
|
+
"relativePosition": "odrl:relativePosition",
|
|
149
|
+
"relativeSpatialPosition": "odrl:relativeSpatialPosition",
|
|
150
|
+
"relativeTemporalPosition": "odrl:relativeTemporalPosition",
|
|
151
|
+
"relativeSize": "odrl:relativeSize",
|
|
152
|
+
"resolution": "odrl:resolution",
|
|
153
|
+
"spatial": "odrl:spatial",
|
|
154
|
+
"spatialCoordinates": "odrl:spatialCoordinates",
|
|
155
|
+
"systemDevice": "odrl:systemDevice",
|
|
156
|
+
"timeInterval": "odrl:timeInterval",
|
|
157
|
+
"unitOfCount": "odrl:unitOfCount",
|
|
158
|
+
"version": "odrl:version",
|
|
159
|
+
"virtualLocation": "odrl:virtualLocation",
|
|
160
|
+
"eq": "odrl:eq",
|
|
161
|
+
"gt": "odrl:gt",
|
|
162
|
+
"gteq": "odrl:gteq",
|
|
163
|
+
"lt": "odrl:lt",
|
|
164
|
+
"lteq": "odrl:lteq",
|
|
165
|
+
"neq": "odrl:neg",
|
|
166
|
+
"isA": "odrl:isA",
|
|
167
|
+
"hasPart": "odrl:hasPart",
|
|
168
|
+
"isPartOf": "odrl:isPartOf",
|
|
169
|
+
"isAllOf": "odrl:isAllOf",
|
|
170
|
+
"isAnyOf": "odrl:isAnyOf",
|
|
171
|
+
"isNoneOf": "odrl:isNoneOf",
|
|
172
|
+
"or": "odrl:or",
|
|
173
|
+
"xone": "odrl:xone",
|
|
174
|
+
"and": "odrl:and",
|
|
175
|
+
"andSequence": "odrl:andSequence",
|
|
176
|
+
"policyUsage": "odrl:policyUsage"
|
|
177
|
+
}
|
|
178
|
+
}
|