@twin.org/standards-ld-contexts 0.0.3-next.3 → 0.0.3-next.30
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/ldContexts/gs1-epcis.json +593 -0
- package/dist/es/ldContexts/odrl-dataspace-protocol.json +96 -0
- package/dist/es/ldContexts/un-cefact-vocab.json +9754 -192915
- package/dist/es/ldContexts.js +12 -2
- package/dist/es/ldContexts.js.map +1 -1
- package/docs/changelog.md +189 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"odrl": "http://www.w3.org/ns/odrl/2/",
|
|
4
|
+
"Policy": "odrl:Policy",
|
|
5
|
+
"Rule": "odrl:Rule",
|
|
6
|
+
"profile": {
|
|
7
|
+
"@type": "@id",
|
|
8
|
+
"@id": "odrl:profile"
|
|
9
|
+
},
|
|
10
|
+
"prohibit": "odrl:prohibit",
|
|
11
|
+
"Agreement": "odrl:Agreement",
|
|
12
|
+
"Assertion": "odrl:Assertion",
|
|
13
|
+
"Offer": "odrl:Offer",
|
|
14
|
+
"Set": "odrl:Set",
|
|
15
|
+
"Asset": "odrl:Asset",
|
|
16
|
+
"hasPolicy": {
|
|
17
|
+
"@type": "@id",
|
|
18
|
+
"@id": "odrl:hasPolicy"
|
|
19
|
+
},
|
|
20
|
+
"target": {
|
|
21
|
+
"@type": "@id",
|
|
22
|
+
"@id": "odrl:target"
|
|
23
|
+
},
|
|
24
|
+
"assignee": {
|
|
25
|
+
"@type": "@id",
|
|
26
|
+
"@id": "odrl:assignee"
|
|
27
|
+
},
|
|
28
|
+
"assigner": {
|
|
29
|
+
"@type": "@id",
|
|
30
|
+
"@id": "odrl:assigner"
|
|
31
|
+
},
|
|
32
|
+
"Action": "odrl:Action",
|
|
33
|
+
"action": {
|
|
34
|
+
"@type": "@vocab",
|
|
35
|
+
"@id": "odrl:action"
|
|
36
|
+
},
|
|
37
|
+
"Permission": "odrl:Permission",
|
|
38
|
+
"permission": {
|
|
39
|
+
"@type": "@id",
|
|
40
|
+
"@id": "odrl:permission",
|
|
41
|
+
"@container": "@set"
|
|
42
|
+
},
|
|
43
|
+
"Prohibition": "odrl:Prohibition",
|
|
44
|
+
"prohibition": {
|
|
45
|
+
"@type": "@id",
|
|
46
|
+
"@id": "odrl:prohibition",
|
|
47
|
+
"@container": "@set"
|
|
48
|
+
},
|
|
49
|
+
"obligation": {
|
|
50
|
+
"@type": "@id",
|
|
51
|
+
"@id": "odrl:obligation",
|
|
52
|
+
"@container": "@set"
|
|
53
|
+
},
|
|
54
|
+
"use": "odrl:use",
|
|
55
|
+
"Duty": "odrl:Duty",
|
|
56
|
+
"duty": {
|
|
57
|
+
"@type": "@id",
|
|
58
|
+
"@id": "odrl:duty",
|
|
59
|
+
"@container": "@set"
|
|
60
|
+
},
|
|
61
|
+
"Constraint": "odrl:Constraint",
|
|
62
|
+
"constraint": {
|
|
63
|
+
"@type": "@id",
|
|
64
|
+
"@id": "odrl:constraint",
|
|
65
|
+
"@container": "@set"
|
|
66
|
+
},
|
|
67
|
+
"Operator": "odrl:Operator",
|
|
68
|
+
"operator": {
|
|
69
|
+
"@type": "@vocab",
|
|
70
|
+
"@id": "odrl:operator"
|
|
71
|
+
},
|
|
72
|
+
"RightOperand": "odrl:RightOperand",
|
|
73
|
+
"rightOperand": "odrl:rightOperand",
|
|
74
|
+
"LeftOperand": "odrl:LeftOperand",
|
|
75
|
+
"leftOperand": {
|
|
76
|
+
"@type": "@vocab",
|
|
77
|
+
"@id": "odrl:leftOperand"
|
|
78
|
+
},
|
|
79
|
+
"eq": "odrl:eq",
|
|
80
|
+
"gt": "odrl:gt",
|
|
81
|
+
"gteq": "odrl:gteq",
|
|
82
|
+
"lt": "odrl:lt",
|
|
83
|
+
"lteq": "odrl:lteq",
|
|
84
|
+
"neq": "odrl:neq",
|
|
85
|
+
"isA": "odrl:isA",
|
|
86
|
+
"hasPart": "odrl:hasPart",
|
|
87
|
+
"isPartOf": "odrl:isPartOf",
|
|
88
|
+
"isAllOf": "odrl:isAllOf",
|
|
89
|
+
"isAnyOf": "odrl:isAnyOf",
|
|
90
|
+
"isNoneOf": "odrl:isNoneOf",
|
|
91
|
+
"or": "odrl:or",
|
|
92
|
+
"xone": "odrl:xone",
|
|
93
|
+
"and": "odrl:and",
|
|
94
|
+
"andSequence": "odrl:andSequence"
|
|
95
|
+
}
|
|
96
|
+
}
|