@tracepass/dpp-schemas 0.1.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/LICENSE +202 -0
- package/README.md +193 -0
- package/index.json +184 -0
- package/instruments.json +322 -0
- package/package.json +46 -0
- package/schema.json +519 -0
- package/templates/battery.json +11506 -0
- package/templates/chemicals.json +12437 -0
- package/templates/construction.json +6405 -0
- package/templates/electronics.json +20057 -0
- package/templates/fmcg.json +6632 -0
- package/templates/furniture.json +9254 -0
- package/templates/jewelry.json +6859 -0
- package/templates/packaging.json +8993 -0
- package/templates/steel.json +12099 -0
- package/templates/textile.json +7425 -0
- package/templates/toys.json +3901 -0
- package/templates/tyres.json +11575 -0
- package/units.json +285 -0
package/units.json
ADDED
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_note": "Canonical unit registry. `unit` on a TemplateField must be one of these keys. Aliases are the historical spellings each key replaces.",
|
|
3
|
+
"units": {
|
|
4
|
+
"%": {
|
|
5
|
+
"qudt": "http://qudt.org/vocab/unit/PERCENT"
|
|
6
|
+
},
|
|
7
|
+
"weight_%": {
|
|
8
|
+
"qudt": "http://qudt.org/vocab/unit/PERCENT",
|
|
9
|
+
"note": "Mass fraction expressed as a percentage."
|
|
10
|
+
},
|
|
11
|
+
"%/month": {
|
|
12
|
+
"qudt": "http://qudt.org/vocab/unit/PERCENT-PER-MO"
|
|
13
|
+
},
|
|
14
|
+
"ppm": {
|
|
15
|
+
"qudt": "http://qudt.org/vocab/unit/PPM"
|
|
16
|
+
},
|
|
17
|
+
"years": {
|
|
18
|
+
"qudt": "http://qudt.org/vocab/unit/YR"
|
|
19
|
+
},
|
|
20
|
+
"months": {
|
|
21
|
+
"qudt": "http://qudt.org/vocab/unit/MO"
|
|
22
|
+
},
|
|
23
|
+
"hours": {
|
|
24
|
+
"qudt": "http://qudt.org/vocab/unit/HR"
|
|
25
|
+
},
|
|
26
|
+
"minutes": {
|
|
27
|
+
"qudt": "http://qudt.org/vocab/unit/MIN"
|
|
28
|
+
},
|
|
29
|
+
"kg": {
|
|
30
|
+
"qudt": "http://qudt.org/vocab/unit/KiloGM"
|
|
31
|
+
},
|
|
32
|
+
"g": {
|
|
33
|
+
"qudt": "http://qudt.org/vocab/unit/GM"
|
|
34
|
+
},
|
|
35
|
+
"W": {
|
|
36
|
+
"qudt": "http://qudt.org/vocab/unit/W"
|
|
37
|
+
},
|
|
38
|
+
"V": {
|
|
39
|
+
"qudt": "http://qudt.org/vocab/unit/V"
|
|
40
|
+
},
|
|
41
|
+
"Ohm": {
|
|
42
|
+
"qudt": "http://qudt.org/vocab/unit/OHM"
|
|
43
|
+
},
|
|
44
|
+
"kWh": {
|
|
45
|
+
"qudt": "http://qudt.org/vocab/unit/KiloW-HR"
|
|
46
|
+
},
|
|
47
|
+
"MJ": {
|
|
48
|
+
"qudt": "http://qudt.org/vocab/unit/MegaJ"
|
|
49
|
+
},
|
|
50
|
+
"J": {
|
|
51
|
+
"qudt": "http://qudt.org/vocab/unit/J"
|
|
52
|
+
},
|
|
53
|
+
"Ah": {
|
|
54
|
+
"qudt": "http://qudt.org/vocab/unit/A-HR"
|
|
55
|
+
},
|
|
56
|
+
"mAh": {
|
|
57
|
+
"qudt": "http://qudt.org/vocab/unit/MilliA-HR"
|
|
58
|
+
},
|
|
59
|
+
"Wh/kg": {
|
|
60
|
+
"qudt": "http://qudt.org/vocab/unit/W-HR-PER-KiloGM"
|
|
61
|
+
},
|
|
62
|
+
"MPa": {
|
|
63
|
+
"qudt": "http://qudt.org/vocab/unit/MegaPA"
|
|
64
|
+
},
|
|
65
|
+
"kPa": {
|
|
66
|
+
"qudt": "http://qudt.org/vocab/unit/KiloPA"
|
|
67
|
+
},
|
|
68
|
+
"N": {
|
|
69
|
+
"qudt": "http://qudt.org/vocab/unit/N"
|
|
70
|
+
},
|
|
71
|
+
"°C": {
|
|
72
|
+
"qudt": "http://qudt.org/vocab/unit/DEG_C"
|
|
73
|
+
},
|
|
74
|
+
"dB": {
|
|
75
|
+
"qudt": "http://qudt.org/vocab/unit/DeciB"
|
|
76
|
+
},
|
|
77
|
+
"mm": {
|
|
78
|
+
"qudt": "http://qudt.org/vocab/unit/MilliM"
|
|
79
|
+
},
|
|
80
|
+
"m": {
|
|
81
|
+
"qudt": "http://qudt.org/vocab/unit/M"
|
|
82
|
+
},
|
|
83
|
+
"km": {
|
|
84
|
+
"qudt": "http://qudt.org/vocab/unit/KiloM"
|
|
85
|
+
},
|
|
86
|
+
"inches": {
|
|
87
|
+
"qudt": "http://qudt.org/vocab/unit/IN"
|
|
88
|
+
},
|
|
89
|
+
"km/h": {
|
|
90
|
+
"qudt": "http://qudt.org/vocab/unit/KiloM-PER-HR"
|
|
91
|
+
},
|
|
92
|
+
"rpm": {
|
|
93
|
+
"qudt": "http://qudt.org/vocab/unit/REV-PER-MIN"
|
|
94
|
+
},
|
|
95
|
+
"L": {
|
|
96
|
+
"qudt": "http://qudt.org/vocab/unit/L",
|
|
97
|
+
"aliases": [
|
|
98
|
+
"litres",
|
|
99
|
+
"liters"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"mL": {
|
|
103
|
+
"qudt": "http://qudt.org/vocab/unit/MilliL"
|
|
104
|
+
},
|
|
105
|
+
"g/L": {
|
|
106
|
+
"qudt": "http://qudt.org/vocab/unit/GM-PER-L"
|
|
107
|
+
},
|
|
108
|
+
"g/cm³": {
|
|
109
|
+
"qudt": "http://qudt.org/vocab/unit/GM-PER-CentiM3"
|
|
110
|
+
},
|
|
111
|
+
"kg/m3": {
|
|
112
|
+
"qudt": "http://qudt.org/vocab/unit/KiloGM-PER-M3"
|
|
113
|
+
},
|
|
114
|
+
"kg/24h": {
|
|
115
|
+
"qudt": "http://qudt.org/vocab/unit/KiloGM-PER-DAY"
|
|
116
|
+
},
|
|
117
|
+
"mg/m3": {
|
|
118
|
+
"qudt": "http://qudt.org/vocab/unit/MilliGM-PER-M3"
|
|
119
|
+
},
|
|
120
|
+
"ug/m3": {
|
|
121
|
+
"qudt": "http://qudt.org/vocab/unit/MicroGM-PER-M3"
|
|
122
|
+
},
|
|
123
|
+
"mg/kg": {
|
|
124
|
+
"qudt": "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM"
|
|
125
|
+
},
|
|
126
|
+
"mPa·s": {
|
|
127
|
+
"qudt": "http://qudt.org/vocab/unit/MilliPA-SEC"
|
|
128
|
+
},
|
|
129
|
+
"ug/cm2/week": {
|
|
130
|
+
"qudt": "http://qudt.org/vocab/unit/MicroGM-PER-CentiM2",
|
|
131
|
+
"note": "Per-week rate; QUDT has the areal density, not the rate."
|
|
132
|
+
},
|
|
133
|
+
"GB": {
|
|
134
|
+
"qudt": "http://qudt.org/vocab/unit/GigaBYTE"
|
|
135
|
+
},
|
|
136
|
+
"TB": {
|
|
137
|
+
"qudt": "http://qudt.org/vocab/unit/TeraBYTE"
|
|
138
|
+
},
|
|
139
|
+
"kg CO2e": {
|
|
140
|
+
"declaredBy": "EF 3.1 / EN 15804+A2",
|
|
141
|
+
"aliases": [
|
|
142
|
+
"kg CO2eq",
|
|
143
|
+
"kg CO2 eq.",
|
|
144
|
+
"kg CO2-eq"
|
|
145
|
+
],
|
|
146
|
+
"note": "QUDT has no CO2-equivalent UNIT. qudt:CO2Equivalent is a quantity kind (unit/CO2Equivalent is 404)."
|
|
147
|
+
},
|
|
148
|
+
"kg CFC-11 eq.": {
|
|
149
|
+
"declaredBy": "EN 15804+A2",
|
|
150
|
+
"note": "Ozone depletion potential reference unit."
|
|
151
|
+
},
|
|
152
|
+
"mol H+ eq.": {
|
|
153
|
+
"declaredBy": "EN 15804+A2",
|
|
154
|
+
"note": "Acidification potential."
|
|
155
|
+
},
|
|
156
|
+
"mol N eq.": {
|
|
157
|
+
"declaredBy": "EN 15804+A2",
|
|
158
|
+
"note": "Terrestrial eutrophication."
|
|
159
|
+
},
|
|
160
|
+
"kg N eq.": {
|
|
161
|
+
"declaredBy": "EN 15804+A2",
|
|
162
|
+
"note": "Marine eutrophication."
|
|
163
|
+
},
|
|
164
|
+
"kg P eq.": {
|
|
165
|
+
"declaredBy": "EN 15804+A2",
|
|
166
|
+
"note": "Freshwater eutrophication."
|
|
167
|
+
},
|
|
168
|
+
"kg NMVOC eq.": {
|
|
169
|
+
"declaredBy": "EN 15804+A2",
|
|
170
|
+
"note": "Photochemical ozone formation."
|
|
171
|
+
},
|
|
172
|
+
"kg Sb eq.": {
|
|
173
|
+
"declaredBy": "EN 15804+A2",
|
|
174
|
+
"note": "Abiotic depletion, elements."
|
|
175
|
+
},
|
|
176
|
+
"m3 world eq.": {
|
|
177
|
+
"declaredBy": "EF 3.1 / ISO 14046 (AWARE)",
|
|
178
|
+
"aliases": [
|
|
179
|
+
"m3 eq"
|
|
180
|
+
],
|
|
181
|
+
"note": "Water-scarcity impact in cubic-metre world equivalents. NOT a volume. Distinct from 'l eq' by a factor of 1000."
|
|
182
|
+
},
|
|
183
|
+
"mPt": {
|
|
184
|
+
"declaredBy": "EF 3.1",
|
|
185
|
+
"note": "Weighted single score, millipoints."
|
|
186
|
+
},
|
|
187
|
+
"points": {
|
|
188
|
+
"declaredBy": "house",
|
|
189
|
+
"aliases": [
|
|
190
|
+
"points (0-100)"
|
|
191
|
+
],
|
|
192
|
+
"note": "Dimensionless score. The 0-100 range belongs in validation.min/max, not the unit."
|
|
193
|
+
},
|
|
194
|
+
"cycles": {
|
|
195
|
+
"declaredBy": "house",
|
|
196
|
+
"note": "QUDT unit/CYCLE is 404."
|
|
197
|
+
},
|
|
198
|
+
"grade": {
|
|
199
|
+
"declaredBy": "house",
|
|
200
|
+
"note": "Ordinal class (e.g. PPWR recyclability A-E)."
|
|
201
|
+
},
|
|
202
|
+
"Mohs": {
|
|
203
|
+
"declaredBy": "house",
|
|
204
|
+
"note": "Ordinal hardness scale."
|
|
205
|
+
},
|
|
206
|
+
"ct": {
|
|
207
|
+
"declaredBy": "house",
|
|
208
|
+
"note": "Metric carat. QUDT unit/CARAT_Metric is 404."
|
|
209
|
+
},
|
|
210
|
+
"millesimal": {
|
|
211
|
+
"declaredBy": "house",
|
|
212
|
+
"note": "Precious-metal fineness (parts per thousand)."
|
|
213
|
+
},
|
|
214
|
+
"working days": {
|
|
215
|
+
"declaredBy": "house"
|
|
216
|
+
},
|
|
217
|
+
"dB(A)": {
|
|
218
|
+
"declaredBy": "house",
|
|
219
|
+
"note": "A-weighted sound level. Distinct from dB — do NOT alias."
|
|
220
|
+
},
|
|
221
|
+
"m²/L": {
|
|
222
|
+
"declaredBy": "house",
|
|
223
|
+
"note": "Coverage/spreading rate. QUDT unit/M2-PER-L is 404."
|
|
224
|
+
},
|
|
225
|
+
"% P2O5": {
|
|
226
|
+
"declaredBy": "house",
|
|
227
|
+
"note": "Phosphorus pentoxide equivalent mass fraction."
|
|
228
|
+
},
|
|
229
|
+
"N/kN": {
|
|
230
|
+
"declaredBy": "house",
|
|
231
|
+
"note": "Rolling-resistance coefficient (UNECE R117)."
|
|
232
|
+
},
|
|
233
|
+
"mg/km": {
|
|
234
|
+
"declaredBy": "house",
|
|
235
|
+
"note": "Tyre abrasion rate (Euro 7)."
|
|
236
|
+
},
|
|
237
|
+
"mg/kg per wash": {
|
|
238
|
+
"declaredBy": "house",
|
|
239
|
+
"note": "Microfibre release rate."
|
|
240
|
+
},
|
|
241
|
+
"l/wash": {
|
|
242
|
+
"declaredBy": "house"
|
|
243
|
+
},
|
|
244
|
+
"kg CO2e/kWh": {
|
|
245
|
+
"declaredBy": "EF 3.1",
|
|
246
|
+
"note": "Carbon intensity of energy."
|
|
247
|
+
},
|
|
248
|
+
"gCO2/kWh": {
|
|
249
|
+
"declaredBy": "EF 3.1"
|
|
250
|
+
},
|
|
251
|
+
"tCO2e/t": {
|
|
252
|
+
"declaredBy": "CBAM (EU) 2023/956",
|
|
253
|
+
"note": "Specific embedded emissions as CO2-EQUIVALENT (includes non-CO2 GHGs)."
|
|
254
|
+
},
|
|
255
|
+
"kgCO2e/kg": {
|
|
256
|
+
"declaredBy": "CBAM (EU) 2023/956",
|
|
257
|
+
"note": "Per-kilogram normalised footprint. Distinct from kg CO2e."
|
|
258
|
+
},
|
|
259
|
+
"kWh/t": {
|
|
260
|
+
"declaredBy": "house",
|
|
261
|
+
"note": "Specific energy consumption."
|
|
262
|
+
},
|
|
263
|
+
"EUR/tCO2": {
|
|
264
|
+
"declaredBy": "CBAM (EU) 2023/956",
|
|
265
|
+
"note": "Carbon price paid."
|
|
266
|
+
},
|
|
267
|
+
"l eq": {
|
|
268
|
+
"declaredBy": "ISO 14046 (AWARE)",
|
|
269
|
+
"note": "Water-scarcity impact in LITRE equivalents. Same impact category as 'm3 world eq.' but 1/1000 the magnitude — never alias the two."
|
|
270
|
+
},
|
|
271
|
+
"tCO2/t": {
|
|
272
|
+
"declaredBy": "CBAM (EU) 2023/956",
|
|
273
|
+
"note": "Specific embedded emissions of CO2 ONLY. Not interchangeable with tCO2e/t — different substance scope."
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"aliases": {
|
|
277
|
+
"litres": "L",
|
|
278
|
+
"liters": "L",
|
|
279
|
+
"kg CO2eq": "kg CO2e",
|
|
280
|
+
"kg CO2 eq.": "kg CO2e",
|
|
281
|
+
"kg CO2-eq": "kg CO2e",
|
|
282
|
+
"m3 eq": "m3 world eq.",
|
|
283
|
+
"points (0-100)": "points"
|
|
284
|
+
}
|
|
285
|
+
}
|