@hestia-earth/glossary 0.15.0 → 0.15.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.15.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.15.0...v0.15.1) (2023-02-28)
6
+
7
+
8
+ ### Features
9
+
10
+ * **animalManagement:** rename `mortality` and `culling rate` and delete unnecessary terms ([2481d31](https://gitlab.com/hestia-earth/hestia-glossary/commit/2481d313cc066f1b0f3756a33219464eeeed3873))
11
+ * **animalProduct:** specify `units` to match functional unit ([76a244b](https://gitlab.com/hestia-earth/hestia-glossary/commit/76a244b0071ad21b7f7e5831487ed5313e01766b))
12
+ * **emission:** add `inputTermTypesAllowed` and set for excreta emissions ([524924a](https://gitlab.com/hestia-earth/hestia-glossary/commit/524924a62ad611fb68a1c4d2aaafce6151f55a07))
13
+ * **property:** add `age` and new metrics for animal pregnancy ([39bde2f](https://gitlab.com/hestia-earth/hestia-glossary/commit/39bde2fd51f72459baa4d6189655415e58d0a959)), closes [#633](https://gitlab.com/hestia-earth/hestia-glossary/issues/633)
14
+ * **property:** move terms from `animalManagement` to properties ([279e2b8](https://gitlab.com/hestia-earth/hestia-glossary/commit/279e2b8c2c4e8e2b27bc578c9c2b7f2951ebb1dd)), closes [#632](https://gitlab.com/hestia-earth/hestia-glossary/issues/632)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **crop:** fix typo in ginseng terms ([f981219](https://gitlab.com/hestia-earth/hestia-glossary/commit/f98121952ed343c3e5642af3db31a2d17f17faeb))
20
+ * **emission:** add all liveAnimals to `CH4... enteric` `productTermIdsAllowed` lookup ([a1a23bb](https://gitlab.com/hestia-earth/hestia-glossary/commit/a1a23bb7c32e41b5e1159728d87711fc9acadc94))
21
+ * **emission:** add missing allow product ids to `CH4, to air, enteric fermentation` ([32ea806](https://gitlab.com/hestia-earth/hestia-glossary/commit/32ea806332b8b94ead7e7ce930222495a31d720e)), closes [#622](https://gitlab.com/hestia-earth/hestia-glossary/issues/622)
22
+ * **inorganicFertiliser:** replace `P205` with `P2O5` in `mustInlcudeId` lookups ([b7ce144](https://gitlab.com/hestia-earth/hestia-glossary/commit/b7ce144f8d1dec274a5d1980db33f2ef6d8bb6fb)), closes [#640](https://gitlab.com/hestia-earth/hestia-glossary/issues/640)
23
+ * **property:** update broken feedipedia links for `Fructose content` and `Starch content` ([a74934c](https://gitlab.com/hestia-earth/hestia-glossary/commit/a74934c3897453b11de238eb9ac686c360bb0343))
24
+ * **region:** convert `0.1g/An` products to `hg/An` for consistency ([b7686f8](https://gitlab.com/hestia-earth/hestia-glossary/commit/b7686f82fe48d3f5cc41e8e7d564a9a073a2e418))
25
+
5
26
  ## [0.15.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.14.2...v0.15.0) (2023-02-27)
6
27
 
7
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -323,7 +323,7 @@
323
323
  "garlicPlant",
324
324
  "gingerPlant",
325
325
  "galangalPlant",
326
- "gingsengPlant",
326
+ "ginsengPlant",
327
327
  "gooseberryPlant",
328
328
  "gourdVine",
329
329
  "grapefruitTree",
@@ -1,11 +1,4 @@
1
1
  {
2
- "ageAtFirstCalving": {
3
- "siteTypesAllowed": [
4
- "cropland",
5
- "permanent pasture",
6
- "animal housing"
7
- ]
8
- },
9
2
  "artificialInseminationUsed": {
10
3
  "siteTypesAllowed": [
11
4
  "cropland",
@@ -13,27 +6,6 @@
13
6
  "animal housing"
14
7
  ]
15
8
  },
16
- "calvesPerLife": {
17
- "siteTypesAllowed": [
18
- "cropland",
19
- "permanent pasture",
20
- "animal housing"
21
- ]
22
- },
23
- "calvingInterval": {
24
- "siteTypesAllowed": [
25
- "cropland",
26
- "permanent pasture",
27
- "animal housing"
28
- ]
29
- },
30
- "conceptionRate": {
31
- "siteTypesAllowed": [
32
- "cropland",
33
- "permanent pasture",
34
- "animal housing"
35
- ]
36
- },
37
9
  "crossBreedingUsed": {
38
10
  "siteTypesAllowed": [
39
11
  "cropland",
@@ -41,42 +13,21 @@
41
13
  "animal housing"
42
14
  ]
43
15
  },
44
- "cullingRate": {
45
- "siteTypesAllowed": [
46
- "cropland",
47
- "permanent pasture",
48
- "animal housing"
49
- ]
50
- },
51
- "cullingRateFemale": {
52
- "siteTypesAllowed": [
53
- "cropland",
54
- "permanent pasture",
55
- "animal housing"
56
- ]
57
- },
58
- "cullingRateMale": {
59
- "siteTypesAllowed": [
60
- "cropland",
61
- "permanent pasture",
62
- "animal housing"
63
- ]
64
- },
65
- "cullingRateSow": {
16
+ "overallCullingRate": {
66
17
  "siteTypesAllowed": [
67
18
  "cropland",
68
19
  "permanent pasture",
69
20
  "animal housing"
70
21
  ]
71
22
  },
72
- "farrowingIndex": {
23
+ "overallCullingRateFemale": {
73
24
  "siteTypesAllowed": [
74
25
  "cropland",
75
26
  "permanent pasture",
76
27
  "animal housing"
77
28
  ]
78
29
  },
79
- "farrowingRate": {
30
+ "overallCullingRateMale": {
80
31
  "siteTypesAllowed": [
81
32
  "cropland",
82
33
  "permanent pasture",
@@ -118,35 +69,6 @@
118
69
  "animal housing"
119
70
  ]
120
71
  },
121
- "growthRateCarcassWeight": {
122
- "siteTypesAllowed": [
123
- "cropland",
124
- "permanent pasture",
125
- "animal housing",
126
- "pond",
127
- "river or stream",
128
- "lake",
129
- "sea or ocean"
130
- ]
131
- },
132
- "growthRateLiveweight": {
133
- "siteTypesAllowed": [
134
- "cropland",
135
- "permanent pasture",
136
- "animal housing",
137
- "pond",
138
- "river or stream",
139
- "lake",
140
- "sea or ocean"
141
- ]
142
- },
143
- "herdComposition": {
144
- "siteTypesAllowed": [
145
- "cropland",
146
- "permanent pasture",
147
- "animal housing"
148
- ]
149
- },
150
72
  "herdReplacementRate": {
151
73
  "siteTypesAllowed": [
152
74
  "cropland",
@@ -154,20 +76,6 @@
154
76
  "animal housing"
155
77
  ]
156
78
  },
157
- "liveAnimalsPerBirth": {
158
- "siteTypesAllowed": [
159
- "cropland",
160
- "permanent pasture",
161
- "animal housing"
162
- ]
163
- },
164
- "liveBirthRate": {
165
- "siteTypesAllowed": [
166
- "cropland",
167
- "permanent pasture",
168
- "animal housing"
169
- ]
170
- },
171
79
  "markerAssistedSelectionUsed": {
172
80
  "siteTypesAllowed": [
173
81
  "cropland",
@@ -231,91 +139,21 @@
231
139
  "animal housing"
232
140
  ]
233
141
  },
234
- "mortality": {
235
- "siteTypesAllowed": [
236
- "cropland",
237
- "permanent pasture",
238
- "animal housing"
239
- ]
240
- },
241
- "mortalityAdult": {
242
- "siteTypesAllowed": [
243
- "cropland",
244
- "permanent pasture",
245
- "animal housing"
246
- ]
247
- },
248
- "mortalityBarrow": {
249
- "siteTypesAllowed": [
250
- "cropland",
251
- "permanent pasture",
252
- "animal housing"
253
- ]
254
- },
255
- "mortalityBoar": {
256
- "siteTypesAllowed": [
257
- "cropland",
258
- "permanent pasture",
259
- "animal housing"
260
- ]
261
- },
262
- "mortalityBull": {
263
- "siteTypesAllowed": [
264
- "cropland",
265
- "permanent pasture",
266
- "animal housing"
267
- ]
268
- },
269
- "mortalityFemale": {
270
- "siteTypesAllowed": [
271
- "cropland",
272
- "permanent pasture",
273
- "animal housing"
274
- ]
275
- },
276
- "mortalityGilt": {
277
- "siteTypesAllowed": [
278
- "cropland",
279
- "permanent pasture",
280
- "animal housing"
281
- ]
282
- },
283
- "mortalityJuvenile": {
284
- "siteTypesAllowed": [
285
- "cropland",
286
- "permanent pasture",
287
- "animal housing"
288
- ]
289
- },
290
- "mortalityLactatingCow": {
291
- "siteTypesAllowed": [
292
- "cropland",
293
- "permanent pasture",
294
- "animal housing"
295
- ]
296
- },
297
- "mortalityMale": {
142
+ "overallMortalityRate": {
298
143
  "siteTypesAllowed": [
299
144
  "cropland",
300
145
  "permanent pasture",
301
146
  "animal housing"
302
147
  ]
303
148
  },
304
- "mortalityNonLactatingCow": {
149
+ "overallMortalityRateFemale": {
305
150
  "siteTypesAllowed": [
306
151
  "cropland",
307
152
  "permanent pasture",
308
153
  "animal housing"
309
154
  ]
310
155
  },
311
- "mortalitySow": {
312
- "siteTypesAllowed": [
313
- "cropland",
314
- "permanent pasture",
315
- "animal housing"
316
- ]
317
- },
318
- "mortalitySteer": {
156
+ "overallMortalityRateMale": {
319
157
  "siteTypesAllowed": [
320
158
  "cropland",
321
159
  "permanent pasture",
@@ -329,13 +167,6 @@
329
167
  "animal housing"
330
168
  ]
331
169
  },
332
- "slaughterAge": {
333
- "siteTypesAllowed": [
334
- "cropland",
335
- "permanent pasture",
336
- "animal housing"
337
- ]
338
- },
339
170
  "stockingDensityM2": {
340
171
  "siteTypesAllowed": [
341
172
  "cropland",
@@ -350,27 +181,6 @@
350
181
  "animal housing"
351
182
  ]
352
183
  },
353
- "weanedAnimalsPerMotherPerYear": {
354
- "siteTypesAllowed": [
355
- "cropland",
356
- "permanent pasture",
357
- "animal housing"
358
- ]
359
- },
360
- "weaningTime": {
361
- "siteTypesAllowed": [
362
- "cropland",
363
- "permanent pasture",
364
- "animal housing"
365
- ]
366
- },
367
- "weightAtBirth": {
368
- "siteTypesAllowed": [
369
- "cropland",
370
- "permanent pasture",
371
- "animal housing"
372
- ]
373
- },
374
184
  "monocultureSimpleBatchProduction": {
375
185
  "siteTypesAllowed": [
376
186
  "pond",
@@ -1720,7 +1530,7 @@
1720
1530
  "all"
1721
1531
  ],
1722
1532
  "productTermTypesAllowed": [
1723
- "excreta"
1533
+ "all"
1724
1534
  ]
1725
1535
  },
1726
1536
  "noxToAirExcreta": {
@@ -1749,7 +1559,7 @@
1749
1559
  "all"
1750
1560
  ],
1751
1561
  "productTermTypesAllowed": [
1752
- "excreta"
1562
+ "all"
1753
1563
  ]
1754
1564
  },
1755
1565
  "no3ToGroundwaterExcreta": {
@@ -1778,7 +1588,7 @@
1778
1588
  "all"
1779
1589
  ],
1780
1590
  "productTermTypesAllowed": [
1781
- "excreta"
1591
+ "all"
1782
1592
  ]
1783
1593
  },
1784
1594
  "1112TetrafluoroethaneToAirInputsProduction": {
@@ -1879,10 +1689,143 @@
1879
1689
  "animal housing"
1880
1690
  ],
1881
1691
  "productTermIdsAllowed": [
1882
- "all"
1692
+ "alpaca",
1693
+ "americanBison",
1694
+ "ass",
1695
+ "assFoal",
1696
+ "bactrianCamel",
1697
+ "beehives",
1698
+ "bees",
1699
+ "buffalo",
1700
+ "buffaloCows",
1701
+ "buffaloLactatingCows",
1702
+ "buffaloDryCows",
1703
+ "buffaloBulls",
1704
+ "buffaloHeifers",
1705
+ "buffaloSteers",
1706
+ "buffaloHeifersAndSteers",
1707
+ "buffaloCalves",
1708
+ "buffaloWeanedCalves",
1709
+ "buffaloWeanedFemaleCalves",
1710
+ "buffaloWeanedMaleCalves",
1711
+ "buffaloWeanedCastratedMaleCalves",
1712
+ "buffaloWeanedUncastratedMaleCalves",
1713
+ "buffaloUnWeanedCalves",
1714
+ "cassowary",
1715
+ "cattleBeef",
1716
+ "cattleDairy",
1717
+ "cattleBeefCows",
1718
+ "cattleDairyCows",
1719
+ "cattleLactatingBeefCows",
1720
+ "cattleLactatingDairyCows",
1721
+ "cattleDryBeefCows",
1722
+ "cattleDryDairyCows",
1723
+ "cattleBeefBulls",
1724
+ "cattleDairyBulls",
1725
+ "cattleBeefHeifers",
1726
+ "cattleDairyHeifers",
1727
+ "cattleBeefSteers",
1728
+ "cattleDairySteers",
1729
+ "cattleBeefHeifersAndSteers",
1730
+ "cattleDairyHeifersAndSteers",
1731
+ "cattleBeefCalves",
1732
+ "cattleWeanedBeefCalves",
1733
+ "cattleWeanedFemaleBeefCalves",
1734
+ "cattleWeanedMaleBeefCalves",
1735
+ "cattleWeanedCastratedMaleBeefCalves",
1736
+ "cattleWeanedUncastratedMaleBeefCalves",
1737
+ "cattleUnWeanedBeefCalves",
1738
+ "cattleDairyCalves",
1739
+ "cattleWeanedDairyCalves",
1740
+ "cattleWeanedFemaleDairyCalves",
1741
+ "cattleWeanedMaleDairyCalves",
1742
+ "cattleWeanedCastratedMaleDairyCalves",
1743
+ "cattleWeanedUncastratedMaleDairyCalves",
1744
+ "cattleUnWeanedDairyCalves",
1745
+ "chick",
1746
+ "chicken",
1747
+ "chickenBroilers",
1748
+ "chickenLayers",
1749
+ "chickenPullets",
1750
+ "chickenSemiBroilers",
1751
+ "deer",
1752
+ "dog",
1753
+ "dromedary",
1754
+ "dromedaryBactrianCamel",
1755
+ "duckDomestic",
1756
+ "duckDomesticMuscovyDuck",
1757
+ "emu",
1758
+ "goat",
1759
+ "goatNannies",
1760
+ "goatBillies",
1761
+ "goatWethers",
1762
+ "goatKids",
1763
+ "goatWeanedKids",
1764
+ "goatUnWeanedKids",
1765
+ "gooseDomestic",
1766
+ "guanaco",
1767
+ "guineaFowl",
1768
+ "guineaPig",
1769
+ "horse",
1770
+ "horseFoal",
1771
+ "insectLarvae",
1772
+ "llama",
1773
+ "mealwormLarvae",
1774
+ "mule",
1775
+ "muscovyDuck",
1776
+ "nandu",
1777
+ "ostrich",
1778
+ "partridge",
1779
+ "peacock",
1780
+ "pheasant",
1781
+ "pig",
1782
+ "pigMale",
1783
+ "pigFemale",
1784
+ "pigBoar",
1785
+ "pigBarrow",
1786
+ "pigGilt",
1787
+ "pigSow",
1788
+ "piglet",
1789
+ "pigeon",
1790
+ "quail",
1791
+ "rabbit",
1792
+ "sheep",
1793
+ "sheepEwes",
1794
+ "sheepRams",
1795
+ "sheepWethers",
1796
+ "sheepLambs",
1797
+ "sheepWeanedLambs",
1798
+ "sheepWeanedFemaleLambs",
1799
+ "sheepWeanedMaleLambs",
1800
+ "sheepWeanedCastratedMaleLambs",
1801
+ "sheepWeanedUncastratedMaleLambs",
1802
+ "sheepUnWeanedLambs",
1803
+ "snailsSea",
1804
+ "snailsLand",
1805
+ "snailsFreshwater",
1806
+ "turkey",
1807
+ "vicuna",
1808
+ "yakDomestic",
1809
+ "eggsHenInShell",
1810
+ "eggsHenInShellNumber",
1811
+ "eggsHenYolk",
1812
+ "eggsOtherBirdInShell",
1813
+ "eggsOtherBirdInShellNumber",
1814
+ "eggsOtherBirdYolk",
1815
+ "milkBuffaloRaw",
1816
+ "milkBuffaloRawFpcm",
1817
+ "milkCamelRaw",
1818
+ "milkCowRaw",
1819
+ "milkCowRawFpcm",
1820
+ "milkGoatRaw",
1821
+ "milkSheepRaw",
1822
+ "milkSheepRawFpcm",
1823
+ "woolSheepGreasy",
1824
+ "woolGoatGreasy"
1883
1825
  ],
1884
1826
  "productTermTypesAllowed": [
1885
- "liveAnimal"
1827
+ "liveAnimal",
1828
+ "animalProduct"
1886
1829
  ]
1887
1830
  },
1888
1831
  "ch4ToAirExcreta": {
@@ -1899,7 +1842,7 @@
1899
1842
  "all"
1900
1843
  ],
1901
1844
  "productTermTypesAllowed": [
1902
- "excreta"
1845
+ "all"
1903
1846
  ]
1904
1847
  },
1905
1848
  "ch4ToAirFloodedRice": {
@@ -2365,7 +2308,7 @@
2365
2308
  "all"
2366
2309
  ],
2367
2310
  "productTermTypesAllowed": [
2368
- "excreta"
2311
+ "all"
2369
2312
  ]
2370
2313
  },
2371
2314
  "n2ToAirInorganicFertiliser": {
@@ -2538,7 +2481,7 @@
2538
2481
  "all"
2539
2482
  ],
2540
2483
  "productTermTypesAllowed": [
2541
- "excreta"
2484
+ "all"
2542
2485
  ]
2543
2486
  },
2544
2487
  "n2OToAirFuelCombustionDirect": {
@@ -2804,7 +2747,7 @@
2804
2747
  "all"
2805
2748
  ],
2806
2749
  "productTermTypesAllowed": [
2807
- "excreta"
2750
+ "all"
2808
2751
  ]
2809
2752
  },
2810
2753
  "nh3ToAirFuelCombustion": {
@@ -2952,7 +2895,7 @@
2952
2895
  "all"
2953
2896
  ],
2954
2897
  "productTermTypesAllowed": [
2955
- "excreta"
2898
+ "all"
2956
2899
  ]
2957
2900
  },
2958
2901
  "nh4ToGroundwaterInorganicFertiliser": {
@@ -3068,7 +3011,7 @@
3068
3011
  "all"
3069
3012
  ],
3070
3013
  "productTermTypesAllowed": [
3071
- "excreta"
3014
+ "all"
3072
3015
  ]
3073
3016
  },
3074
3017
  "nmvocToAirFuelCombustion": {
@@ -3181,7 +3124,7 @@
3181
3124
  "all"
3182
3125
  ],
3183
3126
  "productTermTypesAllowed": [
3184
- "excreta"
3127
+ "all"
3185
3128
  ]
3186
3129
  },
3187
3130
  "noToAirInorganicFertiliser": {
@@ -10116,6 +10059,24 @@
10116
10059
  "all"
10117
10060
  ]
10118
10061
  },
10062
+ "age": {
10063
+ "siteTypesAllowed": [
10064
+ "cropland",
10065
+ "permanent pasture",
10066
+ "animal housing",
10067
+ "pond",
10068
+ "river or stream",
10069
+ "lake",
10070
+ "sea or ocean"
10071
+ ]
10072
+ },
10073
+ "ageAtFirstDelivery": {
10074
+ "siteTypesAllowed": [
10075
+ "cropland",
10076
+ "permanent pasture",
10077
+ "animal housing"
10078
+ ]
10079
+ },
10119
10080
  "alaContent": {
10120
10081
  "siteTypesAllowed": [
10121
10082
  "all"
@@ -10126,6 +10087,13 @@
10126
10087
  "all"
10127
10088
  ]
10128
10089
  },
10090
+ "animalsPerBirth": {
10091
+ "siteTypesAllowed": [
10092
+ "cropland",
10093
+ "permanent pasture",
10094
+ "animal housing"
10095
+ ]
10096
+ },
10129
10097
  "ashContent": {
10130
10098
  "siteTypesAllowed": [
10131
10099
  "all"
@@ -10210,6 +10178,13 @@
10210
10178
  "all"
10211
10179
  ]
10212
10180
  },
10181
+ "conceptionRate": {
10182
+ "siteTypesAllowed": [
10183
+ "cropland",
10184
+ "permanent pasture",
10185
+ "animal housing"
10186
+ ]
10187
+ },
10213
10188
  "controlledReleaseFertiliserUsed": {
10214
10189
  "siteTypesAllowed": [
10215
10190
  "all"
@@ -10230,6 +10205,31 @@
10230
10205
  "all"
10231
10206
  ]
10232
10207
  },
10208
+ "cullingRate": {
10209
+ "siteTypesAllowed": [
10210
+ "cropland",
10211
+ "permanent pasture",
10212
+ "animal housing",
10213
+ "pond",
10214
+ "river or stream",
10215
+ "lake",
10216
+ "sea or ocean"
10217
+ ]
10218
+ },
10219
+ "daysToFirstService": {
10220
+ "siteTypesAllowed": [
10221
+ "cropland",
10222
+ "permanent pasture",
10223
+ "animal housing"
10224
+ ]
10225
+ },
10226
+ "deliveriesPerYear": {
10227
+ "siteTypesAllowed": [
10228
+ "cropland",
10229
+ "permanent pasture",
10230
+ "animal housing"
10231
+ ]
10232
+ },
10233
10233
  "density": {
10234
10234
  "siteTypesAllowed": [
10235
10235
  "all"
@@ -10374,6 +10374,20 @@
10374
10374
  "permanent pasture"
10375
10375
  ]
10376
10376
  },
10377
+ "interbirthInterval": {
10378
+ "siteTypesAllowed": [
10379
+ "cropland",
10380
+ "permanent pasture",
10381
+ "animal housing"
10382
+ ]
10383
+ },
10384
+ "interpregnancyInterval": {
10385
+ "siteTypesAllowed": [
10386
+ "cropland",
10387
+ "permanent pasture",
10388
+ "animal housing"
10389
+ ]
10390
+ },
10377
10391
  "inulinContent": {
10378
10392
  "siteTypesAllowed": [
10379
10393
  "all"
@@ -10409,6 +10423,24 @@
10409
10423
  "all"
10410
10424
  ]
10411
10425
  },
10426
+ "liveBirthRate": {
10427
+ "siteTypesAllowed": [
10428
+ "cropland",
10429
+ "permanent pasture",
10430
+ "animal housing"
10431
+ ]
10432
+ },
10433
+ "liveweightGain": {
10434
+ "siteTypesAllowed": [
10435
+ "cropland",
10436
+ "permanent pasture",
10437
+ "animal housing",
10438
+ "pond",
10439
+ "river or stream",
10440
+ "lake",
10441
+ "sea or ocean"
10442
+ ]
10443
+ },
10412
10444
  "liveweightPerHead": {
10413
10445
  "siteTypesAllowed": [
10414
10446
  "all"
@@ -10439,6 +10471,17 @@
10439
10471
  "all"
10440
10472
  ]
10441
10473
  },
10474
+ "mortalityRate": {
10475
+ "siteTypesAllowed": [
10476
+ "cropland",
10477
+ "permanent pasture",
10478
+ "animal housing",
10479
+ "pond",
10480
+ "river or stream",
10481
+ "lake",
10482
+ "sea or ocean"
10483
+ ]
10484
+ },
10442
10485
  "neutralDetergentFibreContent": {
10443
10486
  "siteTypesAllowed": [
10444
10487
  "all"
@@ -10478,6 +10521,13 @@
10478
10521
  "all"
10479
10522
  ]
10480
10523
  },
10524
+ "offspringPerLifeTime": {
10525
+ "siteTypesAllowed": [
10526
+ "cropland",
10527
+ "permanent pasture",
10528
+ "animal housing"
10529
+ ]
10530
+ },
10481
10531
  "omega3Content": {
10482
10532
  "siteTypesAllowed": [
10483
10533
  "all"
@@ -10524,6 +10574,13 @@
10524
10574
  "all"
10525
10575
  ]
10526
10576
  },
10577
+ "percentageOfServedAnimalsDelivering": {
10578
+ "siteTypesAllowed": [
10579
+ "cropland",
10580
+ "permanent pasture",
10581
+ "animal housing"
10582
+ ]
10583
+ },
10527
10584
  "ph": {
10528
10585
  "siteTypesAllowed": [
10529
10586
  "all"
@@ -10599,6 +10656,13 @@
10599
10656
  "all"
10600
10657
  ]
10601
10658
  },
10659
+ "pregnancyRate": {
10660
+ "siteTypesAllowed": [
10661
+ "cropland",
10662
+ "permanent pasture",
10663
+ "animal housing"
10664
+ ]
10665
+ },
10602
10666
  "processingAllocationColdCarcassWeightToReadyToCookWeight": {
10603
10667
  "siteTypesAllowed": [
10604
10668
  "all"
@@ -10673,6 +10737,17 @@
10673
10737
  "all"
10674
10738
  ]
10675
10739
  },
10740
+ "slaughterAge": {
10741
+ "siteTypesAllowed": [
10742
+ "cropland",
10743
+ "permanent pasture",
10744
+ "animal housing",
10745
+ "pond",
10746
+ "river or stream",
10747
+ "lake",
10748
+ "sea or ocean"
10749
+ ]
10750
+ },
10676
10751
  "sodiumContent": {
10677
10752
  "siteTypesAllowed": [
10678
10753
  "all"
@@ -10683,6 +10758,13 @@
10683
10758
  "all"
10684
10759
  ]
10685
10760
  },
10761
+ "submissionRate": {
10762
+ "siteTypesAllowed": [
10763
+ "cropland",
10764
+ "permanent pasture",
10765
+ "animal housing"
10766
+ ]
10767
+ },
10686
10768
  "sucroseContent": {
10687
10769
  "siteTypesAllowed": [
10688
10770
  "all"
@@ -10737,6 +10819,34 @@
10737
10819
  "all"
10738
10820
  ]
10739
10821
  },
10822
+ "voluntaryWaitingPeriod": {
10823
+ "siteTypesAllowed": [
10824
+ "cropland",
10825
+ "permanent pasture",
10826
+ "animal housing"
10827
+ ]
10828
+ },
10829
+ "weanedAnimalsPerMotherPerYear": {
10830
+ "siteTypesAllowed": [
10831
+ "cropland",
10832
+ "permanent pasture",
10833
+ "animal housing"
10834
+ ]
10835
+ },
10836
+ "weaningTime": {
10837
+ "siteTypesAllowed": [
10838
+ "cropland",
10839
+ "permanent pasture",
10840
+ "animal housing"
10841
+ ]
10842
+ },
10843
+ "weightAtBirth": {
10844
+ "siteTypesAllowed": [
10845
+ "cropland",
10846
+ "permanent pasture",
10847
+ "animal housing"
10848
+ ]
10849
+ },
10740
10850
  "zincContent": {
10741
10851
  "siteTypesAllowed": [
10742
10852
  "all"