@pod-os/contacts 0.0.2-rc.40ff2aa.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.
Files changed (4483) hide show
  1. package/dist/cjs/PodOsAware-_Lsp4KsV.js +7 -0
  2. package/dist/cjs/ResourceAware-uqh9ZRDt.js +7 -0
  3. package/dist/cjs/chunk.5JY5FUCG-DBOKVhYw.js +2250 -0
  4. package/dist/cjs/chunk.6CTB5ZDJ-CC8k6o5T.js +154 -0
  5. package/dist/cjs/chunk.HVTXQL7M-CkreIIRp.js +1369 -0
  6. package/dist/cjs/chunk.URTPIBTY-CR-txaLF.js +296 -0
  7. package/dist/cjs/chunk.XQ2OKYYA-DwhvXyP9.js +114 -0
  8. package/dist/cjs/chunk.YHLNUJ7P-BQOX8L9A.js +570 -0
  9. package/dist/cjs/chunk.ZGGPD2XJ-D0JTxaR_.js +5 -0
  10. package/dist/cjs/class-map-Bp6RgbSP.js +21 -0
  11. package/dist/cjs/contacts.cjs.js +51 -0
  12. package/dist/cjs/if-defined-C9hF9oNL.js +11 -0
  13. package/dist/cjs/index-BicjKg3I.js +6160 -0
  14. package/dist/cjs/index-CYTjugvn.js +564 -0
  15. package/dist/cjs/index-DlHQ3blV.js +9574 -0
  16. package/dist/cjs/index-FUnpyb19.js +49926 -0
  17. package/dist/cjs/index.cjs.js +2 -0
  18. package/dist/cjs/jsonld-V2RB47OZ-BerQ9IRa.js +8416 -0
  19. package/dist/cjs/loader.cjs.js +12 -0
  20. package/dist/cjs/pos-add-literal-value_3.cjs.entry.js +142 -0
  21. package/dist/cjs/pos-add-new-thing_7.cjs.entry.js +1154 -0
  22. package/dist/cjs/pos-app-browser.cjs.entry.js +51 -0
  23. package/dist/cjs/pos-app-dashboard_6.cjs.entry.js +106 -0
  24. package/dist/cjs/pos-app-document-viewer.cjs.entry.js +30 -0
  25. package/dist/cjs/pos-app-generic.cjs.entry.js +17 -0
  26. package/dist/cjs/pos-app-image-viewer.cjs.entry.js +32 -0
  27. package/dist/cjs/pos-app-ldp-container.cjs.entry.js +19 -0
  28. package/dist/cjs/pos-app-rdf-document.cjs.entry.js +19 -0
  29. package/dist/cjs/pos-app_24.cjs.entry.js +15936 -0
  30. package/dist/cjs/pos-attachments.cjs.entry.js +39 -0
  31. package/dist/cjs/pos-container-contents.cjs.entry.js +48 -0
  32. package/dist/cjs/pos-container-item_3.cjs.entry.js +122 -0
  33. package/dist/cjs/pos-description_2.cjs.entry.js +95 -0
  34. package/dist/cjs/pos-document.cjs.entry.js +101 -0
  35. package/dist/cjs/pos-list.cjs.entry.js +58 -0
  36. package/dist/cjs/pos-make-findable_2.cjs.entry.js +142 -0
  37. package/dist/cjs/pos-markdown-document.cjs.entry.js +28867 -0
  38. package/dist/cjs/pos-new-thing-form.cjs.entry.js +63 -0
  39. package/dist/cjs/pos-predicate.cjs.entry.js +29 -0
  40. package/dist/cjs/pos-relations_2.cjs.entry.js +49 -0
  41. package/dist/cjs/pos-select-term.cjs.entry.js +41 -0
  42. package/dist/cjs/pos-subjects.cjs.entry.js +29 -0
  43. package/dist/cjs/pos-tool-attachments.cjs.entry.js +38 -0
  44. package/dist/cjs/pos-tool-select.cjs.entry.js +30 -0
  45. package/dist/cjs/pos-value.cjs.entry.js +22 -0
  46. package/dist/cjs/session-DkRUfe3C.js +287 -0
  47. package/dist/cjs/settings-C4KFmugv.js +29 -0
  48. package/dist/cjs/usePodOS-BnFzjtlx.js +16 -0
  49. package/dist/cjs/useResource-IN7KmaP3.js +16 -0
  50. package/dist/collection/collection-manifest.json +84 -0
  51. package/dist/collection/components/address-book-page/address-book-page.css +142 -0
  52. package/dist/collection/components/address-book-page/address-book-page.js +140 -0
  53. package/dist/collection/components/app.js +8 -0
  54. package/dist/collection/components/contact-details/contact-details.css +75 -0
  55. package/dist/collection/components/contact-details/contact-details.js +84 -0
  56. package/dist/collection/components/contact-details/email-addresses/email-addresses.css +13 -0
  57. package/dist/collection/components/contact-details/email-addresses/email-addresses.js +49 -0
  58. package/dist/collection/components/contact-details/group-details/group-details.js +30 -0
  59. package/dist/collection/components/contact-details/phone-numbers/phone-numbers.css +13 -0
  60. package/dist/collection/components/contact-details/phone-numbers/phone-numbers.js +49 -0
  61. package/dist/collection/components/contact-list/contact-list.css +29 -0
  62. package/dist/collection/components/contact-list/contact-list.js +72 -0
  63. package/dist/collection/components/create-new-contact/create-new-contact.css +29 -0
  64. package/dist/collection/components/create-new-contact/create-new-contact.js +42 -0
  65. package/dist/collection/components/create-new-contact-form/create-new-contact-form.css +47 -0
  66. package/dist/collection/components/create-new-contact-form/create-new-contact-form.js +138 -0
  67. package/dist/collection/components/group-list/group-list.css +40 -0
  68. package/dist/collection/components/group-list/group-list.js +72 -0
  69. package/dist/collection/components/list-address-books/list-address-books.css +32 -0
  70. package/dist/collection/components/list-address-books/list-address-books.js +109 -0
  71. package/dist/collection/components/loading-spinner/loading-spinner.css +21 -0
  72. package/dist/collection/components/loading-spinner/loading-spinner.js +56 -0
  73. package/dist/collection/components/open-address-book/open-address-book.css +33 -0
  74. package/dist/collection/components/open-address-book/open-address-book.js +79 -0
  75. package/dist/collection/components/router/router.js +50 -0
  76. package/dist/collection/components/welcome-page/welcome-page.css +30 -0
  77. package/dist/collection/components/welcome-page/welcome-page.js +18 -0
  78. package/dist/collection/events/PodOsModuleAware.js +3 -0
  79. package/dist/collection/events/useContactsModule.js +13 -0
  80. package/dist/collection/events/usePodOS.js +12 -0
  81. package/dist/collection/global.js +10 -0
  82. package/dist/collection/index.js +1 -0
  83. package/dist/collection/shoelace/assets/icons/0-circle-fill.svg +4 -0
  84. package/dist/collection/shoelace/assets/icons/0-circle.svg +4 -0
  85. package/dist/collection/shoelace/assets/icons/0-square-fill.svg +4 -0
  86. package/dist/collection/shoelace/assets/icons/0-square.svg +4 -0
  87. package/dist/collection/shoelace/assets/icons/1-circle-fill.svg +3 -0
  88. package/dist/collection/shoelace/assets/icons/1-circle.svg +3 -0
  89. package/dist/collection/shoelace/assets/icons/1-square-fill.svg +3 -0
  90. package/dist/collection/shoelace/assets/icons/1-square.svg +4 -0
  91. package/dist/collection/shoelace/assets/icons/123.svg +3 -0
  92. package/dist/collection/shoelace/assets/icons/2-circle-fill.svg +3 -0
  93. package/dist/collection/shoelace/assets/icons/2-circle.svg +3 -0
  94. package/dist/collection/shoelace/assets/icons/2-square-fill.svg +3 -0
  95. package/dist/collection/shoelace/assets/icons/2-square.svg +4 -0
  96. package/dist/collection/shoelace/assets/icons/3-circle-fill.svg +3 -0
  97. package/dist/collection/shoelace/assets/icons/3-circle.svg +4 -0
  98. package/dist/collection/shoelace/assets/icons/3-square-fill.svg +3 -0
  99. package/dist/collection/shoelace/assets/icons/3-square.svg +4 -0
  100. package/dist/collection/shoelace/assets/icons/4-circle-fill.svg +3 -0
  101. package/dist/collection/shoelace/assets/icons/4-circle.svg +4 -0
  102. package/dist/collection/shoelace/assets/icons/4-square-fill.svg +4 -0
  103. package/dist/collection/shoelace/assets/icons/4-square.svg +4 -0
  104. package/dist/collection/shoelace/assets/icons/5-circle-fill.svg +3 -0
  105. package/dist/collection/shoelace/assets/icons/5-circle.svg +3 -0
  106. package/dist/collection/shoelace/assets/icons/5-square-fill.svg +3 -0
  107. package/dist/collection/shoelace/assets/icons/5-square.svg +4 -0
  108. package/dist/collection/shoelace/assets/icons/6-circle-fill.svg +3 -0
  109. package/dist/collection/shoelace/assets/icons/6-circle.svg +3 -0
  110. package/dist/collection/shoelace/assets/icons/6-square-fill.svg +4 -0
  111. package/dist/collection/shoelace/assets/icons/6-square.svg +4 -0
  112. package/dist/collection/shoelace/assets/icons/7-circle-fill.svg +3 -0
  113. package/dist/collection/shoelace/assets/icons/7-circle.svg +3 -0
  114. package/dist/collection/shoelace/assets/icons/7-square-fill.svg +3 -0
  115. package/dist/collection/shoelace/assets/icons/7-square.svg +4 -0
  116. package/dist/collection/shoelace/assets/icons/8-circle-fill.svg +3 -0
  117. package/dist/collection/shoelace/assets/icons/8-circle.svg +3 -0
  118. package/dist/collection/shoelace/assets/icons/8-square-fill.svg +4 -0
  119. package/dist/collection/shoelace/assets/icons/8-square.svg +4 -0
  120. package/dist/collection/shoelace/assets/icons/9-circle-fill.svg +3 -0
  121. package/dist/collection/shoelace/assets/icons/9-circle.svg +3 -0
  122. package/dist/collection/shoelace/assets/icons/9-square-fill.svg +4 -0
  123. package/dist/collection/shoelace/assets/icons/9-square.svg +4 -0
  124. package/dist/collection/shoelace/assets/icons/LICENSE +21 -0
  125. package/dist/collection/shoelace/assets/icons/activity.svg +3 -0
  126. package/dist/collection/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
  127. package/dist/collection/shoelace/assets/icons/airplane-engines.svg +3 -0
  128. package/dist/collection/shoelace/assets/icons/airplane-fill.svg +3 -0
  129. package/dist/collection/shoelace/assets/icons/airplane.svg +3 -0
  130. package/dist/collection/shoelace/assets/icons/alarm-fill.svg +3 -0
  131. package/dist/collection/shoelace/assets/icons/alarm.svg +4 -0
  132. package/dist/collection/shoelace/assets/icons/alexa.svg +3 -0
  133. package/dist/collection/shoelace/assets/icons/align-bottom.svg +4 -0
  134. package/dist/collection/shoelace/assets/icons/align-center.svg +3 -0
  135. package/dist/collection/shoelace/assets/icons/align-end.svg +4 -0
  136. package/dist/collection/shoelace/assets/icons/align-middle.svg +3 -0
  137. package/dist/collection/shoelace/assets/icons/align-start.svg +4 -0
  138. package/dist/collection/shoelace/assets/icons/align-top.svg +4 -0
  139. package/dist/collection/shoelace/assets/icons/alipay.svg +4 -0
  140. package/dist/collection/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
  141. package/dist/collection/shoelace/assets/icons/alphabet.svg +3 -0
  142. package/dist/collection/shoelace/assets/icons/alt.svg +3 -0
  143. package/dist/collection/shoelace/assets/icons/amazon.svg +4 -0
  144. package/dist/collection/shoelace/assets/icons/amd.svg +3 -0
  145. package/dist/collection/shoelace/assets/icons/android.svg +3 -0
  146. package/dist/collection/shoelace/assets/icons/android2.svg +3 -0
  147. package/dist/collection/shoelace/assets/icons/app-indicator.svg +4 -0
  148. package/dist/collection/shoelace/assets/icons/app.svg +3 -0
  149. package/dist/collection/shoelace/assets/icons/apple.svg +4 -0
  150. package/dist/collection/shoelace/assets/icons/archive-fill.svg +3 -0
  151. package/dist/collection/shoelace/assets/icons/archive.svg +3 -0
  152. package/dist/collection/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
  153. package/dist/collection/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
  154. package/dist/collection/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
  155. package/dist/collection/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
  156. package/dist/collection/shoelace/assets/icons/arrow-bar-down.svg +3 -0
  157. package/dist/collection/shoelace/assets/icons/arrow-bar-left.svg +3 -0
  158. package/dist/collection/shoelace/assets/icons/arrow-bar-right.svg +3 -0
  159. package/dist/collection/shoelace/assets/icons/arrow-bar-up.svg +3 -0
  160. package/dist/collection/shoelace/assets/icons/arrow-clockwise.svg +4 -0
  161. package/dist/collection/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
  162. package/dist/collection/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
  163. package/dist/collection/shoelace/assets/icons/arrow-down-circle.svg +3 -0
  164. package/dist/collection/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
  165. package/dist/collection/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
  166. package/dist/collection/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
  167. package/dist/collection/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
  168. package/dist/collection/shoelace/assets/icons/arrow-down-left.svg +3 -0
  169. package/dist/collection/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
  170. package/dist/collection/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
  171. package/dist/collection/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
  172. package/dist/collection/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
  173. package/dist/collection/shoelace/assets/icons/arrow-down-right.svg +3 -0
  174. package/dist/collection/shoelace/assets/icons/arrow-down-short.svg +3 -0
  175. package/dist/collection/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
  176. package/dist/collection/shoelace/assets/icons/arrow-down-square.svg +3 -0
  177. package/dist/collection/shoelace/assets/icons/arrow-down-up.svg +3 -0
  178. package/dist/collection/shoelace/assets/icons/arrow-down.svg +3 -0
  179. package/dist/collection/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
  180. package/dist/collection/shoelace/assets/icons/arrow-left-circle.svg +3 -0
  181. package/dist/collection/shoelace/assets/icons/arrow-left-right.svg +3 -0
  182. package/dist/collection/shoelace/assets/icons/arrow-left-short.svg +3 -0
  183. package/dist/collection/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
  184. package/dist/collection/shoelace/assets/icons/arrow-left-square.svg +3 -0
  185. package/dist/collection/shoelace/assets/icons/arrow-left.svg +3 -0
  186. package/dist/collection/shoelace/assets/icons/arrow-repeat.svg +4 -0
  187. package/dist/collection/shoelace/assets/icons/arrow-return-left.svg +3 -0
  188. package/dist/collection/shoelace/assets/icons/arrow-return-right.svg +3 -0
  189. package/dist/collection/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
  190. package/dist/collection/shoelace/assets/icons/arrow-right-circle.svg +3 -0
  191. package/dist/collection/shoelace/assets/icons/arrow-right-short.svg +3 -0
  192. package/dist/collection/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
  193. package/dist/collection/shoelace/assets/icons/arrow-right-square.svg +3 -0
  194. package/dist/collection/shoelace/assets/icons/arrow-right.svg +3 -0
  195. package/dist/collection/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
  196. package/dist/collection/shoelace/assets/icons/arrow-through-heart.svg +3 -0
  197. package/dist/collection/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
  198. package/dist/collection/shoelace/assets/icons/arrow-up-circle.svg +3 -0
  199. package/dist/collection/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
  200. package/dist/collection/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
  201. package/dist/collection/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
  202. package/dist/collection/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
  203. package/dist/collection/shoelace/assets/icons/arrow-up-left.svg +3 -0
  204. package/dist/collection/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
  205. package/dist/collection/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
  206. package/dist/collection/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
  207. package/dist/collection/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
  208. package/dist/collection/shoelace/assets/icons/arrow-up-right.svg +3 -0
  209. package/dist/collection/shoelace/assets/icons/arrow-up-short.svg +3 -0
  210. package/dist/collection/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
  211. package/dist/collection/shoelace/assets/icons/arrow-up-square.svg +3 -0
  212. package/dist/collection/shoelace/assets/icons/arrow-up.svg +3 -0
  213. package/dist/collection/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
  214. package/dist/collection/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
  215. package/dist/collection/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
  216. package/dist/collection/shoelace/assets/icons/arrows-collapse.svg +3 -0
  217. package/dist/collection/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
  218. package/dist/collection/shoelace/assets/icons/arrows-expand.svg +3 -0
  219. package/dist/collection/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
  220. package/dist/collection/shoelace/assets/icons/arrows-move.svg +3 -0
  221. package/dist/collection/shoelace/assets/icons/arrows-vertical.svg +3 -0
  222. package/dist/collection/shoelace/assets/icons/arrows.svg +3 -0
  223. package/dist/collection/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
  224. package/dist/collection/shoelace/assets/icons/aspect-ratio.svg +4 -0
  225. package/dist/collection/shoelace/assets/icons/asterisk.svg +3 -0
  226. package/dist/collection/shoelace/assets/icons/at.svg +3 -0
  227. package/dist/collection/shoelace/assets/icons/award-fill.svg +4 -0
  228. package/dist/collection/shoelace/assets/icons/award.svg +4 -0
  229. package/dist/collection/shoelace/assets/icons/back.svg +3 -0
  230. package/dist/collection/shoelace/assets/icons/backpack-fill.svg +4 -0
  231. package/dist/collection/shoelace/assets/icons/backpack.svg +4 -0
  232. package/dist/collection/shoelace/assets/icons/backpack2-fill.svg +4 -0
  233. package/dist/collection/shoelace/assets/icons/backpack2.svg +5 -0
  234. package/dist/collection/shoelace/assets/icons/backpack3-fill.svg +4 -0
  235. package/dist/collection/shoelace/assets/icons/backpack3.svg +4 -0
  236. package/dist/collection/shoelace/assets/icons/backpack4-fill.svg +4 -0
  237. package/dist/collection/shoelace/assets/icons/backpack4.svg +4 -0
  238. package/dist/collection/shoelace/assets/icons/backspace-fill.svg +3 -0
  239. package/dist/collection/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
  240. package/dist/collection/shoelace/assets/icons/backspace-reverse.svg +4 -0
  241. package/dist/collection/shoelace/assets/icons/backspace.svg +4 -0
  242. package/dist/collection/shoelace/assets/icons/badge-3d-fill.svg +4 -0
  243. package/dist/collection/shoelace/assets/icons/badge-3d.svg +4 -0
  244. package/dist/collection/shoelace/assets/icons/badge-4k-fill.svg +4 -0
  245. package/dist/collection/shoelace/assets/icons/badge-4k.svg +4 -0
  246. package/dist/collection/shoelace/assets/icons/badge-8k-fill.svg +4 -0
  247. package/dist/collection/shoelace/assets/icons/badge-8k.svg +4 -0
  248. package/dist/collection/shoelace/assets/icons/badge-ad-fill.svg +4 -0
  249. package/dist/collection/shoelace/assets/icons/badge-ad.svg +4 -0
  250. package/dist/collection/shoelace/assets/icons/badge-ar-fill.svg +4 -0
  251. package/dist/collection/shoelace/assets/icons/badge-ar.svg +4 -0
  252. package/dist/collection/shoelace/assets/icons/badge-cc-fill.svg +3 -0
  253. package/dist/collection/shoelace/assets/icons/badge-cc.svg +4 -0
  254. package/dist/collection/shoelace/assets/icons/badge-hd-fill.svg +4 -0
  255. package/dist/collection/shoelace/assets/icons/badge-hd.svg +4 -0
  256. package/dist/collection/shoelace/assets/icons/badge-sd-fill.svg +4 -0
  257. package/dist/collection/shoelace/assets/icons/badge-sd.svg +3 -0
  258. package/dist/collection/shoelace/assets/icons/badge-tm-fill.svg +3 -0
  259. package/dist/collection/shoelace/assets/icons/badge-tm.svg +4 -0
  260. package/dist/collection/shoelace/assets/icons/badge-vo-fill.svg +4 -0
  261. package/dist/collection/shoelace/assets/icons/badge-vo.svg +4 -0
  262. package/dist/collection/shoelace/assets/icons/badge-vr-fill.svg +4 -0
  263. package/dist/collection/shoelace/assets/icons/badge-vr.svg +4 -0
  264. package/dist/collection/shoelace/assets/icons/badge-wc-fill.svg +3 -0
  265. package/dist/collection/shoelace/assets/icons/badge-wc.svg +4 -0
  266. package/dist/collection/shoelace/assets/icons/bag-check-fill.svg +3 -0
  267. package/dist/collection/shoelace/assets/icons/bag-check.svg +4 -0
  268. package/dist/collection/shoelace/assets/icons/bag-dash-fill.svg +3 -0
  269. package/dist/collection/shoelace/assets/icons/bag-dash.svg +4 -0
  270. package/dist/collection/shoelace/assets/icons/bag-fill.svg +3 -0
  271. package/dist/collection/shoelace/assets/icons/bag-heart-fill.svg +3 -0
  272. package/dist/collection/shoelace/assets/icons/bag-heart.svg +3 -0
  273. package/dist/collection/shoelace/assets/icons/bag-plus-fill.svg +3 -0
  274. package/dist/collection/shoelace/assets/icons/bag-plus.svg +4 -0
  275. package/dist/collection/shoelace/assets/icons/bag-x-fill.svg +3 -0
  276. package/dist/collection/shoelace/assets/icons/bag-x.svg +4 -0
  277. package/dist/collection/shoelace/assets/icons/bag.svg +3 -0
  278. package/dist/collection/shoelace/assets/icons/balloon-fill.svg +3 -0
  279. package/dist/collection/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
  280. package/dist/collection/shoelace/assets/icons/balloon-heart.svg +3 -0
  281. package/dist/collection/shoelace/assets/icons/balloon.svg +3 -0
  282. package/dist/collection/shoelace/assets/icons/ban-fill.svg +3 -0
  283. package/dist/collection/shoelace/assets/icons/ban.svg +3 -0
  284. package/dist/collection/shoelace/assets/icons/bandaid-fill.svg +3 -0
  285. package/dist/collection/shoelace/assets/icons/bandaid.svg +4 -0
  286. package/dist/collection/shoelace/assets/icons/bank.svg +3 -0
  287. package/dist/collection/shoelace/assets/icons/bank2.svg +3 -0
  288. package/dist/collection/shoelace/assets/icons/bar-chart-fill.svg +3 -0
  289. package/dist/collection/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
  290. package/dist/collection/shoelace/assets/icons/bar-chart-line.svg +3 -0
  291. package/dist/collection/shoelace/assets/icons/bar-chart-steps.svg +3 -0
  292. package/dist/collection/shoelace/assets/icons/bar-chart.svg +3 -0
  293. package/dist/collection/shoelace/assets/icons/basket-fill.svg +3 -0
  294. package/dist/collection/shoelace/assets/icons/basket.svg +3 -0
  295. package/dist/collection/shoelace/assets/icons/basket2-fill.svg +3 -0
  296. package/dist/collection/shoelace/assets/icons/basket2.svg +4 -0
  297. package/dist/collection/shoelace/assets/icons/basket3-fill.svg +3 -0
  298. package/dist/collection/shoelace/assets/icons/basket3.svg +3 -0
  299. package/dist/collection/shoelace/assets/icons/battery-charging.svg +6 -0
  300. package/dist/collection/shoelace/assets/icons/battery-full.svg +4 -0
  301. package/dist/collection/shoelace/assets/icons/battery-half.svg +4 -0
  302. package/dist/collection/shoelace/assets/icons/battery.svg +3 -0
  303. package/dist/collection/shoelace/assets/icons/behance.svg +3 -0
  304. package/dist/collection/shoelace/assets/icons/bell-fill.svg +3 -0
  305. package/dist/collection/shoelace/assets/icons/bell-slash-fill.svg +3 -0
  306. package/dist/collection/shoelace/assets/icons/bell-slash.svg +3 -0
  307. package/dist/collection/shoelace/assets/icons/bell.svg +3 -0
  308. package/dist/collection/shoelace/assets/icons/bezier.svg +4 -0
  309. package/dist/collection/shoelace/assets/icons/bezier2.svg +3 -0
  310. package/dist/collection/shoelace/assets/icons/bicycle.svg +3 -0
  311. package/dist/collection/shoelace/assets/icons/bing.svg +5 -0
  312. package/dist/collection/shoelace/assets/icons/binoculars-fill.svg +3 -0
  313. package/dist/collection/shoelace/assets/icons/binoculars.svg +3 -0
  314. package/dist/collection/shoelace/assets/icons/blockquote-left.svg +3 -0
  315. package/dist/collection/shoelace/assets/icons/blockquote-right.svg +3 -0
  316. package/dist/collection/shoelace/assets/icons/bluetooth.svg +3 -0
  317. package/dist/collection/shoelace/assets/icons/body-text.svg +3 -0
  318. package/dist/collection/shoelace/assets/icons/book-fill.svg +3 -0
  319. package/dist/collection/shoelace/assets/icons/book-half.svg +3 -0
  320. package/dist/collection/shoelace/assets/icons/book.svg +3 -0
  321. package/dist/collection/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
  322. package/dist/collection/shoelace/assets/icons/bookmark-check.svg +4 -0
  323. package/dist/collection/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
  324. package/dist/collection/shoelace/assets/icons/bookmark-dash.svg +4 -0
  325. package/dist/collection/shoelace/assets/icons/bookmark-fill.svg +3 -0
  326. package/dist/collection/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
  327. package/dist/collection/shoelace/assets/icons/bookmark-heart.svg +4 -0
  328. package/dist/collection/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
  329. package/dist/collection/shoelace/assets/icons/bookmark-plus.svg +4 -0
  330. package/dist/collection/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
  331. package/dist/collection/shoelace/assets/icons/bookmark-star.svg +4 -0
  332. package/dist/collection/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
  333. package/dist/collection/shoelace/assets/icons/bookmark-x.svg +4 -0
  334. package/dist/collection/shoelace/assets/icons/bookmark.svg +3 -0
  335. package/dist/collection/shoelace/assets/icons/bookmarks-fill.svg +4 -0
  336. package/dist/collection/shoelace/assets/icons/bookmarks.svg +4 -0
  337. package/dist/collection/shoelace/assets/icons/bookshelf.svg +3 -0
  338. package/dist/collection/shoelace/assets/icons/boombox-fill.svg +4 -0
  339. package/dist/collection/shoelace/assets/icons/boombox.svg +6 -0
  340. package/dist/collection/shoelace/assets/icons/bootstrap-fill.svg +4 -0
  341. package/dist/collection/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
  342. package/dist/collection/shoelace/assets/icons/bootstrap.svg +4 -0
  343. package/dist/collection/shoelace/assets/icons/border-all.svg +3 -0
  344. package/dist/collection/shoelace/assets/icons/border-bottom.svg +3 -0
  345. package/dist/collection/shoelace/assets/icons/border-center.svg +3 -0
  346. package/dist/collection/shoelace/assets/icons/border-inner.svg +5 -0
  347. package/dist/collection/shoelace/assets/icons/border-left.svg +3 -0
  348. package/dist/collection/shoelace/assets/icons/border-middle.svg +3 -0
  349. package/dist/collection/shoelace/assets/icons/border-outer.svg +4 -0
  350. package/dist/collection/shoelace/assets/icons/border-right.svg +3 -0
  351. package/dist/collection/shoelace/assets/icons/border-style.svg +3 -0
  352. package/dist/collection/shoelace/assets/icons/border-top.svg +3 -0
  353. package/dist/collection/shoelace/assets/icons/border-width.svg +3 -0
  354. package/dist/collection/shoelace/assets/icons/border.svg +3 -0
  355. package/dist/collection/shoelace/assets/icons/bounding-box-circles.svg +3 -0
  356. package/dist/collection/shoelace/assets/icons/bounding-box.svg +3 -0
  357. package/dist/collection/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
  358. package/dist/collection/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
  359. package/dist/collection/shoelace/assets/icons/box-arrow-down.svg +4 -0
  360. package/dist/collection/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
  361. package/dist/collection/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
  362. package/dist/collection/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
  363. package/dist/collection/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
  364. package/dist/collection/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
  365. package/dist/collection/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
  366. package/dist/collection/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
  367. package/dist/collection/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
  368. package/dist/collection/shoelace/assets/icons/box-arrow-left.svg +4 -0
  369. package/dist/collection/shoelace/assets/icons/box-arrow-right.svg +4 -0
  370. package/dist/collection/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
  371. package/dist/collection/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
  372. package/dist/collection/shoelace/assets/icons/box-arrow-up.svg +4 -0
  373. package/dist/collection/shoelace/assets/icons/box-fill.svg +3 -0
  374. package/dist/collection/shoelace/assets/icons/box-seam-fill.svg +3 -0
  375. package/dist/collection/shoelace/assets/icons/box-seam.svg +3 -0
  376. package/dist/collection/shoelace/assets/icons/box.svg +3 -0
  377. package/dist/collection/shoelace/assets/icons/box2-fill.svg +3 -0
  378. package/dist/collection/shoelace/assets/icons/box2-heart-fill.svg +3 -0
  379. package/dist/collection/shoelace/assets/icons/box2-heart.svg +4 -0
  380. package/dist/collection/shoelace/assets/icons/box2.svg +3 -0
  381. package/dist/collection/shoelace/assets/icons/boxes.svg +3 -0
  382. package/dist/collection/shoelace/assets/icons/braces-asterisk.svg +3 -0
  383. package/dist/collection/shoelace/assets/icons/braces.svg +3 -0
  384. package/dist/collection/shoelace/assets/icons/bricks.svg +3 -0
  385. package/dist/collection/shoelace/assets/icons/briefcase-fill.svg +4 -0
  386. package/dist/collection/shoelace/assets/icons/briefcase.svg +3 -0
  387. package/dist/collection/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
  388. package/dist/collection/shoelace/assets/icons/brightness-alt-high.svg +3 -0
  389. package/dist/collection/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
  390. package/dist/collection/shoelace/assets/icons/brightness-alt-low.svg +3 -0
  391. package/dist/collection/shoelace/assets/icons/brightness-high-fill.svg +3 -0
  392. package/dist/collection/shoelace/assets/icons/brightness-high.svg +3 -0
  393. package/dist/collection/shoelace/assets/icons/brightness-low-fill.svg +3 -0
  394. package/dist/collection/shoelace/assets/icons/brightness-low.svg +3 -0
  395. package/dist/collection/shoelace/assets/icons/brilliance.svg +3 -0
  396. package/dist/collection/shoelace/assets/icons/broadcast-pin.svg +3 -0
  397. package/dist/collection/shoelace/assets/icons/broadcast.svg +3 -0
  398. package/dist/collection/shoelace/assets/icons/browser-chrome.svg +3 -0
  399. package/dist/collection/shoelace/assets/icons/browser-edge.svg +5 -0
  400. package/dist/collection/shoelace/assets/icons/browser-firefox.svg +3 -0
  401. package/dist/collection/shoelace/assets/icons/browser-safari.svg +3 -0
  402. package/dist/collection/shoelace/assets/icons/brush-fill.svg +3 -0
  403. package/dist/collection/shoelace/assets/icons/brush.svg +3 -0
  404. package/dist/collection/shoelace/assets/icons/bucket-fill.svg +3 -0
  405. package/dist/collection/shoelace/assets/icons/bucket.svg +3 -0
  406. package/dist/collection/shoelace/assets/icons/bug-fill.svg +4 -0
  407. package/dist/collection/shoelace/assets/icons/bug.svg +3 -0
  408. package/dist/collection/shoelace/assets/icons/building-add.svg +5 -0
  409. package/dist/collection/shoelace/assets/icons/building-check.svg +5 -0
  410. package/dist/collection/shoelace/assets/icons/building-dash.svg +5 -0
  411. package/dist/collection/shoelace/assets/icons/building-down.svg +5 -0
  412. package/dist/collection/shoelace/assets/icons/building-exclamation.svg +4 -0
  413. package/dist/collection/shoelace/assets/icons/building-fill-add.svg +4 -0
  414. package/dist/collection/shoelace/assets/icons/building-fill-check.svg +4 -0
  415. package/dist/collection/shoelace/assets/icons/building-fill-dash.svg +4 -0
  416. package/dist/collection/shoelace/assets/icons/building-fill-down.svg +4 -0
  417. package/dist/collection/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
  418. package/dist/collection/shoelace/assets/icons/building-fill-gear.svg +4 -0
  419. package/dist/collection/shoelace/assets/icons/building-fill-lock.svg +4 -0
  420. package/dist/collection/shoelace/assets/icons/building-fill-slash.svg +4 -0
  421. package/dist/collection/shoelace/assets/icons/building-fill-up.svg +4 -0
  422. package/dist/collection/shoelace/assets/icons/building-fill-x.svg +4 -0
  423. package/dist/collection/shoelace/assets/icons/building-fill.svg +3 -0
  424. package/dist/collection/shoelace/assets/icons/building-gear.svg +4 -0
  425. package/dist/collection/shoelace/assets/icons/building-lock.svg +4 -0
  426. package/dist/collection/shoelace/assets/icons/building-slash.svg +5 -0
  427. package/dist/collection/shoelace/assets/icons/building-up.svg +5 -0
  428. package/dist/collection/shoelace/assets/icons/building-x.svg +4 -0
  429. package/dist/collection/shoelace/assets/icons/building.svg +4 -0
  430. package/dist/collection/shoelace/assets/icons/buildings-fill.svg +3 -0
  431. package/dist/collection/shoelace/assets/icons/buildings.svg +4 -0
  432. package/dist/collection/shoelace/assets/icons/bullseye.svg +6 -0
  433. package/dist/collection/shoelace/assets/icons/bus-front-fill.svg +3 -0
  434. package/dist/collection/shoelace/assets/icons/bus-front.svg +4 -0
  435. package/dist/collection/shoelace/assets/icons/c-circle-fill.svg +3 -0
  436. package/dist/collection/shoelace/assets/icons/c-circle.svg +3 -0
  437. package/dist/collection/shoelace/assets/icons/c-square-fill.svg +3 -0
  438. package/dist/collection/shoelace/assets/icons/c-square.svg +4 -0
  439. package/dist/collection/shoelace/assets/icons/cake-fill.svg +3 -0
  440. package/dist/collection/shoelace/assets/icons/cake.svg +3 -0
  441. package/dist/collection/shoelace/assets/icons/cake2-fill.svg +4 -0
  442. package/dist/collection/shoelace/assets/icons/cake2.svg +3 -0
  443. package/dist/collection/shoelace/assets/icons/calculator-fill.svg +3 -0
  444. package/dist/collection/shoelace/assets/icons/calculator.svg +4 -0
  445. package/dist/collection/shoelace/assets/icons/calendar-check-fill.svg +3 -0
  446. package/dist/collection/shoelace/assets/icons/calendar-check.svg +4 -0
  447. package/dist/collection/shoelace/assets/icons/calendar-date-fill.svg +4 -0
  448. package/dist/collection/shoelace/assets/icons/calendar-date.svg +4 -0
  449. package/dist/collection/shoelace/assets/icons/calendar-day-fill.svg +3 -0
  450. package/dist/collection/shoelace/assets/icons/calendar-day.svg +4 -0
  451. package/dist/collection/shoelace/assets/icons/calendar-event-fill.svg +3 -0
  452. package/dist/collection/shoelace/assets/icons/calendar-event.svg +4 -0
  453. package/dist/collection/shoelace/assets/icons/calendar-fill.svg +3 -0
  454. package/dist/collection/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
  455. package/dist/collection/shoelace/assets/icons/calendar-heart.svg +3 -0
  456. package/dist/collection/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
  457. package/dist/collection/shoelace/assets/icons/calendar-minus.svg +4 -0
  458. package/dist/collection/shoelace/assets/icons/calendar-month-fill.svg +4 -0
  459. package/dist/collection/shoelace/assets/icons/calendar-month.svg +4 -0
  460. package/dist/collection/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
  461. package/dist/collection/shoelace/assets/icons/calendar-plus.svg +4 -0
  462. package/dist/collection/shoelace/assets/icons/calendar-range-fill.svg +3 -0
  463. package/dist/collection/shoelace/assets/icons/calendar-range.svg +4 -0
  464. package/dist/collection/shoelace/assets/icons/calendar-week-fill.svg +3 -0
  465. package/dist/collection/shoelace/assets/icons/calendar-week.svg +4 -0
  466. package/dist/collection/shoelace/assets/icons/calendar-x-fill.svg +3 -0
  467. package/dist/collection/shoelace/assets/icons/calendar-x.svg +4 -0
  468. package/dist/collection/shoelace/assets/icons/calendar.svg +3 -0
  469. package/dist/collection/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
  470. package/dist/collection/shoelace/assets/icons/calendar2-check.svg +5 -0
  471. package/dist/collection/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
  472. package/dist/collection/shoelace/assets/icons/calendar2-date.svg +5 -0
  473. package/dist/collection/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
  474. package/dist/collection/shoelace/assets/icons/calendar2-day.svg +5 -0
  475. package/dist/collection/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
  476. package/dist/collection/shoelace/assets/icons/calendar2-event.svg +5 -0
  477. package/dist/collection/shoelace/assets/icons/calendar2-fill.svg +3 -0
  478. package/dist/collection/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
  479. package/dist/collection/shoelace/assets/icons/calendar2-heart.svg +3 -0
  480. package/dist/collection/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
  481. package/dist/collection/shoelace/assets/icons/calendar2-minus.svg +5 -0
  482. package/dist/collection/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
  483. package/dist/collection/shoelace/assets/icons/calendar2-month.svg +5 -0
  484. package/dist/collection/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
  485. package/dist/collection/shoelace/assets/icons/calendar2-plus.svg +4 -0
  486. package/dist/collection/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
  487. package/dist/collection/shoelace/assets/icons/calendar2-range.svg +4 -0
  488. package/dist/collection/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
  489. package/dist/collection/shoelace/assets/icons/calendar2-week.svg +4 -0
  490. package/dist/collection/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
  491. package/dist/collection/shoelace/assets/icons/calendar2-x.svg +5 -0
  492. package/dist/collection/shoelace/assets/icons/calendar2.svg +4 -0
  493. package/dist/collection/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
  494. package/dist/collection/shoelace/assets/icons/calendar3-event.svg +4 -0
  495. package/dist/collection/shoelace/assets/icons/calendar3-fill.svg +3 -0
  496. package/dist/collection/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
  497. package/dist/collection/shoelace/assets/icons/calendar3-range.svg +4 -0
  498. package/dist/collection/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
  499. package/dist/collection/shoelace/assets/icons/calendar3-week.svg +4 -0
  500. package/dist/collection/shoelace/assets/icons/calendar3.svg +4 -0
  501. package/dist/collection/shoelace/assets/icons/calendar4-event.svg +4 -0
  502. package/dist/collection/shoelace/assets/icons/calendar4-range.svg +4 -0
  503. package/dist/collection/shoelace/assets/icons/calendar4-week.svg +4 -0
  504. package/dist/collection/shoelace/assets/icons/calendar4.svg +3 -0
  505. package/dist/collection/shoelace/assets/icons/camera-fill.svg +4 -0
  506. package/dist/collection/shoelace/assets/icons/camera-reels-fill.svg +5 -0
  507. package/dist/collection/shoelace/assets/icons/camera-reels.svg +5 -0
  508. package/dist/collection/shoelace/assets/icons/camera-video-fill.svg +3 -0
  509. package/dist/collection/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
  510. package/dist/collection/shoelace/assets/icons/camera-video-off.svg +3 -0
  511. package/dist/collection/shoelace/assets/icons/camera-video.svg +3 -0
  512. package/dist/collection/shoelace/assets/icons/camera.svg +4 -0
  513. package/dist/collection/shoelace/assets/icons/camera2.svg +4 -0
  514. package/dist/collection/shoelace/assets/icons/capslock-fill.svg +3 -0
  515. package/dist/collection/shoelace/assets/icons/capslock.svg +3 -0
  516. package/dist/collection/shoelace/assets/icons/capsule-pill.svg +3 -0
  517. package/dist/collection/shoelace/assets/icons/capsule.svg +3 -0
  518. package/dist/collection/shoelace/assets/icons/car-front-fill.svg +3 -0
  519. package/dist/collection/shoelace/assets/icons/car-front.svg +4 -0
  520. package/dist/collection/shoelace/assets/icons/card-checklist.svg +4 -0
  521. package/dist/collection/shoelace/assets/icons/card-heading.svg +4 -0
  522. package/dist/collection/shoelace/assets/icons/card-image.svg +4 -0
  523. package/dist/collection/shoelace/assets/icons/card-list.svg +4 -0
  524. package/dist/collection/shoelace/assets/icons/card-text.svg +4 -0
  525. package/dist/collection/shoelace/assets/icons/caret-down-fill.svg +3 -0
  526. package/dist/collection/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
  527. package/dist/collection/shoelace/assets/icons/caret-down-square.svg +4 -0
  528. package/dist/collection/shoelace/assets/icons/caret-down.svg +3 -0
  529. package/dist/collection/shoelace/assets/icons/caret-left-fill.svg +3 -0
  530. package/dist/collection/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
  531. package/dist/collection/shoelace/assets/icons/caret-left-square.svg +4 -0
  532. package/dist/collection/shoelace/assets/icons/caret-left.svg +3 -0
  533. package/dist/collection/shoelace/assets/icons/caret-right-fill.svg +3 -0
  534. package/dist/collection/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
  535. package/dist/collection/shoelace/assets/icons/caret-right-square.svg +4 -0
  536. package/dist/collection/shoelace/assets/icons/caret-right.svg +3 -0
  537. package/dist/collection/shoelace/assets/icons/caret-up-fill.svg +3 -0
  538. package/dist/collection/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
  539. package/dist/collection/shoelace/assets/icons/caret-up-square.svg +4 -0
  540. package/dist/collection/shoelace/assets/icons/caret-up.svg +3 -0
  541. package/dist/collection/shoelace/assets/icons/cart-check-fill.svg +3 -0
  542. package/dist/collection/shoelace/assets/icons/cart-check.svg +4 -0
  543. package/dist/collection/shoelace/assets/icons/cart-dash-fill.svg +3 -0
  544. package/dist/collection/shoelace/assets/icons/cart-dash.svg +4 -0
  545. package/dist/collection/shoelace/assets/icons/cart-fill.svg +3 -0
  546. package/dist/collection/shoelace/assets/icons/cart-plus-fill.svg +3 -0
  547. package/dist/collection/shoelace/assets/icons/cart-plus.svg +4 -0
  548. package/dist/collection/shoelace/assets/icons/cart-x-fill.svg +3 -0
  549. package/dist/collection/shoelace/assets/icons/cart-x.svg +4 -0
  550. package/dist/collection/shoelace/assets/icons/cart.svg +3 -0
  551. package/dist/collection/shoelace/assets/icons/cart2.svg +3 -0
  552. package/dist/collection/shoelace/assets/icons/cart3.svg +3 -0
  553. package/dist/collection/shoelace/assets/icons/cart4.svg +3 -0
  554. package/dist/collection/shoelace/assets/icons/cash-coin.svg +6 -0
  555. package/dist/collection/shoelace/assets/icons/cash-stack.svg +4 -0
  556. package/dist/collection/shoelace/assets/icons/cash.svg +4 -0
  557. package/dist/collection/shoelace/assets/icons/cassette-fill.svg +4 -0
  558. package/dist/collection/shoelace/assets/icons/cassette.svg +4 -0
  559. package/dist/collection/shoelace/assets/icons/cast.svg +4 -0
  560. package/dist/collection/shoelace/assets/icons/cc-circle-fill.svg +3 -0
  561. package/dist/collection/shoelace/assets/icons/cc-circle.svg +3 -0
  562. package/dist/collection/shoelace/assets/icons/cc-square-fill.svg +3 -0
  563. package/dist/collection/shoelace/assets/icons/cc-square.svg +4 -0
  564. package/dist/collection/shoelace/assets/icons/chat-dots-fill.svg +3 -0
  565. package/dist/collection/shoelace/assets/icons/chat-dots.svg +4 -0
  566. package/dist/collection/shoelace/assets/icons/chat-fill.svg +3 -0
  567. package/dist/collection/shoelace/assets/icons/chat-heart-fill.svg +3 -0
  568. package/dist/collection/shoelace/assets/icons/chat-heart.svg +3 -0
  569. package/dist/collection/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
  570. package/dist/collection/shoelace/assets/icons/chat-left-dots.svg +4 -0
  571. package/dist/collection/shoelace/assets/icons/chat-left-fill.svg +3 -0
  572. package/dist/collection/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
  573. package/dist/collection/shoelace/assets/icons/chat-left-heart.svg +4 -0
  574. package/dist/collection/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
  575. package/dist/collection/shoelace/assets/icons/chat-left-quote.svg +4 -0
  576. package/dist/collection/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
  577. package/dist/collection/shoelace/assets/icons/chat-left-text.svg +4 -0
  578. package/dist/collection/shoelace/assets/icons/chat-left.svg +3 -0
  579. package/dist/collection/shoelace/assets/icons/chat-quote-fill.svg +3 -0
  580. package/dist/collection/shoelace/assets/icons/chat-quote.svg +4 -0
  581. package/dist/collection/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
  582. package/dist/collection/shoelace/assets/icons/chat-right-dots.svg +4 -0
  583. package/dist/collection/shoelace/assets/icons/chat-right-fill.svg +3 -0
  584. package/dist/collection/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
  585. package/dist/collection/shoelace/assets/icons/chat-right-heart.svg +4 -0
  586. package/dist/collection/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
  587. package/dist/collection/shoelace/assets/icons/chat-right-quote.svg +4 -0
  588. package/dist/collection/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
  589. package/dist/collection/shoelace/assets/icons/chat-right-text.svg +4 -0
  590. package/dist/collection/shoelace/assets/icons/chat-right.svg +3 -0
  591. package/dist/collection/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
  592. package/dist/collection/shoelace/assets/icons/chat-square-dots.svg +4 -0
  593. package/dist/collection/shoelace/assets/icons/chat-square-fill.svg +3 -0
  594. package/dist/collection/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
  595. package/dist/collection/shoelace/assets/icons/chat-square-heart.svg +4 -0
  596. package/dist/collection/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
  597. package/dist/collection/shoelace/assets/icons/chat-square-quote.svg +4 -0
  598. package/dist/collection/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
  599. package/dist/collection/shoelace/assets/icons/chat-square-text.svg +4 -0
  600. package/dist/collection/shoelace/assets/icons/chat-square.svg +3 -0
  601. package/dist/collection/shoelace/assets/icons/chat-text-fill.svg +3 -0
  602. package/dist/collection/shoelace/assets/icons/chat-text.svg +4 -0
  603. package/dist/collection/shoelace/assets/icons/chat.svg +3 -0
  604. package/dist/collection/shoelace/assets/icons/check-all.svg +3 -0
  605. package/dist/collection/shoelace/assets/icons/check-circle-fill.svg +3 -0
  606. package/dist/collection/shoelace/assets/icons/check-circle.svg +4 -0
  607. package/dist/collection/shoelace/assets/icons/check-lg.svg +3 -0
  608. package/dist/collection/shoelace/assets/icons/check-square-fill.svg +3 -0
  609. package/dist/collection/shoelace/assets/icons/check-square.svg +4 -0
  610. package/dist/collection/shoelace/assets/icons/check.svg +3 -0
  611. package/dist/collection/shoelace/assets/icons/check2-all.svg +4 -0
  612. package/dist/collection/shoelace/assets/icons/check2-circle.svg +4 -0
  613. package/dist/collection/shoelace/assets/icons/check2-square.svg +4 -0
  614. package/dist/collection/shoelace/assets/icons/check2.svg +3 -0
  615. package/dist/collection/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
  616. package/dist/collection/shoelace/assets/icons/chevron-bar-down.svg +3 -0
  617. package/dist/collection/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
  618. package/dist/collection/shoelace/assets/icons/chevron-bar-left.svg +3 -0
  619. package/dist/collection/shoelace/assets/icons/chevron-bar-right.svg +3 -0
  620. package/dist/collection/shoelace/assets/icons/chevron-bar-up.svg +3 -0
  621. package/dist/collection/shoelace/assets/icons/chevron-compact-down.svg +3 -0
  622. package/dist/collection/shoelace/assets/icons/chevron-compact-left.svg +3 -0
  623. package/dist/collection/shoelace/assets/icons/chevron-compact-right.svg +3 -0
  624. package/dist/collection/shoelace/assets/icons/chevron-compact-up.svg +3 -0
  625. package/dist/collection/shoelace/assets/icons/chevron-contract.svg +3 -0
  626. package/dist/collection/shoelace/assets/icons/chevron-double-down.svg +4 -0
  627. package/dist/collection/shoelace/assets/icons/chevron-double-left.svg +4 -0
  628. package/dist/collection/shoelace/assets/icons/chevron-double-right.svg +4 -0
  629. package/dist/collection/shoelace/assets/icons/chevron-double-up.svg +4 -0
  630. package/dist/collection/shoelace/assets/icons/chevron-down.svg +3 -0
  631. package/dist/collection/shoelace/assets/icons/chevron-expand.svg +3 -0
  632. package/dist/collection/shoelace/assets/icons/chevron-left.svg +3 -0
  633. package/dist/collection/shoelace/assets/icons/chevron-right.svg +3 -0
  634. package/dist/collection/shoelace/assets/icons/chevron-up.svg +3 -0
  635. package/dist/collection/shoelace/assets/icons/circle-fill.svg +3 -0
  636. package/dist/collection/shoelace/assets/icons/circle-half.svg +3 -0
  637. package/dist/collection/shoelace/assets/icons/circle-square.svg +4 -0
  638. package/dist/collection/shoelace/assets/icons/circle.svg +3 -0
  639. package/dist/collection/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
  640. package/dist/collection/shoelace/assets/icons/clipboard-check.svg +5 -0
  641. package/dist/collection/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
  642. package/dist/collection/shoelace/assets/icons/clipboard-data.svg +5 -0
  643. package/dist/collection/shoelace/assets/icons/clipboard-fill.svg +3 -0
  644. package/dist/collection/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
  645. package/dist/collection/shoelace/assets/icons/clipboard-heart.svg +5 -0
  646. package/dist/collection/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
  647. package/dist/collection/shoelace/assets/icons/clipboard-minus.svg +5 -0
  648. package/dist/collection/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
  649. package/dist/collection/shoelace/assets/icons/clipboard-plus.svg +5 -0
  650. package/dist/collection/shoelace/assets/icons/clipboard-pulse.svg +3 -0
  651. package/dist/collection/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
  652. package/dist/collection/shoelace/assets/icons/clipboard-x.svg +5 -0
  653. package/dist/collection/shoelace/assets/icons/clipboard.svg +4 -0
  654. package/dist/collection/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
  655. package/dist/collection/shoelace/assets/icons/clipboard2-check.svg +5 -0
  656. package/dist/collection/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
  657. package/dist/collection/shoelace/assets/icons/clipboard2-data.svg +5 -0
  658. package/dist/collection/shoelace/assets/icons/clipboard2-fill.svg +4 -0
  659. package/dist/collection/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
  660. package/dist/collection/shoelace/assets/icons/clipboard2-heart.svg +5 -0
  661. package/dist/collection/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
  662. package/dist/collection/shoelace/assets/icons/clipboard2-minus.svg +5 -0
  663. package/dist/collection/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
  664. package/dist/collection/shoelace/assets/icons/clipboard2-plus.svg +5 -0
  665. package/dist/collection/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
  666. package/dist/collection/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
  667. package/dist/collection/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
  668. package/dist/collection/shoelace/assets/icons/clipboard2-x.svg +5 -0
  669. package/dist/collection/shoelace/assets/icons/clipboard2.svg +4 -0
  670. package/dist/collection/shoelace/assets/icons/clock-fill.svg +3 -0
  671. package/dist/collection/shoelace/assets/icons/clock-history.svg +5 -0
  672. package/dist/collection/shoelace/assets/icons/clock.svg +4 -0
  673. package/dist/collection/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
  674. package/dist/collection/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
  675. package/dist/collection/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
  676. package/dist/collection/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
  677. package/dist/collection/shoelace/assets/icons/cloud-check-fill.svg +3 -0
  678. package/dist/collection/shoelace/assets/icons/cloud-check.svg +4 -0
  679. package/dist/collection/shoelace/assets/icons/cloud-download-fill.svg +3 -0
  680. package/dist/collection/shoelace/assets/icons/cloud-download.svg +4 -0
  681. package/dist/collection/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
  682. package/dist/collection/shoelace/assets/icons/cloud-drizzle.svg +3 -0
  683. package/dist/collection/shoelace/assets/icons/cloud-fill.svg +3 -0
  684. package/dist/collection/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
  685. package/dist/collection/shoelace/assets/icons/cloud-fog.svg +3 -0
  686. package/dist/collection/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
  687. package/dist/collection/shoelace/assets/icons/cloud-fog2.svg +3 -0
  688. package/dist/collection/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
  689. package/dist/collection/shoelace/assets/icons/cloud-hail.svg +3 -0
  690. package/dist/collection/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
  691. package/dist/collection/shoelace/assets/icons/cloud-haze.svg +3 -0
  692. package/dist/collection/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
  693. package/dist/collection/shoelace/assets/icons/cloud-haze2.svg +3 -0
  694. package/dist/collection/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
  695. package/dist/collection/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
  696. package/dist/collection/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
  697. package/dist/collection/shoelace/assets/icons/cloud-lightning.svg +3 -0
  698. package/dist/collection/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
  699. package/dist/collection/shoelace/assets/icons/cloud-minus.svg +4 -0
  700. package/dist/collection/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
  701. package/dist/collection/shoelace/assets/icons/cloud-moon.svg +4 -0
  702. package/dist/collection/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
  703. package/dist/collection/shoelace/assets/icons/cloud-plus.svg +4 -0
  704. package/dist/collection/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
  705. package/dist/collection/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
  706. package/dist/collection/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
  707. package/dist/collection/shoelace/assets/icons/cloud-rain.svg +3 -0
  708. package/dist/collection/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
  709. package/dist/collection/shoelace/assets/icons/cloud-slash.svg +4 -0
  710. package/dist/collection/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
  711. package/dist/collection/shoelace/assets/icons/cloud-sleet.svg +3 -0
  712. package/dist/collection/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
  713. package/dist/collection/shoelace/assets/icons/cloud-snow.svg +3 -0
  714. package/dist/collection/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
  715. package/dist/collection/shoelace/assets/icons/cloud-sun.svg +4 -0
  716. package/dist/collection/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
  717. package/dist/collection/shoelace/assets/icons/cloud-upload.svg +4 -0
  718. package/dist/collection/shoelace/assets/icons/cloud.svg +3 -0
  719. package/dist/collection/shoelace/assets/icons/clouds-fill.svg +4 -0
  720. package/dist/collection/shoelace/assets/icons/clouds.svg +4 -0
  721. package/dist/collection/shoelace/assets/icons/cloudy-fill.svg +3 -0
  722. package/dist/collection/shoelace/assets/icons/cloudy.svg +3 -0
  723. package/dist/collection/shoelace/assets/icons/code-slash.svg +3 -0
  724. package/dist/collection/shoelace/assets/icons/code-square.svg +4 -0
  725. package/dist/collection/shoelace/assets/icons/code.svg +3 -0
  726. package/dist/collection/shoelace/assets/icons/coin.svg +5 -0
  727. package/dist/collection/shoelace/assets/icons/collection-fill.svg +3 -0
  728. package/dist/collection/shoelace/assets/icons/collection-play-fill.svg +3 -0
  729. package/dist/collection/shoelace/assets/icons/collection-play.svg +4 -0
  730. package/dist/collection/shoelace/assets/icons/collection.svg +3 -0
  731. package/dist/collection/shoelace/assets/icons/columns-gap.svg +3 -0
  732. package/dist/collection/shoelace/assets/icons/columns.svg +3 -0
  733. package/dist/collection/shoelace/assets/icons/command.svg +3 -0
  734. package/dist/collection/shoelace/assets/icons/compass-fill.svg +3 -0
  735. package/dist/collection/shoelace/assets/icons/compass.svg +4 -0
  736. package/dist/collection/shoelace/assets/icons/cone-striped.svg +3 -0
  737. package/dist/collection/shoelace/assets/icons/cone.svg +3 -0
  738. package/dist/collection/shoelace/assets/icons/controller.svg +4 -0
  739. package/dist/collection/shoelace/assets/icons/cookie.svg +4 -0
  740. package/dist/collection/shoelace/assets/icons/copy.svg +3 -0
  741. package/dist/collection/shoelace/assets/icons/cpu-fill.svg +4 -0
  742. package/dist/collection/shoelace/assets/icons/cpu.svg +3 -0
  743. package/dist/collection/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
  744. package/dist/collection/shoelace/assets/icons/credit-card-2-back.svg +4 -0
  745. package/dist/collection/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
  746. package/dist/collection/shoelace/assets/icons/credit-card-2-front.svg +4 -0
  747. package/dist/collection/shoelace/assets/icons/credit-card-fill.svg +3 -0
  748. package/dist/collection/shoelace/assets/icons/credit-card.svg +4 -0
  749. package/dist/collection/shoelace/assets/icons/crop.svg +3 -0
  750. package/dist/collection/shoelace/assets/icons/crosshair.svg +3 -0
  751. package/dist/collection/shoelace/assets/icons/crosshair2.svg +3 -0
  752. package/dist/collection/shoelace/assets/icons/cup-fill.svg +3 -0
  753. package/dist/collection/shoelace/assets/icons/cup-hot-fill.svg +4 -0
  754. package/dist/collection/shoelace/assets/icons/cup-hot.svg +4 -0
  755. package/dist/collection/shoelace/assets/icons/cup-straw.svg +3 -0
  756. package/dist/collection/shoelace/assets/icons/cup.svg +3 -0
  757. package/dist/collection/shoelace/assets/icons/currency-bitcoin.svg +3 -0
  758. package/dist/collection/shoelace/assets/icons/currency-dollar.svg +3 -0
  759. package/dist/collection/shoelace/assets/icons/currency-euro.svg +3 -0
  760. package/dist/collection/shoelace/assets/icons/currency-exchange.svg +3 -0
  761. package/dist/collection/shoelace/assets/icons/currency-pound.svg +3 -0
  762. package/dist/collection/shoelace/assets/icons/currency-rupee.svg +3 -0
  763. package/dist/collection/shoelace/assets/icons/currency-yen.svg +3 -0
  764. package/dist/collection/shoelace/assets/icons/cursor-fill.svg +3 -0
  765. package/dist/collection/shoelace/assets/icons/cursor-text.svg +3 -0
  766. package/dist/collection/shoelace/assets/icons/cursor.svg +3 -0
  767. package/dist/collection/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
  768. package/dist/collection/shoelace/assets/icons/dash-circle-fill.svg +3 -0
  769. package/dist/collection/shoelace/assets/icons/dash-circle.svg +4 -0
  770. package/dist/collection/shoelace/assets/icons/dash-lg.svg +3 -0
  771. package/dist/collection/shoelace/assets/icons/dash-square-dotted.svg +3 -0
  772. package/dist/collection/shoelace/assets/icons/dash-square-fill.svg +3 -0
  773. package/dist/collection/shoelace/assets/icons/dash-square.svg +4 -0
  774. package/dist/collection/shoelace/assets/icons/dash.svg +3 -0
  775. package/dist/collection/shoelace/assets/icons/database-add.svg +4 -0
  776. package/dist/collection/shoelace/assets/icons/database-check.svg +4 -0
  777. package/dist/collection/shoelace/assets/icons/database-dash.svg +4 -0
  778. package/dist/collection/shoelace/assets/icons/database-down.svg +4 -0
  779. package/dist/collection/shoelace/assets/icons/database-exclamation.svg +4 -0
  780. package/dist/collection/shoelace/assets/icons/database-fill-add.svg +4 -0
  781. package/dist/collection/shoelace/assets/icons/database-fill-check.svg +4 -0
  782. package/dist/collection/shoelace/assets/icons/database-fill-dash.svg +4 -0
  783. package/dist/collection/shoelace/assets/icons/database-fill-down.svg +4 -0
  784. package/dist/collection/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
  785. package/dist/collection/shoelace/assets/icons/database-fill-gear.svg +4 -0
  786. package/dist/collection/shoelace/assets/icons/database-fill-lock.svg +5 -0
  787. package/dist/collection/shoelace/assets/icons/database-fill-slash.svg +4 -0
  788. package/dist/collection/shoelace/assets/icons/database-fill-up.svg +4 -0
  789. package/dist/collection/shoelace/assets/icons/database-fill-x.svg +5 -0
  790. package/dist/collection/shoelace/assets/icons/database-fill.svg +6 -0
  791. package/dist/collection/shoelace/assets/icons/database-gear.svg +4 -0
  792. package/dist/collection/shoelace/assets/icons/database-lock.svg +4 -0
  793. package/dist/collection/shoelace/assets/icons/database-slash.svg +4 -0
  794. package/dist/collection/shoelace/assets/icons/database-up.svg +4 -0
  795. package/dist/collection/shoelace/assets/icons/database-x.svg +4 -0
  796. package/dist/collection/shoelace/assets/icons/database.svg +3 -0
  797. package/dist/collection/shoelace/assets/icons/device-hdd-fill.svg +4 -0
  798. package/dist/collection/shoelace/assets/icons/device-hdd.svg +5 -0
  799. package/dist/collection/shoelace/assets/icons/device-ssd-fill.svg +4 -0
  800. package/dist/collection/shoelace/assets/icons/device-ssd.svg +4 -0
  801. package/dist/collection/shoelace/assets/icons/diagram-2-fill.svg +3 -0
  802. package/dist/collection/shoelace/assets/icons/diagram-2.svg +3 -0
  803. package/dist/collection/shoelace/assets/icons/diagram-3-fill.svg +3 -0
  804. package/dist/collection/shoelace/assets/icons/diagram-3.svg +3 -0
  805. package/dist/collection/shoelace/assets/icons/diamond-fill.svg +3 -0
  806. package/dist/collection/shoelace/assets/icons/diamond-half.svg +3 -0
  807. package/dist/collection/shoelace/assets/icons/diamond.svg +3 -0
  808. package/dist/collection/shoelace/assets/icons/dice-1-fill.svg +3 -0
  809. package/dist/collection/shoelace/assets/icons/dice-1.svg +4 -0
  810. package/dist/collection/shoelace/assets/icons/dice-2-fill.svg +3 -0
  811. package/dist/collection/shoelace/assets/icons/dice-2.svg +4 -0
  812. package/dist/collection/shoelace/assets/icons/dice-3-fill.svg +3 -0
  813. package/dist/collection/shoelace/assets/icons/dice-3.svg +4 -0
  814. package/dist/collection/shoelace/assets/icons/dice-4-fill.svg +3 -0
  815. package/dist/collection/shoelace/assets/icons/dice-4.svg +4 -0
  816. package/dist/collection/shoelace/assets/icons/dice-5-fill.svg +3 -0
  817. package/dist/collection/shoelace/assets/icons/dice-5.svg +4 -0
  818. package/dist/collection/shoelace/assets/icons/dice-6-fill.svg +3 -0
  819. package/dist/collection/shoelace/assets/icons/dice-6.svg +4 -0
  820. package/dist/collection/shoelace/assets/icons/disc-fill.svg +3 -0
  821. package/dist/collection/shoelace/assets/icons/disc.svg +4 -0
  822. package/dist/collection/shoelace/assets/icons/discord.svg +3 -0
  823. package/dist/collection/shoelace/assets/icons/display-fill.svg +3 -0
  824. package/dist/collection/shoelace/assets/icons/display.svg +3 -0
  825. package/dist/collection/shoelace/assets/icons/displayport-fill.svg +3 -0
  826. package/dist/collection/shoelace/assets/icons/displayport.svg +4 -0
  827. package/dist/collection/shoelace/assets/icons/distribute-horizontal.svg +4 -0
  828. package/dist/collection/shoelace/assets/icons/distribute-vertical.svg +4 -0
  829. package/dist/collection/shoelace/assets/icons/door-closed-fill.svg +3 -0
  830. package/dist/collection/shoelace/assets/icons/door-closed.svg +4 -0
  831. package/dist/collection/shoelace/assets/icons/door-open-fill.svg +3 -0
  832. package/dist/collection/shoelace/assets/icons/door-open.svg +4 -0
  833. package/dist/collection/shoelace/assets/icons/dot.svg +3 -0
  834. package/dist/collection/shoelace/assets/icons/download.svg +4 -0
  835. package/dist/collection/shoelace/assets/icons/dpad-fill.svg +3 -0
  836. package/dist/collection/shoelace/assets/icons/dpad.svg +4 -0
  837. package/dist/collection/shoelace/assets/icons/dribbble.svg +3 -0
  838. package/dist/collection/shoelace/assets/icons/dropbox.svg +3 -0
  839. package/dist/collection/shoelace/assets/icons/droplet-fill.svg +3 -0
  840. package/dist/collection/shoelace/assets/icons/droplet-half.svg +4 -0
  841. package/dist/collection/shoelace/assets/icons/droplet.svg +4 -0
  842. package/dist/collection/shoelace/assets/icons/duffle-fill.svg +3 -0
  843. package/dist/collection/shoelace/assets/icons/duffle.svg +4 -0
  844. package/dist/collection/shoelace/assets/icons/ear-fill.svg +3 -0
  845. package/dist/collection/shoelace/assets/icons/ear.svg +3 -0
  846. package/dist/collection/shoelace/assets/icons/earbuds.svg +3 -0
  847. package/dist/collection/shoelace/assets/icons/easel-fill.svg +3 -0
  848. package/dist/collection/shoelace/assets/icons/easel.svg +3 -0
  849. package/dist/collection/shoelace/assets/icons/easel2-fill.svg +4 -0
  850. package/dist/collection/shoelace/assets/icons/easel2.svg +3 -0
  851. package/dist/collection/shoelace/assets/icons/easel3-fill.svg +3 -0
  852. package/dist/collection/shoelace/assets/icons/easel3.svg +3 -0
  853. package/dist/collection/shoelace/assets/icons/egg-fill.svg +3 -0
  854. package/dist/collection/shoelace/assets/icons/egg-fried.svg +4 -0
  855. package/dist/collection/shoelace/assets/icons/egg.svg +3 -0
  856. package/dist/collection/shoelace/assets/icons/eject-fill.svg +3 -0
  857. package/dist/collection/shoelace/assets/icons/eject.svg +3 -0
  858. package/dist/collection/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
  859. package/dist/collection/shoelace/assets/icons/emoji-angry.svg +4 -0
  860. package/dist/collection/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
  861. package/dist/collection/shoelace/assets/icons/emoji-astonished.svg +4 -0
  862. package/dist/collection/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
  863. package/dist/collection/shoelace/assets/icons/emoji-dizzy.svg +4 -0
  864. package/dist/collection/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
  865. package/dist/collection/shoelace/assets/icons/emoji-expressionless.svg +4 -0
  866. package/dist/collection/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
  867. package/dist/collection/shoelace/assets/icons/emoji-frown.svg +4 -0
  868. package/dist/collection/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
  869. package/dist/collection/shoelace/assets/icons/emoji-grimace.svg +4 -0
  870. package/dist/collection/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
  871. package/dist/collection/shoelace/assets/icons/emoji-grin.svg +4 -0
  872. package/dist/collection/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
  873. package/dist/collection/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
  874. package/dist/collection/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
  875. package/dist/collection/shoelace/assets/icons/emoji-kiss.svg +3 -0
  876. package/dist/collection/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
  877. package/dist/collection/shoelace/assets/icons/emoji-laughing.svg +4 -0
  878. package/dist/collection/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
  879. package/dist/collection/shoelace/assets/icons/emoji-neutral.svg +4 -0
  880. package/dist/collection/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
  881. package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
  882. package/dist/collection/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
  883. package/dist/collection/shoelace/assets/icons/emoji-smile.svg +4 -0
  884. package/dist/collection/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
  885. package/dist/collection/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
  886. package/dist/collection/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
  887. package/dist/collection/shoelace/assets/icons/emoji-surprise.svg +4 -0
  888. package/dist/collection/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
  889. package/dist/collection/shoelace/assets/icons/emoji-tear.svg +4 -0
  890. package/dist/collection/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
  891. package/dist/collection/shoelace/assets/icons/emoji-wink.svg +4 -0
  892. package/dist/collection/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
  893. package/dist/collection/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
  894. package/dist/collection/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
  895. package/dist/collection/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
  896. package/dist/collection/shoelace/assets/icons/envelope-at-fill.svg +4 -0
  897. package/dist/collection/shoelace/assets/icons/envelope-at.svg +4 -0
  898. package/dist/collection/shoelace/assets/icons/envelope-check-fill.svg +4 -0
  899. package/dist/collection/shoelace/assets/icons/envelope-check.svg +4 -0
  900. package/dist/collection/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
  901. package/dist/collection/shoelace/assets/icons/envelope-dash.svg +4 -0
  902. package/dist/collection/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
  903. package/dist/collection/shoelace/assets/icons/envelope-exclamation.svg +4 -0
  904. package/dist/collection/shoelace/assets/icons/envelope-fill.svg +3 -0
  905. package/dist/collection/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
  906. package/dist/collection/shoelace/assets/icons/envelope-heart.svg +3 -0
  907. package/dist/collection/shoelace/assets/icons/envelope-open-fill.svg +3 -0
  908. package/dist/collection/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
  909. package/dist/collection/shoelace/assets/icons/envelope-open-heart.svg +3 -0
  910. package/dist/collection/shoelace/assets/icons/envelope-open.svg +3 -0
  911. package/dist/collection/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
  912. package/dist/collection/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
  913. package/dist/collection/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
  914. package/dist/collection/shoelace/assets/icons/envelope-paper.svg +3 -0
  915. package/dist/collection/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
  916. package/dist/collection/shoelace/assets/icons/envelope-plus.svg +4 -0
  917. package/dist/collection/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
  918. package/dist/collection/shoelace/assets/icons/envelope-slash.svg +4 -0
  919. package/dist/collection/shoelace/assets/icons/envelope-x-fill.svg +4 -0
  920. package/dist/collection/shoelace/assets/icons/envelope-x.svg +4 -0
  921. package/dist/collection/shoelace/assets/icons/envelope.svg +3 -0
  922. package/dist/collection/shoelace/assets/icons/eraser-fill.svg +3 -0
  923. package/dist/collection/shoelace/assets/icons/eraser.svg +3 -0
  924. package/dist/collection/shoelace/assets/icons/escape.svg +4 -0
  925. package/dist/collection/shoelace/assets/icons/ethernet.svg +4 -0
  926. package/dist/collection/shoelace/assets/icons/ev-front-fill.svg +3 -0
  927. package/dist/collection/shoelace/assets/icons/ev-front.svg +4 -0
  928. package/dist/collection/shoelace/assets/icons/ev-station-fill.svg +3 -0
  929. package/dist/collection/shoelace/assets/icons/ev-station.svg +4 -0
  930. package/dist/collection/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
  931. package/dist/collection/shoelace/assets/icons/exclamation-circle.svg +4 -0
  932. package/dist/collection/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
  933. package/dist/collection/shoelace/assets/icons/exclamation-diamond.svg +4 -0
  934. package/dist/collection/shoelace/assets/icons/exclamation-lg.svg +3 -0
  935. package/dist/collection/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
  936. package/dist/collection/shoelace/assets/icons/exclamation-octagon.svg +4 -0
  937. package/dist/collection/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
  938. package/dist/collection/shoelace/assets/icons/exclamation-square.svg +4 -0
  939. package/dist/collection/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
  940. package/dist/collection/shoelace/assets/icons/exclamation-triangle.svg +4 -0
  941. package/dist/collection/shoelace/assets/icons/exclamation.svg +3 -0
  942. package/dist/collection/shoelace/assets/icons/exclude.svg +3 -0
  943. package/dist/collection/shoelace/assets/icons/explicit-fill.svg +3 -0
  944. package/dist/collection/shoelace/assets/icons/explicit.svg +4 -0
  945. package/dist/collection/shoelace/assets/icons/exposure.svg +4 -0
  946. package/dist/collection/shoelace/assets/icons/eye-fill.svg +4 -0
  947. package/dist/collection/shoelace/assets/icons/eye-slash-fill.svg +4 -0
  948. package/dist/collection/shoelace/assets/icons/eye-slash.svg +5 -0
  949. package/dist/collection/shoelace/assets/icons/eye.svg +4 -0
  950. package/dist/collection/shoelace/assets/icons/eyedropper.svg +3 -0
  951. package/dist/collection/shoelace/assets/icons/eyeglasses.svg +3 -0
  952. package/dist/collection/shoelace/assets/icons/facebook.svg +3 -0
  953. package/dist/collection/shoelace/assets/icons/fan.svg +4 -0
  954. package/dist/collection/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
  955. package/dist/collection/shoelace/assets/icons/fast-forward-btn.svg +4 -0
  956. package/dist/collection/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
  957. package/dist/collection/shoelace/assets/icons/fast-forward-circle.svg +4 -0
  958. package/dist/collection/shoelace/assets/icons/fast-forward-fill.svg +4 -0
  959. package/dist/collection/shoelace/assets/icons/fast-forward.svg +4 -0
  960. package/dist/collection/shoelace/assets/icons/feather.svg +3 -0
  961. package/dist/collection/shoelace/assets/icons/feather2.svg +3 -0
  962. package/dist/collection/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
  963. package/dist/collection/shoelace/assets/icons/file-arrow-down.svg +4 -0
  964. package/dist/collection/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
  965. package/dist/collection/shoelace/assets/icons/file-arrow-up.svg +4 -0
  966. package/dist/collection/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
  967. package/dist/collection/shoelace/assets/icons/file-bar-graph.svg +4 -0
  968. package/dist/collection/shoelace/assets/icons/file-binary-fill.svg +4 -0
  969. package/dist/collection/shoelace/assets/icons/file-binary.svg +4 -0
  970. package/dist/collection/shoelace/assets/icons/file-break-fill.svg +3 -0
  971. package/dist/collection/shoelace/assets/icons/file-break.svg +3 -0
  972. package/dist/collection/shoelace/assets/icons/file-check-fill.svg +3 -0
  973. package/dist/collection/shoelace/assets/icons/file-check.svg +4 -0
  974. package/dist/collection/shoelace/assets/icons/file-code-fill.svg +3 -0
  975. package/dist/collection/shoelace/assets/icons/file-code.svg +4 -0
  976. package/dist/collection/shoelace/assets/icons/file-diff-fill.svg +3 -0
  977. package/dist/collection/shoelace/assets/icons/file-diff.svg +4 -0
  978. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
  979. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
  980. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
  981. package/dist/collection/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
  982. package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
  983. package/dist/collection/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
  984. package/dist/collection/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
  985. package/dist/collection/shoelace/assets/icons/file-earmark-binary.svg +4 -0
  986. package/dist/collection/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
  987. package/dist/collection/shoelace/assets/icons/file-earmark-break.svg +3 -0
  988. package/dist/collection/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
  989. package/dist/collection/shoelace/assets/icons/file-earmark-check.svg +4 -0
  990. package/dist/collection/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
  991. package/dist/collection/shoelace/assets/icons/file-earmark-code.svg +4 -0
  992. package/dist/collection/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
  993. package/dist/collection/shoelace/assets/icons/file-earmark-diff.svg +4 -0
  994. package/dist/collection/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
  995. package/dist/collection/shoelace/assets/icons/file-earmark-easel.svg +4 -0
  996. package/dist/collection/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
  997. package/dist/collection/shoelace/assets/icons/file-earmark-excel.svg +4 -0
  998. package/dist/collection/shoelace/assets/icons/file-earmark-fill.svg +3 -0
  999. package/dist/collection/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
  1000. package/dist/collection/shoelace/assets/icons/file-earmark-font.svg +4 -0
  1001. package/dist/collection/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
  1002. package/dist/collection/shoelace/assets/icons/file-earmark-image.svg +4 -0
  1003. package/dist/collection/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
  1004. package/dist/collection/shoelace/assets/icons/file-earmark-lock.svg +4 -0
  1005. package/dist/collection/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
  1006. package/dist/collection/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
  1007. package/dist/collection/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
  1008. package/dist/collection/shoelace/assets/icons/file-earmark-medical.svg +4 -0
  1009. package/dist/collection/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
  1010. package/dist/collection/shoelace/assets/icons/file-earmark-minus.svg +4 -0
  1011. package/dist/collection/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
  1012. package/dist/collection/shoelace/assets/icons/file-earmark-music.svg +4 -0
  1013. package/dist/collection/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
  1014. package/dist/collection/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
  1015. package/dist/collection/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
  1016. package/dist/collection/shoelace/assets/icons/file-earmark-person.svg +4 -0
  1017. package/dist/collection/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
  1018. package/dist/collection/shoelace/assets/icons/file-earmark-play.svg +4 -0
  1019. package/dist/collection/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
  1020. package/dist/collection/shoelace/assets/icons/file-earmark-plus.svg +4 -0
  1021. package/dist/collection/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
  1022. package/dist/collection/shoelace/assets/icons/file-earmark-post.svg +4 -0
  1023. package/dist/collection/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
  1024. package/dist/collection/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
  1025. package/dist/collection/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
  1026. package/dist/collection/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
  1027. package/dist/collection/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
  1028. package/dist/collection/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
  1029. package/dist/collection/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
  1030. package/dist/collection/shoelace/assets/icons/file-earmark-slides.svg +4 -0
  1031. package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
  1032. package/dist/collection/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
  1033. package/dist/collection/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
  1034. package/dist/collection/shoelace/assets/icons/file-earmark-text.svg +4 -0
  1035. package/dist/collection/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
  1036. package/dist/collection/shoelace/assets/icons/file-earmark-word.svg +4 -0
  1037. package/dist/collection/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
  1038. package/dist/collection/shoelace/assets/icons/file-earmark-x.svg +4 -0
  1039. package/dist/collection/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
  1040. package/dist/collection/shoelace/assets/icons/file-earmark-zip.svg +4 -0
  1041. package/dist/collection/shoelace/assets/icons/file-earmark.svg +3 -0
  1042. package/dist/collection/shoelace/assets/icons/file-easel-fill.svg +4 -0
  1043. package/dist/collection/shoelace/assets/icons/file-easel.svg +4 -0
  1044. package/dist/collection/shoelace/assets/icons/file-excel-fill.svg +3 -0
  1045. package/dist/collection/shoelace/assets/icons/file-excel.svg +4 -0
  1046. package/dist/collection/shoelace/assets/icons/file-fill.svg +3 -0
  1047. package/dist/collection/shoelace/assets/icons/file-font-fill.svg +3 -0
  1048. package/dist/collection/shoelace/assets/icons/file-font.svg +4 -0
  1049. package/dist/collection/shoelace/assets/icons/file-image-fill.svg +4 -0
  1050. package/dist/collection/shoelace/assets/icons/file-image.svg +4 -0
  1051. package/dist/collection/shoelace/assets/icons/file-lock-fill.svg +4 -0
  1052. package/dist/collection/shoelace/assets/icons/file-lock.svg +4 -0
  1053. package/dist/collection/shoelace/assets/icons/file-lock2-fill.svg +4 -0
  1054. package/dist/collection/shoelace/assets/icons/file-lock2.svg +4 -0
  1055. package/dist/collection/shoelace/assets/icons/file-medical-fill.svg +3 -0
  1056. package/dist/collection/shoelace/assets/icons/file-medical.svg +4 -0
  1057. package/dist/collection/shoelace/assets/icons/file-minus-fill.svg +3 -0
  1058. package/dist/collection/shoelace/assets/icons/file-minus.svg +4 -0
  1059. package/dist/collection/shoelace/assets/icons/file-music-fill.svg +3 -0
  1060. package/dist/collection/shoelace/assets/icons/file-music.svg +4 -0
  1061. package/dist/collection/shoelace/assets/icons/file-pdf-fill.svg +4 -0
  1062. package/dist/collection/shoelace/assets/icons/file-pdf.svg +4 -0
  1063. package/dist/collection/shoelace/assets/icons/file-person-fill.svg +3 -0
  1064. package/dist/collection/shoelace/assets/icons/file-person.svg +4 -0
  1065. package/dist/collection/shoelace/assets/icons/file-play-fill.svg +3 -0
  1066. package/dist/collection/shoelace/assets/icons/file-play.svg +4 -0
  1067. package/dist/collection/shoelace/assets/icons/file-plus-fill.svg +3 -0
  1068. package/dist/collection/shoelace/assets/icons/file-plus.svg +4 -0
  1069. package/dist/collection/shoelace/assets/icons/file-post-fill.svg +3 -0
  1070. package/dist/collection/shoelace/assets/icons/file-post.svg +4 -0
  1071. package/dist/collection/shoelace/assets/icons/file-ppt-fill.svg +4 -0
  1072. package/dist/collection/shoelace/assets/icons/file-ppt.svg +4 -0
  1073. package/dist/collection/shoelace/assets/icons/file-richtext-fill.svg +3 -0
  1074. package/dist/collection/shoelace/assets/icons/file-richtext.svg +4 -0
  1075. package/dist/collection/shoelace/assets/icons/file-ruled-fill.svg +3 -0
  1076. package/dist/collection/shoelace/assets/icons/file-ruled.svg +3 -0
  1077. package/dist/collection/shoelace/assets/icons/file-slides-fill.svg +4 -0
  1078. package/dist/collection/shoelace/assets/icons/file-slides.svg +4 -0
  1079. package/dist/collection/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
  1080. package/dist/collection/shoelace/assets/icons/file-spreadsheet.svg +3 -0
  1081. package/dist/collection/shoelace/assets/icons/file-text-fill.svg +3 -0
  1082. package/dist/collection/shoelace/assets/icons/file-text.svg +4 -0
  1083. package/dist/collection/shoelace/assets/icons/file-word-fill.svg +3 -0
  1084. package/dist/collection/shoelace/assets/icons/file-word.svg +4 -0
  1085. package/dist/collection/shoelace/assets/icons/file-x-fill.svg +3 -0
  1086. package/dist/collection/shoelace/assets/icons/file-x.svg +4 -0
  1087. package/dist/collection/shoelace/assets/icons/file-zip-fill.svg +4 -0
  1088. package/dist/collection/shoelace/assets/icons/file-zip.svg +4 -0
  1089. package/dist/collection/shoelace/assets/icons/file.svg +3 -0
  1090. package/dist/collection/shoelace/assets/icons/files-alt.svg +3 -0
  1091. package/dist/collection/shoelace/assets/icons/files.svg +3 -0
  1092. package/dist/collection/shoelace/assets/icons/filetype-aac.svg +3 -0
  1093. package/dist/collection/shoelace/assets/icons/filetype-ai.svg +3 -0
  1094. package/dist/collection/shoelace/assets/icons/filetype-bmp.svg +3 -0
  1095. package/dist/collection/shoelace/assets/icons/filetype-cs.svg +3 -0
  1096. package/dist/collection/shoelace/assets/icons/filetype-css.svg +3 -0
  1097. package/dist/collection/shoelace/assets/icons/filetype-csv.svg +3 -0
  1098. package/dist/collection/shoelace/assets/icons/filetype-doc.svg +3 -0
  1099. package/dist/collection/shoelace/assets/icons/filetype-docx.svg +3 -0
  1100. package/dist/collection/shoelace/assets/icons/filetype-exe.svg +3 -0
  1101. package/dist/collection/shoelace/assets/icons/filetype-gif.svg +3 -0
  1102. package/dist/collection/shoelace/assets/icons/filetype-heic.svg +3 -0
  1103. package/dist/collection/shoelace/assets/icons/filetype-html.svg +3 -0
  1104. package/dist/collection/shoelace/assets/icons/filetype-java.svg +3 -0
  1105. package/dist/collection/shoelace/assets/icons/filetype-jpg.svg +3 -0
  1106. package/dist/collection/shoelace/assets/icons/filetype-js.svg +3 -0
  1107. package/dist/collection/shoelace/assets/icons/filetype-json.svg +3 -0
  1108. package/dist/collection/shoelace/assets/icons/filetype-jsx.svg +3 -0
  1109. package/dist/collection/shoelace/assets/icons/filetype-key.svg +3 -0
  1110. package/dist/collection/shoelace/assets/icons/filetype-m4p.svg +3 -0
  1111. package/dist/collection/shoelace/assets/icons/filetype-md.svg +3 -0
  1112. package/dist/collection/shoelace/assets/icons/filetype-mdx.svg +3 -0
  1113. package/dist/collection/shoelace/assets/icons/filetype-mov.svg +3 -0
  1114. package/dist/collection/shoelace/assets/icons/filetype-mp3.svg +3 -0
  1115. package/dist/collection/shoelace/assets/icons/filetype-mp4.svg +3 -0
  1116. package/dist/collection/shoelace/assets/icons/filetype-otf.svg +3 -0
  1117. package/dist/collection/shoelace/assets/icons/filetype-pdf.svg +3 -0
  1118. package/dist/collection/shoelace/assets/icons/filetype-php.svg +3 -0
  1119. package/dist/collection/shoelace/assets/icons/filetype-png.svg +3 -0
  1120. package/dist/collection/shoelace/assets/icons/filetype-ppt.svg +3 -0
  1121. package/dist/collection/shoelace/assets/icons/filetype-pptx.svg +3 -0
  1122. package/dist/collection/shoelace/assets/icons/filetype-psd.svg +3 -0
  1123. package/dist/collection/shoelace/assets/icons/filetype-py.svg +3 -0
  1124. package/dist/collection/shoelace/assets/icons/filetype-raw.svg +3 -0
  1125. package/dist/collection/shoelace/assets/icons/filetype-rb.svg +3 -0
  1126. package/dist/collection/shoelace/assets/icons/filetype-sass.svg +3 -0
  1127. package/dist/collection/shoelace/assets/icons/filetype-scss.svg +3 -0
  1128. package/dist/collection/shoelace/assets/icons/filetype-sh.svg +3 -0
  1129. package/dist/collection/shoelace/assets/icons/filetype-sql.svg +3 -0
  1130. package/dist/collection/shoelace/assets/icons/filetype-svg.svg +3 -0
  1131. package/dist/collection/shoelace/assets/icons/filetype-tiff.svg +3 -0
  1132. package/dist/collection/shoelace/assets/icons/filetype-tsx.svg +3 -0
  1133. package/dist/collection/shoelace/assets/icons/filetype-ttf.svg +3 -0
  1134. package/dist/collection/shoelace/assets/icons/filetype-txt.svg +3 -0
  1135. package/dist/collection/shoelace/assets/icons/filetype-wav.svg +3 -0
  1136. package/dist/collection/shoelace/assets/icons/filetype-woff.svg +3 -0
  1137. package/dist/collection/shoelace/assets/icons/filetype-xls.svg +3 -0
  1138. package/dist/collection/shoelace/assets/icons/filetype-xlsx.svg +3 -0
  1139. package/dist/collection/shoelace/assets/icons/filetype-xml.svg +3 -0
  1140. package/dist/collection/shoelace/assets/icons/filetype-yml.svg +3 -0
  1141. package/dist/collection/shoelace/assets/icons/film.svg +3 -0
  1142. package/dist/collection/shoelace/assets/icons/filter-circle-fill.svg +3 -0
  1143. package/dist/collection/shoelace/assets/icons/filter-circle.svg +4 -0
  1144. package/dist/collection/shoelace/assets/icons/filter-left.svg +3 -0
  1145. package/dist/collection/shoelace/assets/icons/filter-right.svg +3 -0
  1146. package/dist/collection/shoelace/assets/icons/filter-square-fill.svg +3 -0
  1147. package/dist/collection/shoelace/assets/icons/filter-square.svg +4 -0
  1148. package/dist/collection/shoelace/assets/icons/filter.svg +3 -0
  1149. package/dist/collection/shoelace/assets/icons/fingerprint.svg +7 -0
  1150. package/dist/collection/shoelace/assets/icons/fire.svg +3 -0
  1151. package/dist/collection/shoelace/assets/icons/flag-fill.svg +3 -0
  1152. package/dist/collection/shoelace/assets/icons/flag.svg +3 -0
  1153. package/dist/collection/shoelace/assets/icons/floppy-fill.svg +4 -0
  1154. package/dist/collection/shoelace/assets/icons/floppy.svg +4 -0
  1155. package/dist/collection/shoelace/assets/icons/floppy2-fill.svg +4 -0
  1156. package/dist/collection/shoelace/assets/icons/floppy2.svg +3 -0
  1157. package/dist/collection/shoelace/assets/icons/flower1.svg +3 -0
  1158. package/dist/collection/shoelace/assets/icons/flower2.svg +3 -0
  1159. package/dist/collection/shoelace/assets/icons/flower3.svg +3 -0
  1160. package/dist/collection/shoelace/assets/icons/folder-check.svg +4 -0
  1161. package/dist/collection/shoelace/assets/icons/folder-fill.svg +3 -0
  1162. package/dist/collection/shoelace/assets/icons/folder-minus.svg +4 -0
  1163. package/dist/collection/shoelace/assets/icons/folder-plus.svg +4 -0
  1164. package/dist/collection/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
  1165. package/dist/collection/shoelace/assets/icons/folder-symlink.svg +4 -0
  1166. package/dist/collection/shoelace/assets/icons/folder-x.svg +4 -0
  1167. package/dist/collection/shoelace/assets/icons/folder.svg +3 -0
  1168. package/dist/collection/shoelace/assets/icons/folder2-open.svg +3 -0
  1169. package/dist/collection/shoelace/assets/icons/folder2.svg +3 -0
  1170. package/dist/collection/shoelace/assets/icons/fonts.svg +3 -0
  1171. package/dist/collection/shoelace/assets/icons/forward-fill.svg +3 -0
  1172. package/dist/collection/shoelace/assets/icons/forward.svg +3 -0
  1173. package/dist/collection/shoelace/assets/icons/front.svg +3 -0
  1174. package/dist/collection/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
  1175. package/dist/collection/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
  1176. package/dist/collection/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
  1177. package/dist/collection/shoelace/assets/icons/fuel-pump.svg +4 -0
  1178. package/dist/collection/shoelace/assets/icons/fullscreen-exit.svg +3 -0
  1179. package/dist/collection/shoelace/assets/icons/fullscreen.svg +3 -0
  1180. package/dist/collection/shoelace/assets/icons/funnel-fill.svg +3 -0
  1181. package/dist/collection/shoelace/assets/icons/funnel.svg +3 -0
  1182. package/dist/collection/shoelace/assets/icons/gear-fill.svg +3 -0
  1183. package/dist/collection/shoelace/assets/icons/gear-wide-connected.svg +3 -0
  1184. package/dist/collection/shoelace/assets/icons/gear-wide.svg +3 -0
  1185. package/dist/collection/shoelace/assets/icons/gear.svg +4 -0
  1186. package/dist/collection/shoelace/assets/icons/gem.svg +3 -0
  1187. package/dist/collection/shoelace/assets/icons/gender-ambiguous.svg +3 -0
  1188. package/dist/collection/shoelace/assets/icons/gender-female.svg +3 -0
  1189. package/dist/collection/shoelace/assets/icons/gender-male.svg +3 -0
  1190. package/dist/collection/shoelace/assets/icons/gender-neuter.svg +3 -0
  1191. package/dist/collection/shoelace/assets/icons/gender-trans.svg +3 -0
  1192. package/dist/collection/shoelace/assets/icons/geo-alt-fill.svg +3 -0
  1193. package/dist/collection/shoelace/assets/icons/geo-alt.svg +4 -0
  1194. package/dist/collection/shoelace/assets/icons/geo-fill.svg +3 -0
  1195. package/dist/collection/shoelace/assets/icons/geo.svg +3 -0
  1196. package/dist/collection/shoelace/assets/icons/gift-fill.svg +3 -0
  1197. package/dist/collection/shoelace/assets/icons/gift.svg +3 -0
  1198. package/dist/collection/shoelace/assets/icons/git.svg +3 -0
  1199. package/dist/collection/shoelace/assets/icons/github.svg +3 -0
  1200. package/dist/collection/shoelace/assets/icons/gitlab.svg +3 -0
  1201. package/dist/collection/shoelace/assets/icons/globe-americas.svg +3 -0
  1202. package/dist/collection/shoelace/assets/icons/globe-asia-australia.svg +4 -0
  1203. package/dist/collection/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
  1204. package/dist/collection/shoelace/assets/icons/globe-europe-africa.svg +3 -0
  1205. package/dist/collection/shoelace/assets/icons/globe.svg +3 -0
  1206. package/dist/collection/shoelace/assets/icons/globe2.svg +3 -0
  1207. package/dist/collection/shoelace/assets/icons/google-play.svg +3 -0
  1208. package/dist/collection/shoelace/assets/icons/google.svg +3 -0
  1209. package/dist/collection/shoelace/assets/icons/gpu-card.svg +5 -0
  1210. package/dist/collection/shoelace/assets/icons/graph-down-arrow.svg +3 -0
  1211. package/dist/collection/shoelace/assets/icons/graph-down.svg +3 -0
  1212. package/dist/collection/shoelace/assets/icons/graph-up-arrow.svg +3 -0
  1213. package/dist/collection/shoelace/assets/icons/graph-up.svg +3 -0
  1214. package/dist/collection/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
  1215. package/dist/collection/shoelace/assets/icons/grid-1x2.svg +3 -0
  1216. package/dist/collection/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
  1217. package/dist/collection/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
  1218. package/dist/collection/shoelace/assets/icons/grid-3x2.svg +3 -0
  1219. package/dist/collection/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
  1220. package/dist/collection/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
  1221. package/dist/collection/shoelace/assets/icons/grid-3x3.svg +3 -0
  1222. package/dist/collection/shoelace/assets/icons/grid-fill.svg +3 -0
  1223. package/dist/collection/shoelace/assets/icons/grid.svg +3 -0
  1224. package/dist/collection/shoelace/assets/icons/grip-horizontal.svg +3 -0
  1225. package/dist/collection/shoelace/assets/icons/grip-vertical.svg +3 -0
  1226. package/dist/collection/shoelace/assets/icons/h-circle-fill.svg +3 -0
  1227. package/dist/collection/shoelace/assets/icons/h-circle.svg +3 -0
  1228. package/dist/collection/shoelace/assets/icons/h-square-fill.svg +3 -0
  1229. package/dist/collection/shoelace/assets/icons/h-square.svg +4 -0
  1230. package/dist/collection/shoelace/assets/icons/hammer.svg +3 -0
  1231. package/dist/collection/shoelace/assets/icons/hand-index-fill.svg +3 -0
  1232. package/dist/collection/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
  1233. package/dist/collection/shoelace/assets/icons/hand-index-thumb.svg +3 -0
  1234. package/dist/collection/shoelace/assets/icons/hand-index.svg +3 -0
  1235. package/dist/collection/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
  1236. package/dist/collection/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
  1237. package/dist/collection/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
  1238. package/dist/collection/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
  1239. package/dist/collection/shoelace/assets/icons/handbag-fill.svg +3 -0
  1240. package/dist/collection/shoelace/assets/icons/handbag.svg +3 -0
  1241. package/dist/collection/shoelace/assets/icons/hash.svg +3 -0
  1242. package/dist/collection/shoelace/assets/icons/hdd-fill.svg +3 -0
  1243. package/dist/collection/shoelace/assets/icons/hdd-network-fill.svg +3 -0
  1244. package/dist/collection/shoelace/assets/icons/hdd-network.svg +4 -0
  1245. package/dist/collection/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
  1246. package/dist/collection/shoelace/assets/icons/hdd-rack.svg +4 -0
  1247. package/dist/collection/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
  1248. package/dist/collection/shoelace/assets/icons/hdd-stack.svg +5 -0
  1249. package/dist/collection/shoelace/assets/icons/hdd.svg +4 -0
  1250. package/dist/collection/shoelace/assets/icons/hdmi-fill.svg +3 -0
  1251. package/dist/collection/shoelace/assets/icons/hdmi.svg +4 -0
  1252. package/dist/collection/shoelace/assets/icons/headphones.svg +3 -0
  1253. package/dist/collection/shoelace/assets/icons/headset-vr.svg +4 -0
  1254. package/dist/collection/shoelace/assets/icons/headset.svg +3 -0
  1255. package/dist/collection/shoelace/assets/icons/heart-arrow.svg +3 -0
  1256. package/dist/collection/shoelace/assets/icons/heart-fill.svg +3 -0
  1257. package/dist/collection/shoelace/assets/icons/heart-half.svg +3 -0
  1258. package/dist/collection/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
  1259. package/dist/collection/shoelace/assets/icons/heart-pulse.svg +4 -0
  1260. package/dist/collection/shoelace/assets/icons/heart.svg +3 -0
  1261. package/dist/collection/shoelace/assets/icons/heartbreak-fill.svg +3 -0
  1262. package/dist/collection/shoelace/assets/icons/heartbreak.svg +3 -0
  1263. package/dist/collection/shoelace/assets/icons/hearts.svg +3 -0
  1264. package/dist/collection/shoelace/assets/icons/heptagon-fill.svg +3 -0
  1265. package/dist/collection/shoelace/assets/icons/heptagon-half.svg +3 -0
  1266. package/dist/collection/shoelace/assets/icons/heptagon.svg +3 -0
  1267. package/dist/collection/shoelace/assets/icons/hexagon-fill.svg +3 -0
  1268. package/dist/collection/shoelace/assets/icons/hexagon-half.svg +3 -0
  1269. package/dist/collection/shoelace/assets/icons/hexagon.svg +3 -0
  1270. package/dist/collection/shoelace/assets/icons/highlighter.svg +3 -0
  1271. package/dist/collection/shoelace/assets/icons/highlights.svg +3 -0
  1272. package/dist/collection/shoelace/assets/icons/hospital-fill.svg +3 -0
  1273. package/dist/collection/shoelace/assets/icons/hospital.svg +4 -0
  1274. package/dist/collection/shoelace/assets/icons/hourglass-bottom.svg +3 -0
  1275. package/dist/collection/shoelace/assets/icons/hourglass-split.svg +3 -0
  1276. package/dist/collection/shoelace/assets/icons/hourglass-top.svg +3 -0
  1277. package/dist/collection/shoelace/assets/icons/hourglass.svg +3 -0
  1278. package/dist/collection/shoelace/assets/icons/house-add-fill.svg +5 -0
  1279. package/dist/collection/shoelace/assets/icons/house-add.svg +4 -0
  1280. package/dist/collection/shoelace/assets/icons/house-check-fill.svg +5 -0
  1281. package/dist/collection/shoelace/assets/icons/house-check.svg +4 -0
  1282. package/dist/collection/shoelace/assets/icons/house-dash-fill.svg +5 -0
  1283. package/dist/collection/shoelace/assets/icons/house-dash.svg +4 -0
  1284. package/dist/collection/shoelace/assets/icons/house-door-fill.svg +3 -0
  1285. package/dist/collection/shoelace/assets/icons/house-door.svg +3 -0
  1286. package/dist/collection/shoelace/assets/icons/house-down-fill.svg +5 -0
  1287. package/dist/collection/shoelace/assets/icons/house-down.svg +4 -0
  1288. package/dist/collection/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
  1289. package/dist/collection/shoelace/assets/icons/house-exclamation.svg +4 -0
  1290. package/dist/collection/shoelace/assets/icons/house-fill.svg +4 -0
  1291. package/dist/collection/shoelace/assets/icons/house-gear-fill.svg +5 -0
  1292. package/dist/collection/shoelace/assets/icons/house-gear.svg +4 -0
  1293. package/dist/collection/shoelace/assets/icons/house-heart-fill.svg +4 -0
  1294. package/dist/collection/shoelace/assets/icons/house-heart.svg +4 -0
  1295. package/dist/collection/shoelace/assets/icons/house-lock-fill.svg +5 -0
  1296. package/dist/collection/shoelace/assets/icons/house-lock.svg +4 -0
  1297. package/dist/collection/shoelace/assets/icons/house-slash-fill.svg +5 -0
  1298. package/dist/collection/shoelace/assets/icons/house-slash.svg +4 -0
  1299. package/dist/collection/shoelace/assets/icons/house-up-fill.svg +5 -0
  1300. package/dist/collection/shoelace/assets/icons/house-up.svg +4 -0
  1301. package/dist/collection/shoelace/assets/icons/house-x-fill.svg +5 -0
  1302. package/dist/collection/shoelace/assets/icons/house-x.svg +4 -0
  1303. package/dist/collection/shoelace/assets/icons/house.svg +3 -0
  1304. package/dist/collection/shoelace/assets/icons/houses-fill.svg +4 -0
  1305. package/dist/collection/shoelace/assets/icons/houses.svg +3 -0
  1306. package/dist/collection/shoelace/assets/icons/hr.svg +3 -0
  1307. package/dist/collection/shoelace/assets/icons/hurricane.svg +3 -0
  1308. package/dist/collection/shoelace/assets/icons/hypnotize.svg +4 -0
  1309. package/dist/collection/shoelace/assets/icons/icons.json +24701 -0
  1310. package/dist/collection/shoelace/assets/icons/image-alt.svg +3 -0
  1311. package/dist/collection/shoelace/assets/icons/image-fill.svg +3 -0
  1312. package/dist/collection/shoelace/assets/icons/image.svg +4 -0
  1313. package/dist/collection/shoelace/assets/icons/images.svg +4 -0
  1314. package/dist/collection/shoelace/assets/icons/inbox-fill.svg +3 -0
  1315. package/dist/collection/shoelace/assets/icons/inbox.svg +3 -0
  1316. package/dist/collection/shoelace/assets/icons/inboxes-fill.svg +3 -0
  1317. package/dist/collection/shoelace/assets/icons/inboxes.svg +3 -0
  1318. package/dist/collection/shoelace/assets/icons/incognito.svg +3 -0
  1319. package/dist/collection/shoelace/assets/icons/indent.svg +4 -0
  1320. package/dist/collection/shoelace/assets/icons/infinity.svg +3 -0
  1321. package/dist/collection/shoelace/assets/icons/info-circle-fill.svg +3 -0
  1322. package/dist/collection/shoelace/assets/icons/info-circle.svg +4 -0
  1323. package/dist/collection/shoelace/assets/icons/info-lg.svg +3 -0
  1324. package/dist/collection/shoelace/assets/icons/info-square-fill.svg +3 -0
  1325. package/dist/collection/shoelace/assets/icons/info-square.svg +4 -0
  1326. package/dist/collection/shoelace/assets/icons/info.svg +3 -0
  1327. package/dist/collection/shoelace/assets/icons/input-cursor-text.svg +4 -0
  1328. package/dist/collection/shoelace/assets/icons/input-cursor.svg +4 -0
  1329. package/dist/collection/shoelace/assets/icons/instagram.svg +3 -0
  1330. package/dist/collection/shoelace/assets/icons/intersect.svg +3 -0
  1331. package/dist/collection/shoelace/assets/icons/journal-album.svg +5 -0
  1332. package/dist/collection/shoelace/assets/icons/journal-arrow-down.svg +5 -0
  1333. package/dist/collection/shoelace/assets/icons/journal-arrow-up.svg +5 -0
  1334. package/dist/collection/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
  1335. package/dist/collection/shoelace/assets/icons/journal-bookmark.svg +5 -0
  1336. package/dist/collection/shoelace/assets/icons/journal-check.svg +5 -0
  1337. package/dist/collection/shoelace/assets/icons/journal-code.svg +5 -0
  1338. package/dist/collection/shoelace/assets/icons/journal-medical.svg +5 -0
  1339. package/dist/collection/shoelace/assets/icons/journal-minus.svg +5 -0
  1340. package/dist/collection/shoelace/assets/icons/journal-plus.svg +5 -0
  1341. package/dist/collection/shoelace/assets/icons/journal-richtext.svg +5 -0
  1342. package/dist/collection/shoelace/assets/icons/journal-text.svg +5 -0
  1343. package/dist/collection/shoelace/assets/icons/journal-x.svg +5 -0
  1344. package/dist/collection/shoelace/assets/icons/journal.svg +4 -0
  1345. package/dist/collection/shoelace/assets/icons/journals.svg +4 -0
  1346. package/dist/collection/shoelace/assets/icons/joystick.svg +4 -0
  1347. package/dist/collection/shoelace/assets/icons/justify-left.svg +3 -0
  1348. package/dist/collection/shoelace/assets/icons/justify-right.svg +3 -0
  1349. package/dist/collection/shoelace/assets/icons/justify.svg +3 -0
  1350. package/dist/collection/shoelace/assets/icons/kanban-fill.svg +3 -0
  1351. package/dist/collection/shoelace/assets/icons/kanban.svg +4 -0
  1352. package/dist/collection/shoelace/assets/icons/key-fill.svg +3 -0
  1353. package/dist/collection/shoelace/assets/icons/key.svg +4 -0
  1354. package/dist/collection/shoelace/assets/icons/keyboard-fill.svg +3 -0
  1355. package/dist/collection/shoelace/assets/icons/keyboard.svg +4 -0
  1356. package/dist/collection/shoelace/assets/icons/ladder.svg +3 -0
  1357. package/dist/collection/shoelace/assets/icons/lamp-fill.svg +4 -0
  1358. package/dist/collection/shoelace/assets/icons/lamp.svg +4 -0
  1359. package/dist/collection/shoelace/assets/icons/laptop-fill.svg +3 -0
  1360. package/dist/collection/shoelace/assets/icons/laptop.svg +3 -0
  1361. package/dist/collection/shoelace/assets/icons/layer-backward.svg +4 -0
  1362. package/dist/collection/shoelace/assets/icons/layer-forward.svg +4 -0
  1363. package/dist/collection/shoelace/assets/icons/layers-fill.svg +4 -0
  1364. package/dist/collection/shoelace/assets/icons/layers-half.svg +3 -0
  1365. package/dist/collection/shoelace/assets/icons/layers.svg +3 -0
  1366. package/dist/collection/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
  1367. package/dist/collection/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
  1368. package/dist/collection/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
  1369. package/dist/collection/shoelace/assets/icons/layout-sidebar.svg +3 -0
  1370. package/dist/collection/shoelace/assets/icons/layout-split.svg +3 -0
  1371. package/dist/collection/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
  1372. package/dist/collection/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
  1373. package/dist/collection/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
  1374. package/dist/collection/shoelace/assets/icons/layout-text-window.svg +4 -0
  1375. package/dist/collection/shoelace/assets/icons/layout-three-columns.svg +3 -0
  1376. package/dist/collection/shoelace/assets/icons/layout-wtf.svg +3 -0
  1377. package/dist/collection/shoelace/assets/icons/life-preserver.svg +3 -0
  1378. package/dist/collection/shoelace/assets/icons/lightbulb-fill.svg +3 -0
  1379. package/dist/collection/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
  1380. package/dist/collection/shoelace/assets/icons/lightbulb-off.svg +3 -0
  1381. package/dist/collection/shoelace/assets/icons/lightbulb.svg +3 -0
  1382. package/dist/collection/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
  1383. package/dist/collection/shoelace/assets/icons/lightning-charge.svg +3 -0
  1384. package/dist/collection/shoelace/assets/icons/lightning-fill.svg +3 -0
  1385. package/dist/collection/shoelace/assets/icons/lightning.svg +3 -0
  1386. package/dist/collection/shoelace/assets/icons/line.svg +3 -0
  1387. package/dist/collection/shoelace/assets/icons/link-45deg.svg +4 -0
  1388. package/dist/collection/shoelace/assets/icons/link.svg +4 -0
  1389. package/dist/collection/shoelace/assets/icons/linkedin.svg +3 -0
  1390. package/dist/collection/shoelace/assets/icons/list-check.svg +3 -0
  1391. package/dist/collection/shoelace/assets/icons/list-columns-reverse.svg +3 -0
  1392. package/dist/collection/shoelace/assets/icons/list-columns.svg +3 -0
  1393. package/dist/collection/shoelace/assets/icons/list-nested.svg +3 -0
  1394. package/dist/collection/shoelace/assets/icons/list-ol.svg +4 -0
  1395. package/dist/collection/shoelace/assets/icons/list-stars.svg +4 -0
  1396. package/dist/collection/shoelace/assets/icons/list-task.svg +5 -0
  1397. package/dist/collection/shoelace/assets/icons/list-ul.svg +3 -0
  1398. package/dist/collection/shoelace/assets/icons/list.svg +3 -0
  1399. package/dist/collection/shoelace/assets/icons/lock-fill.svg +3 -0
  1400. package/dist/collection/shoelace/assets/icons/lock.svg +3 -0
  1401. package/dist/collection/shoelace/assets/icons/luggage-fill.svg +4 -0
  1402. package/dist/collection/shoelace/assets/icons/luggage.svg +4 -0
  1403. package/dist/collection/shoelace/assets/icons/lungs-fill.svg +3 -0
  1404. package/dist/collection/shoelace/assets/icons/lungs.svg +3 -0
  1405. package/dist/collection/shoelace/assets/icons/magic.svg +3 -0
  1406. package/dist/collection/shoelace/assets/icons/magnet-fill.svg +3 -0
  1407. package/dist/collection/shoelace/assets/icons/magnet.svg +3 -0
  1408. package/dist/collection/shoelace/assets/icons/mailbox-flag.svg +4 -0
  1409. package/dist/collection/shoelace/assets/icons/mailbox.svg +4 -0
  1410. package/dist/collection/shoelace/assets/icons/mailbox2-flag.svg +4 -0
  1411. package/dist/collection/shoelace/assets/icons/mailbox2.svg +4 -0
  1412. package/dist/collection/shoelace/assets/icons/map-fill.svg +3 -0
  1413. package/dist/collection/shoelace/assets/icons/map.svg +3 -0
  1414. package/dist/collection/shoelace/assets/icons/markdown-fill.svg +3 -0
  1415. package/dist/collection/shoelace/assets/icons/markdown.svg +6 -0
  1416. package/dist/collection/shoelace/assets/icons/marker-tip.svg +3 -0
  1417. package/dist/collection/shoelace/assets/icons/mask.svg +3 -0
  1418. package/dist/collection/shoelace/assets/icons/mastodon.svg +3 -0
  1419. package/dist/collection/shoelace/assets/icons/medium.svg +3 -0
  1420. package/dist/collection/shoelace/assets/icons/megaphone-fill.svg +3 -0
  1421. package/dist/collection/shoelace/assets/icons/megaphone.svg +3 -0
  1422. package/dist/collection/shoelace/assets/icons/memory.svg +3 -0
  1423. package/dist/collection/shoelace/assets/icons/menu-app-fill.svg +3 -0
  1424. package/dist/collection/shoelace/assets/icons/menu-app.svg +3 -0
  1425. package/dist/collection/shoelace/assets/icons/menu-button-fill.svg +3 -0
  1426. package/dist/collection/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
  1427. package/dist/collection/shoelace/assets/icons/menu-button-wide.svg +4 -0
  1428. package/dist/collection/shoelace/assets/icons/menu-button.svg +4 -0
  1429. package/dist/collection/shoelace/assets/icons/menu-down.svg +3 -0
  1430. package/dist/collection/shoelace/assets/icons/menu-up.svg +3 -0
  1431. package/dist/collection/shoelace/assets/icons/messenger.svg +3 -0
  1432. package/dist/collection/shoelace/assets/icons/meta.svg +3 -0
  1433. package/dist/collection/shoelace/assets/icons/mic-fill.svg +4 -0
  1434. package/dist/collection/shoelace/assets/icons/mic-mute-fill.svg +4 -0
  1435. package/dist/collection/shoelace/assets/icons/mic-mute.svg +4 -0
  1436. package/dist/collection/shoelace/assets/icons/mic.svg +4 -0
  1437. package/dist/collection/shoelace/assets/icons/microsoft-teams.svg +4 -0
  1438. package/dist/collection/shoelace/assets/icons/microsoft.svg +3 -0
  1439. package/dist/collection/shoelace/assets/icons/minecart-loaded.svg +4 -0
  1440. package/dist/collection/shoelace/assets/icons/minecart.svg +3 -0
  1441. package/dist/collection/shoelace/assets/icons/modem-fill.svg +3 -0
  1442. package/dist/collection/shoelace/assets/icons/modem.svg +4 -0
  1443. package/dist/collection/shoelace/assets/icons/moisture.svg +3 -0
  1444. package/dist/collection/shoelace/assets/icons/moon-fill.svg +3 -0
  1445. package/dist/collection/shoelace/assets/icons/moon-stars-fill.svg +4 -0
  1446. package/dist/collection/shoelace/assets/icons/moon-stars.svg +4 -0
  1447. package/dist/collection/shoelace/assets/icons/moon.svg +3 -0
  1448. package/dist/collection/shoelace/assets/icons/mortarboard-fill.svg +4 -0
  1449. package/dist/collection/shoelace/assets/icons/mortarboard.svg +4 -0
  1450. package/dist/collection/shoelace/assets/icons/motherboard-fill.svg +4 -0
  1451. package/dist/collection/shoelace/assets/icons/motherboard.svg +4 -0
  1452. package/dist/collection/shoelace/assets/icons/mouse-fill.svg +3 -0
  1453. package/dist/collection/shoelace/assets/icons/mouse.svg +3 -0
  1454. package/dist/collection/shoelace/assets/icons/mouse2-fill.svg +3 -0
  1455. package/dist/collection/shoelace/assets/icons/mouse2.svg +3 -0
  1456. package/dist/collection/shoelace/assets/icons/mouse3-fill.svg +3 -0
  1457. package/dist/collection/shoelace/assets/icons/mouse3.svg +3 -0
  1458. package/dist/collection/shoelace/assets/icons/music-note-beamed.svg +5 -0
  1459. package/dist/collection/shoelace/assets/icons/music-note-list.svg +6 -0
  1460. package/dist/collection/shoelace/assets/icons/music-note.svg +5 -0
  1461. package/dist/collection/shoelace/assets/icons/music-player-fill.svg +4 -0
  1462. package/dist/collection/shoelace/assets/icons/music-player.svg +5 -0
  1463. package/dist/collection/shoelace/assets/icons/newspaper.svg +4 -0
  1464. package/dist/collection/shoelace/assets/icons/nintendo-switch.svg +4 -0
  1465. package/dist/collection/shoelace/assets/icons/node-minus-fill.svg +3 -0
  1466. package/dist/collection/shoelace/assets/icons/node-minus.svg +3 -0
  1467. package/dist/collection/shoelace/assets/icons/node-plus-fill.svg +3 -0
  1468. package/dist/collection/shoelace/assets/icons/node-plus.svg +3 -0
  1469. package/dist/collection/shoelace/assets/icons/noise-reduction.svg +4 -0
  1470. package/dist/collection/shoelace/assets/icons/nut-fill.svg +3 -0
  1471. package/dist/collection/shoelace/assets/icons/nut.svg +4 -0
  1472. package/dist/collection/shoelace/assets/icons/nvidia.svg +3 -0
  1473. package/dist/collection/shoelace/assets/icons/nvme-fill.svg +4 -0
  1474. package/dist/collection/shoelace/assets/icons/nvme.svg +4 -0
  1475. package/dist/collection/shoelace/assets/icons/octagon-fill.svg +3 -0
  1476. package/dist/collection/shoelace/assets/icons/octagon-half.svg +3 -0
  1477. package/dist/collection/shoelace/assets/icons/octagon.svg +3 -0
  1478. package/dist/collection/shoelace/assets/icons/opencollective.svg +4 -0
  1479. package/dist/collection/shoelace/assets/icons/optical-audio-fill.svg +4 -0
  1480. package/dist/collection/shoelace/assets/icons/optical-audio.svg +5 -0
  1481. package/dist/collection/shoelace/assets/icons/option.svg +3 -0
  1482. package/dist/collection/shoelace/assets/icons/outlet.svg +4 -0
  1483. package/dist/collection/shoelace/assets/icons/p-circle-fill.svg +3 -0
  1484. package/dist/collection/shoelace/assets/icons/p-circle.svg +3 -0
  1485. package/dist/collection/shoelace/assets/icons/p-square-fill.svg +4 -0
  1486. package/dist/collection/shoelace/assets/icons/p-square.svg +4 -0
  1487. package/dist/collection/shoelace/assets/icons/paint-bucket.svg +3 -0
  1488. package/dist/collection/shoelace/assets/icons/palette-fill.svg +3 -0
  1489. package/dist/collection/shoelace/assets/icons/palette.svg +4 -0
  1490. package/dist/collection/shoelace/assets/icons/palette2.svg +3 -0
  1491. package/dist/collection/shoelace/assets/icons/paperclip.svg +3 -0
  1492. package/dist/collection/shoelace/assets/icons/paragraph.svg +3 -0
  1493. package/dist/collection/shoelace/assets/icons/pass-fill.svg +3 -0
  1494. package/dist/collection/shoelace/assets/icons/pass.svg +4 -0
  1495. package/dist/collection/shoelace/assets/icons/passport-fill.svg +4 -0
  1496. package/dist/collection/shoelace/assets/icons/passport.svg +4 -0
  1497. package/dist/collection/shoelace/assets/icons/patch-check-fill.svg +3 -0
  1498. package/dist/collection/shoelace/assets/icons/patch-check.svg +4 -0
  1499. package/dist/collection/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
  1500. package/dist/collection/shoelace/assets/icons/patch-exclamation.svg +4 -0
  1501. package/dist/collection/shoelace/assets/icons/patch-minus-fill.svg +3 -0
  1502. package/dist/collection/shoelace/assets/icons/patch-minus.svg +4 -0
  1503. package/dist/collection/shoelace/assets/icons/patch-plus-fill.svg +3 -0
  1504. package/dist/collection/shoelace/assets/icons/patch-plus.svg +4 -0
  1505. package/dist/collection/shoelace/assets/icons/patch-question-fill.svg +3 -0
  1506. package/dist/collection/shoelace/assets/icons/patch-question.svg +5 -0
  1507. package/dist/collection/shoelace/assets/icons/pause-btn-fill.svg +3 -0
  1508. package/dist/collection/shoelace/assets/icons/pause-btn.svg +4 -0
  1509. package/dist/collection/shoelace/assets/icons/pause-circle-fill.svg +3 -0
  1510. package/dist/collection/shoelace/assets/icons/pause-circle.svg +4 -0
  1511. package/dist/collection/shoelace/assets/icons/pause-fill.svg +3 -0
  1512. package/dist/collection/shoelace/assets/icons/pause.svg +3 -0
  1513. package/dist/collection/shoelace/assets/icons/paypal.svg +3 -0
  1514. package/dist/collection/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
  1515. package/dist/collection/shoelace/assets/icons/pc-display.svg +3 -0
  1516. package/dist/collection/shoelace/assets/icons/pc-horizontal.svg +3 -0
  1517. package/dist/collection/shoelace/assets/icons/pc.svg +3 -0
  1518. package/dist/collection/shoelace/assets/icons/pci-card-network.svg +5 -0
  1519. package/dist/collection/shoelace/assets/icons/pci-card-sound.svg +5 -0
  1520. package/dist/collection/shoelace/assets/icons/pci-card.svg +4 -0
  1521. package/dist/collection/shoelace/assets/icons/peace-fill.svg +3 -0
  1522. package/dist/collection/shoelace/assets/icons/peace.svg +3 -0
  1523. package/dist/collection/shoelace/assets/icons/pen-fill.svg +3 -0
  1524. package/dist/collection/shoelace/assets/icons/pen.svg +3 -0
  1525. package/dist/collection/shoelace/assets/icons/pencil-fill.svg +3 -0
  1526. package/dist/collection/shoelace/assets/icons/pencil-square.svg +4 -0
  1527. package/dist/collection/shoelace/assets/icons/pencil.svg +3 -0
  1528. package/dist/collection/shoelace/assets/icons/pentagon-fill.svg +3 -0
  1529. package/dist/collection/shoelace/assets/icons/pentagon-half.svg +3 -0
  1530. package/dist/collection/shoelace/assets/icons/pentagon.svg +3 -0
  1531. package/dist/collection/shoelace/assets/icons/people-fill.svg +3 -0
  1532. package/dist/collection/shoelace/assets/icons/people.svg +3 -0
  1533. package/dist/collection/shoelace/assets/icons/percent.svg +3 -0
  1534. package/dist/collection/shoelace/assets/icons/person-add.svg +4 -0
  1535. package/dist/collection/shoelace/assets/icons/person-arms-up.svg +4 -0
  1536. package/dist/collection/shoelace/assets/icons/person-badge-fill.svg +3 -0
  1537. package/dist/collection/shoelace/assets/icons/person-badge.svg +4 -0
  1538. package/dist/collection/shoelace/assets/icons/person-bounding-box.svg +4 -0
  1539. package/dist/collection/shoelace/assets/icons/person-check-fill.svg +4 -0
  1540. package/dist/collection/shoelace/assets/icons/person-check.svg +4 -0
  1541. package/dist/collection/shoelace/assets/icons/person-circle.svg +4 -0
  1542. package/dist/collection/shoelace/assets/icons/person-dash-fill.svg +4 -0
  1543. package/dist/collection/shoelace/assets/icons/person-dash.svg +4 -0
  1544. package/dist/collection/shoelace/assets/icons/person-down.svg +4 -0
  1545. package/dist/collection/shoelace/assets/icons/person-exclamation.svg +4 -0
  1546. package/dist/collection/shoelace/assets/icons/person-fill-add.svg +4 -0
  1547. package/dist/collection/shoelace/assets/icons/person-fill-check.svg +4 -0
  1548. package/dist/collection/shoelace/assets/icons/person-fill-dash.svg +4 -0
  1549. package/dist/collection/shoelace/assets/icons/person-fill-down.svg +4 -0
  1550. package/dist/collection/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
  1551. package/dist/collection/shoelace/assets/icons/person-fill-gear.svg +3 -0
  1552. package/dist/collection/shoelace/assets/icons/person-fill-lock.svg +3 -0
  1553. package/dist/collection/shoelace/assets/icons/person-fill-slash.svg +3 -0
  1554. package/dist/collection/shoelace/assets/icons/person-fill-up.svg +4 -0
  1555. package/dist/collection/shoelace/assets/icons/person-fill-x.svg +4 -0
  1556. package/dist/collection/shoelace/assets/icons/person-fill.svg +3 -0
  1557. package/dist/collection/shoelace/assets/icons/person-gear.svg +3 -0
  1558. package/dist/collection/shoelace/assets/icons/person-heart.svg +3 -0
  1559. package/dist/collection/shoelace/assets/icons/person-hearts.svg +3 -0
  1560. package/dist/collection/shoelace/assets/icons/person-lines-fill.svg +3 -0
  1561. package/dist/collection/shoelace/assets/icons/person-lock.svg +3 -0
  1562. package/dist/collection/shoelace/assets/icons/person-plus-fill.svg +4 -0
  1563. package/dist/collection/shoelace/assets/icons/person-plus.svg +4 -0
  1564. package/dist/collection/shoelace/assets/icons/person-raised-hand.svg +4 -0
  1565. package/dist/collection/shoelace/assets/icons/person-rolodex.svg +4 -0
  1566. package/dist/collection/shoelace/assets/icons/person-slash.svg +3 -0
  1567. package/dist/collection/shoelace/assets/icons/person-square.svg +4 -0
  1568. package/dist/collection/shoelace/assets/icons/person-standing-dress.svg +3 -0
  1569. package/dist/collection/shoelace/assets/icons/person-standing.svg +3 -0
  1570. package/dist/collection/shoelace/assets/icons/person-up.svg +4 -0
  1571. package/dist/collection/shoelace/assets/icons/person-vcard-fill.svg +3 -0
  1572. package/dist/collection/shoelace/assets/icons/person-vcard.svg +4 -0
  1573. package/dist/collection/shoelace/assets/icons/person-video.svg +4 -0
  1574. package/dist/collection/shoelace/assets/icons/person-video2.svg +4 -0
  1575. package/dist/collection/shoelace/assets/icons/person-video3.svg +4 -0
  1576. package/dist/collection/shoelace/assets/icons/person-walking.svg +4 -0
  1577. package/dist/collection/shoelace/assets/icons/person-wheelchair.svg +3 -0
  1578. package/dist/collection/shoelace/assets/icons/person-workspace.svg +4 -0
  1579. package/dist/collection/shoelace/assets/icons/person-x-fill.svg +3 -0
  1580. package/dist/collection/shoelace/assets/icons/person-x.svg +4 -0
  1581. package/dist/collection/shoelace/assets/icons/person.svg +3 -0
  1582. package/dist/collection/shoelace/assets/icons/phone-fill.svg +3 -0
  1583. package/dist/collection/shoelace/assets/icons/phone-flip.svg +3 -0
  1584. package/dist/collection/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
  1585. package/dist/collection/shoelace/assets/icons/phone-landscape.svg +4 -0
  1586. package/dist/collection/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
  1587. package/dist/collection/shoelace/assets/icons/phone-vibrate.svg +4 -0
  1588. package/dist/collection/shoelace/assets/icons/phone.svg +4 -0
  1589. package/dist/collection/shoelace/assets/icons/pie-chart-fill.svg +3 -0
  1590. package/dist/collection/shoelace/assets/icons/pie-chart.svg +3 -0
  1591. package/dist/collection/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
  1592. package/dist/collection/shoelace/assets/icons/piggy-bank.svg +4 -0
  1593. package/dist/collection/shoelace/assets/icons/pin-angle-fill.svg +3 -0
  1594. package/dist/collection/shoelace/assets/icons/pin-angle.svg +3 -0
  1595. package/dist/collection/shoelace/assets/icons/pin-fill.svg +3 -0
  1596. package/dist/collection/shoelace/assets/icons/pin-map-fill.svg +4 -0
  1597. package/dist/collection/shoelace/assets/icons/pin-map.svg +4 -0
  1598. package/dist/collection/shoelace/assets/icons/pin.svg +3 -0
  1599. package/dist/collection/shoelace/assets/icons/pinterest.svg +3 -0
  1600. package/dist/collection/shoelace/assets/icons/pip-fill.svg +3 -0
  1601. package/dist/collection/shoelace/assets/icons/pip.svg +4 -0
  1602. package/dist/collection/shoelace/assets/icons/play-btn-fill.svg +3 -0
  1603. package/dist/collection/shoelace/assets/icons/play-btn.svg +4 -0
  1604. package/dist/collection/shoelace/assets/icons/play-circle-fill.svg +3 -0
  1605. package/dist/collection/shoelace/assets/icons/play-circle.svg +4 -0
  1606. package/dist/collection/shoelace/assets/icons/play-fill.svg +3 -0
  1607. package/dist/collection/shoelace/assets/icons/play.svg +3 -0
  1608. package/dist/collection/shoelace/assets/icons/playstation.svg +3 -0
  1609. package/dist/collection/shoelace/assets/icons/plug-fill.svg +3 -0
  1610. package/dist/collection/shoelace/assets/icons/plug.svg +3 -0
  1611. package/dist/collection/shoelace/assets/icons/plugin.svg +3 -0
  1612. package/dist/collection/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
  1613. package/dist/collection/shoelace/assets/icons/plus-circle-fill.svg +3 -0
  1614. package/dist/collection/shoelace/assets/icons/plus-circle.svg +4 -0
  1615. package/dist/collection/shoelace/assets/icons/plus-lg.svg +3 -0
  1616. package/dist/collection/shoelace/assets/icons/plus-slash-minus.svg +3 -0
  1617. package/dist/collection/shoelace/assets/icons/plus-square-dotted.svg +3 -0
  1618. package/dist/collection/shoelace/assets/icons/plus-square-fill.svg +3 -0
  1619. package/dist/collection/shoelace/assets/icons/plus-square.svg +4 -0
  1620. package/dist/collection/shoelace/assets/icons/plus.svg +3 -0
  1621. package/dist/collection/shoelace/assets/icons/postage-fill.svg +4 -0
  1622. package/dist/collection/shoelace/assets/icons/postage-heart-fill.svg +4 -0
  1623. package/dist/collection/shoelace/assets/icons/postage-heart.svg +4 -0
  1624. package/dist/collection/shoelace/assets/icons/postage.svg +4 -0
  1625. package/dist/collection/shoelace/assets/icons/postcard-fill.svg +4 -0
  1626. package/dist/collection/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
  1627. package/dist/collection/shoelace/assets/icons/postcard-heart.svg +4 -0
  1628. package/dist/collection/shoelace/assets/icons/postcard.svg +3 -0
  1629. package/dist/collection/shoelace/assets/icons/power.svg +4 -0
  1630. package/dist/collection/shoelace/assets/icons/prescription.svg +4 -0
  1631. package/dist/collection/shoelace/assets/icons/prescription2.svg +4 -0
  1632. package/dist/collection/shoelace/assets/icons/printer-fill.svg +4 -0
  1633. package/dist/collection/shoelace/assets/icons/printer.svg +4 -0
  1634. package/dist/collection/shoelace/assets/icons/projector-fill.svg +3 -0
  1635. package/dist/collection/shoelace/assets/icons/projector.svg +4 -0
  1636. package/dist/collection/shoelace/assets/icons/puzzle-fill.svg +3 -0
  1637. package/dist/collection/shoelace/assets/icons/puzzle.svg +3 -0
  1638. package/dist/collection/shoelace/assets/icons/qr-code-scan.svg +7 -0
  1639. package/dist/collection/shoelace/assets/icons/qr-code.svg +7 -0
  1640. package/dist/collection/shoelace/assets/icons/question-circle-fill.svg +3 -0
  1641. package/dist/collection/shoelace/assets/icons/question-circle.svg +4 -0
  1642. package/dist/collection/shoelace/assets/icons/question-diamond-fill.svg +3 -0
  1643. package/dist/collection/shoelace/assets/icons/question-diamond.svg +4 -0
  1644. package/dist/collection/shoelace/assets/icons/question-lg.svg +3 -0
  1645. package/dist/collection/shoelace/assets/icons/question-octagon-fill.svg +3 -0
  1646. package/dist/collection/shoelace/assets/icons/question-octagon.svg +4 -0
  1647. package/dist/collection/shoelace/assets/icons/question-square-fill.svg +3 -0
  1648. package/dist/collection/shoelace/assets/icons/question-square.svg +4 -0
  1649. package/dist/collection/shoelace/assets/icons/question.svg +3 -0
  1650. package/dist/collection/shoelace/assets/icons/quora.svg +3 -0
  1651. package/dist/collection/shoelace/assets/icons/quote.svg +3 -0
  1652. package/dist/collection/shoelace/assets/icons/r-circle-fill.svg +3 -0
  1653. package/dist/collection/shoelace/assets/icons/r-circle.svg +3 -0
  1654. package/dist/collection/shoelace/assets/icons/r-square-fill.svg +4 -0
  1655. package/dist/collection/shoelace/assets/icons/r-square.svg +4 -0
  1656. package/dist/collection/shoelace/assets/icons/radar.svg +3 -0
  1657. package/dist/collection/shoelace/assets/icons/radioactive.svg +4 -0
  1658. package/dist/collection/shoelace/assets/icons/rainbow.svg +3 -0
  1659. package/dist/collection/shoelace/assets/icons/receipt-cutoff.svg +4 -0
  1660. package/dist/collection/shoelace/assets/icons/receipt.svg +4 -0
  1661. package/dist/collection/shoelace/assets/icons/reception-0.svg +3 -0
  1662. package/dist/collection/shoelace/assets/icons/reception-1.svg +3 -0
  1663. package/dist/collection/shoelace/assets/icons/reception-2.svg +3 -0
  1664. package/dist/collection/shoelace/assets/icons/reception-3.svg +3 -0
  1665. package/dist/collection/shoelace/assets/icons/reception-4.svg +3 -0
  1666. package/dist/collection/shoelace/assets/icons/record-btn-fill.svg +3 -0
  1667. package/dist/collection/shoelace/assets/icons/record-btn.svg +4 -0
  1668. package/dist/collection/shoelace/assets/icons/record-circle-fill.svg +3 -0
  1669. package/dist/collection/shoelace/assets/icons/record-circle.svg +4 -0
  1670. package/dist/collection/shoelace/assets/icons/record-fill.svg +3 -0
  1671. package/dist/collection/shoelace/assets/icons/record.svg +3 -0
  1672. package/dist/collection/shoelace/assets/icons/record2-fill.svg +4 -0
  1673. package/dist/collection/shoelace/assets/icons/record2.svg +4 -0
  1674. package/dist/collection/shoelace/assets/icons/recycle.svg +3 -0
  1675. package/dist/collection/shoelace/assets/icons/reddit.svg +4 -0
  1676. package/dist/collection/shoelace/assets/icons/regex.svg +3 -0
  1677. package/dist/collection/shoelace/assets/icons/repeat-1.svg +4 -0
  1678. package/dist/collection/shoelace/assets/icons/repeat.svg +3 -0
  1679. package/dist/collection/shoelace/assets/icons/reply-all-fill.svg +4 -0
  1680. package/dist/collection/shoelace/assets/icons/reply-all.svg +4 -0
  1681. package/dist/collection/shoelace/assets/icons/reply-fill.svg +3 -0
  1682. package/dist/collection/shoelace/assets/icons/reply.svg +3 -0
  1683. package/dist/collection/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
  1684. package/dist/collection/shoelace/assets/icons/rewind-btn.svg +4 -0
  1685. package/dist/collection/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
  1686. package/dist/collection/shoelace/assets/icons/rewind-circle.svg +4 -0
  1687. package/dist/collection/shoelace/assets/icons/rewind-fill.svg +4 -0
  1688. package/dist/collection/shoelace/assets/icons/rewind.svg +4 -0
  1689. package/dist/collection/shoelace/assets/icons/robot.svg +4 -0
  1690. package/dist/collection/shoelace/assets/icons/rocket-fill.svg +4 -0
  1691. package/dist/collection/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
  1692. package/dist/collection/shoelace/assets/icons/rocket-takeoff.svg +5 -0
  1693. package/dist/collection/shoelace/assets/icons/rocket.svg +5 -0
  1694. package/dist/collection/shoelace/assets/icons/router-fill.svg +6 -0
  1695. package/dist/collection/shoelace/assets/icons/router.svg +6 -0
  1696. package/dist/collection/shoelace/assets/icons/rss-fill.svg +3 -0
  1697. package/dist/collection/shoelace/assets/icons/rss.svg +4 -0
  1698. package/dist/collection/shoelace/assets/icons/rulers.svg +3 -0
  1699. package/dist/collection/shoelace/assets/icons/safe-fill.svg +4 -0
  1700. package/dist/collection/shoelace/assets/icons/safe.svg +4 -0
  1701. package/dist/collection/shoelace/assets/icons/safe2-fill.svg +4 -0
  1702. package/dist/collection/shoelace/assets/icons/safe2.svg +4 -0
  1703. package/dist/collection/shoelace/assets/icons/save-fill.svg +3 -0
  1704. package/dist/collection/shoelace/assets/icons/save.svg +3 -0
  1705. package/dist/collection/shoelace/assets/icons/save2-fill.svg +3 -0
  1706. package/dist/collection/shoelace/assets/icons/save2.svg +3 -0
  1707. package/dist/collection/shoelace/assets/icons/scissors.svg +3 -0
  1708. package/dist/collection/shoelace/assets/icons/scooter.svg +3 -0
  1709. package/dist/collection/shoelace/assets/icons/screwdriver.svg +3 -0
  1710. package/dist/collection/shoelace/assets/icons/sd-card-fill.svg +3 -0
  1711. package/dist/collection/shoelace/assets/icons/sd-card.svg +4 -0
  1712. package/dist/collection/shoelace/assets/icons/search-heart-fill.svg +3 -0
  1713. package/dist/collection/shoelace/assets/icons/search-heart.svg +4 -0
  1714. package/dist/collection/shoelace/assets/icons/search.svg +3 -0
  1715. package/dist/collection/shoelace/assets/icons/segmented-nav.svg +3 -0
  1716. package/dist/collection/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
  1717. package/dist/collection/shoelace/assets/icons/send-arrow-down.svg +4 -0
  1718. package/dist/collection/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
  1719. package/dist/collection/shoelace/assets/icons/send-arrow-up.svg +4 -0
  1720. package/dist/collection/shoelace/assets/icons/send-check-fill.svg +4 -0
  1721. package/dist/collection/shoelace/assets/icons/send-check.svg +4 -0
  1722. package/dist/collection/shoelace/assets/icons/send-dash-fill.svg +4 -0
  1723. package/dist/collection/shoelace/assets/icons/send-dash.svg +4 -0
  1724. package/dist/collection/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
  1725. package/dist/collection/shoelace/assets/icons/send-exclamation.svg +4 -0
  1726. package/dist/collection/shoelace/assets/icons/send-fill.svg +3 -0
  1727. package/dist/collection/shoelace/assets/icons/send-plus-fill.svg +4 -0
  1728. package/dist/collection/shoelace/assets/icons/send-plus.svg +4 -0
  1729. package/dist/collection/shoelace/assets/icons/send-slash-fill.svg +4 -0
  1730. package/dist/collection/shoelace/assets/icons/send-slash.svg +4 -0
  1731. package/dist/collection/shoelace/assets/icons/send-x-fill.svg +4 -0
  1732. package/dist/collection/shoelace/assets/icons/send-x.svg +4 -0
  1733. package/dist/collection/shoelace/assets/icons/send.svg +3 -0
  1734. package/dist/collection/shoelace/assets/icons/server.svg +5 -0
  1735. package/dist/collection/shoelace/assets/icons/shadows.svg +3 -0
  1736. package/dist/collection/shoelace/assets/icons/share-fill.svg +3 -0
  1737. package/dist/collection/shoelace/assets/icons/share.svg +3 -0
  1738. package/dist/collection/shoelace/assets/icons/shield-check.svg +4 -0
  1739. package/dist/collection/shoelace/assets/icons/shield-exclamation.svg +4 -0
  1740. package/dist/collection/shoelace/assets/icons/shield-fill-check.svg +3 -0
  1741. package/dist/collection/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
  1742. package/dist/collection/shoelace/assets/icons/shield-fill-minus.svg +3 -0
  1743. package/dist/collection/shoelace/assets/icons/shield-fill-plus.svg +3 -0
  1744. package/dist/collection/shoelace/assets/icons/shield-fill-x.svg +3 -0
  1745. package/dist/collection/shoelace/assets/icons/shield-fill.svg +3 -0
  1746. package/dist/collection/shoelace/assets/icons/shield-lock-fill.svg +3 -0
  1747. package/dist/collection/shoelace/assets/icons/shield-lock.svg +4 -0
  1748. package/dist/collection/shoelace/assets/icons/shield-minus.svg +4 -0
  1749. package/dist/collection/shoelace/assets/icons/shield-plus.svg +4 -0
  1750. package/dist/collection/shoelace/assets/icons/shield-shaded.svg +3 -0
  1751. package/dist/collection/shoelace/assets/icons/shield-slash-fill.svg +3 -0
  1752. package/dist/collection/shoelace/assets/icons/shield-slash.svg +3 -0
  1753. package/dist/collection/shoelace/assets/icons/shield-x.svg +4 -0
  1754. package/dist/collection/shoelace/assets/icons/shield.svg +3 -0
  1755. package/dist/collection/shoelace/assets/icons/shift-fill.svg +3 -0
  1756. package/dist/collection/shoelace/assets/icons/shift.svg +3 -0
  1757. package/dist/collection/shoelace/assets/icons/shop-window.svg +3 -0
  1758. package/dist/collection/shoelace/assets/icons/shop.svg +3 -0
  1759. package/dist/collection/shoelace/assets/icons/shuffle.svg +4 -0
  1760. package/dist/collection/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
  1761. package/dist/collection/shoelace/assets/icons/sign-dead-end.svg +4 -0
  1762. package/dist/collection/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
  1763. package/dist/collection/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
  1764. package/dist/collection/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
  1765. package/dist/collection/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
  1766. package/dist/collection/shoelace/assets/icons/sign-intersection-side.svg +4 -0
  1767. package/dist/collection/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
  1768. package/dist/collection/shoelace/assets/icons/sign-intersection-t.svg +4 -0
  1769. package/dist/collection/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
  1770. package/dist/collection/shoelace/assets/icons/sign-intersection-y.svg +4 -0
  1771. package/dist/collection/shoelace/assets/icons/sign-intersection.svg +4 -0
  1772. package/dist/collection/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
  1773. package/dist/collection/shoelace/assets/icons/sign-merge-left.svg +4 -0
  1774. package/dist/collection/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
  1775. package/dist/collection/shoelace/assets/icons/sign-merge-right.svg +4 -0
  1776. package/dist/collection/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
  1777. package/dist/collection/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
  1778. package/dist/collection/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
  1779. package/dist/collection/shoelace/assets/icons/sign-no-parking.svg +3 -0
  1780. package/dist/collection/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
  1781. package/dist/collection/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
  1782. package/dist/collection/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
  1783. package/dist/collection/shoelace/assets/icons/sign-railroad.svg +4 -0
  1784. package/dist/collection/shoelace/assets/icons/sign-stop-fill.svg +4 -0
  1785. package/dist/collection/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
  1786. package/dist/collection/shoelace/assets/icons/sign-stop-lights.svg +4 -0
  1787. package/dist/collection/shoelace/assets/icons/sign-stop.svg +5 -0
  1788. package/dist/collection/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
  1789. package/dist/collection/shoelace/assets/icons/sign-turn-left.svg +4 -0
  1790. package/dist/collection/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
  1791. package/dist/collection/shoelace/assets/icons/sign-turn-right.svg +4 -0
  1792. package/dist/collection/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
  1793. package/dist/collection/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
  1794. package/dist/collection/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
  1795. package/dist/collection/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
  1796. package/dist/collection/shoelace/assets/icons/sign-yield-fill.svg +4 -0
  1797. package/dist/collection/shoelace/assets/icons/sign-yield.svg +5 -0
  1798. package/dist/collection/shoelace/assets/icons/signal.svg +3 -0
  1799. package/dist/collection/shoelace/assets/icons/signpost-2-fill.svg +3 -0
  1800. package/dist/collection/shoelace/assets/icons/signpost-2.svg +3 -0
  1801. package/dist/collection/shoelace/assets/icons/signpost-fill.svg +3 -0
  1802. package/dist/collection/shoelace/assets/icons/signpost-split-fill.svg +3 -0
  1803. package/dist/collection/shoelace/assets/icons/signpost-split.svg +3 -0
  1804. package/dist/collection/shoelace/assets/icons/signpost.svg +3 -0
  1805. package/dist/collection/shoelace/assets/icons/sim-fill.svg +4 -0
  1806. package/dist/collection/shoelace/assets/icons/sim-slash-fill.svg +3 -0
  1807. package/dist/collection/shoelace/assets/icons/sim-slash.svg +3 -0
  1808. package/dist/collection/shoelace/assets/icons/sim.svg +4 -0
  1809. package/dist/collection/shoelace/assets/icons/sina-weibo.svg +4 -0
  1810. package/dist/collection/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
  1811. package/dist/collection/shoelace/assets/icons/skip-backward-btn.svg +4 -0
  1812. package/dist/collection/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
  1813. package/dist/collection/shoelace/assets/icons/skip-backward-circle.svg +4 -0
  1814. package/dist/collection/shoelace/assets/icons/skip-backward-fill.svg +3 -0
  1815. package/dist/collection/shoelace/assets/icons/skip-backward.svg +3 -0
  1816. package/dist/collection/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
  1817. package/dist/collection/shoelace/assets/icons/skip-end-btn.svg +4 -0
  1818. package/dist/collection/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
  1819. package/dist/collection/shoelace/assets/icons/skip-end-circle.svg +4 -0
  1820. package/dist/collection/shoelace/assets/icons/skip-end-fill.svg +3 -0
  1821. package/dist/collection/shoelace/assets/icons/skip-end.svg +3 -0
  1822. package/dist/collection/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
  1823. package/dist/collection/shoelace/assets/icons/skip-forward-btn.svg +4 -0
  1824. package/dist/collection/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
  1825. package/dist/collection/shoelace/assets/icons/skip-forward-circle.svg +4 -0
  1826. package/dist/collection/shoelace/assets/icons/skip-forward-fill.svg +3 -0
  1827. package/dist/collection/shoelace/assets/icons/skip-forward.svg +3 -0
  1828. package/dist/collection/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
  1829. package/dist/collection/shoelace/assets/icons/skip-start-btn.svg +4 -0
  1830. package/dist/collection/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
  1831. package/dist/collection/shoelace/assets/icons/skip-start-circle.svg +4 -0
  1832. package/dist/collection/shoelace/assets/icons/skip-start-fill.svg +3 -0
  1833. package/dist/collection/shoelace/assets/icons/skip-start.svg +3 -0
  1834. package/dist/collection/shoelace/assets/icons/skype.svg +3 -0
  1835. package/dist/collection/shoelace/assets/icons/slack.svg +3 -0
  1836. package/dist/collection/shoelace/assets/icons/slash-circle-fill.svg +3 -0
  1837. package/dist/collection/shoelace/assets/icons/slash-circle.svg +4 -0
  1838. package/dist/collection/shoelace/assets/icons/slash-lg.svg +3 -0
  1839. package/dist/collection/shoelace/assets/icons/slash-square-fill.svg +3 -0
  1840. package/dist/collection/shoelace/assets/icons/slash-square.svg +4 -0
  1841. package/dist/collection/shoelace/assets/icons/slash.svg +3 -0
  1842. package/dist/collection/shoelace/assets/icons/sliders.svg +3 -0
  1843. package/dist/collection/shoelace/assets/icons/sliders2-vertical.svg +3 -0
  1844. package/dist/collection/shoelace/assets/icons/sliders2.svg +3 -0
  1845. package/dist/collection/shoelace/assets/icons/smartwatch.svg +4 -0
  1846. package/dist/collection/shoelace/assets/icons/snapchat.svg +3 -0
  1847. package/dist/collection/shoelace/assets/icons/snow.svg +3 -0
  1848. package/dist/collection/shoelace/assets/icons/snow2.svg +3 -0
  1849. package/dist/collection/shoelace/assets/icons/snow3.svg +4 -0
  1850. package/dist/collection/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
  1851. package/dist/collection/shoelace/assets/icons/sort-alpha-down.svg +4 -0
  1852. package/dist/collection/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
  1853. package/dist/collection/shoelace/assets/icons/sort-alpha-up.svg +4 -0
  1854. package/dist/collection/shoelace/assets/icons/sort-down-alt.svg +3 -0
  1855. package/dist/collection/shoelace/assets/icons/sort-down.svg +3 -0
  1856. package/dist/collection/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
  1857. package/dist/collection/shoelace/assets/icons/sort-numeric-down.svg +5 -0
  1858. package/dist/collection/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
  1859. package/dist/collection/shoelace/assets/icons/sort-numeric-up.svg +5 -0
  1860. package/dist/collection/shoelace/assets/icons/sort-up-alt.svg +3 -0
  1861. package/dist/collection/shoelace/assets/icons/sort-up.svg +3 -0
  1862. package/dist/collection/shoelace/assets/icons/soundwave.svg +3 -0
  1863. package/dist/collection/shoelace/assets/icons/sourceforge.svg +4 -0
  1864. package/dist/collection/shoelace/assets/icons/speaker-fill.svg +4 -0
  1865. package/dist/collection/shoelace/assets/icons/speaker.svg +4 -0
  1866. package/dist/collection/shoelace/assets/icons/speedometer.svg +4 -0
  1867. package/dist/collection/shoelace/assets/icons/speedometer2.svg +4 -0
  1868. package/dist/collection/shoelace/assets/icons/spellcheck.svg +4 -0
  1869. package/dist/collection/shoelace/assets/icons/spotify.svg +3 -0
  1870. package/dist/collection/shoelace/assets/icons/square-fill.svg +3 -0
  1871. package/dist/collection/shoelace/assets/icons/square-half.svg +3 -0
  1872. package/dist/collection/shoelace/assets/icons/square.svg +3 -0
  1873. package/dist/collection/shoelace/assets/icons/stack-overflow.svg +4 -0
  1874. package/dist/collection/shoelace/assets/icons/stack.svg +4 -0
  1875. package/dist/collection/shoelace/assets/icons/star-fill.svg +3 -0
  1876. package/dist/collection/shoelace/assets/icons/star-half.svg +3 -0
  1877. package/dist/collection/shoelace/assets/icons/star.svg +3 -0
  1878. package/dist/collection/shoelace/assets/icons/stars.svg +3 -0
  1879. package/dist/collection/shoelace/assets/icons/steam.svg +4 -0
  1880. package/dist/collection/shoelace/assets/icons/stickies-fill.svg +4 -0
  1881. package/dist/collection/shoelace/assets/icons/stickies.svg +4 -0
  1882. package/dist/collection/shoelace/assets/icons/sticky-fill.svg +3 -0
  1883. package/dist/collection/shoelace/assets/icons/sticky.svg +3 -0
  1884. package/dist/collection/shoelace/assets/icons/stop-btn-fill.svg +3 -0
  1885. package/dist/collection/shoelace/assets/icons/stop-btn.svg +4 -0
  1886. package/dist/collection/shoelace/assets/icons/stop-circle-fill.svg +3 -0
  1887. package/dist/collection/shoelace/assets/icons/stop-circle.svg +4 -0
  1888. package/dist/collection/shoelace/assets/icons/stop-fill.svg +3 -0
  1889. package/dist/collection/shoelace/assets/icons/stop.svg +3 -0
  1890. package/dist/collection/shoelace/assets/icons/stoplights-fill.svg +3 -0
  1891. package/dist/collection/shoelace/assets/icons/stoplights.svg +4 -0
  1892. package/dist/collection/shoelace/assets/icons/stopwatch-fill.svg +3 -0
  1893. package/dist/collection/shoelace/assets/icons/stopwatch.svg +4 -0
  1894. package/dist/collection/shoelace/assets/icons/strava.svg +3 -0
  1895. package/dist/collection/shoelace/assets/icons/stripe.svg +3 -0
  1896. package/dist/collection/shoelace/assets/icons/subscript.svg +3 -0
  1897. package/dist/collection/shoelace/assets/icons/substack.svg +3 -0
  1898. package/dist/collection/shoelace/assets/icons/subtract.svg +3 -0
  1899. package/dist/collection/shoelace/assets/icons/suit-club-fill.svg +3 -0
  1900. package/dist/collection/shoelace/assets/icons/suit-club.svg +3 -0
  1901. package/dist/collection/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
  1902. package/dist/collection/shoelace/assets/icons/suit-diamond.svg +3 -0
  1903. package/dist/collection/shoelace/assets/icons/suit-heart-fill.svg +3 -0
  1904. package/dist/collection/shoelace/assets/icons/suit-heart.svg +3 -0
  1905. package/dist/collection/shoelace/assets/icons/suit-spade-fill.svg +3 -0
  1906. package/dist/collection/shoelace/assets/icons/suit-spade.svg +3 -0
  1907. package/dist/collection/shoelace/assets/icons/suitcase-fill.svg +3 -0
  1908. package/dist/collection/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
  1909. package/dist/collection/shoelace/assets/icons/suitcase-lg.svg +3 -0
  1910. package/dist/collection/shoelace/assets/icons/suitcase.svg +4 -0
  1911. package/dist/collection/shoelace/assets/icons/suitcase2-fill.svg +3 -0
  1912. package/dist/collection/shoelace/assets/icons/suitcase2.svg +3 -0
  1913. package/dist/collection/shoelace/assets/icons/sun-fill.svg +3 -0
  1914. package/dist/collection/shoelace/assets/icons/sun.svg +3 -0
  1915. package/dist/collection/shoelace/assets/icons/sunglasses.svg +3 -0
  1916. package/dist/collection/shoelace/assets/icons/sunrise-fill.svg +3 -0
  1917. package/dist/collection/shoelace/assets/icons/sunrise.svg +3 -0
  1918. package/dist/collection/shoelace/assets/icons/sunset-fill.svg +3 -0
  1919. package/dist/collection/shoelace/assets/icons/sunset.svg +3 -0
  1920. package/dist/collection/shoelace/assets/icons/superscript.svg +3 -0
  1921. package/dist/collection/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
  1922. package/dist/collection/shoelace/assets/icons/symmetry-vertical.svg +3 -0
  1923. package/dist/collection/shoelace/assets/icons/table.svg +3 -0
  1924. package/dist/collection/shoelace/assets/icons/tablet-fill.svg +3 -0
  1925. package/dist/collection/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
  1926. package/dist/collection/shoelace/assets/icons/tablet-landscape.svg +4 -0
  1927. package/dist/collection/shoelace/assets/icons/tablet.svg +4 -0
  1928. package/dist/collection/shoelace/assets/icons/tag-fill.svg +3 -0
  1929. package/dist/collection/shoelace/assets/icons/tag.svg +4 -0
  1930. package/dist/collection/shoelace/assets/icons/tags-fill.svg +4 -0
  1931. package/dist/collection/shoelace/assets/icons/tags.svg +4 -0
  1932. package/dist/collection/shoelace/assets/icons/taxi-front-fill.svg +3 -0
  1933. package/dist/collection/shoelace/assets/icons/taxi-front.svg +4 -0
  1934. package/dist/collection/shoelace/assets/icons/telegram.svg +3 -0
  1935. package/dist/collection/shoelace/assets/icons/telephone-fill.svg +3 -0
  1936. package/dist/collection/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
  1937. package/dist/collection/shoelace/assets/icons/telephone-forward.svg +3 -0
  1938. package/dist/collection/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
  1939. package/dist/collection/shoelace/assets/icons/telephone-inbound.svg +3 -0
  1940. package/dist/collection/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
  1941. package/dist/collection/shoelace/assets/icons/telephone-minus.svg +4 -0
  1942. package/dist/collection/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
  1943. package/dist/collection/shoelace/assets/icons/telephone-outbound.svg +3 -0
  1944. package/dist/collection/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
  1945. package/dist/collection/shoelace/assets/icons/telephone-plus.svg +4 -0
  1946. package/dist/collection/shoelace/assets/icons/telephone-x-fill.svg +3 -0
  1947. package/dist/collection/shoelace/assets/icons/telephone-x.svg +4 -0
  1948. package/dist/collection/shoelace/assets/icons/telephone.svg +3 -0
  1949. package/dist/collection/shoelace/assets/icons/tencent-qq.svg +4 -0
  1950. package/dist/collection/shoelace/assets/icons/terminal-dash.svg +4 -0
  1951. package/dist/collection/shoelace/assets/icons/terminal-fill.svg +3 -0
  1952. package/dist/collection/shoelace/assets/icons/terminal-plus.svg +4 -0
  1953. package/dist/collection/shoelace/assets/icons/terminal-split.svg +4 -0
  1954. package/dist/collection/shoelace/assets/icons/terminal-x.svg +4 -0
  1955. package/dist/collection/shoelace/assets/icons/terminal.svg +4 -0
  1956. package/dist/collection/shoelace/assets/icons/text-center.svg +3 -0
  1957. package/dist/collection/shoelace/assets/icons/text-indent-left.svg +3 -0
  1958. package/dist/collection/shoelace/assets/icons/text-indent-right.svg +3 -0
  1959. package/dist/collection/shoelace/assets/icons/text-left.svg +3 -0
  1960. package/dist/collection/shoelace/assets/icons/text-paragraph.svg +3 -0
  1961. package/dist/collection/shoelace/assets/icons/text-right.svg +3 -0
  1962. package/dist/collection/shoelace/assets/icons/text-wrap.svg +3 -0
  1963. package/dist/collection/shoelace/assets/icons/textarea-resize.svg +3 -0
  1964. package/dist/collection/shoelace/assets/icons/textarea-t.svg +4 -0
  1965. package/dist/collection/shoelace/assets/icons/textarea.svg +3 -0
  1966. package/dist/collection/shoelace/assets/icons/thermometer-half.svg +4 -0
  1967. package/dist/collection/shoelace/assets/icons/thermometer-high.svg +4 -0
  1968. package/dist/collection/shoelace/assets/icons/thermometer-low.svg +4 -0
  1969. package/dist/collection/shoelace/assets/icons/thermometer-snow.svg +4 -0
  1970. package/dist/collection/shoelace/assets/icons/thermometer-sun.svg +4 -0
  1971. package/dist/collection/shoelace/assets/icons/thermometer.svg +4 -0
  1972. package/dist/collection/shoelace/assets/icons/threads-fill.svg +4 -0
  1973. package/dist/collection/shoelace/assets/icons/threads.svg +3 -0
  1974. package/dist/collection/shoelace/assets/icons/three-dots-vertical.svg +3 -0
  1975. package/dist/collection/shoelace/assets/icons/three-dots.svg +3 -0
  1976. package/dist/collection/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
  1977. package/dist/collection/shoelace/assets/icons/thunderbolt.svg +4 -0
  1978. package/dist/collection/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
  1979. package/dist/collection/shoelace/assets/icons/ticket-detailed.svg +4 -0
  1980. package/dist/collection/shoelace/assets/icons/ticket-fill.svg +3 -0
  1981. package/dist/collection/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
  1982. package/dist/collection/shoelace/assets/icons/ticket-perforated.svg +4 -0
  1983. package/dist/collection/shoelace/assets/icons/ticket.svg +3 -0
  1984. package/dist/collection/shoelace/assets/icons/tiktok.svg +3 -0
  1985. package/dist/collection/shoelace/assets/icons/toggle-off.svg +3 -0
  1986. package/dist/collection/shoelace/assets/icons/toggle-on.svg +3 -0
  1987. package/dist/collection/shoelace/assets/icons/toggle2-off.svg +4 -0
  1988. package/dist/collection/shoelace/assets/icons/toggle2-on.svg +4 -0
  1989. package/dist/collection/shoelace/assets/icons/toggles.svg +3 -0
  1990. package/dist/collection/shoelace/assets/icons/toggles2.svg +5 -0
  1991. package/dist/collection/shoelace/assets/icons/tools.svg +3 -0
  1992. package/dist/collection/shoelace/assets/icons/tornado.svg +3 -0
  1993. package/dist/collection/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
  1994. package/dist/collection/shoelace/assets/icons/train-freight-front.svg +3 -0
  1995. package/dist/collection/shoelace/assets/icons/train-front-fill.svg +3 -0
  1996. package/dist/collection/shoelace/assets/icons/train-front.svg +3 -0
  1997. package/dist/collection/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
  1998. package/dist/collection/shoelace/assets/icons/train-lightrail-front.svg +3 -0
  1999. package/dist/collection/shoelace/assets/icons/translate.svg +4 -0
  2000. package/dist/collection/shoelace/assets/icons/transparency.svg +3 -0
  2001. package/dist/collection/shoelace/assets/icons/trash-fill.svg +3 -0
  2002. package/dist/collection/shoelace/assets/icons/trash.svg +4 -0
  2003. package/dist/collection/shoelace/assets/icons/trash2-fill.svg +3 -0
  2004. package/dist/collection/shoelace/assets/icons/trash2.svg +3 -0
  2005. package/dist/collection/shoelace/assets/icons/trash3-fill.svg +3 -0
  2006. package/dist/collection/shoelace/assets/icons/trash3.svg +3 -0
  2007. package/dist/collection/shoelace/assets/icons/tree-fill.svg +3 -0
  2008. package/dist/collection/shoelace/assets/icons/tree.svg +3 -0
  2009. package/dist/collection/shoelace/assets/icons/trello.svg +3 -0
  2010. package/dist/collection/shoelace/assets/icons/triangle-fill.svg +3 -0
  2011. package/dist/collection/shoelace/assets/icons/triangle-half.svg +3 -0
  2012. package/dist/collection/shoelace/assets/icons/triangle.svg +3 -0
  2013. package/dist/collection/shoelace/assets/icons/trophy-fill.svg +3 -0
  2014. package/dist/collection/shoelace/assets/icons/trophy.svg +3 -0
  2015. package/dist/collection/shoelace/assets/icons/tropical-storm.svg +4 -0
  2016. package/dist/collection/shoelace/assets/icons/truck-flatbed.svg +3 -0
  2017. package/dist/collection/shoelace/assets/icons/truck-front-fill.svg +3 -0
  2018. package/dist/collection/shoelace/assets/icons/truck-front.svg +4 -0
  2019. package/dist/collection/shoelace/assets/icons/truck.svg +3 -0
  2020. package/dist/collection/shoelace/assets/icons/tsunami.svg +3 -0
  2021. package/dist/collection/shoelace/assets/icons/tv-fill.svg +3 -0
  2022. package/dist/collection/shoelace/assets/icons/tv.svg +3 -0
  2023. package/dist/collection/shoelace/assets/icons/twitch.svg +4 -0
  2024. package/dist/collection/shoelace/assets/icons/twitter-x.svg +3 -0
  2025. package/dist/collection/shoelace/assets/icons/twitter.svg +3 -0
  2026. package/dist/collection/shoelace/assets/icons/type-bold.svg +3 -0
  2027. package/dist/collection/shoelace/assets/icons/type-h1.svg +3 -0
  2028. package/dist/collection/shoelace/assets/icons/type-h2.svg +3 -0
  2029. package/dist/collection/shoelace/assets/icons/type-h3.svg +3 -0
  2030. package/dist/collection/shoelace/assets/icons/type-h4.svg +3 -0
  2031. package/dist/collection/shoelace/assets/icons/type-h5.svg +3 -0
  2032. package/dist/collection/shoelace/assets/icons/type-h6.svg +3 -0
  2033. package/dist/collection/shoelace/assets/icons/type-italic.svg +3 -0
  2034. package/dist/collection/shoelace/assets/icons/type-strikethrough.svg +3 -0
  2035. package/dist/collection/shoelace/assets/icons/type-underline.svg +3 -0
  2036. package/dist/collection/shoelace/assets/icons/type.svg +3 -0
  2037. package/dist/collection/shoelace/assets/icons/ubuntu.svg +3 -0
  2038. package/dist/collection/shoelace/assets/icons/ui-checks-grid.svg +3 -0
  2039. package/dist/collection/shoelace/assets/icons/ui-checks.svg +3 -0
  2040. package/dist/collection/shoelace/assets/icons/ui-radios-grid.svg +3 -0
  2041. package/dist/collection/shoelace/assets/icons/ui-radios.svg +3 -0
  2042. package/dist/collection/shoelace/assets/icons/umbrella-fill.svg +3 -0
  2043. package/dist/collection/shoelace/assets/icons/umbrella.svg +3 -0
  2044. package/dist/collection/shoelace/assets/icons/unindent.svg +4 -0
  2045. package/dist/collection/shoelace/assets/icons/union.svg +3 -0
  2046. package/dist/collection/shoelace/assets/icons/unity.svg +3 -0
  2047. package/dist/collection/shoelace/assets/icons/universal-access-circle.svg +4 -0
  2048. package/dist/collection/shoelace/assets/icons/universal-access.svg +3 -0
  2049. package/dist/collection/shoelace/assets/icons/unlock-fill.svg +3 -0
  2050. package/dist/collection/shoelace/assets/icons/unlock.svg +3 -0
  2051. package/dist/collection/shoelace/assets/icons/upc-scan.svg +3 -0
  2052. package/dist/collection/shoelace/assets/icons/upc.svg +3 -0
  2053. package/dist/collection/shoelace/assets/icons/upload.svg +4 -0
  2054. package/dist/collection/shoelace/assets/icons/usb-c-fill.svg +3 -0
  2055. package/dist/collection/shoelace/assets/icons/usb-c.svg +4 -0
  2056. package/dist/collection/shoelace/assets/icons/usb-drive-fill.svg +3 -0
  2057. package/dist/collection/shoelace/assets/icons/usb-drive.svg +3 -0
  2058. package/dist/collection/shoelace/assets/icons/usb-fill.svg +3 -0
  2059. package/dist/collection/shoelace/assets/icons/usb-micro-fill.svg +3 -0
  2060. package/dist/collection/shoelace/assets/icons/usb-micro.svg +4 -0
  2061. package/dist/collection/shoelace/assets/icons/usb-mini-fill.svg +3 -0
  2062. package/dist/collection/shoelace/assets/icons/usb-mini.svg +4 -0
  2063. package/dist/collection/shoelace/assets/icons/usb-plug-fill.svg +3 -0
  2064. package/dist/collection/shoelace/assets/icons/usb-plug.svg +3 -0
  2065. package/dist/collection/shoelace/assets/icons/usb-symbol.svg +3 -0
  2066. package/dist/collection/shoelace/assets/icons/usb.svg +4 -0
  2067. package/dist/collection/shoelace/assets/icons/valentine.svg +4 -0
  2068. package/dist/collection/shoelace/assets/icons/valentine2.svg +4 -0
  2069. package/dist/collection/shoelace/assets/icons/vector-pen.svg +4 -0
  2070. package/dist/collection/shoelace/assets/icons/view-list.svg +3 -0
  2071. package/dist/collection/shoelace/assets/icons/view-stacked.svg +3 -0
  2072. package/dist/collection/shoelace/assets/icons/vignette.svg +4 -0
  2073. package/dist/collection/shoelace/assets/icons/vimeo.svg +3 -0
  2074. package/dist/collection/shoelace/assets/icons/vinyl-fill.svg +4 -0
  2075. package/dist/collection/shoelace/assets/icons/vinyl.svg +5 -0
  2076. package/dist/collection/shoelace/assets/icons/virus.svg +3 -0
  2077. package/dist/collection/shoelace/assets/icons/virus2.svg +3 -0
  2078. package/dist/collection/shoelace/assets/icons/voicemail.svg +3 -0
  2079. package/dist/collection/shoelace/assets/icons/volume-down-fill.svg +3 -0
  2080. package/dist/collection/shoelace/assets/icons/volume-down.svg +3 -0
  2081. package/dist/collection/shoelace/assets/icons/volume-mute-fill.svg +3 -0
  2082. package/dist/collection/shoelace/assets/icons/volume-mute.svg +3 -0
  2083. package/dist/collection/shoelace/assets/icons/volume-off-fill.svg +3 -0
  2084. package/dist/collection/shoelace/assets/icons/volume-off.svg +3 -0
  2085. package/dist/collection/shoelace/assets/icons/volume-up-fill.svg +5 -0
  2086. package/dist/collection/shoelace/assets/icons/volume-up.svg +5 -0
  2087. package/dist/collection/shoelace/assets/icons/vr.svg +3 -0
  2088. package/dist/collection/shoelace/assets/icons/wallet-fill.svg +4 -0
  2089. package/dist/collection/shoelace/assets/icons/wallet.svg +3 -0
  2090. package/dist/collection/shoelace/assets/icons/wallet2.svg +3 -0
  2091. package/dist/collection/shoelace/assets/icons/watch.svg +4 -0
  2092. package/dist/collection/shoelace/assets/icons/water.svg +3 -0
  2093. package/dist/collection/shoelace/assets/icons/webcam-fill.svg +4 -0
  2094. package/dist/collection/shoelace/assets/icons/webcam.svg +4 -0
  2095. package/dist/collection/shoelace/assets/icons/wechat.svg +4 -0
  2096. package/dist/collection/shoelace/assets/icons/whatsapp.svg +3 -0
  2097. package/dist/collection/shoelace/assets/icons/wifi-1.svg +3 -0
  2098. package/dist/collection/shoelace/assets/icons/wifi-2.svg +3 -0
  2099. package/dist/collection/shoelace/assets/icons/wifi-off.svg +3 -0
  2100. package/dist/collection/shoelace/assets/icons/wifi.svg +4 -0
  2101. package/dist/collection/shoelace/assets/icons/wikipedia.svg +3 -0
  2102. package/dist/collection/shoelace/assets/icons/wind.svg +3 -0
  2103. package/dist/collection/shoelace/assets/icons/window-dash.svg +5 -0
  2104. package/dist/collection/shoelace/assets/icons/window-desktop.svg +4 -0
  2105. package/dist/collection/shoelace/assets/icons/window-dock.svg +4 -0
  2106. package/dist/collection/shoelace/assets/icons/window-fullscreen.svg +4 -0
  2107. package/dist/collection/shoelace/assets/icons/window-plus.svg +5 -0
  2108. package/dist/collection/shoelace/assets/icons/window-sidebar.svg +4 -0
  2109. package/dist/collection/shoelace/assets/icons/window-split.svg +4 -0
  2110. package/dist/collection/shoelace/assets/icons/window-stack.svg +4 -0
  2111. package/dist/collection/shoelace/assets/icons/window-x.svg +5 -0
  2112. package/dist/collection/shoelace/assets/icons/window.svg +4 -0
  2113. package/dist/collection/shoelace/assets/icons/windows.svg +3 -0
  2114. package/dist/collection/shoelace/assets/icons/wordpress.svg +5 -0
  2115. package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
  2116. package/dist/collection/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
  2117. package/dist/collection/shoelace/assets/icons/wrench-adjustable.svg +4 -0
  2118. package/dist/collection/shoelace/assets/icons/wrench.svg +3 -0
  2119. package/dist/collection/shoelace/assets/icons/x-circle-fill.svg +3 -0
  2120. package/dist/collection/shoelace/assets/icons/x-circle.svg +4 -0
  2121. package/dist/collection/shoelace/assets/icons/x-diamond-fill.svg +3 -0
  2122. package/dist/collection/shoelace/assets/icons/x-diamond.svg +3 -0
  2123. package/dist/collection/shoelace/assets/icons/x-lg.svg +3 -0
  2124. package/dist/collection/shoelace/assets/icons/x-octagon-fill.svg +3 -0
  2125. package/dist/collection/shoelace/assets/icons/x-octagon.svg +4 -0
  2126. package/dist/collection/shoelace/assets/icons/x-square-fill.svg +3 -0
  2127. package/dist/collection/shoelace/assets/icons/x-square.svg +4 -0
  2128. package/dist/collection/shoelace/assets/icons/x.svg +3 -0
  2129. package/dist/collection/shoelace/assets/icons/xbox.svg +3 -0
  2130. package/dist/collection/shoelace/assets/icons/yelp.svg +3 -0
  2131. package/dist/collection/shoelace/assets/icons/yin-yang.svg +4 -0
  2132. package/dist/collection/shoelace/assets/icons/youtube.svg +3 -0
  2133. package/dist/collection/shoelace/assets/icons/zoom-in.svg +5 -0
  2134. package/dist/collection/shoelace/assets/icons/zoom-out.svg +5 -0
  2135. package/dist/collection/utils/debounceTime.js +1 -0
  2136. package/dist/components/PodOsAware.js +1 -0
  2137. package/dist/components/PodOsModuleAware.js +1 -0
  2138. package/dist/components/ResourceAware.js +1 -0
  2139. package/dist/components/address-book-page.js +1 -0
  2140. package/dist/components/chunk.3XI76F3K.js +103 -0
  2141. package/dist/components/chunk.3Y6SB6QS.js +1 -0
  2142. package/dist/components/chunk.4TUIT776.js +42 -0
  2143. package/dist/components/chunk.5JY5FUCG.js +74 -0
  2144. package/dist/components/chunk.6CTB5ZDJ.js +1 -0
  2145. package/dist/components/chunk.AJ3ENQ5C.js +12 -0
  2146. package/dist/components/chunk.HVTXQL7M.js +365 -0
  2147. package/dist/components/chunk.NYIIDP5N.js +1 -0
  2148. package/dist/components/chunk.URTPIBTY.js +78 -0
  2149. package/dist/components/chunk.XQ2OKYYA.js +68 -0
  2150. package/dist/components/chunk.YHLNUJ7P.js +26 -0
  2151. package/dist/components/chunk.ZGGPD2XJ.js +1 -0
  2152. package/dist/components/class-map.js +11 -0
  2153. package/dist/components/contact-details.js +1 -0
  2154. package/dist/components/contact-list.js +1 -0
  2155. package/dist/components/create-new-contact-form.js +1 -0
  2156. package/dist/components/create-new-contact.js +1 -0
  2157. package/dist/components/email-addresses.js +1 -0
  2158. package/dist/components/group-details.js +1 -0
  2159. package/dist/components/group-list.js +1 -0
  2160. package/dist/components/if-defined.js +6 -0
  2161. package/dist/components/index.d.ts +35 -0
  2162. package/dist/components/index.js +1 -0
  2163. package/dist/components/index2.js +67 -0
  2164. package/dist/components/index3.js +1 -0
  2165. package/dist/components/index4.js +1 -0
  2166. package/dist/components/index5.js +1 -0
  2167. package/dist/components/jsonld-V2RB47OZ.js +74 -0
  2168. package/dist/components/list-address-books.js +1 -0
  2169. package/dist/components/loading-spinner.js +1 -0
  2170. package/dist/components/open-address-book.js +1 -0
  2171. package/dist/components/phone-numbers.js +1 -0
  2172. package/dist/components/pos-add-literal-value.js +1 -0
  2173. package/dist/components/pos-add-literal-value2.js +1 -0
  2174. package/dist/components/pos-add-new-thing.js +1 -0
  2175. package/dist/components/pos-add-new-thing2.js +1 -0
  2176. package/dist/components/pos-app-browser.js +1 -0
  2177. package/dist/components/pos-app-dashboard.js +1 -0
  2178. package/dist/components/pos-app-dashboard2.js +1 -0
  2179. package/dist/components/pos-app-document-viewer.js +1 -0
  2180. package/dist/components/pos-app-generic.js +1 -0
  2181. package/dist/components/pos-app-image-viewer.js +1 -0
  2182. package/dist/components/pos-app-ldp-container.js +1 -0
  2183. package/dist/components/pos-app-rdf-document.js +1 -0
  2184. package/dist/components/pos-app-settings.js +1 -0
  2185. package/dist/components/pos-app-settings2.js +1 -0
  2186. package/dist/components/pos-app.js +1 -0
  2187. package/dist/components/pos-app2.js +1 -0
  2188. package/dist/components/pos-attachments.js +1 -0
  2189. package/dist/components/pos-attachments2.js +1 -0
  2190. package/dist/components/pos-contacts-address-book-page.d.ts +11 -0
  2191. package/dist/components/pos-contacts-address-book-page.js +1 -0
  2192. package/dist/components/pos-contacts-app.d.ts +11 -0
  2193. package/dist/components/pos-contacts-app.js +1 -0
  2194. package/dist/components/pos-contacts-contact-details.d.ts +11 -0
  2195. package/dist/components/pos-contacts-contact-details.js +1 -0
  2196. package/dist/components/pos-contacts-contact-list.d.ts +11 -0
  2197. package/dist/components/pos-contacts-contact-list.js +1 -0
  2198. package/dist/components/pos-contacts-create-new-contact-form.d.ts +11 -0
  2199. package/dist/components/pos-contacts-create-new-contact-form.js +1 -0
  2200. package/dist/components/pos-contacts-create-new-contact.d.ts +11 -0
  2201. package/dist/components/pos-contacts-create-new-contact.js +1 -0
  2202. package/dist/components/pos-contacts-email-addresses.d.ts +11 -0
  2203. package/dist/components/pos-contacts-email-addresses.js +1 -0
  2204. package/dist/components/pos-contacts-group-details.d.ts +11 -0
  2205. package/dist/components/pos-contacts-group-details.js +1 -0
  2206. package/dist/components/pos-contacts-group-list.d.ts +11 -0
  2207. package/dist/components/pos-contacts-group-list.js +1 -0
  2208. package/dist/components/pos-contacts-list-address-books.d.ts +11 -0
  2209. package/dist/components/pos-contacts-list-address-books.js +1 -0
  2210. package/dist/components/pos-contacts-loading-spinner.d.ts +11 -0
  2211. package/dist/components/pos-contacts-loading-spinner.js +1 -0
  2212. package/dist/components/pos-contacts-open-address-book.d.ts +11 -0
  2213. package/dist/components/pos-contacts-open-address-book.js +1 -0
  2214. package/dist/components/pos-contacts-phone-numbers.d.ts +11 -0
  2215. package/dist/components/pos-contacts-phone-numbers.js +1 -0
  2216. package/dist/components/pos-contacts-router.d.ts +11 -0
  2217. package/dist/components/pos-contacts-router.js +1 -0
  2218. package/dist/components/pos-contacts-welcome-page.d.ts +11 -0
  2219. package/dist/components/pos-contacts-welcome-page.js +1 -0
  2220. package/dist/components/pos-container-contents.js +1 -0
  2221. package/dist/components/pos-container-contents2.js +1 -0
  2222. package/dist/components/pos-container-item.js +1 -0
  2223. package/dist/components/pos-container-item2.js +1 -0
  2224. package/dist/components/pos-container-toolbar.js +1 -0
  2225. package/dist/components/pos-container-toolbar2.js +1 -0
  2226. package/dist/components/pos-create-new-container-item.js +1 -0
  2227. package/dist/components/pos-create-new-container-item2.js +1 -0
  2228. package/dist/components/pos-description.js +1 -0
  2229. package/dist/components/pos-description2.js +1 -0
  2230. package/dist/components/pos-dialog.js +1 -0
  2231. package/dist/components/pos-dialog2.js +1 -0
  2232. package/dist/components/pos-document.js +1 -0
  2233. package/dist/components/pos-document2.js +1 -0
  2234. package/dist/components/pos-error-toast.js +1 -0
  2235. package/dist/components/pos-error-toast2.js +258 -0
  2236. package/dist/components/pos-example-resources.js +1 -0
  2237. package/dist/components/pos-example-resources2.js +1 -0
  2238. package/dist/components/pos-getting-started.js +1 -0
  2239. package/dist/components/pos-getting-started2.js +1 -0
  2240. package/dist/components/pos-image.js +1 -0
  2241. package/dist/components/pos-image2.js +1 -0
  2242. package/dist/components/pos-internal-router.js +1 -0
  2243. package/dist/components/pos-internal-router2.js +1 -0
  2244. package/dist/components/pos-label.js +1 -0
  2245. package/dist/components/pos-label2.js +1 -0
  2246. package/dist/components/pos-list.js +1 -0
  2247. package/dist/components/pos-literals.js +1 -0
  2248. package/dist/components/pos-literals2.js +1 -0
  2249. package/dist/components/pos-login-form.js +1 -0
  2250. package/dist/components/pos-login-form2.js +1 -0
  2251. package/dist/components/pos-login.js +1 -0
  2252. package/dist/components/pos-login2.js +1 -0
  2253. package/dist/components/pos-make-findable.js +1 -0
  2254. package/dist/components/pos-make-findable2.js +1 -0
  2255. package/dist/components/pos-markdown-document.js +1 -0
  2256. package/dist/components/pos-markdown-document2.js +1 -0
  2257. package/dist/components/pos-navigation-bar.js +1 -0
  2258. package/dist/components/pos-navigation-bar2.js +1 -0
  2259. package/dist/components/pos-navigation.js +1 -0
  2260. package/dist/components/pos-navigation2.js +1 -0
  2261. package/dist/components/pos-new-thing-form.js +1 -0
  2262. package/dist/components/pos-new-thing-form2.js +1 -0
  2263. package/dist/components/pos-picture.js +1 -0
  2264. package/dist/components/pos-picture2.js +1 -0
  2265. package/dist/components/pos-predicate.js +1 -0
  2266. package/dist/components/pos-predicate2.js +1 -0
  2267. package/dist/components/pos-relations.js +1 -0
  2268. package/dist/components/pos-relations2.js +1 -0
  2269. package/dist/components/pos-resource.js +1 -0
  2270. package/dist/components/pos-resource2.js +1 -0
  2271. package/dist/components/pos-reverse-relations.js +1 -0
  2272. package/dist/components/pos-reverse-relations2.js +1 -0
  2273. package/dist/components/pos-rich-link.js +1 -0
  2274. package/dist/components/pos-rich-link2.js +1 -0
  2275. package/dist/components/pos-router.js +1 -0
  2276. package/dist/components/pos-router2.js +1 -0
  2277. package/dist/components/pos-select-term.js +1 -0
  2278. package/dist/components/pos-select-term2.js +1 -0
  2279. package/dist/components/pos-setting-offline-cache.js +1 -0
  2280. package/dist/components/pos-setting-offline-cache2.js +1 -0
  2281. package/dist/components/pos-subjects.js +1 -0
  2282. package/dist/components/pos-subjects2.js +1 -0
  2283. package/dist/components/pos-tool-attachments.js +1 -0
  2284. package/dist/components/pos-tool-select.js +1 -0
  2285. package/dist/components/pos-tool-select2.js +1 -0
  2286. package/dist/components/pos-type-badges.js +1 -0
  2287. package/dist/components/pos-type-badges2.js +1 -0
  2288. package/dist/components/pos-type-index-entries.js +1 -0
  2289. package/dist/components/pos-type-index-entries2.js +1 -0
  2290. package/dist/components/pos-type-router.js +1 -0
  2291. package/dist/components/pos-type-router2.js +1 -0
  2292. package/dist/components/pos-upload.js +1 -0
  2293. package/dist/components/pos-upload2.js +16 -0
  2294. package/dist/components/pos-user-menu.js +1 -0
  2295. package/dist/components/pos-user-menu2.js +107 -0
  2296. package/dist/components/pos-value.js +1 -0
  2297. package/dist/components/router.js +1 -0
  2298. package/dist/components/session.js +1 -0
  2299. package/dist/components/settings.js +1 -0
  2300. package/dist/components/usePodOS.js +1 -0
  2301. package/dist/components/usePodOS2.js +1 -0
  2302. package/dist/components/welcome-page.js +1 -0
  2303. package/dist/contacts/contacts.css +39 -0
  2304. package/dist/contacts/contacts.esm.js +1 -0
  2305. package/dist/contacts/index.esm.js +0 -0
  2306. package/dist/contacts/p-04958ea3.entry.js +1 -0
  2307. package/dist/contacts/p-1a3db10b.entry.js +364 -0
  2308. package/dist/contacts/p-1c438065.entry.js +1 -0
  2309. package/dist/contacts/p-1d26260f.entry.js +1 -0
  2310. package/dist/contacts/p-1xUnBGk9.js +78 -0
  2311. package/dist/contacts/p-274a058e.entry.js +1 -0
  2312. package/dist/contacts/p-2838a706.entry.js +1 -0
  2313. package/dist/contacts/p-2f71dc3f.entry.js +1 -0
  2314. package/dist/contacts/p-34745d30.entry.js +1 -0
  2315. package/dist/contacts/p-40c74195.entry.js +1 -0
  2316. package/dist/contacts/p-4b083d14.entry.js +1 -0
  2317. package/dist/contacts/p-67acd5f1.entry.js +1 -0
  2318. package/dist/contacts/p-728d6af6.entry.js +1 -0
  2319. package/dist/contacts/p-734b1a7b.entry.js +1 -0
  2320. package/dist/contacts/p-8bfd4d17.entry.js +118 -0
  2321. package/dist/contacts/p-934f49b1.entry.js +1 -0
  2322. package/dist/contacts/p-B9Os6GUk.js +85 -0
  2323. package/dist/contacts/p-BW_CkW1K.js +1 -0
  2324. package/dist/contacts/p-BnGEOH37.js +1 -0
  2325. package/dist/contacts/p-CXax1-ne.js +1 -0
  2326. package/dist/contacts/p-C_2ssh--.js +365 -0
  2327. package/dist/contacts/p-CbjulEge.js +1 -0
  2328. package/dist/contacts/p-D0uCfr1-.js +1 -0
  2329. package/dist/contacts/p-D6s4RlTY.js +1 -0
  2330. package/dist/contacts/p-DAeBhDur.js +67 -0
  2331. package/dist/contacts/p-Doy_38_j.js +74 -0
  2332. package/dist/contacts/p-GY-EgIvC.js +6 -0
  2333. package/dist/contacts/p-LoCE14bN.js +67 -0
  2334. package/dist/contacts/p-ZMx7-r-Z.js +68 -0
  2335. package/dist/contacts/p-_4aU9NfA.js +2 -0
  2336. package/dist/contacts/p-a1eccbb3.entry.js +1 -0
  2337. package/dist/contacts/p-a2fd47c3.entry.js +1 -0
  2338. package/dist/contacts/p-a4ce6940.entry.js +1 -0
  2339. package/dist/contacts/p-a7162c9d.entry.js +1 -0
  2340. package/dist/contacts/p-a98a5bbc.entry.js +1 -0
  2341. package/dist/contacts/p-be6f3b82.entry.js +1 -0
  2342. package/dist/contacts/p-c5e66c2d.entry.js +1 -0
  2343. package/dist/contacts/p-c614a152.entry.js +1 -0
  2344. package/dist/contacts/p-d84a0a69.entry.js +1 -0
  2345. package/dist/contacts/p-f5733446.entry.js +1 -0
  2346. package/dist/contacts/p-fe469d93.entry.js +1 -0
  2347. package/dist/contacts/p-ffZsjcF5.js +11 -0
  2348. package/dist/contacts/p-jlzl8vRd.js +1 -0
  2349. package/dist/contacts/p-sjhA5ZF-.js +1 -0
  2350. package/dist/contacts/p-vFMstSdt.js +1 -0
  2351. package/dist/contacts/p-yVO4JQ9P.js +1 -0
  2352. package/dist/contacts/shoelace/assets/icons/0-circle-fill.svg +4 -0
  2353. package/dist/contacts/shoelace/assets/icons/0-circle.svg +4 -0
  2354. package/dist/contacts/shoelace/assets/icons/0-square-fill.svg +4 -0
  2355. package/dist/contacts/shoelace/assets/icons/0-square.svg +4 -0
  2356. package/dist/contacts/shoelace/assets/icons/1-circle-fill.svg +3 -0
  2357. package/dist/contacts/shoelace/assets/icons/1-circle.svg +3 -0
  2358. package/dist/contacts/shoelace/assets/icons/1-square-fill.svg +3 -0
  2359. package/dist/contacts/shoelace/assets/icons/1-square.svg +4 -0
  2360. package/dist/contacts/shoelace/assets/icons/123.svg +3 -0
  2361. package/dist/contacts/shoelace/assets/icons/2-circle-fill.svg +3 -0
  2362. package/dist/contacts/shoelace/assets/icons/2-circle.svg +3 -0
  2363. package/dist/contacts/shoelace/assets/icons/2-square-fill.svg +3 -0
  2364. package/dist/contacts/shoelace/assets/icons/2-square.svg +4 -0
  2365. package/dist/contacts/shoelace/assets/icons/3-circle-fill.svg +3 -0
  2366. package/dist/contacts/shoelace/assets/icons/3-circle.svg +4 -0
  2367. package/dist/contacts/shoelace/assets/icons/3-square-fill.svg +3 -0
  2368. package/dist/contacts/shoelace/assets/icons/3-square.svg +4 -0
  2369. package/dist/contacts/shoelace/assets/icons/4-circle-fill.svg +3 -0
  2370. package/dist/contacts/shoelace/assets/icons/4-circle.svg +4 -0
  2371. package/dist/contacts/shoelace/assets/icons/4-square-fill.svg +4 -0
  2372. package/dist/contacts/shoelace/assets/icons/4-square.svg +4 -0
  2373. package/dist/contacts/shoelace/assets/icons/5-circle-fill.svg +3 -0
  2374. package/dist/contacts/shoelace/assets/icons/5-circle.svg +3 -0
  2375. package/dist/contacts/shoelace/assets/icons/5-square-fill.svg +3 -0
  2376. package/dist/contacts/shoelace/assets/icons/5-square.svg +4 -0
  2377. package/dist/contacts/shoelace/assets/icons/6-circle-fill.svg +3 -0
  2378. package/dist/contacts/shoelace/assets/icons/6-circle.svg +3 -0
  2379. package/dist/contacts/shoelace/assets/icons/6-square-fill.svg +4 -0
  2380. package/dist/contacts/shoelace/assets/icons/6-square.svg +4 -0
  2381. package/dist/contacts/shoelace/assets/icons/7-circle-fill.svg +3 -0
  2382. package/dist/contacts/shoelace/assets/icons/7-circle.svg +3 -0
  2383. package/dist/contacts/shoelace/assets/icons/7-square-fill.svg +3 -0
  2384. package/dist/contacts/shoelace/assets/icons/7-square.svg +4 -0
  2385. package/dist/contacts/shoelace/assets/icons/8-circle-fill.svg +3 -0
  2386. package/dist/contacts/shoelace/assets/icons/8-circle.svg +3 -0
  2387. package/dist/contacts/shoelace/assets/icons/8-square-fill.svg +4 -0
  2388. package/dist/contacts/shoelace/assets/icons/8-square.svg +4 -0
  2389. package/dist/contacts/shoelace/assets/icons/9-circle-fill.svg +3 -0
  2390. package/dist/contacts/shoelace/assets/icons/9-circle.svg +3 -0
  2391. package/dist/contacts/shoelace/assets/icons/9-square-fill.svg +4 -0
  2392. package/dist/contacts/shoelace/assets/icons/9-square.svg +4 -0
  2393. package/dist/contacts/shoelace/assets/icons/LICENSE +21 -0
  2394. package/dist/contacts/shoelace/assets/icons/activity.svg +3 -0
  2395. package/dist/contacts/shoelace/assets/icons/airplane-engines-fill.svg +3 -0
  2396. package/dist/contacts/shoelace/assets/icons/airplane-engines.svg +3 -0
  2397. package/dist/contacts/shoelace/assets/icons/airplane-fill.svg +3 -0
  2398. package/dist/contacts/shoelace/assets/icons/airplane.svg +3 -0
  2399. package/dist/contacts/shoelace/assets/icons/alarm-fill.svg +3 -0
  2400. package/dist/contacts/shoelace/assets/icons/alarm.svg +4 -0
  2401. package/dist/contacts/shoelace/assets/icons/alexa.svg +3 -0
  2402. package/dist/contacts/shoelace/assets/icons/align-bottom.svg +4 -0
  2403. package/dist/contacts/shoelace/assets/icons/align-center.svg +3 -0
  2404. package/dist/contacts/shoelace/assets/icons/align-end.svg +4 -0
  2405. package/dist/contacts/shoelace/assets/icons/align-middle.svg +3 -0
  2406. package/dist/contacts/shoelace/assets/icons/align-start.svg +4 -0
  2407. package/dist/contacts/shoelace/assets/icons/align-top.svg +4 -0
  2408. package/dist/contacts/shoelace/assets/icons/alipay.svg +4 -0
  2409. package/dist/contacts/shoelace/assets/icons/alphabet-uppercase.svg +3 -0
  2410. package/dist/contacts/shoelace/assets/icons/alphabet.svg +3 -0
  2411. package/dist/contacts/shoelace/assets/icons/alt.svg +3 -0
  2412. package/dist/contacts/shoelace/assets/icons/amazon.svg +4 -0
  2413. package/dist/contacts/shoelace/assets/icons/amd.svg +3 -0
  2414. package/dist/contacts/shoelace/assets/icons/android.svg +3 -0
  2415. package/dist/contacts/shoelace/assets/icons/android2.svg +3 -0
  2416. package/dist/contacts/shoelace/assets/icons/app-indicator.svg +4 -0
  2417. package/dist/contacts/shoelace/assets/icons/app.svg +3 -0
  2418. package/dist/contacts/shoelace/assets/icons/apple.svg +4 -0
  2419. package/dist/contacts/shoelace/assets/icons/archive-fill.svg +3 -0
  2420. package/dist/contacts/shoelace/assets/icons/archive.svg +3 -0
  2421. package/dist/contacts/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
  2422. package/dist/contacts/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
  2423. package/dist/contacts/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
  2424. package/dist/contacts/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
  2425. package/dist/contacts/shoelace/assets/icons/arrow-bar-down.svg +3 -0
  2426. package/dist/contacts/shoelace/assets/icons/arrow-bar-left.svg +3 -0
  2427. package/dist/contacts/shoelace/assets/icons/arrow-bar-right.svg +3 -0
  2428. package/dist/contacts/shoelace/assets/icons/arrow-bar-up.svg +3 -0
  2429. package/dist/contacts/shoelace/assets/icons/arrow-clockwise.svg +4 -0
  2430. package/dist/contacts/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
  2431. package/dist/contacts/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
  2432. package/dist/contacts/shoelace/assets/icons/arrow-down-circle.svg +3 -0
  2433. package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
  2434. package/dist/contacts/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
  2435. package/dist/contacts/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
  2436. package/dist/contacts/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
  2437. package/dist/contacts/shoelace/assets/icons/arrow-down-left.svg +3 -0
  2438. package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
  2439. package/dist/contacts/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
  2440. package/dist/contacts/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
  2441. package/dist/contacts/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
  2442. package/dist/contacts/shoelace/assets/icons/arrow-down-right.svg +3 -0
  2443. package/dist/contacts/shoelace/assets/icons/arrow-down-short.svg +3 -0
  2444. package/dist/contacts/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
  2445. package/dist/contacts/shoelace/assets/icons/arrow-down-square.svg +3 -0
  2446. package/dist/contacts/shoelace/assets/icons/arrow-down-up.svg +3 -0
  2447. package/dist/contacts/shoelace/assets/icons/arrow-down.svg +3 -0
  2448. package/dist/contacts/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
  2449. package/dist/contacts/shoelace/assets/icons/arrow-left-circle.svg +3 -0
  2450. package/dist/contacts/shoelace/assets/icons/arrow-left-right.svg +3 -0
  2451. package/dist/contacts/shoelace/assets/icons/arrow-left-short.svg +3 -0
  2452. package/dist/contacts/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
  2453. package/dist/contacts/shoelace/assets/icons/arrow-left-square.svg +3 -0
  2454. package/dist/contacts/shoelace/assets/icons/arrow-left.svg +3 -0
  2455. package/dist/contacts/shoelace/assets/icons/arrow-repeat.svg +4 -0
  2456. package/dist/contacts/shoelace/assets/icons/arrow-return-left.svg +3 -0
  2457. package/dist/contacts/shoelace/assets/icons/arrow-return-right.svg +3 -0
  2458. package/dist/contacts/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
  2459. package/dist/contacts/shoelace/assets/icons/arrow-right-circle.svg +3 -0
  2460. package/dist/contacts/shoelace/assets/icons/arrow-right-short.svg +3 -0
  2461. package/dist/contacts/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
  2462. package/dist/contacts/shoelace/assets/icons/arrow-right-square.svg +3 -0
  2463. package/dist/contacts/shoelace/assets/icons/arrow-right.svg +3 -0
  2464. package/dist/contacts/shoelace/assets/icons/arrow-through-heart-fill.svg +3 -0
  2465. package/dist/contacts/shoelace/assets/icons/arrow-through-heart.svg +3 -0
  2466. package/dist/contacts/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
  2467. package/dist/contacts/shoelace/assets/icons/arrow-up-circle.svg +3 -0
  2468. package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
  2469. package/dist/contacts/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
  2470. package/dist/contacts/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
  2471. package/dist/contacts/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
  2472. package/dist/contacts/shoelace/assets/icons/arrow-up-left.svg +3 -0
  2473. package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
  2474. package/dist/contacts/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
  2475. package/dist/contacts/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
  2476. package/dist/contacts/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
  2477. package/dist/contacts/shoelace/assets/icons/arrow-up-right.svg +3 -0
  2478. package/dist/contacts/shoelace/assets/icons/arrow-up-short.svg +3 -0
  2479. package/dist/contacts/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
  2480. package/dist/contacts/shoelace/assets/icons/arrow-up-square.svg +3 -0
  2481. package/dist/contacts/shoelace/assets/icons/arrow-up.svg +3 -0
  2482. package/dist/contacts/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
  2483. package/dist/contacts/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
  2484. package/dist/contacts/shoelace/assets/icons/arrows-collapse-vertical.svg +3 -0
  2485. package/dist/contacts/shoelace/assets/icons/arrows-collapse.svg +3 -0
  2486. package/dist/contacts/shoelace/assets/icons/arrows-expand-vertical.svg +3 -0
  2487. package/dist/contacts/shoelace/assets/icons/arrows-expand.svg +3 -0
  2488. package/dist/contacts/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
  2489. package/dist/contacts/shoelace/assets/icons/arrows-move.svg +3 -0
  2490. package/dist/contacts/shoelace/assets/icons/arrows-vertical.svg +3 -0
  2491. package/dist/contacts/shoelace/assets/icons/arrows.svg +3 -0
  2492. package/dist/contacts/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
  2493. package/dist/contacts/shoelace/assets/icons/aspect-ratio.svg +4 -0
  2494. package/dist/contacts/shoelace/assets/icons/asterisk.svg +3 -0
  2495. package/dist/contacts/shoelace/assets/icons/at.svg +3 -0
  2496. package/dist/contacts/shoelace/assets/icons/award-fill.svg +4 -0
  2497. package/dist/contacts/shoelace/assets/icons/award.svg +4 -0
  2498. package/dist/contacts/shoelace/assets/icons/back.svg +3 -0
  2499. package/dist/contacts/shoelace/assets/icons/backpack-fill.svg +4 -0
  2500. package/dist/contacts/shoelace/assets/icons/backpack.svg +4 -0
  2501. package/dist/contacts/shoelace/assets/icons/backpack2-fill.svg +4 -0
  2502. package/dist/contacts/shoelace/assets/icons/backpack2.svg +5 -0
  2503. package/dist/contacts/shoelace/assets/icons/backpack3-fill.svg +4 -0
  2504. package/dist/contacts/shoelace/assets/icons/backpack3.svg +4 -0
  2505. package/dist/contacts/shoelace/assets/icons/backpack4-fill.svg +4 -0
  2506. package/dist/contacts/shoelace/assets/icons/backpack4.svg +4 -0
  2507. package/dist/contacts/shoelace/assets/icons/backspace-fill.svg +3 -0
  2508. package/dist/contacts/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
  2509. package/dist/contacts/shoelace/assets/icons/backspace-reverse.svg +4 -0
  2510. package/dist/contacts/shoelace/assets/icons/backspace.svg +4 -0
  2511. package/dist/contacts/shoelace/assets/icons/badge-3d-fill.svg +4 -0
  2512. package/dist/contacts/shoelace/assets/icons/badge-3d.svg +4 -0
  2513. package/dist/contacts/shoelace/assets/icons/badge-4k-fill.svg +4 -0
  2514. package/dist/contacts/shoelace/assets/icons/badge-4k.svg +4 -0
  2515. package/dist/contacts/shoelace/assets/icons/badge-8k-fill.svg +4 -0
  2516. package/dist/contacts/shoelace/assets/icons/badge-8k.svg +4 -0
  2517. package/dist/contacts/shoelace/assets/icons/badge-ad-fill.svg +4 -0
  2518. package/dist/contacts/shoelace/assets/icons/badge-ad.svg +4 -0
  2519. package/dist/contacts/shoelace/assets/icons/badge-ar-fill.svg +4 -0
  2520. package/dist/contacts/shoelace/assets/icons/badge-ar.svg +4 -0
  2521. package/dist/contacts/shoelace/assets/icons/badge-cc-fill.svg +3 -0
  2522. package/dist/contacts/shoelace/assets/icons/badge-cc.svg +4 -0
  2523. package/dist/contacts/shoelace/assets/icons/badge-hd-fill.svg +4 -0
  2524. package/dist/contacts/shoelace/assets/icons/badge-hd.svg +4 -0
  2525. package/dist/contacts/shoelace/assets/icons/badge-sd-fill.svg +4 -0
  2526. package/dist/contacts/shoelace/assets/icons/badge-sd.svg +3 -0
  2527. package/dist/contacts/shoelace/assets/icons/badge-tm-fill.svg +3 -0
  2528. package/dist/contacts/shoelace/assets/icons/badge-tm.svg +4 -0
  2529. package/dist/contacts/shoelace/assets/icons/badge-vo-fill.svg +4 -0
  2530. package/dist/contacts/shoelace/assets/icons/badge-vo.svg +4 -0
  2531. package/dist/contacts/shoelace/assets/icons/badge-vr-fill.svg +4 -0
  2532. package/dist/contacts/shoelace/assets/icons/badge-vr.svg +4 -0
  2533. package/dist/contacts/shoelace/assets/icons/badge-wc-fill.svg +3 -0
  2534. package/dist/contacts/shoelace/assets/icons/badge-wc.svg +4 -0
  2535. package/dist/contacts/shoelace/assets/icons/bag-check-fill.svg +3 -0
  2536. package/dist/contacts/shoelace/assets/icons/bag-check.svg +4 -0
  2537. package/dist/contacts/shoelace/assets/icons/bag-dash-fill.svg +3 -0
  2538. package/dist/contacts/shoelace/assets/icons/bag-dash.svg +4 -0
  2539. package/dist/contacts/shoelace/assets/icons/bag-fill.svg +3 -0
  2540. package/dist/contacts/shoelace/assets/icons/bag-heart-fill.svg +3 -0
  2541. package/dist/contacts/shoelace/assets/icons/bag-heart.svg +3 -0
  2542. package/dist/contacts/shoelace/assets/icons/bag-plus-fill.svg +3 -0
  2543. package/dist/contacts/shoelace/assets/icons/bag-plus.svg +4 -0
  2544. package/dist/contacts/shoelace/assets/icons/bag-x-fill.svg +3 -0
  2545. package/dist/contacts/shoelace/assets/icons/bag-x.svg +4 -0
  2546. package/dist/contacts/shoelace/assets/icons/bag.svg +3 -0
  2547. package/dist/contacts/shoelace/assets/icons/balloon-fill.svg +3 -0
  2548. package/dist/contacts/shoelace/assets/icons/balloon-heart-fill.svg +3 -0
  2549. package/dist/contacts/shoelace/assets/icons/balloon-heart.svg +3 -0
  2550. package/dist/contacts/shoelace/assets/icons/balloon.svg +3 -0
  2551. package/dist/contacts/shoelace/assets/icons/ban-fill.svg +3 -0
  2552. package/dist/contacts/shoelace/assets/icons/ban.svg +3 -0
  2553. package/dist/contacts/shoelace/assets/icons/bandaid-fill.svg +3 -0
  2554. package/dist/contacts/shoelace/assets/icons/bandaid.svg +4 -0
  2555. package/dist/contacts/shoelace/assets/icons/bank.svg +3 -0
  2556. package/dist/contacts/shoelace/assets/icons/bank2.svg +3 -0
  2557. package/dist/contacts/shoelace/assets/icons/bar-chart-fill.svg +3 -0
  2558. package/dist/contacts/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
  2559. package/dist/contacts/shoelace/assets/icons/bar-chart-line.svg +3 -0
  2560. package/dist/contacts/shoelace/assets/icons/bar-chart-steps.svg +3 -0
  2561. package/dist/contacts/shoelace/assets/icons/bar-chart.svg +3 -0
  2562. package/dist/contacts/shoelace/assets/icons/basket-fill.svg +3 -0
  2563. package/dist/contacts/shoelace/assets/icons/basket.svg +3 -0
  2564. package/dist/contacts/shoelace/assets/icons/basket2-fill.svg +3 -0
  2565. package/dist/contacts/shoelace/assets/icons/basket2.svg +4 -0
  2566. package/dist/contacts/shoelace/assets/icons/basket3-fill.svg +3 -0
  2567. package/dist/contacts/shoelace/assets/icons/basket3.svg +3 -0
  2568. package/dist/contacts/shoelace/assets/icons/battery-charging.svg +6 -0
  2569. package/dist/contacts/shoelace/assets/icons/battery-full.svg +4 -0
  2570. package/dist/contacts/shoelace/assets/icons/battery-half.svg +4 -0
  2571. package/dist/contacts/shoelace/assets/icons/battery.svg +3 -0
  2572. package/dist/contacts/shoelace/assets/icons/behance.svg +3 -0
  2573. package/dist/contacts/shoelace/assets/icons/bell-fill.svg +3 -0
  2574. package/dist/contacts/shoelace/assets/icons/bell-slash-fill.svg +3 -0
  2575. package/dist/contacts/shoelace/assets/icons/bell-slash.svg +3 -0
  2576. package/dist/contacts/shoelace/assets/icons/bell.svg +3 -0
  2577. package/dist/contacts/shoelace/assets/icons/bezier.svg +4 -0
  2578. package/dist/contacts/shoelace/assets/icons/bezier2.svg +3 -0
  2579. package/dist/contacts/shoelace/assets/icons/bicycle.svg +3 -0
  2580. package/dist/contacts/shoelace/assets/icons/bing.svg +5 -0
  2581. package/dist/contacts/shoelace/assets/icons/binoculars-fill.svg +3 -0
  2582. package/dist/contacts/shoelace/assets/icons/binoculars.svg +3 -0
  2583. package/dist/contacts/shoelace/assets/icons/blockquote-left.svg +3 -0
  2584. package/dist/contacts/shoelace/assets/icons/blockquote-right.svg +3 -0
  2585. package/dist/contacts/shoelace/assets/icons/bluetooth.svg +3 -0
  2586. package/dist/contacts/shoelace/assets/icons/body-text.svg +3 -0
  2587. package/dist/contacts/shoelace/assets/icons/book-fill.svg +3 -0
  2588. package/dist/contacts/shoelace/assets/icons/book-half.svg +3 -0
  2589. package/dist/contacts/shoelace/assets/icons/book.svg +3 -0
  2590. package/dist/contacts/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
  2591. package/dist/contacts/shoelace/assets/icons/bookmark-check.svg +4 -0
  2592. package/dist/contacts/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
  2593. package/dist/contacts/shoelace/assets/icons/bookmark-dash.svg +4 -0
  2594. package/dist/contacts/shoelace/assets/icons/bookmark-fill.svg +3 -0
  2595. package/dist/contacts/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
  2596. package/dist/contacts/shoelace/assets/icons/bookmark-heart.svg +4 -0
  2597. package/dist/contacts/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
  2598. package/dist/contacts/shoelace/assets/icons/bookmark-plus.svg +4 -0
  2599. package/dist/contacts/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
  2600. package/dist/contacts/shoelace/assets/icons/bookmark-star.svg +4 -0
  2601. package/dist/contacts/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
  2602. package/dist/contacts/shoelace/assets/icons/bookmark-x.svg +4 -0
  2603. package/dist/contacts/shoelace/assets/icons/bookmark.svg +3 -0
  2604. package/dist/contacts/shoelace/assets/icons/bookmarks-fill.svg +4 -0
  2605. package/dist/contacts/shoelace/assets/icons/bookmarks.svg +4 -0
  2606. package/dist/contacts/shoelace/assets/icons/bookshelf.svg +3 -0
  2607. package/dist/contacts/shoelace/assets/icons/boombox-fill.svg +4 -0
  2608. package/dist/contacts/shoelace/assets/icons/boombox.svg +6 -0
  2609. package/dist/contacts/shoelace/assets/icons/bootstrap-fill.svg +4 -0
  2610. package/dist/contacts/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
  2611. package/dist/contacts/shoelace/assets/icons/bootstrap.svg +4 -0
  2612. package/dist/contacts/shoelace/assets/icons/border-all.svg +3 -0
  2613. package/dist/contacts/shoelace/assets/icons/border-bottom.svg +3 -0
  2614. package/dist/contacts/shoelace/assets/icons/border-center.svg +3 -0
  2615. package/dist/contacts/shoelace/assets/icons/border-inner.svg +5 -0
  2616. package/dist/contacts/shoelace/assets/icons/border-left.svg +3 -0
  2617. package/dist/contacts/shoelace/assets/icons/border-middle.svg +3 -0
  2618. package/dist/contacts/shoelace/assets/icons/border-outer.svg +4 -0
  2619. package/dist/contacts/shoelace/assets/icons/border-right.svg +3 -0
  2620. package/dist/contacts/shoelace/assets/icons/border-style.svg +3 -0
  2621. package/dist/contacts/shoelace/assets/icons/border-top.svg +3 -0
  2622. package/dist/contacts/shoelace/assets/icons/border-width.svg +3 -0
  2623. package/dist/contacts/shoelace/assets/icons/border.svg +3 -0
  2624. package/dist/contacts/shoelace/assets/icons/bounding-box-circles.svg +3 -0
  2625. package/dist/contacts/shoelace/assets/icons/bounding-box.svg +3 -0
  2626. package/dist/contacts/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
  2627. package/dist/contacts/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
  2628. package/dist/contacts/shoelace/assets/icons/box-arrow-down.svg +4 -0
  2629. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
  2630. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
  2631. package/dist/contacts/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
  2632. package/dist/contacts/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
  2633. package/dist/contacts/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
  2634. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
  2635. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
  2636. package/dist/contacts/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
  2637. package/dist/contacts/shoelace/assets/icons/box-arrow-left.svg +4 -0
  2638. package/dist/contacts/shoelace/assets/icons/box-arrow-right.svg +4 -0
  2639. package/dist/contacts/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
  2640. package/dist/contacts/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
  2641. package/dist/contacts/shoelace/assets/icons/box-arrow-up.svg +4 -0
  2642. package/dist/contacts/shoelace/assets/icons/box-fill.svg +3 -0
  2643. package/dist/contacts/shoelace/assets/icons/box-seam-fill.svg +3 -0
  2644. package/dist/contacts/shoelace/assets/icons/box-seam.svg +3 -0
  2645. package/dist/contacts/shoelace/assets/icons/box.svg +3 -0
  2646. package/dist/contacts/shoelace/assets/icons/box2-fill.svg +3 -0
  2647. package/dist/contacts/shoelace/assets/icons/box2-heart-fill.svg +3 -0
  2648. package/dist/contacts/shoelace/assets/icons/box2-heart.svg +4 -0
  2649. package/dist/contacts/shoelace/assets/icons/box2.svg +3 -0
  2650. package/dist/contacts/shoelace/assets/icons/boxes.svg +3 -0
  2651. package/dist/contacts/shoelace/assets/icons/braces-asterisk.svg +3 -0
  2652. package/dist/contacts/shoelace/assets/icons/braces.svg +3 -0
  2653. package/dist/contacts/shoelace/assets/icons/bricks.svg +3 -0
  2654. package/dist/contacts/shoelace/assets/icons/briefcase-fill.svg +4 -0
  2655. package/dist/contacts/shoelace/assets/icons/briefcase.svg +3 -0
  2656. package/dist/contacts/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
  2657. package/dist/contacts/shoelace/assets/icons/brightness-alt-high.svg +3 -0
  2658. package/dist/contacts/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
  2659. package/dist/contacts/shoelace/assets/icons/brightness-alt-low.svg +3 -0
  2660. package/dist/contacts/shoelace/assets/icons/brightness-high-fill.svg +3 -0
  2661. package/dist/contacts/shoelace/assets/icons/brightness-high.svg +3 -0
  2662. package/dist/contacts/shoelace/assets/icons/brightness-low-fill.svg +3 -0
  2663. package/dist/contacts/shoelace/assets/icons/brightness-low.svg +3 -0
  2664. package/dist/contacts/shoelace/assets/icons/brilliance.svg +3 -0
  2665. package/dist/contacts/shoelace/assets/icons/broadcast-pin.svg +3 -0
  2666. package/dist/contacts/shoelace/assets/icons/broadcast.svg +3 -0
  2667. package/dist/contacts/shoelace/assets/icons/browser-chrome.svg +3 -0
  2668. package/dist/contacts/shoelace/assets/icons/browser-edge.svg +5 -0
  2669. package/dist/contacts/shoelace/assets/icons/browser-firefox.svg +3 -0
  2670. package/dist/contacts/shoelace/assets/icons/browser-safari.svg +3 -0
  2671. package/dist/contacts/shoelace/assets/icons/brush-fill.svg +3 -0
  2672. package/dist/contacts/shoelace/assets/icons/brush.svg +3 -0
  2673. package/dist/contacts/shoelace/assets/icons/bucket-fill.svg +3 -0
  2674. package/dist/contacts/shoelace/assets/icons/bucket.svg +3 -0
  2675. package/dist/contacts/shoelace/assets/icons/bug-fill.svg +4 -0
  2676. package/dist/contacts/shoelace/assets/icons/bug.svg +3 -0
  2677. package/dist/contacts/shoelace/assets/icons/building-add.svg +5 -0
  2678. package/dist/contacts/shoelace/assets/icons/building-check.svg +5 -0
  2679. package/dist/contacts/shoelace/assets/icons/building-dash.svg +5 -0
  2680. package/dist/contacts/shoelace/assets/icons/building-down.svg +5 -0
  2681. package/dist/contacts/shoelace/assets/icons/building-exclamation.svg +4 -0
  2682. package/dist/contacts/shoelace/assets/icons/building-fill-add.svg +4 -0
  2683. package/dist/contacts/shoelace/assets/icons/building-fill-check.svg +4 -0
  2684. package/dist/contacts/shoelace/assets/icons/building-fill-dash.svg +4 -0
  2685. package/dist/contacts/shoelace/assets/icons/building-fill-down.svg +4 -0
  2686. package/dist/contacts/shoelace/assets/icons/building-fill-exclamation.svg +4 -0
  2687. package/dist/contacts/shoelace/assets/icons/building-fill-gear.svg +4 -0
  2688. package/dist/contacts/shoelace/assets/icons/building-fill-lock.svg +4 -0
  2689. package/dist/contacts/shoelace/assets/icons/building-fill-slash.svg +4 -0
  2690. package/dist/contacts/shoelace/assets/icons/building-fill-up.svg +4 -0
  2691. package/dist/contacts/shoelace/assets/icons/building-fill-x.svg +4 -0
  2692. package/dist/contacts/shoelace/assets/icons/building-fill.svg +3 -0
  2693. package/dist/contacts/shoelace/assets/icons/building-gear.svg +4 -0
  2694. package/dist/contacts/shoelace/assets/icons/building-lock.svg +4 -0
  2695. package/dist/contacts/shoelace/assets/icons/building-slash.svg +5 -0
  2696. package/dist/contacts/shoelace/assets/icons/building-up.svg +5 -0
  2697. package/dist/contacts/shoelace/assets/icons/building-x.svg +4 -0
  2698. package/dist/contacts/shoelace/assets/icons/building.svg +4 -0
  2699. package/dist/contacts/shoelace/assets/icons/buildings-fill.svg +3 -0
  2700. package/dist/contacts/shoelace/assets/icons/buildings.svg +4 -0
  2701. package/dist/contacts/shoelace/assets/icons/bullseye.svg +6 -0
  2702. package/dist/contacts/shoelace/assets/icons/bus-front-fill.svg +3 -0
  2703. package/dist/contacts/shoelace/assets/icons/bus-front.svg +4 -0
  2704. package/dist/contacts/shoelace/assets/icons/c-circle-fill.svg +3 -0
  2705. package/dist/contacts/shoelace/assets/icons/c-circle.svg +3 -0
  2706. package/dist/contacts/shoelace/assets/icons/c-square-fill.svg +3 -0
  2707. package/dist/contacts/shoelace/assets/icons/c-square.svg +4 -0
  2708. package/dist/contacts/shoelace/assets/icons/cake-fill.svg +3 -0
  2709. package/dist/contacts/shoelace/assets/icons/cake.svg +3 -0
  2710. package/dist/contacts/shoelace/assets/icons/cake2-fill.svg +4 -0
  2711. package/dist/contacts/shoelace/assets/icons/cake2.svg +3 -0
  2712. package/dist/contacts/shoelace/assets/icons/calculator-fill.svg +3 -0
  2713. package/dist/contacts/shoelace/assets/icons/calculator.svg +4 -0
  2714. package/dist/contacts/shoelace/assets/icons/calendar-check-fill.svg +3 -0
  2715. package/dist/contacts/shoelace/assets/icons/calendar-check.svg +4 -0
  2716. package/dist/contacts/shoelace/assets/icons/calendar-date-fill.svg +4 -0
  2717. package/dist/contacts/shoelace/assets/icons/calendar-date.svg +4 -0
  2718. package/dist/contacts/shoelace/assets/icons/calendar-day-fill.svg +3 -0
  2719. package/dist/contacts/shoelace/assets/icons/calendar-day.svg +4 -0
  2720. package/dist/contacts/shoelace/assets/icons/calendar-event-fill.svg +3 -0
  2721. package/dist/contacts/shoelace/assets/icons/calendar-event.svg +4 -0
  2722. package/dist/contacts/shoelace/assets/icons/calendar-fill.svg +3 -0
  2723. package/dist/contacts/shoelace/assets/icons/calendar-heart-fill.svg +3 -0
  2724. package/dist/contacts/shoelace/assets/icons/calendar-heart.svg +3 -0
  2725. package/dist/contacts/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
  2726. package/dist/contacts/shoelace/assets/icons/calendar-minus.svg +4 -0
  2727. package/dist/contacts/shoelace/assets/icons/calendar-month-fill.svg +4 -0
  2728. package/dist/contacts/shoelace/assets/icons/calendar-month.svg +4 -0
  2729. package/dist/contacts/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
  2730. package/dist/contacts/shoelace/assets/icons/calendar-plus.svg +4 -0
  2731. package/dist/contacts/shoelace/assets/icons/calendar-range-fill.svg +3 -0
  2732. package/dist/contacts/shoelace/assets/icons/calendar-range.svg +4 -0
  2733. package/dist/contacts/shoelace/assets/icons/calendar-week-fill.svg +3 -0
  2734. package/dist/contacts/shoelace/assets/icons/calendar-week.svg +4 -0
  2735. package/dist/contacts/shoelace/assets/icons/calendar-x-fill.svg +3 -0
  2736. package/dist/contacts/shoelace/assets/icons/calendar-x.svg +4 -0
  2737. package/dist/contacts/shoelace/assets/icons/calendar.svg +3 -0
  2738. package/dist/contacts/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
  2739. package/dist/contacts/shoelace/assets/icons/calendar2-check.svg +5 -0
  2740. package/dist/contacts/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
  2741. package/dist/contacts/shoelace/assets/icons/calendar2-date.svg +5 -0
  2742. package/dist/contacts/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
  2743. package/dist/contacts/shoelace/assets/icons/calendar2-day.svg +5 -0
  2744. package/dist/contacts/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
  2745. package/dist/contacts/shoelace/assets/icons/calendar2-event.svg +5 -0
  2746. package/dist/contacts/shoelace/assets/icons/calendar2-fill.svg +3 -0
  2747. package/dist/contacts/shoelace/assets/icons/calendar2-heart-fill.svg +3 -0
  2748. package/dist/contacts/shoelace/assets/icons/calendar2-heart.svg +3 -0
  2749. package/dist/contacts/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
  2750. package/dist/contacts/shoelace/assets/icons/calendar2-minus.svg +5 -0
  2751. package/dist/contacts/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
  2752. package/dist/contacts/shoelace/assets/icons/calendar2-month.svg +5 -0
  2753. package/dist/contacts/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
  2754. package/dist/contacts/shoelace/assets/icons/calendar2-plus.svg +4 -0
  2755. package/dist/contacts/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
  2756. package/dist/contacts/shoelace/assets/icons/calendar2-range.svg +4 -0
  2757. package/dist/contacts/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
  2758. package/dist/contacts/shoelace/assets/icons/calendar2-week.svg +4 -0
  2759. package/dist/contacts/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
  2760. package/dist/contacts/shoelace/assets/icons/calendar2-x.svg +5 -0
  2761. package/dist/contacts/shoelace/assets/icons/calendar2.svg +4 -0
  2762. package/dist/contacts/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
  2763. package/dist/contacts/shoelace/assets/icons/calendar3-event.svg +4 -0
  2764. package/dist/contacts/shoelace/assets/icons/calendar3-fill.svg +3 -0
  2765. package/dist/contacts/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
  2766. package/dist/contacts/shoelace/assets/icons/calendar3-range.svg +4 -0
  2767. package/dist/contacts/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
  2768. package/dist/contacts/shoelace/assets/icons/calendar3-week.svg +4 -0
  2769. package/dist/contacts/shoelace/assets/icons/calendar3.svg +4 -0
  2770. package/dist/contacts/shoelace/assets/icons/calendar4-event.svg +4 -0
  2771. package/dist/contacts/shoelace/assets/icons/calendar4-range.svg +4 -0
  2772. package/dist/contacts/shoelace/assets/icons/calendar4-week.svg +4 -0
  2773. package/dist/contacts/shoelace/assets/icons/calendar4.svg +3 -0
  2774. package/dist/contacts/shoelace/assets/icons/camera-fill.svg +4 -0
  2775. package/dist/contacts/shoelace/assets/icons/camera-reels-fill.svg +5 -0
  2776. package/dist/contacts/shoelace/assets/icons/camera-reels.svg +5 -0
  2777. package/dist/contacts/shoelace/assets/icons/camera-video-fill.svg +3 -0
  2778. package/dist/contacts/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
  2779. package/dist/contacts/shoelace/assets/icons/camera-video-off.svg +3 -0
  2780. package/dist/contacts/shoelace/assets/icons/camera-video.svg +3 -0
  2781. package/dist/contacts/shoelace/assets/icons/camera.svg +4 -0
  2782. package/dist/contacts/shoelace/assets/icons/camera2.svg +4 -0
  2783. package/dist/contacts/shoelace/assets/icons/capslock-fill.svg +3 -0
  2784. package/dist/contacts/shoelace/assets/icons/capslock.svg +3 -0
  2785. package/dist/contacts/shoelace/assets/icons/capsule-pill.svg +3 -0
  2786. package/dist/contacts/shoelace/assets/icons/capsule.svg +3 -0
  2787. package/dist/contacts/shoelace/assets/icons/car-front-fill.svg +3 -0
  2788. package/dist/contacts/shoelace/assets/icons/car-front.svg +4 -0
  2789. package/dist/contacts/shoelace/assets/icons/card-checklist.svg +4 -0
  2790. package/dist/contacts/shoelace/assets/icons/card-heading.svg +4 -0
  2791. package/dist/contacts/shoelace/assets/icons/card-image.svg +4 -0
  2792. package/dist/contacts/shoelace/assets/icons/card-list.svg +4 -0
  2793. package/dist/contacts/shoelace/assets/icons/card-text.svg +4 -0
  2794. package/dist/contacts/shoelace/assets/icons/caret-down-fill.svg +3 -0
  2795. package/dist/contacts/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
  2796. package/dist/contacts/shoelace/assets/icons/caret-down-square.svg +4 -0
  2797. package/dist/contacts/shoelace/assets/icons/caret-down.svg +3 -0
  2798. package/dist/contacts/shoelace/assets/icons/caret-left-fill.svg +3 -0
  2799. package/dist/contacts/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
  2800. package/dist/contacts/shoelace/assets/icons/caret-left-square.svg +4 -0
  2801. package/dist/contacts/shoelace/assets/icons/caret-left.svg +3 -0
  2802. package/dist/contacts/shoelace/assets/icons/caret-right-fill.svg +3 -0
  2803. package/dist/contacts/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
  2804. package/dist/contacts/shoelace/assets/icons/caret-right-square.svg +4 -0
  2805. package/dist/contacts/shoelace/assets/icons/caret-right.svg +3 -0
  2806. package/dist/contacts/shoelace/assets/icons/caret-up-fill.svg +3 -0
  2807. package/dist/contacts/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
  2808. package/dist/contacts/shoelace/assets/icons/caret-up-square.svg +4 -0
  2809. package/dist/contacts/shoelace/assets/icons/caret-up.svg +3 -0
  2810. package/dist/contacts/shoelace/assets/icons/cart-check-fill.svg +3 -0
  2811. package/dist/contacts/shoelace/assets/icons/cart-check.svg +4 -0
  2812. package/dist/contacts/shoelace/assets/icons/cart-dash-fill.svg +3 -0
  2813. package/dist/contacts/shoelace/assets/icons/cart-dash.svg +4 -0
  2814. package/dist/contacts/shoelace/assets/icons/cart-fill.svg +3 -0
  2815. package/dist/contacts/shoelace/assets/icons/cart-plus-fill.svg +3 -0
  2816. package/dist/contacts/shoelace/assets/icons/cart-plus.svg +4 -0
  2817. package/dist/contacts/shoelace/assets/icons/cart-x-fill.svg +3 -0
  2818. package/dist/contacts/shoelace/assets/icons/cart-x.svg +4 -0
  2819. package/dist/contacts/shoelace/assets/icons/cart.svg +3 -0
  2820. package/dist/contacts/shoelace/assets/icons/cart2.svg +3 -0
  2821. package/dist/contacts/shoelace/assets/icons/cart3.svg +3 -0
  2822. package/dist/contacts/shoelace/assets/icons/cart4.svg +3 -0
  2823. package/dist/contacts/shoelace/assets/icons/cash-coin.svg +6 -0
  2824. package/dist/contacts/shoelace/assets/icons/cash-stack.svg +4 -0
  2825. package/dist/contacts/shoelace/assets/icons/cash.svg +4 -0
  2826. package/dist/contacts/shoelace/assets/icons/cassette-fill.svg +4 -0
  2827. package/dist/contacts/shoelace/assets/icons/cassette.svg +4 -0
  2828. package/dist/contacts/shoelace/assets/icons/cast.svg +4 -0
  2829. package/dist/contacts/shoelace/assets/icons/cc-circle-fill.svg +3 -0
  2830. package/dist/contacts/shoelace/assets/icons/cc-circle.svg +3 -0
  2831. package/dist/contacts/shoelace/assets/icons/cc-square-fill.svg +3 -0
  2832. package/dist/contacts/shoelace/assets/icons/cc-square.svg +4 -0
  2833. package/dist/contacts/shoelace/assets/icons/chat-dots-fill.svg +3 -0
  2834. package/dist/contacts/shoelace/assets/icons/chat-dots.svg +4 -0
  2835. package/dist/contacts/shoelace/assets/icons/chat-fill.svg +3 -0
  2836. package/dist/contacts/shoelace/assets/icons/chat-heart-fill.svg +3 -0
  2837. package/dist/contacts/shoelace/assets/icons/chat-heart.svg +3 -0
  2838. package/dist/contacts/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
  2839. package/dist/contacts/shoelace/assets/icons/chat-left-dots.svg +4 -0
  2840. package/dist/contacts/shoelace/assets/icons/chat-left-fill.svg +3 -0
  2841. package/dist/contacts/shoelace/assets/icons/chat-left-heart-fill.svg +3 -0
  2842. package/dist/contacts/shoelace/assets/icons/chat-left-heart.svg +4 -0
  2843. package/dist/contacts/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
  2844. package/dist/contacts/shoelace/assets/icons/chat-left-quote.svg +4 -0
  2845. package/dist/contacts/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
  2846. package/dist/contacts/shoelace/assets/icons/chat-left-text.svg +4 -0
  2847. package/dist/contacts/shoelace/assets/icons/chat-left.svg +3 -0
  2848. package/dist/contacts/shoelace/assets/icons/chat-quote-fill.svg +3 -0
  2849. package/dist/contacts/shoelace/assets/icons/chat-quote.svg +4 -0
  2850. package/dist/contacts/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
  2851. package/dist/contacts/shoelace/assets/icons/chat-right-dots.svg +4 -0
  2852. package/dist/contacts/shoelace/assets/icons/chat-right-fill.svg +3 -0
  2853. package/dist/contacts/shoelace/assets/icons/chat-right-heart-fill.svg +3 -0
  2854. package/dist/contacts/shoelace/assets/icons/chat-right-heart.svg +4 -0
  2855. package/dist/contacts/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
  2856. package/dist/contacts/shoelace/assets/icons/chat-right-quote.svg +4 -0
  2857. package/dist/contacts/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
  2858. package/dist/contacts/shoelace/assets/icons/chat-right-text.svg +4 -0
  2859. package/dist/contacts/shoelace/assets/icons/chat-right.svg +3 -0
  2860. package/dist/contacts/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
  2861. package/dist/contacts/shoelace/assets/icons/chat-square-dots.svg +4 -0
  2862. package/dist/contacts/shoelace/assets/icons/chat-square-fill.svg +3 -0
  2863. package/dist/contacts/shoelace/assets/icons/chat-square-heart-fill.svg +3 -0
  2864. package/dist/contacts/shoelace/assets/icons/chat-square-heart.svg +4 -0
  2865. package/dist/contacts/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
  2866. package/dist/contacts/shoelace/assets/icons/chat-square-quote.svg +4 -0
  2867. package/dist/contacts/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
  2868. package/dist/contacts/shoelace/assets/icons/chat-square-text.svg +4 -0
  2869. package/dist/contacts/shoelace/assets/icons/chat-square.svg +3 -0
  2870. package/dist/contacts/shoelace/assets/icons/chat-text-fill.svg +3 -0
  2871. package/dist/contacts/shoelace/assets/icons/chat-text.svg +4 -0
  2872. package/dist/contacts/shoelace/assets/icons/chat.svg +3 -0
  2873. package/dist/contacts/shoelace/assets/icons/check-all.svg +3 -0
  2874. package/dist/contacts/shoelace/assets/icons/check-circle-fill.svg +3 -0
  2875. package/dist/contacts/shoelace/assets/icons/check-circle.svg +4 -0
  2876. package/dist/contacts/shoelace/assets/icons/check-lg.svg +3 -0
  2877. package/dist/contacts/shoelace/assets/icons/check-square-fill.svg +3 -0
  2878. package/dist/contacts/shoelace/assets/icons/check-square.svg +4 -0
  2879. package/dist/contacts/shoelace/assets/icons/check.svg +3 -0
  2880. package/dist/contacts/shoelace/assets/icons/check2-all.svg +4 -0
  2881. package/dist/contacts/shoelace/assets/icons/check2-circle.svg +4 -0
  2882. package/dist/contacts/shoelace/assets/icons/check2-square.svg +4 -0
  2883. package/dist/contacts/shoelace/assets/icons/check2.svg +3 -0
  2884. package/dist/contacts/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
  2885. package/dist/contacts/shoelace/assets/icons/chevron-bar-down.svg +3 -0
  2886. package/dist/contacts/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
  2887. package/dist/contacts/shoelace/assets/icons/chevron-bar-left.svg +3 -0
  2888. package/dist/contacts/shoelace/assets/icons/chevron-bar-right.svg +3 -0
  2889. package/dist/contacts/shoelace/assets/icons/chevron-bar-up.svg +3 -0
  2890. package/dist/contacts/shoelace/assets/icons/chevron-compact-down.svg +3 -0
  2891. package/dist/contacts/shoelace/assets/icons/chevron-compact-left.svg +3 -0
  2892. package/dist/contacts/shoelace/assets/icons/chevron-compact-right.svg +3 -0
  2893. package/dist/contacts/shoelace/assets/icons/chevron-compact-up.svg +3 -0
  2894. package/dist/contacts/shoelace/assets/icons/chevron-contract.svg +3 -0
  2895. package/dist/contacts/shoelace/assets/icons/chevron-double-down.svg +4 -0
  2896. package/dist/contacts/shoelace/assets/icons/chevron-double-left.svg +4 -0
  2897. package/dist/contacts/shoelace/assets/icons/chevron-double-right.svg +4 -0
  2898. package/dist/contacts/shoelace/assets/icons/chevron-double-up.svg +4 -0
  2899. package/dist/contacts/shoelace/assets/icons/chevron-down.svg +3 -0
  2900. package/dist/contacts/shoelace/assets/icons/chevron-expand.svg +3 -0
  2901. package/dist/contacts/shoelace/assets/icons/chevron-left.svg +3 -0
  2902. package/dist/contacts/shoelace/assets/icons/chevron-right.svg +3 -0
  2903. package/dist/contacts/shoelace/assets/icons/chevron-up.svg +3 -0
  2904. package/dist/contacts/shoelace/assets/icons/circle-fill.svg +3 -0
  2905. package/dist/contacts/shoelace/assets/icons/circle-half.svg +3 -0
  2906. package/dist/contacts/shoelace/assets/icons/circle-square.svg +4 -0
  2907. package/dist/contacts/shoelace/assets/icons/circle.svg +3 -0
  2908. package/dist/contacts/shoelace/assets/icons/clipboard-check-fill.svg +4 -0
  2909. package/dist/contacts/shoelace/assets/icons/clipboard-check.svg +5 -0
  2910. package/dist/contacts/shoelace/assets/icons/clipboard-data-fill.svg +4 -0
  2911. package/dist/contacts/shoelace/assets/icons/clipboard-data.svg +5 -0
  2912. package/dist/contacts/shoelace/assets/icons/clipboard-fill.svg +3 -0
  2913. package/dist/contacts/shoelace/assets/icons/clipboard-heart-fill.svg +4 -0
  2914. package/dist/contacts/shoelace/assets/icons/clipboard-heart.svg +5 -0
  2915. package/dist/contacts/shoelace/assets/icons/clipboard-minus-fill.svg +4 -0
  2916. package/dist/contacts/shoelace/assets/icons/clipboard-minus.svg +5 -0
  2917. package/dist/contacts/shoelace/assets/icons/clipboard-plus-fill.svg +4 -0
  2918. package/dist/contacts/shoelace/assets/icons/clipboard-plus.svg +5 -0
  2919. package/dist/contacts/shoelace/assets/icons/clipboard-pulse.svg +3 -0
  2920. package/dist/contacts/shoelace/assets/icons/clipboard-x-fill.svg +4 -0
  2921. package/dist/contacts/shoelace/assets/icons/clipboard-x.svg +5 -0
  2922. package/dist/contacts/shoelace/assets/icons/clipboard.svg +4 -0
  2923. package/dist/contacts/shoelace/assets/icons/clipboard2-check-fill.svg +4 -0
  2924. package/dist/contacts/shoelace/assets/icons/clipboard2-check.svg +5 -0
  2925. package/dist/contacts/shoelace/assets/icons/clipboard2-data-fill.svg +4 -0
  2926. package/dist/contacts/shoelace/assets/icons/clipboard2-data.svg +5 -0
  2927. package/dist/contacts/shoelace/assets/icons/clipboard2-fill.svg +4 -0
  2928. package/dist/contacts/shoelace/assets/icons/clipboard2-heart-fill.svg +4 -0
  2929. package/dist/contacts/shoelace/assets/icons/clipboard2-heart.svg +5 -0
  2930. package/dist/contacts/shoelace/assets/icons/clipboard2-minus-fill.svg +4 -0
  2931. package/dist/contacts/shoelace/assets/icons/clipboard2-minus.svg +5 -0
  2932. package/dist/contacts/shoelace/assets/icons/clipboard2-plus-fill.svg +4 -0
  2933. package/dist/contacts/shoelace/assets/icons/clipboard2-plus.svg +5 -0
  2934. package/dist/contacts/shoelace/assets/icons/clipboard2-pulse-fill.svg +4 -0
  2935. package/dist/contacts/shoelace/assets/icons/clipboard2-pulse.svg +5 -0
  2936. package/dist/contacts/shoelace/assets/icons/clipboard2-x-fill.svg +4 -0
  2937. package/dist/contacts/shoelace/assets/icons/clipboard2-x.svg +5 -0
  2938. package/dist/contacts/shoelace/assets/icons/clipboard2.svg +4 -0
  2939. package/dist/contacts/shoelace/assets/icons/clock-fill.svg +3 -0
  2940. package/dist/contacts/shoelace/assets/icons/clock-history.svg +5 -0
  2941. package/dist/contacts/shoelace/assets/icons/clock.svg +4 -0
  2942. package/dist/contacts/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
  2943. package/dist/contacts/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
  2944. package/dist/contacts/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
  2945. package/dist/contacts/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
  2946. package/dist/contacts/shoelace/assets/icons/cloud-check-fill.svg +3 -0
  2947. package/dist/contacts/shoelace/assets/icons/cloud-check.svg +4 -0
  2948. package/dist/contacts/shoelace/assets/icons/cloud-download-fill.svg +3 -0
  2949. package/dist/contacts/shoelace/assets/icons/cloud-download.svg +4 -0
  2950. package/dist/contacts/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
  2951. package/dist/contacts/shoelace/assets/icons/cloud-drizzle.svg +3 -0
  2952. package/dist/contacts/shoelace/assets/icons/cloud-fill.svg +3 -0
  2953. package/dist/contacts/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
  2954. package/dist/contacts/shoelace/assets/icons/cloud-fog.svg +3 -0
  2955. package/dist/contacts/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
  2956. package/dist/contacts/shoelace/assets/icons/cloud-fog2.svg +3 -0
  2957. package/dist/contacts/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
  2958. package/dist/contacts/shoelace/assets/icons/cloud-hail.svg +3 -0
  2959. package/dist/contacts/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
  2960. package/dist/contacts/shoelace/assets/icons/cloud-haze.svg +3 -0
  2961. package/dist/contacts/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
  2962. package/dist/contacts/shoelace/assets/icons/cloud-haze2.svg +3 -0
  2963. package/dist/contacts/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
  2964. package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
  2965. package/dist/contacts/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
  2966. package/dist/contacts/shoelace/assets/icons/cloud-lightning.svg +3 -0
  2967. package/dist/contacts/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
  2968. package/dist/contacts/shoelace/assets/icons/cloud-minus.svg +4 -0
  2969. package/dist/contacts/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
  2970. package/dist/contacts/shoelace/assets/icons/cloud-moon.svg +4 -0
  2971. package/dist/contacts/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
  2972. package/dist/contacts/shoelace/assets/icons/cloud-plus.svg +4 -0
  2973. package/dist/contacts/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
  2974. package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
  2975. package/dist/contacts/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
  2976. package/dist/contacts/shoelace/assets/icons/cloud-rain.svg +3 -0
  2977. package/dist/contacts/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
  2978. package/dist/contacts/shoelace/assets/icons/cloud-slash.svg +4 -0
  2979. package/dist/contacts/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
  2980. package/dist/contacts/shoelace/assets/icons/cloud-sleet.svg +3 -0
  2981. package/dist/contacts/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
  2982. package/dist/contacts/shoelace/assets/icons/cloud-snow.svg +3 -0
  2983. package/dist/contacts/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
  2984. package/dist/contacts/shoelace/assets/icons/cloud-sun.svg +4 -0
  2985. package/dist/contacts/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
  2986. package/dist/contacts/shoelace/assets/icons/cloud-upload.svg +4 -0
  2987. package/dist/contacts/shoelace/assets/icons/cloud.svg +3 -0
  2988. package/dist/contacts/shoelace/assets/icons/clouds-fill.svg +4 -0
  2989. package/dist/contacts/shoelace/assets/icons/clouds.svg +4 -0
  2990. package/dist/contacts/shoelace/assets/icons/cloudy-fill.svg +3 -0
  2991. package/dist/contacts/shoelace/assets/icons/cloudy.svg +3 -0
  2992. package/dist/contacts/shoelace/assets/icons/code-slash.svg +3 -0
  2993. package/dist/contacts/shoelace/assets/icons/code-square.svg +4 -0
  2994. package/dist/contacts/shoelace/assets/icons/code.svg +3 -0
  2995. package/dist/contacts/shoelace/assets/icons/coin.svg +5 -0
  2996. package/dist/contacts/shoelace/assets/icons/collection-fill.svg +3 -0
  2997. package/dist/contacts/shoelace/assets/icons/collection-play-fill.svg +3 -0
  2998. package/dist/contacts/shoelace/assets/icons/collection-play.svg +4 -0
  2999. package/dist/contacts/shoelace/assets/icons/collection.svg +3 -0
  3000. package/dist/contacts/shoelace/assets/icons/columns-gap.svg +3 -0
  3001. package/dist/contacts/shoelace/assets/icons/columns.svg +3 -0
  3002. package/dist/contacts/shoelace/assets/icons/command.svg +3 -0
  3003. package/dist/contacts/shoelace/assets/icons/compass-fill.svg +3 -0
  3004. package/dist/contacts/shoelace/assets/icons/compass.svg +4 -0
  3005. package/dist/contacts/shoelace/assets/icons/cone-striped.svg +3 -0
  3006. package/dist/contacts/shoelace/assets/icons/cone.svg +3 -0
  3007. package/dist/contacts/shoelace/assets/icons/controller.svg +4 -0
  3008. package/dist/contacts/shoelace/assets/icons/cookie.svg +4 -0
  3009. package/dist/contacts/shoelace/assets/icons/copy.svg +3 -0
  3010. package/dist/contacts/shoelace/assets/icons/cpu-fill.svg +4 -0
  3011. package/dist/contacts/shoelace/assets/icons/cpu.svg +3 -0
  3012. package/dist/contacts/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
  3013. package/dist/contacts/shoelace/assets/icons/credit-card-2-back.svg +4 -0
  3014. package/dist/contacts/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
  3015. package/dist/contacts/shoelace/assets/icons/credit-card-2-front.svg +4 -0
  3016. package/dist/contacts/shoelace/assets/icons/credit-card-fill.svg +3 -0
  3017. package/dist/contacts/shoelace/assets/icons/credit-card.svg +4 -0
  3018. package/dist/contacts/shoelace/assets/icons/crop.svg +3 -0
  3019. package/dist/contacts/shoelace/assets/icons/crosshair.svg +3 -0
  3020. package/dist/contacts/shoelace/assets/icons/crosshair2.svg +3 -0
  3021. package/dist/contacts/shoelace/assets/icons/cup-fill.svg +3 -0
  3022. package/dist/contacts/shoelace/assets/icons/cup-hot-fill.svg +4 -0
  3023. package/dist/contacts/shoelace/assets/icons/cup-hot.svg +4 -0
  3024. package/dist/contacts/shoelace/assets/icons/cup-straw.svg +3 -0
  3025. package/dist/contacts/shoelace/assets/icons/cup.svg +3 -0
  3026. package/dist/contacts/shoelace/assets/icons/currency-bitcoin.svg +3 -0
  3027. package/dist/contacts/shoelace/assets/icons/currency-dollar.svg +3 -0
  3028. package/dist/contacts/shoelace/assets/icons/currency-euro.svg +3 -0
  3029. package/dist/contacts/shoelace/assets/icons/currency-exchange.svg +3 -0
  3030. package/dist/contacts/shoelace/assets/icons/currency-pound.svg +3 -0
  3031. package/dist/contacts/shoelace/assets/icons/currency-rupee.svg +3 -0
  3032. package/dist/contacts/shoelace/assets/icons/currency-yen.svg +3 -0
  3033. package/dist/contacts/shoelace/assets/icons/cursor-fill.svg +3 -0
  3034. package/dist/contacts/shoelace/assets/icons/cursor-text.svg +3 -0
  3035. package/dist/contacts/shoelace/assets/icons/cursor.svg +3 -0
  3036. package/dist/contacts/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
  3037. package/dist/contacts/shoelace/assets/icons/dash-circle-fill.svg +3 -0
  3038. package/dist/contacts/shoelace/assets/icons/dash-circle.svg +4 -0
  3039. package/dist/contacts/shoelace/assets/icons/dash-lg.svg +3 -0
  3040. package/dist/contacts/shoelace/assets/icons/dash-square-dotted.svg +3 -0
  3041. package/dist/contacts/shoelace/assets/icons/dash-square-fill.svg +3 -0
  3042. package/dist/contacts/shoelace/assets/icons/dash-square.svg +4 -0
  3043. package/dist/contacts/shoelace/assets/icons/dash.svg +3 -0
  3044. package/dist/contacts/shoelace/assets/icons/database-add.svg +4 -0
  3045. package/dist/contacts/shoelace/assets/icons/database-check.svg +4 -0
  3046. package/dist/contacts/shoelace/assets/icons/database-dash.svg +4 -0
  3047. package/dist/contacts/shoelace/assets/icons/database-down.svg +4 -0
  3048. package/dist/contacts/shoelace/assets/icons/database-exclamation.svg +4 -0
  3049. package/dist/contacts/shoelace/assets/icons/database-fill-add.svg +4 -0
  3050. package/dist/contacts/shoelace/assets/icons/database-fill-check.svg +4 -0
  3051. package/dist/contacts/shoelace/assets/icons/database-fill-dash.svg +4 -0
  3052. package/dist/contacts/shoelace/assets/icons/database-fill-down.svg +4 -0
  3053. package/dist/contacts/shoelace/assets/icons/database-fill-exclamation.svg +5 -0
  3054. package/dist/contacts/shoelace/assets/icons/database-fill-gear.svg +4 -0
  3055. package/dist/contacts/shoelace/assets/icons/database-fill-lock.svg +5 -0
  3056. package/dist/contacts/shoelace/assets/icons/database-fill-slash.svg +4 -0
  3057. package/dist/contacts/shoelace/assets/icons/database-fill-up.svg +4 -0
  3058. package/dist/contacts/shoelace/assets/icons/database-fill-x.svg +5 -0
  3059. package/dist/contacts/shoelace/assets/icons/database-fill.svg +6 -0
  3060. package/dist/contacts/shoelace/assets/icons/database-gear.svg +4 -0
  3061. package/dist/contacts/shoelace/assets/icons/database-lock.svg +4 -0
  3062. package/dist/contacts/shoelace/assets/icons/database-slash.svg +4 -0
  3063. package/dist/contacts/shoelace/assets/icons/database-up.svg +4 -0
  3064. package/dist/contacts/shoelace/assets/icons/database-x.svg +4 -0
  3065. package/dist/contacts/shoelace/assets/icons/database.svg +3 -0
  3066. package/dist/contacts/shoelace/assets/icons/device-hdd-fill.svg +4 -0
  3067. package/dist/contacts/shoelace/assets/icons/device-hdd.svg +5 -0
  3068. package/dist/contacts/shoelace/assets/icons/device-ssd-fill.svg +4 -0
  3069. package/dist/contacts/shoelace/assets/icons/device-ssd.svg +4 -0
  3070. package/dist/contacts/shoelace/assets/icons/diagram-2-fill.svg +3 -0
  3071. package/dist/contacts/shoelace/assets/icons/diagram-2.svg +3 -0
  3072. package/dist/contacts/shoelace/assets/icons/diagram-3-fill.svg +3 -0
  3073. package/dist/contacts/shoelace/assets/icons/diagram-3.svg +3 -0
  3074. package/dist/contacts/shoelace/assets/icons/diamond-fill.svg +3 -0
  3075. package/dist/contacts/shoelace/assets/icons/diamond-half.svg +3 -0
  3076. package/dist/contacts/shoelace/assets/icons/diamond.svg +3 -0
  3077. package/dist/contacts/shoelace/assets/icons/dice-1-fill.svg +3 -0
  3078. package/dist/contacts/shoelace/assets/icons/dice-1.svg +4 -0
  3079. package/dist/contacts/shoelace/assets/icons/dice-2-fill.svg +3 -0
  3080. package/dist/contacts/shoelace/assets/icons/dice-2.svg +4 -0
  3081. package/dist/contacts/shoelace/assets/icons/dice-3-fill.svg +3 -0
  3082. package/dist/contacts/shoelace/assets/icons/dice-3.svg +4 -0
  3083. package/dist/contacts/shoelace/assets/icons/dice-4-fill.svg +3 -0
  3084. package/dist/contacts/shoelace/assets/icons/dice-4.svg +4 -0
  3085. package/dist/contacts/shoelace/assets/icons/dice-5-fill.svg +3 -0
  3086. package/dist/contacts/shoelace/assets/icons/dice-5.svg +4 -0
  3087. package/dist/contacts/shoelace/assets/icons/dice-6-fill.svg +3 -0
  3088. package/dist/contacts/shoelace/assets/icons/dice-6.svg +4 -0
  3089. package/dist/contacts/shoelace/assets/icons/disc-fill.svg +3 -0
  3090. package/dist/contacts/shoelace/assets/icons/disc.svg +4 -0
  3091. package/dist/contacts/shoelace/assets/icons/discord.svg +3 -0
  3092. package/dist/contacts/shoelace/assets/icons/display-fill.svg +3 -0
  3093. package/dist/contacts/shoelace/assets/icons/display.svg +3 -0
  3094. package/dist/contacts/shoelace/assets/icons/displayport-fill.svg +3 -0
  3095. package/dist/contacts/shoelace/assets/icons/displayport.svg +4 -0
  3096. package/dist/contacts/shoelace/assets/icons/distribute-horizontal.svg +4 -0
  3097. package/dist/contacts/shoelace/assets/icons/distribute-vertical.svg +4 -0
  3098. package/dist/contacts/shoelace/assets/icons/door-closed-fill.svg +3 -0
  3099. package/dist/contacts/shoelace/assets/icons/door-closed.svg +4 -0
  3100. package/dist/contacts/shoelace/assets/icons/door-open-fill.svg +3 -0
  3101. package/dist/contacts/shoelace/assets/icons/door-open.svg +4 -0
  3102. package/dist/contacts/shoelace/assets/icons/dot.svg +3 -0
  3103. package/dist/contacts/shoelace/assets/icons/download.svg +4 -0
  3104. package/dist/contacts/shoelace/assets/icons/dpad-fill.svg +3 -0
  3105. package/dist/contacts/shoelace/assets/icons/dpad.svg +4 -0
  3106. package/dist/contacts/shoelace/assets/icons/dribbble.svg +3 -0
  3107. package/dist/contacts/shoelace/assets/icons/dropbox.svg +3 -0
  3108. package/dist/contacts/shoelace/assets/icons/droplet-fill.svg +3 -0
  3109. package/dist/contacts/shoelace/assets/icons/droplet-half.svg +4 -0
  3110. package/dist/contacts/shoelace/assets/icons/droplet.svg +4 -0
  3111. package/dist/contacts/shoelace/assets/icons/duffle-fill.svg +3 -0
  3112. package/dist/contacts/shoelace/assets/icons/duffle.svg +4 -0
  3113. package/dist/contacts/shoelace/assets/icons/ear-fill.svg +3 -0
  3114. package/dist/contacts/shoelace/assets/icons/ear.svg +3 -0
  3115. package/dist/contacts/shoelace/assets/icons/earbuds.svg +3 -0
  3116. package/dist/contacts/shoelace/assets/icons/easel-fill.svg +3 -0
  3117. package/dist/contacts/shoelace/assets/icons/easel.svg +3 -0
  3118. package/dist/contacts/shoelace/assets/icons/easel2-fill.svg +4 -0
  3119. package/dist/contacts/shoelace/assets/icons/easel2.svg +3 -0
  3120. package/dist/contacts/shoelace/assets/icons/easel3-fill.svg +3 -0
  3121. package/dist/contacts/shoelace/assets/icons/easel3.svg +3 -0
  3122. package/dist/contacts/shoelace/assets/icons/egg-fill.svg +3 -0
  3123. package/dist/contacts/shoelace/assets/icons/egg-fried.svg +4 -0
  3124. package/dist/contacts/shoelace/assets/icons/egg.svg +3 -0
  3125. package/dist/contacts/shoelace/assets/icons/eject-fill.svg +3 -0
  3126. package/dist/contacts/shoelace/assets/icons/eject.svg +3 -0
  3127. package/dist/contacts/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
  3128. package/dist/contacts/shoelace/assets/icons/emoji-angry.svg +4 -0
  3129. package/dist/contacts/shoelace/assets/icons/emoji-astonished-fill.svg +3 -0
  3130. package/dist/contacts/shoelace/assets/icons/emoji-astonished.svg +4 -0
  3131. package/dist/contacts/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
  3132. package/dist/contacts/shoelace/assets/icons/emoji-dizzy.svg +4 -0
  3133. package/dist/contacts/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
  3134. package/dist/contacts/shoelace/assets/icons/emoji-expressionless.svg +4 -0
  3135. package/dist/contacts/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
  3136. package/dist/contacts/shoelace/assets/icons/emoji-frown.svg +4 -0
  3137. package/dist/contacts/shoelace/assets/icons/emoji-grimace-fill.svg +3 -0
  3138. package/dist/contacts/shoelace/assets/icons/emoji-grimace.svg +4 -0
  3139. package/dist/contacts/shoelace/assets/icons/emoji-grin-fill.svg +3 -0
  3140. package/dist/contacts/shoelace/assets/icons/emoji-grin.svg +4 -0
  3141. package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
  3142. package/dist/contacts/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
  3143. package/dist/contacts/shoelace/assets/icons/emoji-kiss-fill.svg +3 -0
  3144. package/dist/contacts/shoelace/assets/icons/emoji-kiss.svg +3 -0
  3145. package/dist/contacts/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
  3146. package/dist/contacts/shoelace/assets/icons/emoji-laughing.svg +4 -0
  3147. package/dist/contacts/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
  3148. package/dist/contacts/shoelace/assets/icons/emoji-neutral.svg +4 -0
  3149. package/dist/contacts/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
  3150. package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
  3151. package/dist/contacts/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
  3152. package/dist/contacts/shoelace/assets/icons/emoji-smile.svg +4 -0
  3153. package/dist/contacts/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
  3154. package/dist/contacts/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
  3155. package/dist/contacts/shoelace/assets/icons/emoji-surprise-fill.svg +3 -0
  3156. package/dist/contacts/shoelace/assets/icons/emoji-surprise.svg +4 -0
  3157. package/dist/contacts/shoelace/assets/icons/emoji-tear-fill.svg +3 -0
  3158. package/dist/contacts/shoelace/assets/icons/emoji-tear.svg +4 -0
  3159. package/dist/contacts/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
  3160. package/dist/contacts/shoelace/assets/icons/emoji-wink.svg +4 -0
  3161. package/dist/contacts/shoelace/assets/icons/envelope-arrow-down-fill.svg +4 -0
  3162. package/dist/contacts/shoelace/assets/icons/envelope-arrow-down.svg +4 -0
  3163. package/dist/contacts/shoelace/assets/icons/envelope-arrow-up-fill.svg +4 -0
  3164. package/dist/contacts/shoelace/assets/icons/envelope-arrow-up.svg +4 -0
  3165. package/dist/contacts/shoelace/assets/icons/envelope-at-fill.svg +4 -0
  3166. package/dist/contacts/shoelace/assets/icons/envelope-at.svg +4 -0
  3167. package/dist/contacts/shoelace/assets/icons/envelope-check-fill.svg +4 -0
  3168. package/dist/contacts/shoelace/assets/icons/envelope-check.svg +4 -0
  3169. package/dist/contacts/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
  3170. package/dist/contacts/shoelace/assets/icons/envelope-dash.svg +4 -0
  3171. package/dist/contacts/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
  3172. package/dist/contacts/shoelace/assets/icons/envelope-exclamation.svg +4 -0
  3173. package/dist/contacts/shoelace/assets/icons/envelope-fill.svg +3 -0
  3174. package/dist/contacts/shoelace/assets/icons/envelope-heart-fill.svg +4 -0
  3175. package/dist/contacts/shoelace/assets/icons/envelope-heart.svg +3 -0
  3176. package/dist/contacts/shoelace/assets/icons/envelope-open-fill.svg +3 -0
  3177. package/dist/contacts/shoelace/assets/icons/envelope-open-heart-fill.svg +4 -0
  3178. package/dist/contacts/shoelace/assets/icons/envelope-open-heart.svg +3 -0
  3179. package/dist/contacts/shoelace/assets/icons/envelope-open.svg +3 -0
  3180. package/dist/contacts/shoelace/assets/icons/envelope-paper-fill.svg +3 -0
  3181. package/dist/contacts/shoelace/assets/icons/envelope-paper-heart-fill.svg +3 -0
  3182. package/dist/contacts/shoelace/assets/icons/envelope-paper-heart.svg +3 -0
  3183. package/dist/contacts/shoelace/assets/icons/envelope-paper.svg +3 -0
  3184. package/dist/contacts/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
  3185. package/dist/contacts/shoelace/assets/icons/envelope-plus.svg +4 -0
  3186. package/dist/contacts/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
  3187. package/dist/contacts/shoelace/assets/icons/envelope-slash.svg +4 -0
  3188. package/dist/contacts/shoelace/assets/icons/envelope-x-fill.svg +4 -0
  3189. package/dist/contacts/shoelace/assets/icons/envelope-x.svg +4 -0
  3190. package/dist/contacts/shoelace/assets/icons/envelope.svg +3 -0
  3191. package/dist/contacts/shoelace/assets/icons/eraser-fill.svg +3 -0
  3192. package/dist/contacts/shoelace/assets/icons/eraser.svg +3 -0
  3193. package/dist/contacts/shoelace/assets/icons/escape.svg +4 -0
  3194. package/dist/contacts/shoelace/assets/icons/ethernet.svg +4 -0
  3195. package/dist/contacts/shoelace/assets/icons/ev-front-fill.svg +3 -0
  3196. package/dist/contacts/shoelace/assets/icons/ev-front.svg +4 -0
  3197. package/dist/contacts/shoelace/assets/icons/ev-station-fill.svg +3 -0
  3198. package/dist/contacts/shoelace/assets/icons/ev-station.svg +4 -0
  3199. package/dist/contacts/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
  3200. package/dist/contacts/shoelace/assets/icons/exclamation-circle.svg +4 -0
  3201. package/dist/contacts/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
  3202. package/dist/contacts/shoelace/assets/icons/exclamation-diamond.svg +4 -0
  3203. package/dist/contacts/shoelace/assets/icons/exclamation-lg.svg +3 -0
  3204. package/dist/contacts/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
  3205. package/dist/contacts/shoelace/assets/icons/exclamation-octagon.svg +4 -0
  3206. package/dist/contacts/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
  3207. package/dist/contacts/shoelace/assets/icons/exclamation-square.svg +4 -0
  3208. package/dist/contacts/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
  3209. package/dist/contacts/shoelace/assets/icons/exclamation-triangle.svg +4 -0
  3210. package/dist/contacts/shoelace/assets/icons/exclamation.svg +3 -0
  3211. package/dist/contacts/shoelace/assets/icons/exclude.svg +3 -0
  3212. package/dist/contacts/shoelace/assets/icons/explicit-fill.svg +3 -0
  3213. package/dist/contacts/shoelace/assets/icons/explicit.svg +4 -0
  3214. package/dist/contacts/shoelace/assets/icons/exposure.svg +4 -0
  3215. package/dist/contacts/shoelace/assets/icons/eye-fill.svg +4 -0
  3216. package/dist/contacts/shoelace/assets/icons/eye-slash-fill.svg +4 -0
  3217. package/dist/contacts/shoelace/assets/icons/eye-slash.svg +5 -0
  3218. package/dist/contacts/shoelace/assets/icons/eye.svg +4 -0
  3219. package/dist/contacts/shoelace/assets/icons/eyedropper.svg +3 -0
  3220. package/dist/contacts/shoelace/assets/icons/eyeglasses.svg +3 -0
  3221. package/dist/contacts/shoelace/assets/icons/facebook.svg +3 -0
  3222. package/dist/contacts/shoelace/assets/icons/fan.svg +4 -0
  3223. package/dist/contacts/shoelace/assets/icons/fast-forward-btn-fill.svg +3 -0
  3224. package/dist/contacts/shoelace/assets/icons/fast-forward-btn.svg +4 -0
  3225. package/dist/contacts/shoelace/assets/icons/fast-forward-circle-fill.svg +3 -0
  3226. package/dist/contacts/shoelace/assets/icons/fast-forward-circle.svg +4 -0
  3227. package/dist/contacts/shoelace/assets/icons/fast-forward-fill.svg +4 -0
  3228. package/dist/contacts/shoelace/assets/icons/fast-forward.svg +4 -0
  3229. package/dist/contacts/shoelace/assets/icons/feather.svg +3 -0
  3230. package/dist/contacts/shoelace/assets/icons/feather2.svg +3 -0
  3231. package/dist/contacts/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
  3232. package/dist/contacts/shoelace/assets/icons/file-arrow-down.svg +4 -0
  3233. package/dist/contacts/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
  3234. package/dist/contacts/shoelace/assets/icons/file-arrow-up.svg +4 -0
  3235. package/dist/contacts/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
  3236. package/dist/contacts/shoelace/assets/icons/file-bar-graph.svg +4 -0
  3237. package/dist/contacts/shoelace/assets/icons/file-binary-fill.svg +4 -0
  3238. package/dist/contacts/shoelace/assets/icons/file-binary.svg +4 -0
  3239. package/dist/contacts/shoelace/assets/icons/file-break-fill.svg +3 -0
  3240. package/dist/contacts/shoelace/assets/icons/file-break.svg +3 -0
  3241. package/dist/contacts/shoelace/assets/icons/file-check-fill.svg +3 -0
  3242. package/dist/contacts/shoelace/assets/icons/file-check.svg +4 -0
  3243. package/dist/contacts/shoelace/assets/icons/file-code-fill.svg +3 -0
  3244. package/dist/contacts/shoelace/assets/icons/file-code.svg +4 -0
  3245. package/dist/contacts/shoelace/assets/icons/file-diff-fill.svg +3 -0
  3246. package/dist/contacts/shoelace/assets/icons/file-diff.svg +4 -0
  3247. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
  3248. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
  3249. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
  3250. package/dist/contacts/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
  3251. package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
  3252. package/dist/contacts/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
  3253. package/dist/contacts/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
  3254. package/dist/contacts/shoelace/assets/icons/file-earmark-binary.svg +4 -0
  3255. package/dist/contacts/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
  3256. package/dist/contacts/shoelace/assets/icons/file-earmark-break.svg +3 -0
  3257. package/dist/contacts/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
  3258. package/dist/contacts/shoelace/assets/icons/file-earmark-check.svg +4 -0
  3259. package/dist/contacts/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
  3260. package/dist/contacts/shoelace/assets/icons/file-earmark-code.svg +4 -0
  3261. package/dist/contacts/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
  3262. package/dist/contacts/shoelace/assets/icons/file-earmark-diff.svg +4 -0
  3263. package/dist/contacts/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
  3264. package/dist/contacts/shoelace/assets/icons/file-earmark-easel.svg +4 -0
  3265. package/dist/contacts/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
  3266. package/dist/contacts/shoelace/assets/icons/file-earmark-excel.svg +4 -0
  3267. package/dist/contacts/shoelace/assets/icons/file-earmark-fill.svg +3 -0
  3268. package/dist/contacts/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
  3269. package/dist/contacts/shoelace/assets/icons/file-earmark-font.svg +4 -0
  3270. package/dist/contacts/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
  3271. package/dist/contacts/shoelace/assets/icons/file-earmark-image.svg +4 -0
  3272. package/dist/contacts/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
  3273. package/dist/contacts/shoelace/assets/icons/file-earmark-lock.svg +4 -0
  3274. package/dist/contacts/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
  3275. package/dist/contacts/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
  3276. package/dist/contacts/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
  3277. package/dist/contacts/shoelace/assets/icons/file-earmark-medical.svg +4 -0
  3278. package/dist/contacts/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
  3279. package/dist/contacts/shoelace/assets/icons/file-earmark-minus.svg +4 -0
  3280. package/dist/contacts/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
  3281. package/dist/contacts/shoelace/assets/icons/file-earmark-music.svg +4 -0
  3282. package/dist/contacts/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
  3283. package/dist/contacts/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
  3284. package/dist/contacts/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
  3285. package/dist/contacts/shoelace/assets/icons/file-earmark-person.svg +4 -0
  3286. package/dist/contacts/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
  3287. package/dist/contacts/shoelace/assets/icons/file-earmark-play.svg +4 -0
  3288. package/dist/contacts/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
  3289. package/dist/contacts/shoelace/assets/icons/file-earmark-plus.svg +4 -0
  3290. package/dist/contacts/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
  3291. package/dist/contacts/shoelace/assets/icons/file-earmark-post.svg +4 -0
  3292. package/dist/contacts/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
  3293. package/dist/contacts/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
  3294. package/dist/contacts/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
  3295. package/dist/contacts/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
  3296. package/dist/contacts/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
  3297. package/dist/contacts/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
  3298. package/dist/contacts/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
  3299. package/dist/contacts/shoelace/assets/icons/file-earmark-slides.svg +4 -0
  3300. package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
  3301. package/dist/contacts/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
  3302. package/dist/contacts/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
  3303. package/dist/contacts/shoelace/assets/icons/file-earmark-text.svg +4 -0
  3304. package/dist/contacts/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
  3305. package/dist/contacts/shoelace/assets/icons/file-earmark-word.svg +4 -0
  3306. package/dist/contacts/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
  3307. package/dist/contacts/shoelace/assets/icons/file-earmark-x.svg +4 -0
  3308. package/dist/contacts/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
  3309. package/dist/contacts/shoelace/assets/icons/file-earmark-zip.svg +4 -0
  3310. package/dist/contacts/shoelace/assets/icons/file-earmark.svg +3 -0
  3311. package/dist/contacts/shoelace/assets/icons/file-easel-fill.svg +4 -0
  3312. package/dist/contacts/shoelace/assets/icons/file-easel.svg +4 -0
  3313. package/dist/contacts/shoelace/assets/icons/file-excel-fill.svg +3 -0
  3314. package/dist/contacts/shoelace/assets/icons/file-excel.svg +4 -0
  3315. package/dist/contacts/shoelace/assets/icons/file-fill.svg +3 -0
  3316. package/dist/contacts/shoelace/assets/icons/file-font-fill.svg +3 -0
  3317. package/dist/contacts/shoelace/assets/icons/file-font.svg +4 -0
  3318. package/dist/contacts/shoelace/assets/icons/file-image-fill.svg +4 -0
  3319. package/dist/contacts/shoelace/assets/icons/file-image.svg +4 -0
  3320. package/dist/contacts/shoelace/assets/icons/file-lock-fill.svg +4 -0
  3321. package/dist/contacts/shoelace/assets/icons/file-lock.svg +4 -0
  3322. package/dist/contacts/shoelace/assets/icons/file-lock2-fill.svg +4 -0
  3323. package/dist/contacts/shoelace/assets/icons/file-lock2.svg +4 -0
  3324. package/dist/contacts/shoelace/assets/icons/file-medical-fill.svg +3 -0
  3325. package/dist/contacts/shoelace/assets/icons/file-medical.svg +4 -0
  3326. package/dist/contacts/shoelace/assets/icons/file-minus-fill.svg +3 -0
  3327. package/dist/contacts/shoelace/assets/icons/file-minus.svg +4 -0
  3328. package/dist/contacts/shoelace/assets/icons/file-music-fill.svg +3 -0
  3329. package/dist/contacts/shoelace/assets/icons/file-music.svg +4 -0
  3330. package/dist/contacts/shoelace/assets/icons/file-pdf-fill.svg +4 -0
  3331. package/dist/contacts/shoelace/assets/icons/file-pdf.svg +4 -0
  3332. package/dist/contacts/shoelace/assets/icons/file-person-fill.svg +3 -0
  3333. package/dist/contacts/shoelace/assets/icons/file-person.svg +4 -0
  3334. package/dist/contacts/shoelace/assets/icons/file-play-fill.svg +3 -0
  3335. package/dist/contacts/shoelace/assets/icons/file-play.svg +4 -0
  3336. package/dist/contacts/shoelace/assets/icons/file-plus-fill.svg +3 -0
  3337. package/dist/contacts/shoelace/assets/icons/file-plus.svg +4 -0
  3338. package/dist/contacts/shoelace/assets/icons/file-post-fill.svg +3 -0
  3339. package/dist/contacts/shoelace/assets/icons/file-post.svg +4 -0
  3340. package/dist/contacts/shoelace/assets/icons/file-ppt-fill.svg +4 -0
  3341. package/dist/contacts/shoelace/assets/icons/file-ppt.svg +4 -0
  3342. package/dist/contacts/shoelace/assets/icons/file-richtext-fill.svg +3 -0
  3343. package/dist/contacts/shoelace/assets/icons/file-richtext.svg +4 -0
  3344. package/dist/contacts/shoelace/assets/icons/file-ruled-fill.svg +3 -0
  3345. package/dist/contacts/shoelace/assets/icons/file-ruled.svg +3 -0
  3346. package/dist/contacts/shoelace/assets/icons/file-slides-fill.svg +4 -0
  3347. package/dist/contacts/shoelace/assets/icons/file-slides.svg +4 -0
  3348. package/dist/contacts/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
  3349. package/dist/contacts/shoelace/assets/icons/file-spreadsheet.svg +3 -0
  3350. package/dist/contacts/shoelace/assets/icons/file-text-fill.svg +3 -0
  3351. package/dist/contacts/shoelace/assets/icons/file-text.svg +4 -0
  3352. package/dist/contacts/shoelace/assets/icons/file-word-fill.svg +3 -0
  3353. package/dist/contacts/shoelace/assets/icons/file-word.svg +4 -0
  3354. package/dist/contacts/shoelace/assets/icons/file-x-fill.svg +3 -0
  3355. package/dist/contacts/shoelace/assets/icons/file-x.svg +4 -0
  3356. package/dist/contacts/shoelace/assets/icons/file-zip-fill.svg +4 -0
  3357. package/dist/contacts/shoelace/assets/icons/file-zip.svg +4 -0
  3358. package/dist/contacts/shoelace/assets/icons/file.svg +3 -0
  3359. package/dist/contacts/shoelace/assets/icons/files-alt.svg +3 -0
  3360. package/dist/contacts/shoelace/assets/icons/files.svg +3 -0
  3361. package/dist/contacts/shoelace/assets/icons/filetype-aac.svg +3 -0
  3362. package/dist/contacts/shoelace/assets/icons/filetype-ai.svg +3 -0
  3363. package/dist/contacts/shoelace/assets/icons/filetype-bmp.svg +3 -0
  3364. package/dist/contacts/shoelace/assets/icons/filetype-cs.svg +3 -0
  3365. package/dist/contacts/shoelace/assets/icons/filetype-css.svg +3 -0
  3366. package/dist/contacts/shoelace/assets/icons/filetype-csv.svg +3 -0
  3367. package/dist/contacts/shoelace/assets/icons/filetype-doc.svg +3 -0
  3368. package/dist/contacts/shoelace/assets/icons/filetype-docx.svg +3 -0
  3369. package/dist/contacts/shoelace/assets/icons/filetype-exe.svg +3 -0
  3370. package/dist/contacts/shoelace/assets/icons/filetype-gif.svg +3 -0
  3371. package/dist/contacts/shoelace/assets/icons/filetype-heic.svg +3 -0
  3372. package/dist/contacts/shoelace/assets/icons/filetype-html.svg +3 -0
  3373. package/dist/contacts/shoelace/assets/icons/filetype-java.svg +3 -0
  3374. package/dist/contacts/shoelace/assets/icons/filetype-jpg.svg +3 -0
  3375. package/dist/contacts/shoelace/assets/icons/filetype-js.svg +3 -0
  3376. package/dist/contacts/shoelace/assets/icons/filetype-json.svg +3 -0
  3377. package/dist/contacts/shoelace/assets/icons/filetype-jsx.svg +3 -0
  3378. package/dist/contacts/shoelace/assets/icons/filetype-key.svg +3 -0
  3379. package/dist/contacts/shoelace/assets/icons/filetype-m4p.svg +3 -0
  3380. package/dist/contacts/shoelace/assets/icons/filetype-md.svg +3 -0
  3381. package/dist/contacts/shoelace/assets/icons/filetype-mdx.svg +3 -0
  3382. package/dist/contacts/shoelace/assets/icons/filetype-mov.svg +3 -0
  3383. package/dist/contacts/shoelace/assets/icons/filetype-mp3.svg +3 -0
  3384. package/dist/contacts/shoelace/assets/icons/filetype-mp4.svg +3 -0
  3385. package/dist/contacts/shoelace/assets/icons/filetype-otf.svg +3 -0
  3386. package/dist/contacts/shoelace/assets/icons/filetype-pdf.svg +3 -0
  3387. package/dist/contacts/shoelace/assets/icons/filetype-php.svg +3 -0
  3388. package/dist/contacts/shoelace/assets/icons/filetype-png.svg +3 -0
  3389. package/dist/contacts/shoelace/assets/icons/filetype-ppt.svg +3 -0
  3390. package/dist/contacts/shoelace/assets/icons/filetype-pptx.svg +3 -0
  3391. package/dist/contacts/shoelace/assets/icons/filetype-psd.svg +3 -0
  3392. package/dist/contacts/shoelace/assets/icons/filetype-py.svg +3 -0
  3393. package/dist/contacts/shoelace/assets/icons/filetype-raw.svg +3 -0
  3394. package/dist/contacts/shoelace/assets/icons/filetype-rb.svg +3 -0
  3395. package/dist/contacts/shoelace/assets/icons/filetype-sass.svg +3 -0
  3396. package/dist/contacts/shoelace/assets/icons/filetype-scss.svg +3 -0
  3397. package/dist/contacts/shoelace/assets/icons/filetype-sh.svg +3 -0
  3398. package/dist/contacts/shoelace/assets/icons/filetype-sql.svg +3 -0
  3399. package/dist/contacts/shoelace/assets/icons/filetype-svg.svg +3 -0
  3400. package/dist/contacts/shoelace/assets/icons/filetype-tiff.svg +3 -0
  3401. package/dist/contacts/shoelace/assets/icons/filetype-tsx.svg +3 -0
  3402. package/dist/contacts/shoelace/assets/icons/filetype-ttf.svg +3 -0
  3403. package/dist/contacts/shoelace/assets/icons/filetype-txt.svg +3 -0
  3404. package/dist/contacts/shoelace/assets/icons/filetype-wav.svg +3 -0
  3405. package/dist/contacts/shoelace/assets/icons/filetype-woff.svg +3 -0
  3406. package/dist/contacts/shoelace/assets/icons/filetype-xls.svg +3 -0
  3407. package/dist/contacts/shoelace/assets/icons/filetype-xlsx.svg +3 -0
  3408. package/dist/contacts/shoelace/assets/icons/filetype-xml.svg +3 -0
  3409. package/dist/contacts/shoelace/assets/icons/filetype-yml.svg +3 -0
  3410. package/dist/contacts/shoelace/assets/icons/film.svg +3 -0
  3411. package/dist/contacts/shoelace/assets/icons/filter-circle-fill.svg +3 -0
  3412. package/dist/contacts/shoelace/assets/icons/filter-circle.svg +4 -0
  3413. package/dist/contacts/shoelace/assets/icons/filter-left.svg +3 -0
  3414. package/dist/contacts/shoelace/assets/icons/filter-right.svg +3 -0
  3415. package/dist/contacts/shoelace/assets/icons/filter-square-fill.svg +3 -0
  3416. package/dist/contacts/shoelace/assets/icons/filter-square.svg +4 -0
  3417. package/dist/contacts/shoelace/assets/icons/filter.svg +3 -0
  3418. package/dist/contacts/shoelace/assets/icons/fingerprint.svg +7 -0
  3419. package/dist/contacts/shoelace/assets/icons/fire.svg +3 -0
  3420. package/dist/contacts/shoelace/assets/icons/flag-fill.svg +3 -0
  3421. package/dist/contacts/shoelace/assets/icons/flag.svg +3 -0
  3422. package/dist/contacts/shoelace/assets/icons/floppy-fill.svg +4 -0
  3423. package/dist/contacts/shoelace/assets/icons/floppy.svg +4 -0
  3424. package/dist/contacts/shoelace/assets/icons/floppy2-fill.svg +4 -0
  3425. package/dist/contacts/shoelace/assets/icons/floppy2.svg +3 -0
  3426. package/dist/contacts/shoelace/assets/icons/flower1.svg +3 -0
  3427. package/dist/contacts/shoelace/assets/icons/flower2.svg +3 -0
  3428. package/dist/contacts/shoelace/assets/icons/flower3.svg +3 -0
  3429. package/dist/contacts/shoelace/assets/icons/folder-check.svg +4 -0
  3430. package/dist/contacts/shoelace/assets/icons/folder-fill.svg +3 -0
  3431. package/dist/contacts/shoelace/assets/icons/folder-minus.svg +4 -0
  3432. package/dist/contacts/shoelace/assets/icons/folder-plus.svg +4 -0
  3433. package/dist/contacts/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
  3434. package/dist/contacts/shoelace/assets/icons/folder-symlink.svg +4 -0
  3435. package/dist/contacts/shoelace/assets/icons/folder-x.svg +4 -0
  3436. package/dist/contacts/shoelace/assets/icons/folder.svg +3 -0
  3437. package/dist/contacts/shoelace/assets/icons/folder2-open.svg +3 -0
  3438. package/dist/contacts/shoelace/assets/icons/folder2.svg +3 -0
  3439. package/dist/contacts/shoelace/assets/icons/fonts.svg +3 -0
  3440. package/dist/contacts/shoelace/assets/icons/forward-fill.svg +3 -0
  3441. package/dist/contacts/shoelace/assets/icons/forward.svg +3 -0
  3442. package/dist/contacts/shoelace/assets/icons/front.svg +3 -0
  3443. package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel-fill.svg +4 -0
  3444. package/dist/contacts/shoelace/assets/icons/fuel-pump-diesel.svg +4 -0
  3445. package/dist/contacts/shoelace/assets/icons/fuel-pump-fill.svg +3 -0
  3446. package/dist/contacts/shoelace/assets/icons/fuel-pump.svg +4 -0
  3447. package/dist/contacts/shoelace/assets/icons/fullscreen-exit.svg +3 -0
  3448. package/dist/contacts/shoelace/assets/icons/fullscreen.svg +3 -0
  3449. package/dist/contacts/shoelace/assets/icons/funnel-fill.svg +3 -0
  3450. package/dist/contacts/shoelace/assets/icons/funnel.svg +3 -0
  3451. package/dist/contacts/shoelace/assets/icons/gear-fill.svg +3 -0
  3452. package/dist/contacts/shoelace/assets/icons/gear-wide-connected.svg +3 -0
  3453. package/dist/contacts/shoelace/assets/icons/gear-wide.svg +3 -0
  3454. package/dist/contacts/shoelace/assets/icons/gear.svg +4 -0
  3455. package/dist/contacts/shoelace/assets/icons/gem.svg +3 -0
  3456. package/dist/contacts/shoelace/assets/icons/gender-ambiguous.svg +3 -0
  3457. package/dist/contacts/shoelace/assets/icons/gender-female.svg +3 -0
  3458. package/dist/contacts/shoelace/assets/icons/gender-male.svg +3 -0
  3459. package/dist/contacts/shoelace/assets/icons/gender-neuter.svg +3 -0
  3460. package/dist/contacts/shoelace/assets/icons/gender-trans.svg +3 -0
  3461. package/dist/contacts/shoelace/assets/icons/geo-alt-fill.svg +3 -0
  3462. package/dist/contacts/shoelace/assets/icons/geo-alt.svg +4 -0
  3463. package/dist/contacts/shoelace/assets/icons/geo-fill.svg +3 -0
  3464. package/dist/contacts/shoelace/assets/icons/geo.svg +3 -0
  3465. package/dist/contacts/shoelace/assets/icons/gift-fill.svg +3 -0
  3466. package/dist/contacts/shoelace/assets/icons/gift.svg +3 -0
  3467. package/dist/contacts/shoelace/assets/icons/git.svg +3 -0
  3468. package/dist/contacts/shoelace/assets/icons/github.svg +3 -0
  3469. package/dist/contacts/shoelace/assets/icons/gitlab.svg +3 -0
  3470. package/dist/contacts/shoelace/assets/icons/globe-americas.svg +3 -0
  3471. package/dist/contacts/shoelace/assets/icons/globe-asia-australia.svg +4 -0
  3472. package/dist/contacts/shoelace/assets/icons/globe-central-south-asia.svg +3 -0
  3473. package/dist/contacts/shoelace/assets/icons/globe-europe-africa.svg +3 -0
  3474. package/dist/contacts/shoelace/assets/icons/globe.svg +3 -0
  3475. package/dist/contacts/shoelace/assets/icons/globe2.svg +3 -0
  3476. package/dist/contacts/shoelace/assets/icons/google-play.svg +3 -0
  3477. package/dist/contacts/shoelace/assets/icons/google.svg +3 -0
  3478. package/dist/contacts/shoelace/assets/icons/gpu-card.svg +5 -0
  3479. package/dist/contacts/shoelace/assets/icons/graph-down-arrow.svg +3 -0
  3480. package/dist/contacts/shoelace/assets/icons/graph-down.svg +3 -0
  3481. package/dist/contacts/shoelace/assets/icons/graph-up-arrow.svg +3 -0
  3482. package/dist/contacts/shoelace/assets/icons/graph-up.svg +3 -0
  3483. package/dist/contacts/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
  3484. package/dist/contacts/shoelace/assets/icons/grid-1x2.svg +3 -0
  3485. package/dist/contacts/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
  3486. package/dist/contacts/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
  3487. package/dist/contacts/shoelace/assets/icons/grid-3x2.svg +3 -0
  3488. package/dist/contacts/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
  3489. package/dist/contacts/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
  3490. package/dist/contacts/shoelace/assets/icons/grid-3x3.svg +3 -0
  3491. package/dist/contacts/shoelace/assets/icons/grid-fill.svg +3 -0
  3492. package/dist/contacts/shoelace/assets/icons/grid.svg +3 -0
  3493. package/dist/contacts/shoelace/assets/icons/grip-horizontal.svg +3 -0
  3494. package/dist/contacts/shoelace/assets/icons/grip-vertical.svg +3 -0
  3495. package/dist/contacts/shoelace/assets/icons/h-circle-fill.svg +3 -0
  3496. package/dist/contacts/shoelace/assets/icons/h-circle.svg +3 -0
  3497. package/dist/contacts/shoelace/assets/icons/h-square-fill.svg +3 -0
  3498. package/dist/contacts/shoelace/assets/icons/h-square.svg +4 -0
  3499. package/dist/contacts/shoelace/assets/icons/hammer.svg +3 -0
  3500. package/dist/contacts/shoelace/assets/icons/hand-index-fill.svg +3 -0
  3501. package/dist/contacts/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
  3502. package/dist/contacts/shoelace/assets/icons/hand-index-thumb.svg +3 -0
  3503. package/dist/contacts/shoelace/assets/icons/hand-index.svg +3 -0
  3504. package/dist/contacts/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
  3505. package/dist/contacts/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
  3506. package/dist/contacts/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
  3507. package/dist/contacts/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
  3508. package/dist/contacts/shoelace/assets/icons/handbag-fill.svg +3 -0
  3509. package/dist/contacts/shoelace/assets/icons/handbag.svg +3 -0
  3510. package/dist/contacts/shoelace/assets/icons/hash.svg +3 -0
  3511. package/dist/contacts/shoelace/assets/icons/hdd-fill.svg +3 -0
  3512. package/dist/contacts/shoelace/assets/icons/hdd-network-fill.svg +3 -0
  3513. package/dist/contacts/shoelace/assets/icons/hdd-network.svg +4 -0
  3514. package/dist/contacts/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
  3515. package/dist/contacts/shoelace/assets/icons/hdd-rack.svg +4 -0
  3516. package/dist/contacts/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
  3517. package/dist/contacts/shoelace/assets/icons/hdd-stack.svg +5 -0
  3518. package/dist/contacts/shoelace/assets/icons/hdd.svg +4 -0
  3519. package/dist/contacts/shoelace/assets/icons/hdmi-fill.svg +3 -0
  3520. package/dist/contacts/shoelace/assets/icons/hdmi.svg +4 -0
  3521. package/dist/contacts/shoelace/assets/icons/headphones.svg +3 -0
  3522. package/dist/contacts/shoelace/assets/icons/headset-vr.svg +4 -0
  3523. package/dist/contacts/shoelace/assets/icons/headset.svg +3 -0
  3524. package/dist/contacts/shoelace/assets/icons/heart-arrow.svg +3 -0
  3525. package/dist/contacts/shoelace/assets/icons/heart-fill.svg +3 -0
  3526. package/dist/contacts/shoelace/assets/icons/heart-half.svg +3 -0
  3527. package/dist/contacts/shoelace/assets/icons/heart-pulse-fill.svg +4 -0
  3528. package/dist/contacts/shoelace/assets/icons/heart-pulse.svg +4 -0
  3529. package/dist/contacts/shoelace/assets/icons/heart.svg +3 -0
  3530. package/dist/contacts/shoelace/assets/icons/heartbreak-fill.svg +3 -0
  3531. package/dist/contacts/shoelace/assets/icons/heartbreak.svg +3 -0
  3532. package/dist/contacts/shoelace/assets/icons/hearts.svg +3 -0
  3533. package/dist/contacts/shoelace/assets/icons/heptagon-fill.svg +3 -0
  3534. package/dist/contacts/shoelace/assets/icons/heptagon-half.svg +3 -0
  3535. package/dist/contacts/shoelace/assets/icons/heptagon.svg +3 -0
  3536. package/dist/contacts/shoelace/assets/icons/hexagon-fill.svg +3 -0
  3537. package/dist/contacts/shoelace/assets/icons/hexagon-half.svg +3 -0
  3538. package/dist/contacts/shoelace/assets/icons/hexagon.svg +3 -0
  3539. package/dist/contacts/shoelace/assets/icons/highlighter.svg +3 -0
  3540. package/dist/contacts/shoelace/assets/icons/highlights.svg +3 -0
  3541. package/dist/contacts/shoelace/assets/icons/hospital-fill.svg +3 -0
  3542. package/dist/contacts/shoelace/assets/icons/hospital.svg +4 -0
  3543. package/dist/contacts/shoelace/assets/icons/hourglass-bottom.svg +3 -0
  3544. package/dist/contacts/shoelace/assets/icons/hourglass-split.svg +3 -0
  3545. package/dist/contacts/shoelace/assets/icons/hourglass-top.svg +3 -0
  3546. package/dist/contacts/shoelace/assets/icons/hourglass.svg +3 -0
  3547. package/dist/contacts/shoelace/assets/icons/house-add-fill.svg +5 -0
  3548. package/dist/contacts/shoelace/assets/icons/house-add.svg +4 -0
  3549. package/dist/contacts/shoelace/assets/icons/house-check-fill.svg +5 -0
  3550. package/dist/contacts/shoelace/assets/icons/house-check.svg +4 -0
  3551. package/dist/contacts/shoelace/assets/icons/house-dash-fill.svg +5 -0
  3552. package/dist/contacts/shoelace/assets/icons/house-dash.svg +4 -0
  3553. package/dist/contacts/shoelace/assets/icons/house-door-fill.svg +3 -0
  3554. package/dist/contacts/shoelace/assets/icons/house-door.svg +3 -0
  3555. package/dist/contacts/shoelace/assets/icons/house-down-fill.svg +5 -0
  3556. package/dist/contacts/shoelace/assets/icons/house-down.svg +4 -0
  3557. package/dist/contacts/shoelace/assets/icons/house-exclamation-fill.svg +5 -0
  3558. package/dist/contacts/shoelace/assets/icons/house-exclamation.svg +4 -0
  3559. package/dist/contacts/shoelace/assets/icons/house-fill.svg +4 -0
  3560. package/dist/contacts/shoelace/assets/icons/house-gear-fill.svg +5 -0
  3561. package/dist/contacts/shoelace/assets/icons/house-gear.svg +4 -0
  3562. package/dist/contacts/shoelace/assets/icons/house-heart-fill.svg +4 -0
  3563. package/dist/contacts/shoelace/assets/icons/house-heart.svg +4 -0
  3564. package/dist/contacts/shoelace/assets/icons/house-lock-fill.svg +5 -0
  3565. package/dist/contacts/shoelace/assets/icons/house-lock.svg +4 -0
  3566. package/dist/contacts/shoelace/assets/icons/house-slash-fill.svg +5 -0
  3567. package/dist/contacts/shoelace/assets/icons/house-slash.svg +4 -0
  3568. package/dist/contacts/shoelace/assets/icons/house-up-fill.svg +5 -0
  3569. package/dist/contacts/shoelace/assets/icons/house-up.svg +4 -0
  3570. package/dist/contacts/shoelace/assets/icons/house-x-fill.svg +5 -0
  3571. package/dist/contacts/shoelace/assets/icons/house-x.svg +4 -0
  3572. package/dist/contacts/shoelace/assets/icons/house.svg +3 -0
  3573. package/dist/contacts/shoelace/assets/icons/houses-fill.svg +4 -0
  3574. package/dist/contacts/shoelace/assets/icons/houses.svg +3 -0
  3575. package/dist/contacts/shoelace/assets/icons/hr.svg +3 -0
  3576. package/dist/contacts/shoelace/assets/icons/hurricane.svg +3 -0
  3577. package/dist/contacts/shoelace/assets/icons/hypnotize.svg +4 -0
  3578. package/dist/contacts/shoelace/assets/icons/icons.json +24701 -0
  3579. package/dist/contacts/shoelace/assets/icons/image-alt.svg +3 -0
  3580. package/dist/contacts/shoelace/assets/icons/image-fill.svg +3 -0
  3581. package/dist/contacts/shoelace/assets/icons/image.svg +4 -0
  3582. package/dist/contacts/shoelace/assets/icons/images.svg +4 -0
  3583. package/dist/contacts/shoelace/assets/icons/inbox-fill.svg +3 -0
  3584. package/dist/contacts/shoelace/assets/icons/inbox.svg +3 -0
  3585. package/dist/contacts/shoelace/assets/icons/inboxes-fill.svg +3 -0
  3586. package/dist/contacts/shoelace/assets/icons/inboxes.svg +3 -0
  3587. package/dist/contacts/shoelace/assets/icons/incognito.svg +3 -0
  3588. package/dist/contacts/shoelace/assets/icons/indent.svg +4 -0
  3589. package/dist/contacts/shoelace/assets/icons/infinity.svg +3 -0
  3590. package/dist/contacts/shoelace/assets/icons/info-circle-fill.svg +3 -0
  3591. package/dist/contacts/shoelace/assets/icons/info-circle.svg +4 -0
  3592. package/dist/contacts/shoelace/assets/icons/info-lg.svg +3 -0
  3593. package/dist/contacts/shoelace/assets/icons/info-square-fill.svg +3 -0
  3594. package/dist/contacts/shoelace/assets/icons/info-square.svg +4 -0
  3595. package/dist/contacts/shoelace/assets/icons/info.svg +3 -0
  3596. package/dist/contacts/shoelace/assets/icons/input-cursor-text.svg +4 -0
  3597. package/dist/contacts/shoelace/assets/icons/input-cursor.svg +4 -0
  3598. package/dist/contacts/shoelace/assets/icons/instagram.svg +3 -0
  3599. package/dist/contacts/shoelace/assets/icons/intersect.svg +3 -0
  3600. package/dist/contacts/shoelace/assets/icons/journal-album.svg +5 -0
  3601. package/dist/contacts/shoelace/assets/icons/journal-arrow-down.svg +5 -0
  3602. package/dist/contacts/shoelace/assets/icons/journal-arrow-up.svg +5 -0
  3603. package/dist/contacts/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
  3604. package/dist/contacts/shoelace/assets/icons/journal-bookmark.svg +5 -0
  3605. package/dist/contacts/shoelace/assets/icons/journal-check.svg +5 -0
  3606. package/dist/contacts/shoelace/assets/icons/journal-code.svg +5 -0
  3607. package/dist/contacts/shoelace/assets/icons/journal-medical.svg +5 -0
  3608. package/dist/contacts/shoelace/assets/icons/journal-minus.svg +5 -0
  3609. package/dist/contacts/shoelace/assets/icons/journal-plus.svg +5 -0
  3610. package/dist/contacts/shoelace/assets/icons/journal-richtext.svg +5 -0
  3611. package/dist/contacts/shoelace/assets/icons/journal-text.svg +5 -0
  3612. package/dist/contacts/shoelace/assets/icons/journal-x.svg +5 -0
  3613. package/dist/contacts/shoelace/assets/icons/journal.svg +4 -0
  3614. package/dist/contacts/shoelace/assets/icons/journals.svg +4 -0
  3615. package/dist/contacts/shoelace/assets/icons/joystick.svg +4 -0
  3616. package/dist/contacts/shoelace/assets/icons/justify-left.svg +3 -0
  3617. package/dist/contacts/shoelace/assets/icons/justify-right.svg +3 -0
  3618. package/dist/contacts/shoelace/assets/icons/justify.svg +3 -0
  3619. package/dist/contacts/shoelace/assets/icons/kanban-fill.svg +3 -0
  3620. package/dist/contacts/shoelace/assets/icons/kanban.svg +4 -0
  3621. package/dist/contacts/shoelace/assets/icons/key-fill.svg +3 -0
  3622. package/dist/contacts/shoelace/assets/icons/key.svg +4 -0
  3623. package/dist/contacts/shoelace/assets/icons/keyboard-fill.svg +3 -0
  3624. package/dist/contacts/shoelace/assets/icons/keyboard.svg +4 -0
  3625. package/dist/contacts/shoelace/assets/icons/ladder.svg +3 -0
  3626. package/dist/contacts/shoelace/assets/icons/lamp-fill.svg +4 -0
  3627. package/dist/contacts/shoelace/assets/icons/lamp.svg +4 -0
  3628. package/dist/contacts/shoelace/assets/icons/laptop-fill.svg +3 -0
  3629. package/dist/contacts/shoelace/assets/icons/laptop.svg +3 -0
  3630. package/dist/contacts/shoelace/assets/icons/layer-backward.svg +4 -0
  3631. package/dist/contacts/shoelace/assets/icons/layer-forward.svg +4 -0
  3632. package/dist/contacts/shoelace/assets/icons/layers-fill.svg +4 -0
  3633. package/dist/contacts/shoelace/assets/icons/layers-half.svg +3 -0
  3634. package/dist/contacts/shoelace/assets/icons/layers.svg +3 -0
  3635. package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
  3636. package/dist/contacts/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
  3637. package/dist/contacts/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
  3638. package/dist/contacts/shoelace/assets/icons/layout-sidebar.svg +3 -0
  3639. package/dist/contacts/shoelace/assets/icons/layout-split.svg +3 -0
  3640. package/dist/contacts/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
  3641. package/dist/contacts/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
  3642. package/dist/contacts/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
  3643. package/dist/contacts/shoelace/assets/icons/layout-text-window.svg +4 -0
  3644. package/dist/contacts/shoelace/assets/icons/layout-three-columns.svg +3 -0
  3645. package/dist/contacts/shoelace/assets/icons/layout-wtf.svg +3 -0
  3646. package/dist/contacts/shoelace/assets/icons/life-preserver.svg +3 -0
  3647. package/dist/contacts/shoelace/assets/icons/lightbulb-fill.svg +3 -0
  3648. package/dist/contacts/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
  3649. package/dist/contacts/shoelace/assets/icons/lightbulb-off.svg +3 -0
  3650. package/dist/contacts/shoelace/assets/icons/lightbulb.svg +3 -0
  3651. package/dist/contacts/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
  3652. package/dist/contacts/shoelace/assets/icons/lightning-charge.svg +3 -0
  3653. package/dist/contacts/shoelace/assets/icons/lightning-fill.svg +3 -0
  3654. package/dist/contacts/shoelace/assets/icons/lightning.svg +3 -0
  3655. package/dist/contacts/shoelace/assets/icons/line.svg +3 -0
  3656. package/dist/contacts/shoelace/assets/icons/link-45deg.svg +4 -0
  3657. package/dist/contacts/shoelace/assets/icons/link.svg +4 -0
  3658. package/dist/contacts/shoelace/assets/icons/linkedin.svg +3 -0
  3659. package/dist/contacts/shoelace/assets/icons/list-check.svg +3 -0
  3660. package/dist/contacts/shoelace/assets/icons/list-columns-reverse.svg +3 -0
  3661. package/dist/contacts/shoelace/assets/icons/list-columns.svg +3 -0
  3662. package/dist/contacts/shoelace/assets/icons/list-nested.svg +3 -0
  3663. package/dist/contacts/shoelace/assets/icons/list-ol.svg +4 -0
  3664. package/dist/contacts/shoelace/assets/icons/list-stars.svg +4 -0
  3665. package/dist/contacts/shoelace/assets/icons/list-task.svg +5 -0
  3666. package/dist/contacts/shoelace/assets/icons/list-ul.svg +3 -0
  3667. package/dist/contacts/shoelace/assets/icons/list.svg +3 -0
  3668. package/dist/contacts/shoelace/assets/icons/lock-fill.svg +3 -0
  3669. package/dist/contacts/shoelace/assets/icons/lock.svg +3 -0
  3670. package/dist/contacts/shoelace/assets/icons/luggage-fill.svg +4 -0
  3671. package/dist/contacts/shoelace/assets/icons/luggage.svg +4 -0
  3672. package/dist/contacts/shoelace/assets/icons/lungs-fill.svg +3 -0
  3673. package/dist/contacts/shoelace/assets/icons/lungs.svg +3 -0
  3674. package/dist/contacts/shoelace/assets/icons/magic.svg +3 -0
  3675. package/dist/contacts/shoelace/assets/icons/magnet-fill.svg +3 -0
  3676. package/dist/contacts/shoelace/assets/icons/magnet.svg +3 -0
  3677. package/dist/contacts/shoelace/assets/icons/mailbox-flag.svg +4 -0
  3678. package/dist/contacts/shoelace/assets/icons/mailbox.svg +4 -0
  3679. package/dist/contacts/shoelace/assets/icons/mailbox2-flag.svg +4 -0
  3680. package/dist/contacts/shoelace/assets/icons/mailbox2.svg +4 -0
  3681. package/dist/contacts/shoelace/assets/icons/map-fill.svg +3 -0
  3682. package/dist/contacts/shoelace/assets/icons/map.svg +3 -0
  3683. package/dist/contacts/shoelace/assets/icons/markdown-fill.svg +3 -0
  3684. package/dist/contacts/shoelace/assets/icons/markdown.svg +6 -0
  3685. package/dist/contacts/shoelace/assets/icons/marker-tip.svg +3 -0
  3686. package/dist/contacts/shoelace/assets/icons/mask.svg +3 -0
  3687. package/dist/contacts/shoelace/assets/icons/mastodon.svg +3 -0
  3688. package/dist/contacts/shoelace/assets/icons/medium.svg +3 -0
  3689. package/dist/contacts/shoelace/assets/icons/megaphone-fill.svg +3 -0
  3690. package/dist/contacts/shoelace/assets/icons/megaphone.svg +3 -0
  3691. package/dist/contacts/shoelace/assets/icons/memory.svg +3 -0
  3692. package/dist/contacts/shoelace/assets/icons/menu-app-fill.svg +3 -0
  3693. package/dist/contacts/shoelace/assets/icons/menu-app.svg +3 -0
  3694. package/dist/contacts/shoelace/assets/icons/menu-button-fill.svg +3 -0
  3695. package/dist/contacts/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
  3696. package/dist/contacts/shoelace/assets/icons/menu-button-wide.svg +4 -0
  3697. package/dist/contacts/shoelace/assets/icons/menu-button.svg +4 -0
  3698. package/dist/contacts/shoelace/assets/icons/menu-down.svg +3 -0
  3699. package/dist/contacts/shoelace/assets/icons/menu-up.svg +3 -0
  3700. package/dist/contacts/shoelace/assets/icons/messenger.svg +3 -0
  3701. package/dist/contacts/shoelace/assets/icons/meta.svg +3 -0
  3702. package/dist/contacts/shoelace/assets/icons/mic-fill.svg +4 -0
  3703. package/dist/contacts/shoelace/assets/icons/mic-mute-fill.svg +4 -0
  3704. package/dist/contacts/shoelace/assets/icons/mic-mute.svg +4 -0
  3705. package/dist/contacts/shoelace/assets/icons/mic.svg +4 -0
  3706. package/dist/contacts/shoelace/assets/icons/microsoft-teams.svg +4 -0
  3707. package/dist/contacts/shoelace/assets/icons/microsoft.svg +3 -0
  3708. package/dist/contacts/shoelace/assets/icons/minecart-loaded.svg +4 -0
  3709. package/dist/contacts/shoelace/assets/icons/minecart.svg +3 -0
  3710. package/dist/contacts/shoelace/assets/icons/modem-fill.svg +3 -0
  3711. package/dist/contacts/shoelace/assets/icons/modem.svg +4 -0
  3712. package/dist/contacts/shoelace/assets/icons/moisture.svg +3 -0
  3713. package/dist/contacts/shoelace/assets/icons/moon-fill.svg +3 -0
  3714. package/dist/contacts/shoelace/assets/icons/moon-stars-fill.svg +4 -0
  3715. package/dist/contacts/shoelace/assets/icons/moon-stars.svg +4 -0
  3716. package/dist/contacts/shoelace/assets/icons/moon.svg +3 -0
  3717. package/dist/contacts/shoelace/assets/icons/mortarboard-fill.svg +4 -0
  3718. package/dist/contacts/shoelace/assets/icons/mortarboard.svg +4 -0
  3719. package/dist/contacts/shoelace/assets/icons/motherboard-fill.svg +4 -0
  3720. package/dist/contacts/shoelace/assets/icons/motherboard.svg +4 -0
  3721. package/dist/contacts/shoelace/assets/icons/mouse-fill.svg +3 -0
  3722. package/dist/contacts/shoelace/assets/icons/mouse.svg +3 -0
  3723. package/dist/contacts/shoelace/assets/icons/mouse2-fill.svg +3 -0
  3724. package/dist/contacts/shoelace/assets/icons/mouse2.svg +3 -0
  3725. package/dist/contacts/shoelace/assets/icons/mouse3-fill.svg +3 -0
  3726. package/dist/contacts/shoelace/assets/icons/mouse3.svg +3 -0
  3727. package/dist/contacts/shoelace/assets/icons/music-note-beamed.svg +5 -0
  3728. package/dist/contacts/shoelace/assets/icons/music-note-list.svg +6 -0
  3729. package/dist/contacts/shoelace/assets/icons/music-note.svg +5 -0
  3730. package/dist/contacts/shoelace/assets/icons/music-player-fill.svg +4 -0
  3731. package/dist/contacts/shoelace/assets/icons/music-player.svg +5 -0
  3732. package/dist/contacts/shoelace/assets/icons/newspaper.svg +4 -0
  3733. package/dist/contacts/shoelace/assets/icons/nintendo-switch.svg +4 -0
  3734. package/dist/contacts/shoelace/assets/icons/node-minus-fill.svg +3 -0
  3735. package/dist/contacts/shoelace/assets/icons/node-minus.svg +3 -0
  3736. package/dist/contacts/shoelace/assets/icons/node-plus-fill.svg +3 -0
  3737. package/dist/contacts/shoelace/assets/icons/node-plus.svg +3 -0
  3738. package/dist/contacts/shoelace/assets/icons/noise-reduction.svg +4 -0
  3739. package/dist/contacts/shoelace/assets/icons/nut-fill.svg +3 -0
  3740. package/dist/contacts/shoelace/assets/icons/nut.svg +4 -0
  3741. package/dist/contacts/shoelace/assets/icons/nvidia.svg +3 -0
  3742. package/dist/contacts/shoelace/assets/icons/nvme-fill.svg +4 -0
  3743. package/dist/contacts/shoelace/assets/icons/nvme.svg +4 -0
  3744. package/dist/contacts/shoelace/assets/icons/octagon-fill.svg +3 -0
  3745. package/dist/contacts/shoelace/assets/icons/octagon-half.svg +3 -0
  3746. package/dist/contacts/shoelace/assets/icons/octagon.svg +3 -0
  3747. package/dist/contacts/shoelace/assets/icons/opencollective.svg +4 -0
  3748. package/dist/contacts/shoelace/assets/icons/optical-audio-fill.svg +4 -0
  3749. package/dist/contacts/shoelace/assets/icons/optical-audio.svg +5 -0
  3750. package/dist/contacts/shoelace/assets/icons/option.svg +3 -0
  3751. package/dist/contacts/shoelace/assets/icons/outlet.svg +4 -0
  3752. package/dist/contacts/shoelace/assets/icons/p-circle-fill.svg +3 -0
  3753. package/dist/contacts/shoelace/assets/icons/p-circle.svg +3 -0
  3754. package/dist/contacts/shoelace/assets/icons/p-square-fill.svg +4 -0
  3755. package/dist/contacts/shoelace/assets/icons/p-square.svg +4 -0
  3756. package/dist/contacts/shoelace/assets/icons/paint-bucket.svg +3 -0
  3757. package/dist/contacts/shoelace/assets/icons/palette-fill.svg +3 -0
  3758. package/dist/contacts/shoelace/assets/icons/palette.svg +4 -0
  3759. package/dist/contacts/shoelace/assets/icons/palette2.svg +3 -0
  3760. package/dist/contacts/shoelace/assets/icons/paperclip.svg +3 -0
  3761. package/dist/contacts/shoelace/assets/icons/paragraph.svg +3 -0
  3762. package/dist/contacts/shoelace/assets/icons/pass-fill.svg +3 -0
  3763. package/dist/contacts/shoelace/assets/icons/pass.svg +4 -0
  3764. package/dist/contacts/shoelace/assets/icons/passport-fill.svg +4 -0
  3765. package/dist/contacts/shoelace/assets/icons/passport.svg +4 -0
  3766. package/dist/contacts/shoelace/assets/icons/patch-check-fill.svg +3 -0
  3767. package/dist/contacts/shoelace/assets/icons/patch-check.svg +4 -0
  3768. package/dist/contacts/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
  3769. package/dist/contacts/shoelace/assets/icons/patch-exclamation.svg +4 -0
  3770. package/dist/contacts/shoelace/assets/icons/patch-minus-fill.svg +3 -0
  3771. package/dist/contacts/shoelace/assets/icons/patch-minus.svg +4 -0
  3772. package/dist/contacts/shoelace/assets/icons/patch-plus-fill.svg +3 -0
  3773. package/dist/contacts/shoelace/assets/icons/patch-plus.svg +4 -0
  3774. package/dist/contacts/shoelace/assets/icons/patch-question-fill.svg +3 -0
  3775. package/dist/contacts/shoelace/assets/icons/patch-question.svg +5 -0
  3776. package/dist/contacts/shoelace/assets/icons/pause-btn-fill.svg +3 -0
  3777. package/dist/contacts/shoelace/assets/icons/pause-btn.svg +4 -0
  3778. package/dist/contacts/shoelace/assets/icons/pause-circle-fill.svg +3 -0
  3779. package/dist/contacts/shoelace/assets/icons/pause-circle.svg +4 -0
  3780. package/dist/contacts/shoelace/assets/icons/pause-fill.svg +3 -0
  3781. package/dist/contacts/shoelace/assets/icons/pause.svg +3 -0
  3782. package/dist/contacts/shoelace/assets/icons/paypal.svg +3 -0
  3783. package/dist/contacts/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
  3784. package/dist/contacts/shoelace/assets/icons/pc-display.svg +3 -0
  3785. package/dist/contacts/shoelace/assets/icons/pc-horizontal.svg +3 -0
  3786. package/dist/contacts/shoelace/assets/icons/pc.svg +3 -0
  3787. package/dist/contacts/shoelace/assets/icons/pci-card-network.svg +5 -0
  3788. package/dist/contacts/shoelace/assets/icons/pci-card-sound.svg +5 -0
  3789. package/dist/contacts/shoelace/assets/icons/pci-card.svg +4 -0
  3790. package/dist/contacts/shoelace/assets/icons/peace-fill.svg +3 -0
  3791. package/dist/contacts/shoelace/assets/icons/peace.svg +3 -0
  3792. package/dist/contacts/shoelace/assets/icons/pen-fill.svg +3 -0
  3793. package/dist/contacts/shoelace/assets/icons/pen.svg +3 -0
  3794. package/dist/contacts/shoelace/assets/icons/pencil-fill.svg +3 -0
  3795. package/dist/contacts/shoelace/assets/icons/pencil-square.svg +4 -0
  3796. package/dist/contacts/shoelace/assets/icons/pencil.svg +3 -0
  3797. package/dist/contacts/shoelace/assets/icons/pentagon-fill.svg +3 -0
  3798. package/dist/contacts/shoelace/assets/icons/pentagon-half.svg +3 -0
  3799. package/dist/contacts/shoelace/assets/icons/pentagon.svg +3 -0
  3800. package/dist/contacts/shoelace/assets/icons/people-fill.svg +3 -0
  3801. package/dist/contacts/shoelace/assets/icons/people.svg +3 -0
  3802. package/dist/contacts/shoelace/assets/icons/percent.svg +3 -0
  3803. package/dist/contacts/shoelace/assets/icons/person-add.svg +4 -0
  3804. package/dist/contacts/shoelace/assets/icons/person-arms-up.svg +4 -0
  3805. package/dist/contacts/shoelace/assets/icons/person-badge-fill.svg +3 -0
  3806. package/dist/contacts/shoelace/assets/icons/person-badge.svg +4 -0
  3807. package/dist/contacts/shoelace/assets/icons/person-bounding-box.svg +4 -0
  3808. package/dist/contacts/shoelace/assets/icons/person-check-fill.svg +4 -0
  3809. package/dist/contacts/shoelace/assets/icons/person-check.svg +4 -0
  3810. package/dist/contacts/shoelace/assets/icons/person-circle.svg +4 -0
  3811. package/dist/contacts/shoelace/assets/icons/person-dash-fill.svg +4 -0
  3812. package/dist/contacts/shoelace/assets/icons/person-dash.svg +4 -0
  3813. package/dist/contacts/shoelace/assets/icons/person-down.svg +4 -0
  3814. package/dist/contacts/shoelace/assets/icons/person-exclamation.svg +4 -0
  3815. package/dist/contacts/shoelace/assets/icons/person-fill-add.svg +4 -0
  3816. package/dist/contacts/shoelace/assets/icons/person-fill-check.svg +4 -0
  3817. package/dist/contacts/shoelace/assets/icons/person-fill-dash.svg +4 -0
  3818. package/dist/contacts/shoelace/assets/icons/person-fill-down.svg +4 -0
  3819. package/dist/contacts/shoelace/assets/icons/person-fill-exclamation.svg +4 -0
  3820. package/dist/contacts/shoelace/assets/icons/person-fill-gear.svg +3 -0
  3821. package/dist/contacts/shoelace/assets/icons/person-fill-lock.svg +3 -0
  3822. package/dist/contacts/shoelace/assets/icons/person-fill-slash.svg +3 -0
  3823. package/dist/contacts/shoelace/assets/icons/person-fill-up.svg +4 -0
  3824. package/dist/contacts/shoelace/assets/icons/person-fill-x.svg +4 -0
  3825. package/dist/contacts/shoelace/assets/icons/person-fill.svg +3 -0
  3826. package/dist/contacts/shoelace/assets/icons/person-gear.svg +3 -0
  3827. package/dist/contacts/shoelace/assets/icons/person-heart.svg +3 -0
  3828. package/dist/contacts/shoelace/assets/icons/person-hearts.svg +3 -0
  3829. package/dist/contacts/shoelace/assets/icons/person-lines-fill.svg +3 -0
  3830. package/dist/contacts/shoelace/assets/icons/person-lock.svg +3 -0
  3831. package/dist/contacts/shoelace/assets/icons/person-plus-fill.svg +4 -0
  3832. package/dist/contacts/shoelace/assets/icons/person-plus.svg +4 -0
  3833. package/dist/contacts/shoelace/assets/icons/person-raised-hand.svg +4 -0
  3834. package/dist/contacts/shoelace/assets/icons/person-rolodex.svg +4 -0
  3835. package/dist/contacts/shoelace/assets/icons/person-slash.svg +3 -0
  3836. package/dist/contacts/shoelace/assets/icons/person-square.svg +4 -0
  3837. package/dist/contacts/shoelace/assets/icons/person-standing-dress.svg +3 -0
  3838. package/dist/contacts/shoelace/assets/icons/person-standing.svg +3 -0
  3839. package/dist/contacts/shoelace/assets/icons/person-up.svg +4 -0
  3840. package/dist/contacts/shoelace/assets/icons/person-vcard-fill.svg +3 -0
  3841. package/dist/contacts/shoelace/assets/icons/person-vcard.svg +4 -0
  3842. package/dist/contacts/shoelace/assets/icons/person-video.svg +4 -0
  3843. package/dist/contacts/shoelace/assets/icons/person-video2.svg +4 -0
  3844. package/dist/contacts/shoelace/assets/icons/person-video3.svg +4 -0
  3845. package/dist/contacts/shoelace/assets/icons/person-walking.svg +4 -0
  3846. package/dist/contacts/shoelace/assets/icons/person-wheelchair.svg +3 -0
  3847. package/dist/contacts/shoelace/assets/icons/person-workspace.svg +4 -0
  3848. package/dist/contacts/shoelace/assets/icons/person-x-fill.svg +3 -0
  3849. package/dist/contacts/shoelace/assets/icons/person-x.svg +4 -0
  3850. package/dist/contacts/shoelace/assets/icons/person.svg +3 -0
  3851. package/dist/contacts/shoelace/assets/icons/phone-fill.svg +3 -0
  3852. package/dist/contacts/shoelace/assets/icons/phone-flip.svg +3 -0
  3853. package/dist/contacts/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
  3854. package/dist/contacts/shoelace/assets/icons/phone-landscape.svg +4 -0
  3855. package/dist/contacts/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
  3856. package/dist/contacts/shoelace/assets/icons/phone-vibrate.svg +4 -0
  3857. package/dist/contacts/shoelace/assets/icons/phone.svg +4 -0
  3858. package/dist/contacts/shoelace/assets/icons/pie-chart-fill.svg +3 -0
  3859. package/dist/contacts/shoelace/assets/icons/pie-chart.svg +3 -0
  3860. package/dist/contacts/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
  3861. package/dist/contacts/shoelace/assets/icons/piggy-bank.svg +4 -0
  3862. package/dist/contacts/shoelace/assets/icons/pin-angle-fill.svg +3 -0
  3863. package/dist/contacts/shoelace/assets/icons/pin-angle.svg +3 -0
  3864. package/dist/contacts/shoelace/assets/icons/pin-fill.svg +3 -0
  3865. package/dist/contacts/shoelace/assets/icons/pin-map-fill.svg +4 -0
  3866. package/dist/contacts/shoelace/assets/icons/pin-map.svg +4 -0
  3867. package/dist/contacts/shoelace/assets/icons/pin.svg +3 -0
  3868. package/dist/contacts/shoelace/assets/icons/pinterest.svg +3 -0
  3869. package/dist/contacts/shoelace/assets/icons/pip-fill.svg +3 -0
  3870. package/dist/contacts/shoelace/assets/icons/pip.svg +4 -0
  3871. package/dist/contacts/shoelace/assets/icons/play-btn-fill.svg +3 -0
  3872. package/dist/contacts/shoelace/assets/icons/play-btn.svg +4 -0
  3873. package/dist/contacts/shoelace/assets/icons/play-circle-fill.svg +3 -0
  3874. package/dist/contacts/shoelace/assets/icons/play-circle.svg +4 -0
  3875. package/dist/contacts/shoelace/assets/icons/play-fill.svg +3 -0
  3876. package/dist/contacts/shoelace/assets/icons/play.svg +3 -0
  3877. package/dist/contacts/shoelace/assets/icons/playstation.svg +3 -0
  3878. package/dist/contacts/shoelace/assets/icons/plug-fill.svg +3 -0
  3879. package/dist/contacts/shoelace/assets/icons/plug.svg +3 -0
  3880. package/dist/contacts/shoelace/assets/icons/plugin.svg +3 -0
  3881. package/dist/contacts/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
  3882. package/dist/contacts/shoelace/assets/icons/plus-circle-fill.svg +3 -0
  3883. package/dist/contacts/shoelace/assets/icons/plus-circle.svg +4 -0
  3884. package/dist/contacts/shoelace/assets/icons/plus-lg.svg +3 -0
  3885. package/dist/contacts/shoelace/assets/icons/plus-slash-minus.svg +3 -0
  3886. package/dist/contacts/shoelace/assets/icons/plus-square-dotted.svg +3 -0
  3887. package/dist/contacts/shoelace/assets/icons/plus-square-fill.svg +3 -0
  3888. package/dist/contacts/shoelace/assets/icons/plus-square.svg +4 -0
  3889. package/dist/contacts/shoelace/assets/icons/plus.svg +3 -0
  3890. package/dist/contacts/shoelace/assets/icons/postage-fill.svg +4 -0
  3891. package/dist/contacts/shoelace/assets/icons/postage-heart-fill.svg +4 -0
  3892. package/dist/contacts/shoelace/assets/icons/postage-heart.svg +4 -0
  3893. package/dist/contacts/shoelace/assets/icons/postage.svg +4 -0
  3894. package/dist/contacts/shoelace/assets/icons/postcard-fill.svg +4 -0
  3895. package/dist/contacts/shoelace/assets/icons/postcard-heart-fill.svg +3 -0
  3896. package/dist/contacts/shoelace/assets/icons/postcard-heart.svg +4 -0
  3897. package/dist/contacts/shoelace/assets/icons/postcard.svg +3 -0
  3898. package/dist/contacts/shoelace/assets/icons/power.svg +4 -0
  3899. package/dist/contacts/shoelace/assets/icons/prescription.svg +4 -0
  3900. package/dist/contacts/shoelace/assets/icons/prescription2.svg +4 -0
  3901. package/dist/contacts/shoelace/assets/icons/printer-fill.svg +4 -0
  3902. package/dist/contacts/shoelace/assets/icons/printer.svg +4 -0
  3903. package/dist/contacts/shoelace/assets/icons/projector-fill.svg +3 -0
  3904. package/dist/contacts/shoelace/assets/icons/projector.svg +4 -0
  3905. package/dist/contacts/shoelace/assets/icons/puzzle-fill.svg +3 -0
  3906. package/dist/contacts/shoelace/assets/icons/puzzle.svg +3 -0
  3907. package/dist/contacts/shoelace/assets/icons/qr-code-scan.svg +7 -0
  3908. package/dist/contacts/shoelace/assets/icons/qr-code.svg +7 -0
  3909. package/dist/contacts/shoelace/assets/icons/question-circle-fill.svg +3 -0
  3910. package/dist/contacts/shoelace/assets/icons/question-circle.svg +4 -0
  3911. package/dist/contacts/shoelace/assets/icons/question-diamond-fill.svg +3 -0
  3912. package/dist/contacts/shoelace/assets/icons/question-diamond.svg +4 -0
  3913. package/dist/contacts/shoelace/assets/icons/question-lg.svg +3 -0
  3914. package/dist/contacts/shoelace/assets/icons/question-octagon-fill.svg +3 -0
  3915. package/dist/contacts/shoelace/assets/icons/question-octagon.svg +4 -0
  3916. package/dist/contacts/shoelace/assets/icons/question-square-fill.svg +3 -0
  3917. package/dist/contacts/shoelace/assets/icons/question-square.svg +4 -0
  3918. package/dist/contacts/shoelace/assets/icons/question.svg +3 -0
  3919. package/dist/contacts/shoelace/assets/icons/quora.svg +3 -0
  3920. package/dist/contacts/shoelace/assets/icons/quote.svg +3 -0
  3921. package/dist/contacts/shoelace/assets/icons/r-circle-fill.svg +3 -0
  3922. package/dist/contacts/shoelace/assets/icons/r-circle.svg +3 -0
  3923. package/dist/contacts/shoelace/assets/icons/r-square-fill.svg +4 -0
  3924. package/dist/contacts/shoelace/assets/icons/r-square.svg +4 -0
  3925. package/dist/contacts/shoelace/assets/icons/radar.svg +3 -0
  3926. package/dist/contacts/shoelace/assets/icons/radioactive.svg +4 -0
  3927. package/dist/contacts/shoelace/assets/icons/rainbow.svg +3 -0
  3928. package/dist/contacts/shoelace/assets/icons/receipt-cutoff.svg +4 -0
  3929. package/dist/contacts/shoelace/assets/icons/receipt.svg +4 -0
  3930. package/dist/contacts/shoelace/assets/icons/reception-0.svg +3 -0
  3931. package/dist/contacts/shoelace/assets/icons/reception-1.svg +3 -0
  3932. package/dist/contacts/shoelace/assets/icons/reception-2.svg +3 -0
  3933. package/dist/contacts/shoelace/assets/icons/reception-3.svg +3 -0
  3934. package/dist/contacts/shoelace/assets/icons/reception-4.svg +3 -0
  3935. package/dist/contacts/shoelace/assets/icons/record-btn-fill.svg +3 -0
  3936. package/dist/contacts/shoelace/assets/icons/record-btn.svg +4 -0
  3937. package/dist/contacts/shoelace/assets/icons/record-circle-fill.svg +3 -0
  3938. package/dist/contacts/shoelace/assets/icons/record-circle.svg +4 -0
  3939. package/dist/contacts/shoelace/assets/icons/record-fill.svg +3 -0
  3940. package/dist/contacts/shoelace/assets/icons/record.svg +3 -0
  3941. package/dist/contacts/shoelace/assets/icons/record2-fill.svg +4 -0
  3942. package/dist/contacts/shoelace/assets/icons/record2.svg +4 -0
  3943. package/dist/contacts/shoelace/assets/icons/recycle.svg +3 -0
  3944. package/dist/contacts/shoelace/assets/icons/reddit.svg +4 -0
  3945. package/dist/contacts/shoelace/assets/icons/regex.svg +3 -0
  3946. package/dist/contacts/shoelace/assets/icons/repeat-1.svg +4 -0
  3947. package/dist/contacts/shoelace/assets/icons/repeat.svg +3 -0
  3948. package/dist/contacts/shoelace/assets/icons/reply-all-fill.svg +4 -0
  3949. package/dist/contacts/shoelace/assets/icons/reply-all.svg +4 -0
  3950. package/dist/contacts/shoelace/assets/icons/reply-fill.svg +3 -0
  3951. package/dist/contacts/shoelace/assets/icons/reply.svg +3 -0
  3952. package/dist/contacts/shoelace/assets/icons/rewind-btn-fill.svg +3 -0
  3953. package/dist/contacts/shoelace/assets/icons/rewind-btn.svg +4 -0
  3954. package/dist/contacts/shoelace/assets/icons/rewind-circle-fill.svg +3 -0
  3955. package/dist/contacts/shoelace/assets/icons/rewind-circle.svg +4 -0
  3956. package/dist/contacts/shoelace/assets/icons/rewind-fill.svg +4 -0
  3957. package/dist/contacts/shoelace/assets/icons/rewind.svg +4 -0
  3958. package/dist/contacts/shoelace/assets/icons/robot.svg +4 -0
  3959. package/dist/contacts/shoelace/assets/icons/rocket-fill.svg +4 -0
  3960. package/dist/contacts/shoelace/assets/icons/rocket-takeoff-fill.svg +4 -0
  3961. package/dist/contacts/shoelace/assets/icons/rocket-takeoff.svg +5 -0
  3962. package/dist/contacts/shoelace/assets/icons/rocket.svg +5 -0
  3963. package/dist/contacts/shoelace/assets/icons/router-fill.svg +6 -0
  3964. package/dist/contacts/shoelace/assets/icons/router.svg +6 -0
  3965. package/dist/contacts/shoelace/assets/icons/rss-fill.svg +3 -0
  3966. package/dist/contacts/shoelace/assets/icons/rss.svg +4 -0
  3967. package/dist/contacts/shoelace/assets/icons/rulers.svg +3 -0
  3968. package/dist/contacts/shoelace/assets/icons/safe-fill.svg +4 -0
  3969. package/dist/contacts/shoelace/assets/icons/safe.svg +4 -0
  3970. package/dist/contacts/shoelace/assets/icons/safe2-fill.svg +4 -0
  3971. package/dist/contacts/shoelace/assets/icons/safe2.svg +4 -0
  3972. package/dist/contacts/shoelace/assets/icons/save-fill.svg +3 -0
  3973. package/dist/contacts/shoelace/assets/icons/save.svg +3 -0
  3974. package/dist/contacts/shoelace/assets/icons/save2-fill.svg +3 -0
  3975. package/dist/contacts/shoelace/assets/icons/save2.svg +3 -0
  3976. package/dist/contacts/shoelace/assets/icons/scissors.svg +3 -0
  3977. package/dist/contacts/shoelace/assets/icons/scooter.svg +3 -0
  3978. package/dist/contacts/shoelace/assets/icons/screwdriver.svg +3 -0
  3979. package/dist/contacts/shoelace/assets/icons/sd-card-fill.svg +3 -0
  3980. package/dist/contacts/shoelace/assets/icons/sd-card.svg +4 -0
  3981. package/dist/contacts/shoelace/assets/icons/search-heart-fill.svg +3 -0
  3982. package/dist/contacts/shoelace/assets/icons/search-heart.svg +4 -0
  3983. package/dist/contacts/shoelace/assets/icons/search.svg +3 -0
  3984. package/dist/contacts/shoelace/assets/icons/segmented-nav.svg +3 -0
  3985. package/dist/contacts/shoelace/assets/icons/send-arrow-down-fill.svg +4 -0
  3986. package/dist/contacts/shoelace/assets/icons/send-arrow-down.svg +4 -0
  3987. package/dist/contacts/shoelace/assets/icons/send-arrow-up-fill.svg +4 -0
  3988. package/dist/contacts/shoelace/assets/icons/send-arrow-up.svg +4 -0
  3989. package/dist/contacts/shoelace/assets/icons/send-check-fill.svg +4 -0
  3990. package/dist/contacts/shoelace/assets/icons/send-check.svg +4 -0
  3991. package/dist/contacts/shoelace/assets/icons/send-dash-fill.svg +4 -0
  3992. package/dist/contacts/shoelace/assets/icons/send-dash.svg +4 -0
  3993. package/dist/contacts/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
  3994. package/dist/contacts/shoelace/assets/icons/send-exclamation.svg +4 -0
  3995. package/dist/contacts/shoelace/assets/icons/send-fill.svg +3 -0
  3996. package/dist/contacts/shoelace/assets/icons/send-plus-fill.svg +4 -0
  3997. package/dist/contacts/shoelace/assets/icons/send-plus.svg +4 -0
  3998. package/dist/contacts/shoelace/assets/icons/send-slash-fill.svg +4 -0
  3999. package/dist/contacts/shoelace/assets/icons/send-slash.svg +4 -0
  4000. package/dist/contacts/shoelace/assets/icons/send-x-fill.svg +4 -0
  4001. package/dist/contacts/shoelace/assets/icons/send-x.svg +4 -0
  4002. package/dist/contacts/shoelace/assets/icons/send.svg +3 -0
  4003. package/dist/contacts/shoelace/assets/icons/server.svg +5 -0
  4004. package/dist/contacts/shoelace/assets/icons/shadows.svg +3 -0
  4005. package/dist/contacts/shoelace/assets/icons/share-fill.svg +3 -0
  4006. package/dist/contacts/shoelace/assets/icons/share.svg +3 -0
  4007. package/dist/contacts/shoelace/assets/icons/shield-check.svg +4 -0
  4008. package/dist/contacts/shoelace/assets/icons/shield-exclamation.svg +4 -0
  4009. package/dist/contacts/shoelace/assets/icons/shield-fill-check.svg +3 -0
  4010. package/dist/contacts/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
  4011. package/dist/contacts/shoelace/assets/icons/shield-fill-minus.svg +3 -0
  4012. package/dist/contacts/shoelace/assets/icons/shield-fill-plus.svg +3 -0
  4013. package/dist/contacts/shoelace/assets/icons/shield-fill-x.svg +3 -0
  4014. package/dist/contacts/shoelace/assets/icons/shield-fill.svg +3 -0
  4015. package/dist/contacts/shoelace/assets/icons/shield-lock-fill.svg +3 -0
  4016. package/dist/contacts/shoelace/assets/icons/shield-lock.svg +4 -0
  4017. package/dist/contacts/shoelace/assets/icons/shield-minus.svg +4 -0
  4018. package/dist/contacts/shoelace/assets/icons/shield-plus.svg +4 -0
  4019. package/dist/contacts/shoelace/assets/icons/shield-shaded.svg +3 -0
  4020. package/dist/contacts/shoelace/assets/icons/shield-slash-fill.svg +3 -0
  4021. package/dist/contacts/shoelace/assets/icons/shield-slash.svg +3 -0
  4022. package/dist/contacts/shoelace/assets/icons/shield-x.svg +4 -0
  4023. package/dist/contacts/shoelace/assets/icons/shield.svg +3 -0
  4024. package/dist/contacts/shoelace/assets/icons/shift-fill.svg +3 -0
  4025. package/dist/contacts/shoelace/assets/icons/shift.svg +3 -0
  4026. package/dist/contacts/shoelace/assets/icons/shop-window.svg +3 -0
  4027. package/dist/contacts/shoelace/assets/icons/shop.svg +3 -0
  4028. package/dist/contacts/shoelace/assets/icons/shuffle.svg +4 -0
  4029. package/dist/contacts/shoelace/assets/icons/sign-dead-end-fill.svg +4 -0
  4030. package/dist/contacts/shoelace/assets/icons/sign-dead-end.svg +4 -0
  4031. package/dist/contacts/shoelace/assets/icons/sign-do-not-enter-fill.svg +4 -0
  4032. package/dist/contacts/shoelace/assets/icons/sign-do-not-enter.svg +4 -0
  4033. package/dist/contacts/shoelace/assets/icons/sign-intersection-fill.svg +3 -0
  4034. package/dist/contacts/shoelace/assets/icons/sign-intersection-side-fill.svg +3 -0
  4035. package/dist/contacts/shoelace/assets/icons/sign-intersection-side.svg +4 -0
  4036. package/dist/contacts/shoelace/assets/icons/sign-intersection-t-fill.svg +3 -0
  4037. package/dist/contacts/shoelace/assets/icons/sign-intersection-t.svg +4 -0
  4038. package/dist/contacts/shoelace/assets/icons/sign-intersection-y-fill.svg +3 -0
  4039. package/dist/contacts/shoelace/assets/icons/sign-intersection-y.svg +4 -0
  4040. package/dist/contacts/shoelace/assets/icons/sign-intersection.svg +4 -0
  4041. package/dist/contacts/shoelace/assets/icons/sign-merge-left-fill.svg +3 -0
  4042. package/dist/contacts/shoelace/assets/icons/sign-merge-left.svg +4 -0
  4043. package/dist/contacts/shoelace/assets/icons/sign-merge-right-fill.svg +3 -0
  4044. package/dist/contacts/shoelace/assets/icons/sign-merge-right.svg +4 -0
  4045. package/dist/contacts/shoelace/assets/icons/sign-no-left-turn-fill.svg +4 -0
  4046. package/dist/contacts/shoelace/assets/icons/sign-no-left-turn.svg +3 -0
  4047. package/dist/contacts/shoelace/assets/icons/sign-no-parking-fill.svg +4 -0
  4048. package/dist/contacts/shoelace/assets/icons/sign-no-parking.svg +3 -0
  4049. package/dist/contacts/shoelace/assets/icons/sign-no-right-turn-fill.svg +4 -0
  4050. package/dist/contacts/shoelace/assets/icons/sign-no-right-turn.svg +3 -0
  4051. package/dist/contacts/shoelace/assets/icons/sign-railroad-fill.svg +5 -0
  4052. package/dist/contacts/shoelace/assets/icons/sign-railroad.svg +4 -0
  4053. package/dist/contacts/shoelace/assets/icons/sign-stop-fill.svg +4 -0
  4054. package/dist/contacts/shoelace/assets/icons/sign-stop-lights-fill.svg +4 -0
  4055. package/dist/contacts/shoelace/assets/icons/sign-stop-lights.svg +4 -0
  4056. package/dist/contacts/shoelace/assets/icons/sign-stop.svg +5 -0
  4057. package/dist/contacts/shoelace/assets/icons/sign-turn-left-fill.svg +3 -0
  4058. package/dist/contacts/shoelace/assets/icons/sign-turn-left.svg +4 -0
  4059. package/dist/contacts/shoelace/assets/icons/sign-turn-right-fill.svg +3 -0
  4060. package/dist/contacts/shoelace/assets/icons/sign-turn-right.svg +4 -0
  4061. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left-fill.svg +3 -0
  4062. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-left.svg +4 -0
  4063. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right-fill.svg +3 -0
  4064. package/dist/contacts/shoelace/assets/icons/sign-turn-slight-right.svg +4 -0
  4065. package/dist/contacts/shoelace/assets/icons/sign-yield-fill.svg +4 -0
  4066. package/dist/contacts/shoelace/assets/icons/sign-yield.svg +5 -0
  4067. package/dist/contacts/shoelace/assets/icons/signal.svg +3 -0
  4068. package/dist/contacts/shoelace/assets/icons/signpost-2-fill.svg +3 -0
  4069. package/dist/contacts/shoelace/assets/icons/signpost-2.svg +3 -0
  4070. package/dist/contacts/shoelace/assets/icons/signpost-fill.svg +3 -0
  4071. package/dist/contacts/shoelace/assets/icons/signpost-split-fill.svg +3 -0
  4072. package/dist/contacts/shoelace/assets/icons/signpost-split.svg +3 -0
  4073. package/dist/contacts/shoelace/assets/icons/signpost.svg +3 -0
  4074. package/dist/contacts/shoelace/assets/icons/sim-fill.svg +4 -0
  4075. package/dist/contacts/shoelace/assets/icons/sim-slash-fill.svg +3 -0
  4076. package/dist/contacts/shoelace/assets/icons/sim-slash.svg +3 -0
  4077. package/dist/contacts/shoelace/assets/icons/sim.svg +4 -0
  4078. package/dist/contacts/shoelace/assets/icons/sina-weibo.svg +4 -0
  4079. package/dist/contacts/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
  4080. package/dist/contacts/shoelace/assets/icons/skip-backward-btn.svg +4 -0
  4081. package/dist/contacts/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
  4082. package/dist/contacts/shoelace/assets/icons/skip-backward-circle.svg +4 -0
  4083. package/dist/contacts/shoelace/assets/icons/skip-backward-fill.svg +3 -0
  4084. package/dist/contacts/shoelace/assets/icons/skip-backward.svg +3 -0
  4085. package/dist/contacts/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
  4086. package/dist/contacts/shoelace/assets/icons/skip-end-btn.svg +4 -0
  4087. package/dist/contacts/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
  4088. package/dist/contacts/shoelace/assets/icons/skip-end-circle.svg +4 -0
  4089. package/dist/contacts/shoelace/assets/icons/skip-end-fill.svg +3 -0
  4090. package/dist/contacts/shoelace/assets/icons/skip-end.svg +3 -0
  4091. package/dist/contacts/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
  4092. package/dist/contacts/shoelace/assets/icons/skip-forward-btn.svg +4 -0
  4093. package/dist/contacts/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
  4094. package/dist/contacts/shoelace/assets/icons/skip-forward-circle.svg +4 -0
  4095. package/dist/contacts/shoelace/assets/icons/skip-forward-fill.svg +3 -0
  4096. package/dist/contacts/shoelace/assets/icons/skip-forward.svg +3 -0
  4097. package/dist/contacts/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
  4098. package/dist/contacts/shoelace/assets/icons/skip-start-btn.svg +4 -0
  4099. package/dist/contacts/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
  4100. package/dist/contacts/shoelace/assets/icons/skip-start-circle.svg +4 -0
  4101. package/dist/contacts/shoelace/assets/icons/skip-start-fill.svg +3 -0
  4102. package/dist/contacts/shoelace/assets/icons/skip-start.svg +3 -0
  4103. package/dist/contacts/shoelace/assets/icons/skype.svg +3 -0
  4104. package/dist/contacts/shoelace/assets/icons/slack.svg +3 -0
  4105. package/dist/contacts/shoelace/assets/icons/slash-circle-fill.svg +3 -0
  4106. package/dist/contacts/shoelace/assets/icons/slash-circle.svg +4 -0
  4107. package/dist/contacts/shoelace/assets/icons/slash-lg.svg +3 -0
  4108. package/dist/contacts/shoelace/assets/icons/slash-square-fill.svg +3 -0
  4109. package/dist/contacts/shoelace/assets/icons/slash-square.svg +4 -0
  4110. package/dist/contacts/shoelace/assets/icons/slash.svg +3 -0
  4111. package/dist/contacts/shoelace/assets/icons/sliders.svg +3 -0
  4112. package/dist/contacts/shoelace/assets/icons/sliders2-vertical.svg +3 -0
  4113. package/dist/contacts/shoelace/assets/icons/sliders2.svg +3 -0
  4114. package/dist/contacts/shoelace/assets/icons/smartwatch.svg +4 -0
  4115. package/dist/contacts/shoelace/assets/icons/snapchat.svg +3 -0
  4116. package/dist/contacts/shoelace/assets/icons/snow.svg +3 -0
  4117. package/dist/contacts/shoelace/assets/icons/snow2.svg +3 -0
  4118. package/dist/contacts/shoelace/assets/icons/snow3.svg +4 -0
  4119. package/dist/contacts/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
  4120. package/dist/contacts/shoelace/assets/icons/sort-alpha-down.svg +4 -0
  4121. package/dist/contacts/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
  4122. package/dist/contacts/shoelace/assets/icons/sort-alpha-up.svg +4 -0
  4123. package/dist/contacts/shoelace/assets/icons/sort-down-alt.svg +3 -0
  4124. package/dist/contacts/shoelace/assets/icons/sort-down.svg +3 -0
  4125. package/dist/contacts/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
  4126. package/dist/contacts/shoelace/assets/icons/sort-numeric-down.svg +5 -0
  4127. package/dist/contacts/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
  4128. package/dist/contacts/shoelace/assets/icons/sort-numeric-up.svg +5 -0
  4129. package/dist/contacts/shoelace/assets/icons/sort-up-alt.svg +3 -0
  4130. package/dist/contacts/shoelace/assets/icons/sort-up.svg +3 -0
  4131. package/dist/contacts/shoelace/assets/icons/soundwave.svg +3 -0
  4132. package/dist/contacts/shoelace/assets/icons/sourceforge.svg +4 -0
  4133. package/dist/contacts/shoelace/assets/icons/speaker-fill.svg +4 -0
  4134. package/dist/contacts/shoelace/assets/icons/speaker.svg +4 -0
  4135. package/dist/contacts/shoelace/assets/icons/speedometer.svg +4 -0
  4136. package/dist/contacts/shoelace/assets/icons/speedometer2.svg +4 -0
  4137. package/dist/contacts/shoelace/assets/icons/spellcheck.svg +4 -0
  4138. package/dist/contacts/shoelace/assets/icons/spotify.svg +3 -0
  4139. package/dist/contacts/shoelace/assets/icons/square-fill.svg +3 -0
  4140. package/dist/contacts/shoelace/assets/icons/square-half.svg +3 -0
  4141. package/dist/contacts/shoelace/assets/icons/square.svg +3 -0
  4142. package/dist/contacts/shoelace/assets/icons/stack-overflow.svg +4 -0
  4143. package/dist/contacts/shoelace/assets/icons/stack.svg +4 -0
  4144. package/dist/contacts/shoelace/assets/icons/star-fill.svg +3 -0
  4145. package/dist/contacts/shoelace/assets/icons/star-half.svg +3 -0
  4146. package/dist/contacts/shoelace/assets/icons/star.svg +3 -0
  4147. package/dist/contacts/shoelace/assets/icons/stars.svg +3 -0
  4148. package/dist/contacts/shoelace/assets/icons/steam.svg +4 -0
  4149. package/dist/contacts/shoelace/assets/icons/stickies-fill.svg +4 -0
  4150. package/dist/contacts/shoelace/assets/icons/stickies.svg +4 -0
  4151. package/dist/contacts/shoelace/assets/icons/sticky-fill.svg +3 -0
  4152. package/dist/contacts/shoelace/assets/icons/sticky.svg +3 -0
  4153. package/dist/contacts/shoelace/assets/icons/stop-btn-fill.svg +3 -0
  4154. package/dist/contacts/shoelace/assets/icons/stop-btn.svg +4 -0
  4155. package/dist/contacts/shoelace/assets/icons/stop-circle-fill.svg +3 -0
  4156. package/dist/contacts/shoelace/assets/icons/stop-circle.svg +4 -0
  4157. package/dist/contacts/shoelace/assets/icons/stop-fill.svg +3 -0
  4158. package/dist/contacts/shoelace/assets/icons/stop.svg +3 -0
  4159. package/dist/contacts/shoelace/assets/icons/stoplights-fill.svg +3 -0
  4160. package/dist/contacts/shoelace/assets/icons/stoplights.svg +4 -0
  4161. package/dist/contacts/shoelace/assets/icons/stopwatch-fill.svg +3 -0
  4162. package/dist/contacts/shoelace/assets/icons/stopwatch.svg +4 -0
  4163. package/dist/contacts/shoelace/assets/icons/strava.svg +3 -0
  4164. package/dist/contacts/shoelace/assets/icons/stripe.svg +3 -0
  4165. package/dist/contacts/shoelace/assets/icons/subscript.svg +3 -0
  4166. package/dist/contacts/shoelace/assets/icons/substack.svg +3 -0
  4167. package/dist/contacts/shoelace/assets/icons/subtract.svg +3 -0
  4168. package/dist/contacts/shoelace/assets/icons/suit-club-fill.svg +3 -0
  4169. package/dist/contacts/shoelace/assets/icons/suit-club.svg +3 -0
  4170. package/dist/contacts/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
  4171. package/dist/contacts/shoelace/assets/icons/suit-diamond.svg +3 -0
  4172. package/dist/contacts/shoelace/assets/icons/suit-heart-fill.svg +3 -0
  4173. package/dist/contacts/shoelace/assets/icons/suit-heart.svg +3 -0
  4174. package/dist/contacts/shoelace/assets/icons/suit-spade-fill.svg +3 -0
  4175. package/dist/contacts/shoelace/assets/icons/suit-spade.svg +3 -0
  4176. package/dist/contacts/shoelace/assets/icons/suitcase-fill.svg +3 -0
  4177. package/dist/contacts/shoelace/assets/icons/suitcase-lg-fill.svg +3 -0
  4178. package/dist/contacts/shoelace/assets/icons/suitcase-lg.svg +3 -0
  4179. package/dist/contacts/shoelace/assets/icons/suitcase.svg +4 -0
  4180. package/dist/contacts/shoelace/assets/icons/suitcase2-fill.svg +3 -0
  4181. package/dist/contacts/shoelace/assets/icons/suitcase2.svg +3 -0
  4182. package/dist/contacts/shoelace/assets/icons/sun-fill.svg +3 -0
  4183. package/dist/contacts/shoelace/assets/icons/sun.svg +3 -0
  4184. package/dist/contacts/shoelace/assets/icons/sunglasses.svg +3 -0
  4185. package/dist/contacts/shoelace/assets/icons/sunrise-fill.svg +3 -0
  4186. package/dist/contacts/shoelace/assets/icons/sunrise.svg +3 -0
  4187. package/dist/contacts/shoelace/assets/icons/sunset-fill.svg +3 -0
  4188. package/dist/contacts/shoelace/assets/icons/sunset.svg +3 -0
  4189. package/dist/contacts/shoelace/assets/icons/superscript.svg +3 -0
  4190. package/dist/contacts/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
  4191. package/dist/contacts/shoelace/assets/icons/symmetry-vertical.svg +3 -0
  4192. package/dist/contacts/shoelace/assets/icons/table.svg +3 -0
  4193. package/dist/contacts/shoelace/assets/icons/tablet-fill.svg +3 -0
  4194. package/dist/contacts/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
  4195. package/dist/contacts/shoelace/assets/icons/tablet-landscape.svg +4 -0
  4196. package/dist/contacts/shoelace/assets/icons/tablet.svg +4 -0
  4197. package/dist/contacts/shoelace/assets/icons/tag-fill.svg +3 -0
  4198. package/dist/contacts/shoelace/assets/icons/tag.svg +4 -0
  4199. package/dist/contacts/shoelace/assets/icons/tags-fill.svg +4 -0
  4200. package/dist/contacts/shoelace/assets/icons/tags.svg +4 -0
  4201. package/dist/contacts/shoelace/assets/icons/taxi-front-fill.svg +3 -0
  4202. package/dist/contacts/shoelace/assets/icons/taxi-front.svg +4 -0
  4203. package/dist/contacts/shoelace/assets/icons/telegram.svg +3 -0
  4204. package/dist/contacts/shoelace/assets/icons/telephone-fill.svg +3 -0
  4205. package/dist/contacts/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
  4206. package/dist/contacts/shoelace/assets/icons/telephone-forward.svg +3 -0
  4207. package/dist/contacts/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
  4208. package/dist/contacts/shoelace/assets/icons/telephone-inbound.svg +3 -0
  4209. package/dist/contacts/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
  4210. package/dist/contacts/shoelace/assets/icons/telephone-minus.svg +4 -0
  4211. package/dist/contacts/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
  4212. package/dist/contacts/shoelace/assets/icons/telephone-outbound.svg +3 -0
  4213. package/dist/contacts/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
  4214. package/dist/contacts/shoelace/assets/icons/telephone-plus.svg +4 -0
  4215. package/dist/contacts/shoelace/assets/icons/telephone-x-fill.svg +3 -0
  4216. package/dist/contacts/shoelace/assets/icons/telephone-x.svg +4 -0
  4217. package/dist/contacts/shoelace/assets/icons/telephone.svg +3 -0
  4218. package/dist/contacts/shoelace/assets/icons/tencent-qq.svg +4 -0
  4219. package/dist/contacts/shoelace/assets/icons/terminal-dash.svg +4 -0
  4220. package/dist/contacts/shoelace/assets/icons/terminal-fill.svg +3 -0
  4221. package/dist/contacts/shoelace/assets/icons/terminal-plus.svg +4 -0
  4222. package/dist/contacts/shoelace/assets/icons/terminal-split.svg +4 -0
  4223. package/dist/contacts/shoelace/assets/icons/terminal-x.svg +4 -0
  4224. package/dist/contacts/shoelace/assets/icons/terminal.svg +4 -0
  4225. package/dist/contacts/shoelace/assets/icons/text-center.svg +3 -0
  4226. package/dist/contacts/shoelace/assets/icons/text-indent-left.svg +3 -0
  4227. package/dist/contacts/shoelace/assets/icons/text-indent-right.svg +3 -0
  4228. package/dist/contacts/shoelace/assets/icons/text-left.svg +3 -0
  4229. package/dist/contacts/shoelace/assets/icons/text-paragraph.svg +3 -0
  4230. package/dist/contacts/shoelace/assets/icons/text-right.svg +3 -0
  4231. package/dist/contacts/shoelace/assets/icons/text-wrap.svg +3 -0
  4232. package/dist/contacts/shoelace/assets/icons/textarea-resize.svg +3 -0
  4233. package/dist/contacts/shoelace/assets/icons/textarea-t.svg +4 -0
  4234. package/dist/contacts/shoelace/assets/icons/textarea.svg +3 -0
  4235. package/dist/contacts/shoelace/assets/icons/thermometer-half.svg +4 -0
  4236. package/dist/contacts/shoelace/assets/icons/thermometer-high.svg +4 -0
  4237. package/dist/contacts/shoelace/assets/icons/thermometer-low.svg +4 -0
  4238. package/dist/contacts/shoelace/assets/icons/thermometer-snow.svg +4 -0
  4239. package/dist/contacts/shoelace/assets/icons/thermometer-sun.svg +4 -0
  4240. package/dist/contacts/shoelace/assets/icons/thermometer.svg +4 -0
  4241. package/dist/contacts/shoelace/assets/icons/threads-fill.svg +4 -0
  4242. package/dist/contacts/shoelace/assets/icons/threads.svg +3 -0
  4243. package/dist/contacts/shoelace/assets/icons/three-dots-vertical.svg +3 -0
  4244. package/dist/contacts/shoelace/assets/icons/three-dots.svg +3 -0
  4245. package/dist/contacts/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
  4246. package/dist/contacts/shoelace/assets/icons/thunderbolt.svg +4 -0
  4247. package/dist/contacts/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
  4248. package/dist/contacts/shoelace/assets/icons/ticket-detailed.svg +4 -0
  4249. package/dist/contacts/shoelace/assets/icons/ticket-fill.svg +3 -0
  4250. package/dist/contacts/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
  4251. package/dist/contacts/shoelace/assets/icons/ticket-perforated.svg +4 -0
  4252. package/dist/contacts/shoelace/assets/icons/ticket.svg +3 -0
  4253. package/dist/contacts/shoelace/assets/icons/tiktok.svg +3 -0
  4254. package/dist/contacts/shoelace/assets/icons/toggle-off.svg +3 -0
  4255. package/dist/contacts/shoelace/assets/icons/toggle-on.svg +3 -0
  4256. package/dist/contacts/shoelace/assets/icons/toggle2-off.svg +4 -0
  4257. package/dist/contacts/shoelace/assets/icons/toggle2-on.svg +4 -0
  4258. package/dist/contacts/shoelace/assets/icons/toggles.svg +3 -0
  4259. package/dist/contacts/shoelace/assets/icons/toggles2.svg +5 -0
  4260. package/dist/contacts/shoelace/assets/icons/tools.svg +3 -0
  4261. package/dist/contacts/shoelace/assets/icons/tornado.svg +3 -0
  4262. package/dist/contacts/shoelace/assets/icons/train-freight-front-fill.svg +3 -0
  4263. package/dist/contacts/shoelace/assets/icons/train-freight-front.svg +3 -0
  4264. package/dist/contacts/shoelace/assets/icons/train-front-fill.svg +3 -0
  4265. package/dist/contacts/shoelace/assets/icons/train-front.svg +3 -0
  4266. package/dist/contacts/shoelace/assets/icons/train-lightrail-front-fill.svg +3 -0
  4267. package/dist/contacts/shoelace/assets/icons/train-lightrail-front.svg +3 -0
  4268. package/dist/contacts/shoelace/assets/icons/translate.svg +4 -0
  4269. package/dist/contacts/shoelace/assets/icons/transparency.svg +3 -0
  4270. package/dist/contacts/shoelace/assets/icons/trash-fill.svg +3 -0
  4271. package/dist/contacts/shoelace/assets/icons/trash.svg +4 -0
  4272. package/dist/contacts/shoelace/assets/icons/trash2-fill.svg +3 -0
  4273. package/dist/contacts/shoelace/assets/icons/trash2.svg +3 -0
  4274. package/dist/contacts/shoelace/assets/icons/trash3-fill.svg +3 -0
  4275. package/dist/contacts/shoelace/assets/icons/trash3.svg +3 -0
  4276. package/dist/contacts/shoelace/assets/icons/tree-fill.svg +3 -0
  4277. package/dist/contacts/shoelace/assets/icons/tree.svg +3 -0
  4278. package/dist/contacts/shoelace/assets/icons/trello.svg +3 -0
  4279. package/dist/contacts/shoelace/assets/icons/triangle-fill.svg +3 -0
  4280. package/dist/contacts/shoelace/assets/icons/triangle-half.svg +3 -0
  4281. package/dist/contacts/shoelace/assets/icons/triangle.svg +3 -0
  4282. package/dist/contacts/shoelace/assets/icons/trophy-fill.svg +3 -0
  4283. package/dist/contacts/shoelace/assets/icons/trophy.svg +3 -0
  4284. package/dist/contacts/shoelace/assets/icons/tropical-storm.svg +4 -0
  4285. package/dist/contacts/shoelace/assets/icons/truck-flatbed.svg +3 -0
  4286. package/dist/contacts/shoelace/assets/icons/truck-front-fill.svg +3 -0
  4287. package/dist/contacts/shoelace/assets/icons/truck-front.svg +4 -0
  4288. package/dist/contacts/shoelace/assets/icons/truck.svg +3 -0
  4289. package/dist/contacts/shoelace/assets/icons/tsunami.svg +3 -0
  4290. package/dist/contacts/shoelace/assets/icons/tv-fill.svg +3 -0
  4291. package/dist/contacts/shoelace/assets/icons/tv.svg +3 -0
  4292. package/dist/contacts/shoelace/assets/icons/twitch.svg +4 -0
  4293. package/dist/contacts/shoelace/assets/icons/twitter-x.svg +3 -0
  4294. package/dist/contacts/shoelace/assets/icons/twitter.svg +3 -0
  4295. package/dist/contacts/shoelace/assets/icons/type-bold.svg +3 -0
  4296. package/dist/contacts/shoelace/assets/icons/type-h1.svg +3 -0
  4297. package/dist/contacts/shoelace/assets/icons/type-h2.svg +3 -0
  4298. package/dist/contacts/shoelace/assets/icons/type-h3.svg +3 -0
  4299. package/dist/contacts/shoelace/assets/icons/type-h4.svg +3 -0
  4300. package/dist/contacts/shoelace/assets/icons/type-h5.svg +3 -0
  4301. package/dist/contacts/shoelace/assets/icons/type-h6.svg +3 -0
  4302. package/dist/contacts/shoelace/assets/icons/type-italic.svg +3 -0
  4303. package/dist/contacts/shoelace/assets/icons/type-strikethrough.svg +3 -0
  4304. package/dist/contacts/shoelace/assets/icons/type-underline.svg +3 -0
  4305. package/dist/contacts/shoelace/assets/icons/type.svg +3 -0
  4306. package/dist/contacts/shoelace/assets/icons/ubuntu.svg +3 -0
  4307. package/dist/contacts/shoelace/assets/icons/ui-checks-grid.svg +3 -0
  4308. package/dist/contacts/shoelace/assets/icons/ui-checks.svg +3 -0
  4309. package/dist/contacts/shoelace/assets/icons/ui-radios-grid.svg +3 -0
  4310. package/dist/contacts/shoelace/assets/icons/ui-radios.svg +3 -0
  4311. package/dist/contacts/shoelace/assets/icons/umbrella-fill.svg +3 -0
  4312. package/dist/contacts/shoelace/assets/icons/umbrella.svg +3 -0
  4313. package/dist/contacts/shoelace/assets/icons/unindent.svg +4 -0
  4314. package/dist/contacts/shoelace/assets/icons/union.svg +3 -0
  4315. package/dist/contacts/shoelace/assets/icons/unity.svg +3 -0
  4316. package/dist/contacts/shoelace/assets/icons/universal-access-circle.svg +4 -0
  4317. package/dist/contacts/shoelace/assets/icons/universal-access.svg +3 -0
  4318. package/dist/contacts/shoelace/assets/icons/unlock-fill.svg +3 -0
  4319. package/dist/contacts/shoelace/assets/icons/unlock.svg +3 -0
  4320. package/dist/contacts/shoelace/assets/icons/upc-scan.svg +3 -0
  4321. package/dist/contacts/shoelace/assets/icons/upc.svg +3 -0
  4322. package/dist/contacts/shoelace/assets/icons/upload.svg +4 -0
  4323. package/dist/contacts/shoelace/assets/icons/usb-c-fill.svg +3 -0
  4324. package/dist/contacts/shoelace/assets/icons/usb-c.svg +4 -0
  4325. package/dist/contacts/shoelace/assets/icons/usb-drive-fill.svg +3 -0
  4326. package/dist/contacts/shoelace/assets/icons/usb-drive.svg +3 -0
  4327. package/dist/contacts/shoelace/assets/icons/usb-fill.svg +3 -0
  4328. package/dist/contacts/shoelace/assets/icons/usb-micro-fill.svg +3 -0
  4329. package/dist/contacts/shoelace/assets/icons/usb-micro.svg +4 -0
  4330. package/dist/contacts/shoelace/assets/icons/usb-mini-fill.svg +3 -0
  4331. package/dist/contacts/shoelace/assets/icons/usb-mini.svg +4 -0
  4332. package/dist/contacts/shoelace/assets/icons/usb-plug-fill.svg +3 -0
  4333. package/dist/contacts/shoelace/assets/icons/usb-plug.svg +3 -0
  4334. package/dist/contacts/shoelace/assets/icons/usb-symbol.svg +3 -0
  4335. package/dist/contacts/shoelace/assets/icons/usb.svg +4 -0
  4336. package/dist/contacts/shoelace/assets/icons/valentine.svg +4 -0
  4337. package/dist/contacts/shoelace/assets/icons/valentine2.svg +4 -0
  4338. package/dist/contacts/shoelace/assets/icons/vector-pen.svg +4 -0
  4339. package/dist/contacts/shoelace/assets/icons/view-list.svg +3 -0
  4340. package/dist/contacts/shoelace/assets/icons/view-stacked.svg +3 -0
  4341. package/dist/contacts/shoelace/assets/icons/vignette.svg +4 -0
  4342. package/dist/contacts/shoelace/assets/icons/vimeo.svg +3 -0
  4343. package/dist/contacts/shoelace/assets/icons/vinyl-fill.svg +4 -0
  4344. package/dist/contacts/shoelace/assets/icons/vinyl.svg +5 -0
  4345. package/dist/contacts/shoelace/assets/icons/virus.svg +3 -0
  4346. package/dist/contacts/shoelace/assets/icons/virus2.svg +3 -0
  4347. package/dist/contacts/shoelace/assets/icons/voicemail.svg +3 -0
  4348. package/dist/contacts/shoelace/assets/icons/volume-down-fill.svg +3 -0
  4349. package/dist/contacts/shoelace/assets/icons/volume-down.svg +3 -0
  4350. package/dist/contacts/shoelace/assets/icons/volume-mute-fill.svg +3 -0
  4351. package/dist/contacts/shoelace/assets/icons/volume-mute.svg +3 -0
  4352. package/dist/contacts/shoelace/assets/icons/volume-off-fill.svg +3 -0
  4353. package/dist/contacts/shoelace/assets/icons/volume-off.svg +3 -0
  4354. package/dist/contacts/shoelace/assets/icons/volume-up-fill.svg +5 -0
  4355. package/dist/contacts/shoelace/assets/icons/volume-up.svg +5 -0
  4356. package/dist/contacts/shoelace/assets/icons/vr.svg +3 -0
  4357. package/dist/contacts/shoelace/assets/icons/wallet-fill.svg +4 -0
  4358. package/dist/contacts/shoelace/assets/icons/wallet.svg +3 -0
  4359. package/dist/contacts/shoelace/assets/icons/wallet2.svg +3 -0
  4360. package/dist/contacts/shoelace/assets/icons/watch.svg +4 -0
  4361. package/dist/contacts/shoelace/assets/icons/water.svg +3 -0
  4362. package/dist/contacts/shoelace/assets/icons/webcam-fill.svg +4 -0
  4363. package/dist/contacts/shoelace/assets/icons/webcam.svg +4 -0
  4364. package/dist/contacts/shoelace/assets/icons/wechat.svg +4 -0
  4365. package/dist/contacts/shoelace/assets/icons/whatsapp.svg +3 -0
  4366. package/dist/contacts/shoelace/assets/icons/wifi-1.svg +3 -0
  4367. package/dist/contacts/shoelace/assets/icons/wifi-2.svg +3 -0
  4368. package/dist/contacts/shoelace/assets/icons/wifi-off.svg +3 -0
  4369. package/dist/contacts/shoelace/assets/icons/wifi.svg +4 -0
  4370. package/dist/contacts/shoelace/assets/icons/wikipedia.svg +3 -0
  4371. package/dist/contacts/shoelace/assets/icons/wind.svg +3 -0
  4372. package/dist/contacts/shoelace/assets/icons/window-dash.svg +5 -0
  4373. package/dist/contacts/shoelace/assets/icons/window-desktop.svg +4 -0
  4374. package/dist/contacts/shoelace/assets/icons/window-dock.svg +4 -0
  4375. package/dist/contacts/shoelace/assets/icons/window-fullscreen.svg +4 -0
  4376. package/dist/contacts/shoelace/assets/icons/window-plus.svg +5 -0
  4377. package/dist/contacts/shoelace/assets/icons/window-sidebar.svg +4 -0
  4378. package/dist/contacts/shoelace/assets/icons/window-split.svg +4 -0
  4379. package/dist/contacts/shoelace/assets/icons/window-stack.svg +4 -0
  4380. package/dist/contacts/shoelace/assets/icons/window-x.svg +5 -0
  4381. package/dist/contacts/shoelace/assets/icons/window.svg +4 -0
  4382. package/dist/contacts/shoelace/assets/icons/windows.svg +3 -0
  4383. package/dist/contacts/shoelace/assets/icons/wordpress.svg +5 -0
  4384. package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle-fill.svg +4 -0
  4385. package/dist/contacts/shoelace/assets/icons/wrench-adjustable-circle.svg +4 -0
  4386. package/dist/contacts/shoelace/assets/icons/wrench-adjustable.svg +4 -0
  4387. package/dist/contacts/shoelace/assets/icons/wrench.svg +3 -0
  4388. package/dist/contacts/shoelace/assets/icons/x-circle-fill.svg +3 -0
  4389. package/dist/contacts/shoelace/assets/icons/x-circle.svg +4 -0
  4390. package/dist/contacts/shoelace/assets/icons/x-diamond-fill.svg +3 -0
  4391. package/dist/contacts/shoelace/assets/icons/x-diamond.svg +3 -0
  4392. package/dist/contacts/shoelace/assets/icons/x-lg.svg +3 -0
  4393. package/dist/contacts/shoelace/assets/icons/x-octagon-fill.svg +3 -0
  4394. package/dist/contacts/shoelace/assets/icons/x-octagon.svg +4 -0
  4395. package/dist/contacts/shoelace/assets/icons/x-square-fill.svg +3 -0
  4396. package/dist/contacts/shoelace/assets/icons/x-square.svg +4 -0
  4397. package/dist/contacts/shoelace/assets/icons/x.svg +3 -0
  4398. package/dist/contacts/shoelace/assets/icons/xbox.svg +3 -0
  4399. package/dist/contacts/shoelace/assets/icons/yelp.svg +3 -0
  4400. package/dist/contacts/shoelace/assets/icons/yin-yang.svg +4 -0
  4401. package/dist/contacts/shoelace/assets/icons/youtube.svg +3 -0
  4402. package/dist/contacts/shoelace/assets/icons/zoom-in.svg +5 -0
  4403. package/dist/contacts/shoelace/assets/icons/zoom-out.svg +5 -0
  4404. package/dist/esm/PodOsAware-jlzl8vRd.js +5 -0
  4405. package/dist/esm/ResourceAware-BW_CkW1K.js +5 -0
  4406. package/dist/esm/chunk.5JY5FUCG-BOo64hgz.js +2241 -0
  4407. package/dist/esm/chunk.6CTB5ZDJ-BnGEOH37.js +152 -0
  4408. package/dist/esm/chunk.HVTXQL7M-D4GE2ek9.js +1367 -0
  4409. package/dist/esm/chunk.URTPIBTY-DtWmW4Pb.js +294 -0
  4410. package/dist/esm/chunk.XQ2OKYYA-Cgug_yvW.js +112 -0
  4411. package/dist/esm/chunk.YHLNUJ7P-CGClYowr.js +554 -0
  4412. package/dist/esm/chunk.ZGGPD2XJ-BfEMOYfC.js +3 -0
  4413. package/dist/esm/class-map-CuxcTjQ5.js +16 -0
  4414. package/dist/esm/contacts.js +47 -0
  4415. package/dist/esm/if-defined-1V1UljxT.js +9 -0
  4416. package/dist/esm/index-DFqG64hG.js +49917 -0
  4417. package/dist/esm/index-DlhTPhZx.js +560 -0
  4418. package/dist/esm/index-_4aU9NfA.js +6139 -0
  4419. package/dist/esm/index-vFMstSdt.js +9459 -0
  4420. package/dist/esm/index.js +1 -0
  4421. package/dist/esm/jsonld-V2RB47OZ-CaIJ08AA.js +8414 -0
  4422. package/dist/esm/loader.js +10 -0
  4423. package/dist/esm/pos-add-literal-value_3.entry.js +138 -0
  4424. package/dist/esm/pos-add-new-thing_7.entry.js +1146 -0
  4425. package/dist/esm/pos-app-browser.entry.js +49 -0
  4426. package/dist/esm/pos-app-dashboard_6.entry.js +99 -0
  4427. package/dist/esm/pos-app-document-viewer.entry.js +28 -0
  4428. package/dist/esm/pos-app-generic.entry.js +15 -0
  4429. package/dist/esm/pos-app-image-viewer.entry.js +30 -0
  4430. package/dist/esm/pos-app-ldp-container.entry.js +17 -0
  4431. package/dist/esm/pos-app-rdf-document.entry.js +17 -0
  4432. package/dist/esm/pos-app_24.entry.js +15911 -0
  4433. package/dist/esm/pos-attachments.entry.js +37 -0
  4434. package/dist/esm/pos-container-contents.entry.js +46 -0
  4435. package/dist/esm/pos-container-item_3.entry.js +118 -0
  4436. package/dist/esm/pos-description_2.entry.js +92 -0
  4437. package/dist/esm/pos-document.entry.js +99 -0
  4438. package/dist/esm/pos-list.entry.js +56 -0
  4439. package/dist/esm/pos-make-findable_2.entry.js +139 -0
  4440. package/dist/esm/pos-markdown-document.entry.js +28865 -0
  4441. package/dist/esm/pos-new-thing-form.entry.js +61 -0
  4442. package/dist/esm/pos-predicate.entry.js +27 -0
  4443. package/dist/esm/pos-relations_2.entry.js +46 -0
  4444. package/dist/esm/pos-select-term.entry.js +39 -0
  4445. package/dist/esm/pos-subjects.entry.js +27 -0
  4446. package/dist/esm/pos-tool-attachments.entry.js +36 -0
  4447. package/dist/esm/pos-tool-select.entry.js +28 -0
  4448. package/dist/esm/pos-value.entry.js +20 -0
  4449. package/dist/esm/session-dNJIwSOx.js +284 -0
  4450. package/dist/esm/settings-B396TU1j.js +27 -0
  4451. package/dist/esm/usePodOS-D0uCfr1-.js +14 -0
  4452. package/dist/esm/useResource-yVO4JQ9P.js +14 -0
  4453. package/dist/index.cjs.js +1 -0
  4454. package/dist/index.js +1 -0
  4455. package/dist/types/components/address-book-page/address-book-page.d.ts +23 -0
  4456. package/dist/types/components/app.d.ts +4 -0
  4457. package/dist/types/components/contact-details/contact-details.d.ts +13 -0
  4458. package/dist/types/components/contact-details/email-addresses/email-addresses.d.ts +6 -0
  4459. package/dist/types/components/contact-details/group-details/group-details.d.ts +4 -0
  4460. package/dist/types/components/contact-details/phone-numbers/phone-numbers.d.ts +6 -0
  4461. package/dist/types/components/contact-list/contact-list.d.ts +7 -0
  4462. package/dist/types/components/create-new-contact/create-new-contact.d.ts +6 -0
  4463. package/dist/types/components/create-new-contact-form/create-new-contact-form.d.ts +18 -0
  4464. package/dist/types/components/group-list/group-list.d.ts +7 -0
  4465. package/dist/types/components/list-address-books/list-address-books.d.ts +15 -0
  4466. package/dist/types/components/loading-spinner/loading-spinner.d.ts +6 -0
  4467. package/dist/types/components/open-address-book/open-address-book.d.ts +14 -0
  4468. package/dist/types/components/router/router.d.ts +11 -0
  4469. package/dist/types/components/welcome-page/welcome-page.d.ts +3 -0
  4470. package/dist/types/components.d.ts +351 -0
  4471. package/dist/types/events/PodOsModuleAware.d.ts +14 -0
  4472. package/dist/types/events/useContactsModule.d.ts +2 -0
  4473. package/dist/types/events/usePodOS.d.ts +2 -0
  4474. package/dist/types/global.d.ts +1 -0
  4475. package/dist/types/index.d.ts +1 -0
  4476. package/dist/types/stencil-public-runtime.d.ts +1810 -0
  4477. package/dist/types/utils/debounceTime.d.ts +1 -0
  4478. package/loader/cdn.js +1 -0
  4479. package/loader/index.cjs.js +1 -0
  4480. package/loader/index.d.ts +24 -0
  4481. package/loader/index.es2017.js +1 -0
  4482. package/loader/index.js +2 -0
  4483. package/package.json +52 -0
@@ -0,0 +1,67 @@
1
+ var t=Object.create,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,o=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty,n=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports},a=(t,r)=>{for(var i in r)e(t,i,{get:r[i],enumerable:!0})},s=(n,a,s)=>(s=null!=n?t(o(n)):{},((t,o,n,a)=>{if(o&&"object"==typeof o||"function"==typeof o)for(let n of i(o))h.call(t,n)||undefined===n||e(t,n,{get:()=>o[n],enumerable:!(a=r(o,n))||a.enumerable});return t})(!a&&n&&n.__esModule?s:e(s,"default",{value:n,enumerable:!0}),n)),c=n({"../node_modules/@frogcat/ttl2jsonld/ttl2jsonld.js"(t,e){var r,i;r=t,i=function(){function t(e,r,i,o){this.message=e,this.expected=r,this.found=i,this.location=o,this.name="SyntaxError","function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,t)}return function(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}(t,Error),t.buildMessage=function(t,e){var r,i={literal:function(t){return'"'+h(t.text)+'"'},class:function(t){var e,r="";for(e=0;e<t.parts.length;e++)r+=t.parts[e]instanceof Array?n(t.parts[e][0])+"-"+n(t.parts[e][1]):n(t.parts[e]);return"["+(t.inverted?"^":"")+r+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(t){return t.description}};function o(t){return t.charCodeAt(0).toString(16).toUpperCase()}function h(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(t){return"\\x0"+o(t)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(t){return"\\x"+o(t)}))}function n(t){return t.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(t){return"\\x0"+o(t)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(t){return"\\x"+o(t)}))}return"Expected "+function(t){var e,r,o,h=new Array(t.length);for(e=0;e<t.length;e++)h[e]=i[(o=t[e]).type](o);if(h.sort(),h.length>0){for(e=1,r=1;e<h.length;e++)h[e-1]!==h[e]&&(h[r]=h[e],r++);h.length=r}switch(h.length){case 1:return h[0];case 2:return h[0]+" or "+h[1];default:return h.slice(0,-1).join(", ")+", or "+h[h.length-1]}}(t)+" but "+((r=e)?'"'+h(r)+'"':"end of input")+" found."},{SyntaxError:t,parse:function(e,r){r=void 0!==r?r:{};var i,o={},h={turtleDoc:$r},n=$r,a=function(t){var e=Ci.toJSON();return e["@graph"]=[],t.filter((t=>Array.isArray(t))).forEach((t=>{t.forEach((t=>{e["@graph"].push(t)}))})),1===e["@graph"].length&&(Object.assign(e,e["@graph"][0]),delete e["@graph"]),e},s="\ufeff",c=Vr("\ufeff",!1),p=".",l=Vr(".",!1),g=function(t){return t},m="#",u=Vr("#",!1),f=/^[^\n]/,d=Gr(["\n"],!0,!1),w="\n",y=Vr("\n",!1),v=function(t){return t.join("")},b="@prefix",_=Vr("@prefix",!1),C=function(t,e){return Ci.addPrefix(""===t?"0":t,e),{}},S="@base",P=Vr("@base",!1),A=function(t){return Ci.addBase(t),{}},T=/^[Bb]/,D=Gr(["B","b"],!1,!1),R=/^[Aa]/,x=Gr(["A","a"],!1,!1),I=/^[Ss]/,O=Gr(["S","s"],!1,!1),E=/^[Ee]/,M=Gr(["E","e"],!1,!1),k=/^[Pp]/,L=Gr(["P","p"],!1,!1),N=/^[Rr]/,B=Gr(["R","r"],!1,!1),q=/^[Ff]/,F=Gr(["F","f"],!1,!1),U=/^[Ii]/,j=Gr(["I","i"],!1,!1),V=/^[Xx]/,G=Gr(["X","x"],!1,!1),z=function(t,e){var r={};return"string"==typeof t&&"[]"!==t?r["@id"]=t:"object"==typeof t&&Object.assign(r,t),e&&Object.assign(r,e),[r]},H=function(t,e){var r={};return t&&Object.assign(r,t),e&&Object.assign(r,e),[r]},W=";",$=Vr(";",!1),Q=function(t,e,r,i){var o={};return o[r]=i,o},X=function(t,e,r){return r},K=function(t,e,r){var i={};return r.unshift(function(t,e){var r={};return r[t]=e,r}(t,e)),r.forEach((t=>{t&&Object.keys(t).forEach((e=>{t[e].forEach((t=>{"@type"===e&&void 0!==t["@id"]&&(t=t["@id"]),void 0===i[e]?i[e]=t:Array.isArray(i[e])?i[e].push(t):i[e]=[i[e],t]}))}))})),i},J=",",Y=Vr(",",!1),Z=function(t,e){return e},tt=function(t,e){return e.unshift(t),e},et="a",rt=Vr("a",!1),it=function(){return"@type"},ot=function(t){return Si(t,!0)},ht=function(t){return Si(t,!1)},nt=function(t){return"[]"===t?{}:{"@id":t}},at=function(t){return{"@id":t}},st="[",ct=Vr("[",!1),pt="]",lt=Vr("]",!1),gt="(",mt=Vr("(",!1),ut=")",ft=Vr(")",!1),dt=function(t){return{"@list":t}},wt=function(t,e){return{"@value":t,"@language":e}},yt="^^",vt=Vr("^^",!1),bt=function(t,e){if("http://www.w3.org/2001/XMLSchema#boolean"===e&&"true"===t)return!0;if("http://www.w3.org/2001/XMLSchema#boolean"===e&&"false"===t)return!1;if("http://www.w3.org/2001/XMLSchema#integer"===e)return parseInt(t);if("http://www.w3.org/2001/XMLSchema#double"===e)return parseFloat(t);const r=Ci.resolve(e,!0);if(r){const i=e.split(":")[0];if("http://www.w3.org/2001/XMLSchema#boolean"===r&&"true"===t)return Ci.decrement(i),!0;if("http://www.w3.org/2001/XMLSchema#boolean"===r&&"false"===t)return Ci.decrement(i),!1;if("http://www.w3.org/2001/XMLSchema#integer"===r)return Ci.decrement(i),parseInt(t);if("http://www.w3.org/2001/XMLSchema#double"===r)return Ci.decrement(i),parseFloat(t)}return{"@value":t,"@type":e}},_t="true",Ct=Vr("true",!1),St=function(){return!0},Pt="false",At=Vr("false",!1),Tt=function(){return!1},Dt=function(t){return t+":"},Rt="<",xt=Vr("<",!1),It=/^[^\0- <>"{}|\^`\\]/,Ot=Gr([["\0"," "],"<",">",'"',"{","}","|","^","`","\\"],!0,!1),Et=">",Mt=Vr(">",!1),kt=function(t){const e=t.map((t=>65536<=t.codePointAt(0)&&t.codePointAt(0)<=983039?"a":1===t.length?t:6===t.length?String.fromCharCode("0x"+t.substring(2)):10===t.length?String.fromCodePoint("0x"+t.substring(2)):t)).join("");if(e.match(/^[^\u0000-\u0020<>"{}|^`\\]*$/)){var r=t.join("");try{return Ci.resolve(r)}catch(t){jr("Invalid IRIREF "+r)}}else jr("Invalid IRIREF "+t.join("")+" / "+e)},Lt=":",Nt=Vr(":",!1),Bt=function(t){return!1===Ci.hasPrefix(t=t||"0")&&jr("undefined prefix "+t),t},qt=function(t){return t||""},Ft=function(t,e){return Ci.increment(t),Ci.resolve(t+":"+e)},Ut="_:",jt=Vr("_:",!1),Vt=/^[0-9]/,Gt=Gr([["0","9"]],!1,!1),zt="@",Ht=Vr("@",!1),Wt=/^[a-zA-Z]/,$t=Gr([["a","z"],["A","Z"]],!1,!1),Qt="-",Xt=Vr("-",!1),Kt=/^[a-zA-Z0-9]/,Jt=Gr([["a","z"],["A","Z"],["0","9"]],!1,!1),Yt=function(t,e){return"-"+e.join("")},Zt=function(t,e){return t.join("")+e.join("")},te=/^[+\-]/,ee=Gr(["+","-"],!1,!1),re=function(t){return t.match(/^[0+][0-9]+$/)?{"@value":t,"@type":"http://www.w3.org/2001/XMLSchema#integer"}:parseInt(t)},ie=function(t){return{"@value":t,"@type":"http://www.w3.org/2001/XMLSchema#decimal"}},oe=function(t){return{"@value":t,"@type":"http://www.w3.org/2001/XMLSchema#double"}},he=/^[eE]/,ne=Gr(["e","E"],!1,!1),ae='"',se=Vr('"',!1),ce=/^[^"\\\n\r]/,pe=Gr(['"',"\\","\n","\r"],!0,!1),le="'",ge=Vr("'",!1),me=/^[^'\\\n\r]/,ue=Gr(["'","\\","\n","\r"],!0,!1),fe="'''",de=Vr("'''",!1),we=/^[^'\\]/,ye=Gr(["'","\\"],!0,!1),ve="''",be=Vr("''",!1),_e=function(t,e){return"''"+e.join("")},Ce=function(t,e){return"'"+e.join("")},Se=function(t,e){return t.join("")+e.join("")},Pe='"""',Ae=Vr('"""',!1),Te=/^[^"\\]/,De=Gr(['"',"\\"],!0,!1),Re='""',xe=Vr('""',!1),Ie=function(t,e){return'""'+e.join("")},Oe=function(t,e){return'"'+e.join("")},Ee="\\U",Me=Vr("\\U",!1),ke=function(t){return String.fromCodePoint(parseInt(t.join(""),16))},Le="\\u",Ne=Vr("\\u",!1),Be=function(t){return String.fromCharCode(parseInt(t.join(""),16))},qe="\\t",Fe=Vr("\\t",!1),Ue=function(){return"\t"},je="\\b",Ve=Vr("\\b",!1),Ge=function(){return"\b"},ze="\\n",He=Vr("\\n",!1),We=function(){return"\n"},$e="\\r",Qe=Vr("\\r",!1),Xe=function(){return"\r"},Ke="\\f",Je=Vr("\\f",!1),Ye=function(){return"\f"},Ze='\\"',tr=Vr('\\"',!1),er=function(){return'"'},rr="\\'",ir=Vr("\\'",!1),or=function(){return"'"},hr="\\\\",nr=Vr("\\\\",!1),ar=function(){return"\\"},sr=/^[ \t\r\n]/,cr=Gr([" ","\t","\r","\n"],!1,!1),pr=function(){return"[]"},lr=/^[\uD800-\uDBFF]/,gr=Gr([["\ud800","\udbff"]],!1,!1),mr=/^[\uDC00-\uDFFF]/,ur=Gr([["\udc00","\udfff"]],!1,!1),fr=function(t,e){return t+e},dr=/^[A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,wr=Gr([["A","Z"],["a","z"],["À","Ö"],["Ø","ö"],["ø","˿"],["Ͱ","ͽ"],["Ϳ","῿"],["‌","‍"],["⁰","↏"],["Ⰰ","⿯"],["、","퟿"],["豈","﷏"],["ﷰ","�"]],!1,!1),yr="_",vr=Vr("_",!1),br="·",_r=Vr("·",!1),Cr=/^[\u0300-\u036F]/,Sr=Gr([["̀","ͯ"]],!1,!1),Pr=/^[\u203F-\u2040]/,Ar=Gr([["‿","⁀"]],!1,!1),Tr=function(t,e,r,i){return r.join("")+i.join("")},Dr=function(t,e,r){return t+e.join("")+r.join("")},Rr="%",xr=Vr("%",!1),Ir=/^[0-9A-Fa-f]/,Or=Gr([["0","9"],["A","F"],["a","f"]],!1,!1),Er="\\",Mr=Vr("\\",!1),kr=/^[_~.!$&'()*+,;=\/?#@%\-]/,Lr=Gr(["_","~",".","!","$","&","'","(",")","*","+",",",";","=","/","?","#","@","%","-"],!1,!1),Nr=0,Br=0,qr=[{line:1,column:1}],Fr=0,Ur=[];if("startRule"in r){if(!(r.startRule in h))throw new Error("Can't start parsing from rule \""+r.startRule+'".');n=h[r.startRule]}function jr(e,r){throw function(e,r){return new t(e,null,null,r)}(e,r=void 0!==r?r:Hr(Br,Nr))}function Vr(t,e){return{type:"literal",text:t,ignoreCase:e}}function Gr(t,e,r){return{type:"class",parts:t,inverted:e,ignoreCase:r}}function zr(t){var r,i=qr[t];if(i)return i;for(r=t-1;!qr[r];)r--;for(i={line:(i=qr[r]).line,column:i.column};r<t;)10===e.charCodeAt(r)?(i.line++,i.column=1):i.column++,r++;return qr[t]=i,i}function Hr(t,e){var r=zr(t),i=zr(e);return{start:{offset:t,line:r.line,column:r.column},end:{offset:e,line:i.line,column:i.column}}}function Wr(t){Nr<Fr||(Nr>Fr&&(Fr=Nr,Ur=[]),Ur.push(t))}function $r(){var t,e,r,i,h;for(t=Nr,e=[],r=Qr();r!==o;)e.push(r),r=Qr();if(e!==o){for(r=[],i=Xr();i!==o;)r.push(i),i=Xr();if(r!==o){for(i=[],h=Kr();h!==o;)i.push(h),h=Kr();i!==o?(Br=t,t=e=a(r)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;return t}function Qr(){var t;return 65279===e.charCodeAt(Nr)?(t=s,Nr++):(t=o,Wr(c)),t}function Xr(){var t,r,i,h;if(t=function(){var t;return t=function(){var t,r,i,h,n,a,s,c,g;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(e.substr(Nr,7)===b?(i=b,Nr+=7):(i=o,Wr(_)),i!==o){for(h=[],n=Kr();n!==o;)h.push(n),n=Kr();if(h!==o)if((n=si())!==o){for(a=[],s=Kr();s!==o;)a.push(s),s=Kr();if(a!==o)if((s=ni())!==o){for(c=[],g=Kr();g!==o;)c.push(g),g=Kr();c!==o?(46===e.charCodeAt(Nr)?(g=p,Nr++):(g=o,Wr(l)),g!==o?(Br=t,t=r=C(n,s)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o;return t}(),t===o&&(t=function(){var t,r,i,h,n,a,s;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(e.substr(Nr,5)===S?(i=S,Nr+=5):(i=o,Wr(P)),i!==o){for(h=[],n=Kr();n!==o;)h.push(n),n=Kr();if(h!==o)if((n=ni())!==o){for(a=[],s=Kr();s!==o;)a.push(s),s=Kr();a!==o?(46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l)),s!==o?(Br=t,t=r=A(n)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o;return t}(),t===o&&(t=function(){var t,r,i,h,n,a,s,c,p,l,g,m;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(k.test(e.charAt(Nr))?(i=e.charAt(Nr),Nr++):(i=o,Wr(L)),i!==o)if(N.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(B)),h!==o)if(E.test(e.charAt(Nr))?(n=e.charAt(Nr),Nr++):(n=o,Wr(M)),n!==o)if(q.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(F)),a!==o)if(U.test(e.charAt(Nr))?(s=e.charAt(Nr),Nr++):(s=o,Wr(j)),s!==o)if(V.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(G)),c!==o){for(p=[],l=Kr();l!==o;)p.push(l),l=Kr();if(p!==o)if((l=si())!==o){for(g=[],m=Kr();m!==o;)g.push(m),m=Kr();g!==o&&(m=ni())!==o?(Br=t,t=r=C(l,m)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;return t}(),t===o&&(t=function(){var t,r,i,h,n,a,s,c;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(T.test(e.charAt(Nr))?(i=e.charAt(Nr),Nr++):(i=o,Wr(D)),i!==o)if(R.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(x)),h!==o)if(I.test(e.charAt(Nr))?(n=e.charAt(Nr),Nr++):(n=o,Wr(O)),n!==o)if(E.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(M)),a!==o){for(s=[],c=Kr();c!==o;)s.push(c),c=Kr();s!==o&&(c=ni())!==o?(Br=t,t=r=A(c)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;return t}()))),t}(),t===o)if(t=Nr,r=function(){var t,e,r;return t=Nr,e=function(){var t,e;return t=Nr,(e=ri())!==o&&(Br=t,e=ot(e)),(t=e)===o&&(t=hi())===o&&(t=oi()),t}(),e!==o&&(r=Jr())!==o?(Br=t,t=e=z(e,r)):(Nr=t,t=o),t===o&&(t=Nr,(e=ei())!==o?((r=Jr())===o&&(r=null),r!==o?(Br=t,t=e=H(e,r)):(Nr=t,t=o)):(Nr=t,t=o)),t}(),r!==o){for(i=[],h=Kr();h!==o;)i.push(h),h=Kr();i!==o?(46===e.charCodeAt(Nr)?(h=p,Nr++):(h=o,Wr(l)),h!==o?(Br=t,t=r=g(r)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}function Kr(){var t;return(t=function(){var t;return sr.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(cr)),t}())===o&&(t=function(){var t,r,i,h;if(t=Nr,35===e.charCodeAt(Nr)?(r=m,Nr++):(r=o,Wr(u)),r!==o){for(i=[],f.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(d));h!==o;)i.push(h),f.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(d));i!==o?(10===e.charCodeAt(Nr)?(h=w,Nr++):(h=o,Wr(y)),h!==o?(Br=t,t=r=v(i)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}()),t}function Jr(){var t,r,i,h,n,a,s,c,p,l;if(t=Nr,(r=Zr())!==o)if((i=Yr())!==o){for(h=[],n=Nr,a=[],s=Kr();s!==o;)a.push(s),s=Kr();for(a!==o?(59===e.charCodeAt(Nr)?(s=W,Nr++):(s=o,Wr($)),s!==o?(c=Nr,(p=Zr())!==o&&(l=Yr())!==o?(Br=c,c=p=Q(r,i,p,l)):(Nr=c,c=o),c===o&&(c=null),c!==o?(Br=n,n=a=X(r,i,c)):(Nr=n,n=o)):(Nr=n,n=o)):(Nr=n,n=o);n!==o;){for(h.push(n),n=Nr,a=[],s=Kr();s!==o;)a.push(s),s=Kr();a!==o?(59===e.charCodeAt(Nr)?(s=W,Nr++):(s=o,Wr($)),s!==o?(c=Nr,(p=Zr())!==o&&(l=Yr())!==o?(Br=c,c=p=Q(r,i,p,l)):(Nr=c,c=o),c===o&&(c=null),c!==o?(Br=n,n=a=X(r,i,c)):(Nr=n,n=o)):(Nr=n,n=o)):(Nr=n,n=o)}h!==o?(Br=t,t=r=K(r,i,h)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o;return t}function Yr(){var t,r,i,h,n,a,s;if(t=Nr,(r=ti())!==o){for(i=[],h=Nr,n=[],a=Kr();a!==o;)n.push(a),a=Kr();for(n!==o?(44===e.charCodeAt(Nr)?(a=J,Nr++):(a=o,Wr(Y)),a!==o&&(s=ti())!==o?(Br=h,h=n=Z(r,s)):(Nr=h,h=o)):(Nr=h,h=o);h!==o;){for(i.push(h),h=Nr,n=[],a=Kr();a!==o;)n.push(a),a=Kr();n!==o?(44===e.charCodeAt(Nr)?(a=J,Nr++):(a=o,Wr(Y)),a!==o&&(s=ti())!==o?(Br=h,h=n=Z(r,s)):(Nr=h,h=o)):(Nr=h,h=o)}i!==o?(Br=t,t=r=tt(r,i)):(Nr=t,t=o)}else Nr=t,t=o;return t}function Zr(){var t,r,i;if(t=Nr,r=function(){var t,e,r;for(t=Nr,e=[],r=Kr();r!==o;)e.push(r),r=Kr();return e!==o&&(r=oi())!==o?(Br=t,t=e=g(r)):(Nr=t,t=o),t}(),r!==o&&(Br=t,r=g(r)),(t=r)===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();r!==o?(97===e.charCodeAt(Nr)?(i=et,Nr++):(i=o,Wr(rt)),i!==o?(Br=t,t=r=it()):(Nr=t,t=o)):(Nr=t,t=o)}return t}function ti(){var t,r;return t=function(){var t;return t=function(){var t,r,i,h,n,a,s;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if((i=ii())!==o){for(h=[],n=Kr();n!==o;)h.push(n),n=Kr();h!==o?(n=function(){var t,r,i,h,n,a,s,c;if(t=Nr,64===e.charCodeAt(Nr)?(r=zt,Nr++):(r=o,Wr(Ht)),r!==o){if(i=[],Wt.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr($t)),h!==o)for(;h!==o;)i.push(h),Wt.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr($t));else i=o;if(i!==o){if(h=[],n=Nr,45===e.charCodeAt(Nr)?(a=Qt,Nr++):(a=o,Wr(Xt)),a!==o){if(s=[],Kt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Jt)),c!==o)for(;c!==o;)s.push(c),Kt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Jt));else s=o;s!==o?(Br=n,n=a=Yt(i,s)):(Nr=n,n=o)}else Nr=n,n=o;for(;n!==o;)if(h.push(n),n=Nr,45===e.charCodeAt(Nr)?(a=Qt,Nr++):(a=o,Wr(Xt)),a!==o){if(s=[],Kt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Jt)),c!==o)for(;c!==o;)s.push(c),Kt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Jt));else s=o;s!==o?(Br=n,n=a=Yt(i,s)):(Nr=n,n=o)}else Nr=n,n=o;h!==o?(Br=t,t=r=Zt(i,h)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;return t}(),n!==o?(Br=t,t=r=wt(i,n)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o;if(t===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if((i=ii())!==o){for(h=[],n=Kr();n!==o;)h.push(n),n=Kr();if(h!==o)if(e.substr(Nr,2)===yt?(n=yt,Nr+=2):(n=o,Wr(vt)),n!==o){for(a=[],s=Kr();s!==o;)a.push(s),s=Kr();a!==o&&(s=oi())!==o?(Br=t,t=r=bt(i,s)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o;if(t===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();r!==o&&(i=ii())!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)}}return t}(),t===o&&(t=function(){var t,r,i;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();return r!==o?(i=function(){var t,r,i,h,n,a,s,c,g;if(t=Nr,r=Nr,i=Nr,te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ee)),h===o&&(h=null),h!==o){if(n=Nr,a=[],Vt.test(e.charAt(Nr))?(s=e.charAt(Nr),Nr++):(s=o,Wr(Gt)),s!==o)for(;s!==o;)a.push(s),Vt.test(e.charAt(Nr))?(s=e.charAt(Nr),Nr++):(s=o,Wr(Gt));else a=o;if(a!==o)if(46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l)),s!==o){for(c=[],Vt.test(e.charAt(Nr))?(g=e.charAt(Nr),Nr++):(g=o,Wr(Gt));g!==o;)c.push(g),Vt.test(e.charAt(Nr))?(g=e.charAt(Nr),Nr++):(g=o,Wr(Gt));c!==o&&(g=ci())!==o?n=a=[a,s,c,g]:(Nr=n,n=o)}else Nr=n,n=o;else Nr=n,n=o;if(n===o){if(n=Nr,46===e.charCodeAt(Nr)?(a=p,Nr++):(a=o,Wr(l)),a!==o){if(s=[],Vt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Gt)),c!==o)for(;c!==o;)s.push(c),Vt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Gt));else s=o;s!==o&&(c=ci())!==o?n=a=[a,s,c]:(Nr=n,n=o)}else Nr=n,n=o;if(n===o){if(n=Nr,a=[],Vt.test(e.charAt(Nr))?(s=e.charAt(Nr),Nr++):(s=o,Wr(Gt)),s!==o)for(;s!==o;)a.push(s),Vt.test(e.charAt(Nr))?(s=e.charAt(Nr),Nr++):(s=o,Wr(Gt));else a=o;a!==o&&(s=ci())!==o?n=a=[a,s]:(Nr=n,n=o)}}n!==o?i=h=[h,n]:(Nr=i,i=o)}else Nr=i,i=o;return(r=i!==o?e.substring(r,Nr):i)!==o&&(Br=t,r=oe(r)),r}(),i===o&&(i=function(){var t,r,i,h,n,a,s,c;if(t=Nr,r=Nr,i=Nr,te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ee)),h===o&&(h=null),h!==o){for(n=[],Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt));a!==o;)n.push(a),Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt));if(n!==o)if(46===e.charCodeAt(Nr)?(a=p,Nr++):(a=o,Wr(l)),a!==o){if(s=[],Vt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Gt)),c!==o)for(;c!==o;)s.push(c),Vt.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(Gt));else s=o;s!==o?i=h=[h,n,a,s]:(Nr=i,i=o)}else Nr=i,i=o;else Nr=i,i=o}else Nr=i,i=o;return(r=i!==o?e.substring(r,Nr):i)!==o&&(Br=t,r=ie(r)),r}(),i===o&&(i=function(){var t,r,i,h,n,a;if(t=Nr,r=Nr,i=Nr,te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ee)),h===o&&(h=null),h!==o){if(n=[],Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt)),a!==o)for(;a!==o;)n.push(a),Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt));else n=o;n!==o?i=h=[h,n]:(Nr=i,i=o)}else Nr=i,i=o;return(r=i!==o?e.substring(r,Nr):i)!==o&&(Br=t,r=re(r)),r}())),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o),t}(),t===o&&(t=function(){var t,r,i;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o?(e.substr(Nr,4)===_t?(i=_t,Nr+=4):(i=o,Wr(Ct)),i!==o?(Br=t,t=r=St()):(Nr=t,t=o)):(Nr=t,t=o),t===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();r!==o?(e.substr(Nr,5)===Pt?(i=Pt,Nr+=5):(i=o,Wr(At)),i!==o?(Br=t,t=r=Tt()):(Nr=t,t=o)):(Nr=t,t=o)}return t}())),t}(),t===o&&(t=Nr,(r=ri())!==o&&(Br=t,r=ht(r)),(t=r)===o&&(t=Nr,(r=hi())!==o&&(Br=t,r=nt(r)),(t=r)===o&&(t=Nr,(r=ei())!==o&&(Br=t,r=g(r)),(t=r)===o&&(t=Nr,(r=oi())!==o&&(Br=t,r=at(r)),t=r)))),t}function ei(){var t,r,i,h,n,a;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(91===e.charCodeAt(Nr)?(i=st,Nr++):(i=o,Wr(ct)),i!==o)if((h=Jr())!==o){for(n=[],a=Kr();a!==o;)n.push(a),a=Kr();n!==o?(93===e.charCodeAt(Nr)?(a=pt,Nr++):(a=o,Wr(lt)),a!==o?(Br=t,t=r=g(h)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;else Nr=t,t=o;else Nr=t,t=o;return t}function ri(){var t,r,i,h,n,a;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o)if(40===e.charCodeAt(Nr)?(i=gt,Nr++):(i=o,Wr(mt)),i!==o){for(h=[],n=ti();n!==o;)h.push(n),n=ti();if(h!==o){for(n=[],a=Kr();a!==o;)n.push(a),a=Kr();n!==o?(41===e.charCodeAt(Nr)?(a=ut,Nr++):(a=o,Wr(ft)),a!==o?(Br=t,t=r=dt(h)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;else Nr=t,t=o;return t}function ii(){var t,r,i;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();return r!==o?(i=function(){var t,r,i,h,n,a,s,c;if(t=Nr,e.substr(Nr,3)===fe?(r=fe,Nr+=3):(r=o,Wr(de)),r!==o){for(i=[],we.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ye)),h===o&&(h=li())===o&&(h=pi());h!==o;)i.push(h),we.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ye)),h===o&&(h=li())===o&&(h=pi());if(i!==o){if(h=[],n=Nr,e.substr(Nr,2)===ve?(a=ve,Nr+=2):(a=o,Wr(be)),a!==o){if(s=[],we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=_e(i,s)):(Nr=n,n=o)}else Nr=n,n=o;if(n===o)if(n=Nr,39===e.charCodeAt(Nr)?(a=le,Nr++):(a=o,Wr(ge)),a!==o){if(s=[],we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Ce(i,s)):(Nr=n,n=o)}else Nr=n,n=o;for(;n!==o;){if(h.push(n),n=Nr,e.substr(Nr,2)===ve?(a=ve,Nr+=2):(a=o,Wr(be)),a!==o){if(s=[],we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=_e(i,s)):(Nr=n,n=o)}else Nr=n,n=o;if(n===o)if(n=Nr,39===e.charCodeAt(Nr)?(a=le,Nr++):(a=o,Wr(ge)),a!==o){if(s=[],we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),we.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(ye)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Ce(i,s)):(Nr=n,n=o)}else Nr=n,n=o}h!==o?(e.substr(Nr,3)===fe?(n=fe,Nr+=3):(n=o,Wr(de)),n!==o?(Br=t,t=r=Se(i,h)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;return t}(),i===o&&(i=function(){var t,r,i,h,n,a,s,c;if(t=Nr,e.substr(Nr,3)===Pe?(r=Pe,Nr+=3):(r=o,Wr(Ae)),r!==o){for(i=[],Te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(De)),h===o&&(h=li())===o&&(h=pi());h!==o;)i.push(h),Te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(De)),h===o&&(h=li())===o&&(h=pi());if(i!==o){if(h=[],n=Nr,e.substr(Nr,2)===Re?(a=Re,Nr+=2):(a=o,Wr(xe)),a!==o){if(s=[],Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Ie(i,s)):(Nr=n,n=o)}else Nr=n,n=o;if(n===o)if(n=Nr,34===e.charCodeAt(Nr)?(a=ae,Nr++):(a=o,Wr(se)),a!==o){if(s=[],Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Oe(i,s)):(Nr=n,n=o)}else Nr=n,n=o;for(;n!==o;){if(h.push(n),n=Nr,e.substr(Nr,2)===Re?(a=Re,Nr+=2):(a=o,Wr(xe)),a!==o){if(s=[],Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Ie(i,s)):(Nr=n,n=o)}else Nr=n,n=o;if(n===o)if(n=Nr,34===e.charCodeAt(Nr)?(a=ae,Nr++):(a=o,Wr(se)),a!==o){if(s=[],Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi()),c!==o)for(;c!==o;)s.push(c),Te.test(e.charAt(Nr))?(c=e.charAt(Nr),Nr++):(c=o,Wr(De)),c===o&&(c=li())===o&&(c=pi());else s=o;s!==o?(Br=n,n=a=Oe(i,s)):(Nr=n,n=o)}else Nr=n,n=o}h!==o?(e.substr(Nr,3)===Pe?(n=Pe,Nr+=3):(n=o,Wr(Ae)),n!==o?(Br=t,t=r=Se(i,h)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;return t}(),i===o&&(i=function(){var t,r,i,h;if(t=Nr,39===e.charCodeAt(Nr)?(r=le,Nr++):(r=o,Wr(ge)),r!==o){for(i=[],me.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ue)),h===o&&(h=li())===o&&(h=pi());h!==o;)i.push(h),me.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ue)),h===o&&(h=li())===o&&(h=pi());i!==o?(39===e.charCodeAt(Nr)?(h=le,Nr++):(h=o,Wr(ge)),h!==o?(Br=t,t=r=v(i)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}(),i===o&&(i=function(){var t,r,i,h;if(t=Nr,34===e.charCodeAt(Nr)?(r=ae,Nr++):(r=o,Wr(se)),r!==o){for(i=[],ce.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(pe)),h===o&&(h=li())===o&&(h=pi());h!==o;)i.push(h),ce.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(pe)),h===o&&(h=li())===o&&(h=pi());i!==o?(34===e.charCodeAt(Nr)?(h=ae,Nr++):(h=o,Wr(se)),h!==o?(Br=t,t=r=v(i)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}()))),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o),t}function oi(){var t,r,i;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o&&(i=ni())!==o?(Br=t,t=r=g(i)):(Nr=t,t=o),t===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();r!==o?(i=function(){var t,r;return t=function(){var t,r,i;return t=Nr,(r=ai())!==o?(i=function(){var t,r,i,h,n,a,s,c;if(t=Nr,(r=mi())===o&&(58===e.charCodeAt(Nr)?(r=Lt,Nr++):(r=o,Wr(Nt)),r===o&&(Vt.test(e.charAt(Nr))?(r=e.charAt(Nr),Nr++):(r=o,Wr(Gt)),r===o&&(r=di()))),r!==o){for(i=[],(h=ui())===o&&(58===e.charCodeAt(Nr)?(h=Lt,Nr++):(h=o,Wr(Nt)),h===o&&(h=di()));h!==o;)i.push(h),(h=ui())===o&&(58===e.charCodeAt(Nr)?(h=Lt,Nr++):(h=o,Wr(Nt)),h===o&&(h=di()));if(i!==o){if(h=[],n=Nr,a=[],46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l)),s!==o)for(;s!==o;)a.push(s),46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l));else a=o;if(a!==o){if(s=[],(c=ui())===o&&(58===e.charCodeAt(Nr)?(c=Lt,Nr++):(c=o,Wr(Nt)),c===o&&(c=di())),c!==o)for(;c!==o;)s.push(c),(c=ui())===o&&(58===e.charCodeAt(Nr)?(c=Lt,Nr++):(c=o,Wr(Nt)),c===o&&(c=di()));else s=o;s!==o?(Br=n,n=a=Tr(r,i,a,s)):(Nr=n,n=o)}else Nr=n,n=o;for(;n!==o;){if(h.push(n),n=Nr,a=[],46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l)),s!==o)for(;s!==o;)a.push(s),46===e.charCodeAt(Nr)?(s=p,Nr++):(s=o,Wr(l));else a=o;if(a!==o){if(s=[],(c=ui())===o&&(58===e.charCodeAt(Nr)?(c=Lt,Nr++):(c=o,Wr(Nt)),c===o&&(c=di())),c!==o)for(;c!==o;)s.push(c),(c=ui())===o&&(58===e.charCodeAt(Nr)?(c=Lt,Nr++):(c=o,Wr(Nt)),c===o&&(c=di()));else s=o;s!==o?(Br=n,n=a=Tr(r,i,a,s)):(Nr=n,n=o)}else Nr=n,n=o}h!==o?(Br=t,t=r=Dr(r,i,h)):(Nr=t,t=o)}else Nr=t,t=o}else Nr=t,t=o;return t}(),i!==o?(Br=t,t=r=Ft(r,i)):(Nr=t,t=o)):(Nr=t,t=o),t}(),t===o&&(t=Nr,(r=ai())!==o&&(Br=t,r=Dt(r)),t=r),t}(),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o)}return t}function hi(){var t,r,i;for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();if(r!==o?(i=function(){var t,r,i,h,n,a,s,c,g,m;if(t=Nr,r=Nr,e.substr(Nr,2)===Ut?(i=Ut,Nr+=2):(i=o,Wr(jt)),i!==o)if((h=mi())===o&&(Vt.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(Gt))),h!==o){for(n=[],a=ui();a!==o;)n.push(a),a=ui();if(n!==o){if(a=[],s=Nr,c=[],46===e.charCodeAt(Nr)?(g=p,Nr++):(g=o,Wr(l)),g!==o)for(;g!==o;)c.push(g),46===e.charCodeAt(Nr)?(g=p,Nr++):(g=o,Wr(l));else c=o;if(c!==o){if(g=[],(m=ui())!==o)for(;m!==o;)g.push(m),m=ui();else g=o;g!==o?s=c=[c,g]:(Nr=s,s=o)}else Nr=s,s=o;for(;s!==o;){if(a.push(s),s=Nr,c=[],46===e.charCodeAt(Nr)?(g=p,Nr++):(g=o,Wr(l)),g!==o)for(;g!==o;)c.push(g),46===e.charCodeAt(Nr)?(g=p,Nr++):(g=o,Wr(l));else c=o;if(c!==o){if(g=[],(m=ui())!==o)for(;m!==o;)g.push(m),m=ui();else g=o;g!==o?s=c=[c,g]:(Nr=s,s=o)}else Nr=s,s=o}a!==o?r=i=[i,h,n,a]:(Nr=r,r=o)}else Nr=r,r=o}else Nr=r,r=o;else Nr=r,r=o;return r!==o?e.substring(t,Nr):r}(),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o),t===o){for(t=Nr,r=[],i=Kr();i!==o;)r.push(i),i=Kr();r!==o?(i=function(){var t,r,i,h;if(t=Nr,91===e.charCodeAt(Nr)?(r=st,Nr++):(r=o,Wr(ct)),r!==o){for(i=[],h=Kr();h!==o;)i.push(h),h=Kr();i!==o?(93===e.charCodeAt(Nr)?(h=pt,Nr++):(h=o,Wr(lt)),h!==o?(Br=t,t=r=pr()):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}(),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o)}return t}function ni(){var t,r,i,h;if(t=Nr,60===e.charCodeAt(Nr)?(r=Rt,Nr++):(r=o,Wr(xt)),r!==o){for(i=[],It.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(Ot)),h===o&&(h=pi());h!==o;)i.push(h),It.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(Ot)),h===o&&(h=pi());i!==o?(62===e.charCodeAt(Nr)?(h=Et,Nr++):(h=o,Wr(Mt)),h!==o?(Br=t,t=r=kt(i)):(Nr=t,t=o)):(Nr=t,t=o)}else Nr=t,t=o;return t}function ai(){var t,r,i;return t=Nr,(r=fi())===o&&(r=null),r!==o?(58===e.charCodeAt(Nr)?(i=Lt,Nr++):(i=o,Wr(Nt)),i!==o?(Br=t,t=r=Bt(r)):(Nr=t,t=o)):(Nr=t,t=o),t}function si(){var t,r,i;return t=Nr,(r=fi())===o&&(r=null),r!==o?(58===e.charCodeAt(Nr)?(i=Lt,Nr++):(i=o,Wr(Nt)),i!==o?(Br=t,t=r=qt(r)):(Nr=t,t=o)):(Nr=t,t=o),t}function ci(){var t,r,i,h,n,a;if(t=Nr,r=Nr,he.test(e.charAt(Nr))?(i=e.charAt(Nr),Nr++):(i=o,Wr(ne)),i!==o)if(te.test(e.charAt(Nr))?(h=e.charAt(Nr),Nr++):(h=o,Wr(ee)),h===o&&(h=null),h!==o){if(n=[],Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt)),a!==o)for(;a!==o;)n.push(a),Vt.test(e.charAt(Nr))?(a=e.charAt(Nr),Nr++):(a=o,Wr(Gt));else n=o;n!==o?r=i=[i,h,n]:(Nr=r,r=o)}else Nr=r,r=o;else Nr=r,r=o;return r!==o?e.substring(t,Nr):r}function pi(){var t,r,i,h,n,a,s,c,p,l,g;return t=Nr,e.substr(Nr,2)===Ee?(r=Ee,Nr+=2):(r=o,Wr(Me)),r!==o?(i=Nr,(h=wi())!==o&&(n=wi())!==o&&(a=wi())!==o&&(s=wi())!==o&&(c=wi())!==o&&(p=wi())!==o&&(l=wi())!==o&&(g=wi())!==o?i=h=[h,n,a,s,c,p,l,g]:(Nr=i,i=o),i!==o?(Br=t,t=r=ke(i)):(Nr=t,t=o)):(Nr=t,t=o),t===o&&(t=Nr,e.substr(Nr,2)===Le?(r=Le,Nr+=2):(r=o,Wr(Ne)),r!==o?(i=Nr,(h=wi())!==o&&(n=wi())!==o&&(a=wi())!==o&&(s=wi())!==o?i=h=[h,n,a,s]:(Nr=i,i=o),i!==o?(Br=t,t=r=Be(i)):(Nr=t,t=o)):(Nr=t,t=o)),t}function li(){var t,r;return t=Nr,e.substr(Nr,2)===qe?(r=qe,Nr+=2):(r=o,Wr(Fe)),r!==o&&(Br=t,r=Ue()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===je?(r=je,Nr+=2):(r=o,Wr(Ve)),r!==o&&(Br=t,r=Ge()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===ze?(r=ze,Nr+=2):(r=o,Wr(He)),r!==o&&(Br=t,r=We()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===$e?(r=$e,Nr+=2):(r=o,Wr(Qe)),r!==o&&(Br=t,r=Xe()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===Ke?(r=Ke,Nr+=2):(r=o,Wr(Je)),r!==o&&(Br=t,r=Ye()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===Ze?(r=Ze,Nr+=2):(r=o,Wr(tr)),r!==o&&(Br=t,r=er()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===rr?(r=rr,Nr+=2):(r=o,Wr(ir)),r!==o&&(Br=t,r=or()),(t=r)===o&&(t=Nr,e.substr(Nr,2)===hr?(r=hr,Nr+=2):(r=o,Wr(nr)),r!==o&&(Br=t,r=ar()),t=r))))))),t}function gi(){var t,r,i;return t=Nr,lr.test(e.charAt(Nr))?(r=e.charAt(Nr),Nr++):(r=o,Wr(gr)),r!==o?(mr.test(e.charAt(Nr))?(i=e.charAt(Nr),Nr++):(i=o,Wr(ur)),i!==o?(Br=t,t=r=fr(r,i)):(Nr=t,t=o)):(Nr=t,t=o),t===o&&(dr.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(wr))),t}function mi(){var t;return(t=gi())===o&&(95===e.charCodeAt(Nr)?(t=yr,Nr++):(t=o,Wr(vr))),t}function ui(){var t;return(t=mi())===o&&(45===e.charCodeAt(Nr)?(t=Qt,Nr++):(t=o,Wr(Xt)),t===o&&(Vt.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(Gt)),t===o&&(183===e.charCodeAt(Nr)?(t=br,Nr++):(t=o,Wr(_r)),t===o&&(Cr.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(Sr)),t===o&&(Pr.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(Ar))))))),t}function fi(){var t,r,i,h,n,a,s,c,g;if(t=Nr,r=Nr,(i=gi())!==o){for(h=[],n=ui();n!==o;)h.push(n),n=ui();if(h!==o){if(n=[],a=Nr,s=[],46===e.charCodeAt(Nr)?(c=p,Nr++):(c=o,Wr(l)),c!==o)for(;c!==o;)s.push(c),46===e.charCodeAt(Nr)?(c=p,Nr++):(c=o,Wr(l));else s=o;if(s!==o){if(c=[],(g=ui())!==o)for(;g!==o;)c.push(g),g=ui();else c=o;c!==o?a=s=[s,c]:(Nr=a,a=o)}else Nr=a,a=o;for(;a!==o;){if(n.push(a),a=Nr,s=[],46===e.charCodeAt(Nr)?(c=p,Nr++):(c=o,Wr(l)),c!==o)for(;c!==o;)s.push(c),46===e.charCodeAt(Nr)?(c=p,Nr++):(c=o,Wr(l));else s=o;if(s!==o){if(c=[],(g=ui())!==o)for(;g!==o;)c.push(g),g=ui();else c=o;c!==o?a=s=[s,c]:(Nr=a,a=o)}else Nr=a,a=o}n!==o?r=i=[i,h,n]:(Nr=r,r=o)}else Nr=r,r=o}else Nr=r,r=o;return r!==o?e.substring(t,Nr):r}function di(){var t;return(t=function(){var t,r,i,h,n;return t=Nr,r=Nr,37===e.charCodeAt(Nr)?(i=Rr,Nr++):(i=o,Wr(xr)),i!==o&&(h=wi())!==o&&(n=wi())!==o?r=i=[i,h,n]:(Nr=r,r=o),r!==o?e.substring(t,Nr):r}())===o&&(t=function(){var t,r,i;return t=Nr,92===e.charCodeAt(Nr)?(r=Er,Nr++):(r=o,Wr(Mr)),r!==o?(kr.test(e.charAt(Nr))?(i=e.charAt(Nr),Nr++):(i=o,Wr(Lr)),i!==o?(Br=t,t=r=g(i)):(Nr=t,t=o)):(Nr=t,t=o),t}()),t}function wi(){var t;return Ir.test(e.charAt(Nr))?(t=e.charAt(Nr),Nr++):(t=o,Wr(Or)),t}var yi,vi,bi,_i=function(t){return t.match(/^[a-z](.*?):(.+?)/g)},Ci={base:[],data:{},addBase:function(t){if(0===Ci.base.length)return void Ci.base.push(t);const e=Ci.base[Ci.base.length-1];e!==t&&Ci.base.push(new URL(t,e).toString())},addPrefix:function(t,e){const r=Ci.data[t];void 0===r?Ci.data[t]=[{uri:e,count:0}]:r[r.length-1].uri!==e&&r.push({uri:e,count:0})},hasPrefix:function(t){return void 0!==this.data[t]},resolve:function(t,e){const i=Object.keys(Ci.data).find((e=>0===t.indexOf(e+":")));if(void 0!==i){const r=Ci.data[i];return 1===r.length&&!0!==e&&_i(r[0].uri)?t:t.replace(i+":",r[r.length-1].uri)}var o=0===Ci.base.length?r.baseIRI:Ci.base[Ci.base.length-1];return!o||t.match(/^(http:|https:|urn:|file:)/)?t:0===t.indexOf("//")&&o?o.split("//")[0]+t:new URL(t,o).toString()},increment:function(t){const e=Ci.data[t];void 0!==e&&e[e.length-1].count++},decrement:function(t){const e=Ci.data[t];void 0!==e&&e[e.length-1].count--},toJSON:function(){const t={};return Ci.base.length>0&&(void 0===t["@context"]&&(t["@context"]={}),t["@context"]["@base"]=Ci.base[0]),Object.keys(Ci.data).forEach((e=>{const r=Ci.data[e][0];"http://www.w3.org/2001/XMLSchema#"===r.uri&&r.count<1||_i(r.uri)&&(void 0===t["@context"]&&(t["@context"]={}),t["@context"][e]=r.uri)})),t}};function Si(t,e){if(void 0===t["@list"])return t;if(!e&&!t["@list"].find((t=>void 0!==t["@list"])))return t;if(0===t["@list"].length)return{"@id":"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"};var r={},i=null;return t["@list"].forEach((t=>{null===i?i=r:(i["http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"]={},i=i["http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"]),i["http://www.w3.org/1999/02/22-rdf-syntax-ns#first"]=Si(t,!0),i["http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"]={"@id":"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"}})),r}if((i=n())!==o&&Nr===e.length)return i;throw i!==o&&Nr<e.length&&Wr({type:"end"}),yi=Ur,vi=Fr<e.length?e.charAt(Fr):null,bi=Hr(Fr,Fr<e.length?Fr+1:Fr),new t(t.buildMessage(yi,vi),yi,vi,bi)}}},"function"==typeof define&&define.amd?define([],i):"object"==typeof e&&e.exports?e.exports=i():r.ttl2jsonld=i()}}),p=n({"../node_modules/solid-namespace/index.js"(t,e){var r={acl:"http://www.w3.org/ns/auth/acl#",arg:"http://www.w3.org/ns/pim/arg#",as:"https://www.w3.org/ns/activitystreams#",bookmark:"http://www.w3.org/2002/01/bookmark#",cal:"http://www.w3.org/2002/12/cal/ical#",cco:"http://www.ontologyrepository.com/CommonCoreOntologies/",cert:"http://www.w3.org/ns/auth/cert#",contact:"http://www.w3.org/2000/10/swap/pim/contact#",dc:"http://purl.org/dc/elements/1.1/",dct:"http://purl.org/dc/terms/",doap:"http://usefulinc.com/ns/doap#",foaf:"http://xmlns.com/foaf/0.1/",geo:"http://www.w3.org/2003/01/geo/wgs84_pos#",gpx:"http://www.w3.org/ns/pim/gpx#",gr:"http://purl.org/goodrelations/v1#",http:"http://www.w3.org/2007/ont/http#",httph:"http://www.w3.org/2007/ont/httph#",icalTZ:"http://www.w3.org/2002/12/cal/icaltzd#",ldp:"http://www.w3.org/ns/ldp#",link:"http://www.w3.org/2007/ont/link#",log:"http://www.w3.org/2000/10/swap/log#",meeting:"http://www.w3.org/ns/pim/meeting#",mo:"http://purl.org/ontology/mo/",org:"http://www.w3.org/ns/org#",owl:"http://www.w3.org/2002/07/owl#",pad:"http://www.w3.org/ns/pim/pad#",patch:"http://www.w3.org/ns/pim/patch#",prov:"http://www.w3.org/ns/prov#",pto:"http://www.productontology.org/id/",qu:"http://www.w3.org/2000/10/swap/pim/qif#",trip:"http://www.w3.org/ns/pim/trip#",rdf:"http://www.w3.org/1999/02/22-rdf-syntax-ns#",rdfs:"http://www.w3.org/2000/01/rdf-schema#",rss:"http://purl.org/rss/1.0/",sched:"http://www.w3.org/ns/pim/schedule#",schema:"http://schema.org/",sioc:"http://rdfs.org/sioc/ns#",skos:"http://www.w3.org/2004/02/skos/core#",solid:"http://www.w3.org/ns/solid/terms#",space:"http://www.w3.org/ns/pim/space#",stat:"http://www.w3.org/ns/posix/stat#",tab:"http://www.w3.org/2007/ont/link#",tabont:"http://www.w3.org/2007/ont/link#",ui:"http://www.w3.org/ns/ui#",vann:"http://purl.org/vocab/vann/",vcard:"http://www.w3.org/2006/vcard/ns#",wf:"http://www.w3.org/2005/01/wf/flow#",xsd:"http://www.w3.org/2001/XMLSchema#"};e.exports=function(t={namedNode:t=>t}){const e={};for(const i in r){const o=r[i];e[i]=function(e=""){return t.namedNode(o+e)}}return e}}}),l=n({"../node_modules/@xmldom/xmldom/lib/conventions.js"(t){function e(t,e){return void 0===e&&(e=Object),e&&"function"==typeof e.freeze?e.freeze(t):t}var r=e({HTML:"text/html",isHTML:function(t){return t===r.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),i=e({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(t){return t===i.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});t.assign=function(t,e){if(null===t||"object"!=typeof t)throw new TypeError("target is not an object");for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},t.find=function(t,e,r){if(void 0===r&&(r=Array.prototype),t&&"function"==typeof r.find)return r.find.call(t,e);for(var i=0;i<t.length;i++)if(Object.prototype.hasOwnProperty.call(t,i)){var o=t[i];if(e.call(void 0,o,i,t))return o}},t.freeze=e,t.MIME_TYPE=r,t.NAMESPACE=i}}),g=n({"../node_modules/@xmldom/xmldom/lib/dom.js"(t){var e=l(),r=e.find,i=e.NAMESPACE;function o(t){return""!==t}function h(t,e){return t.hasOwnProperty(e)||(t[e]=!0),t}function n(t){if(!t)return[];var e=function(t){return t?t.split(/[\t\n\f\r ]+/).filter(o):[]}(t);return Object.keys(e.reduce(h,{}))}function a(t,e){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}function s(t,e){var r=t.prototype;if(!(r instanceof e)){let i=function(){};i.prototype=e.prototype,i=new i,a(r,i),t.prototype=r=i}r.constructor!=t&&("function"!=typeof t&&console.error("unknown Class:"+t),r.constructor=t)}var c={},p=c.ELEMENT_NODE=1,g=c.ATTRIBUTE_NODE=2,m=c.TEXT_NODE=3,u=c.CDATA_SECTION_NODE=4,f=c.ENTITY_REFERENCE_NODE=5,d=c.ENTITY_NODE=6,w=c.PROCESSING_INSTRUCTION_NODE=7,y=c.COMMENT_NODE=8,v=c.DOCUMENT_NODE=9,b=c.DOCUMENT_TYPE_NODE=10,_=c.DOCUMENT_FRAGMENT_NODE=11,C=c.NOTATION_NODE=12,S={},P={};S.INDEX_SIZE_ERR=(P[1]="Index size error",1),S.DOMSTRING_SIZE_ERR=(P[2]="DOMString size error",2);var A=S.HIERARCHY_REQUEST_ERR=(P[3]="Hierarchy request error",3);S.WRONG_DOCUMENT_ERR=(P[4]="Wrong document",4),S.INVALID_CHARACTER_ERR=(P[5]="Invalid character",5),S.NO_DATA_ALLOWED_ERR=(P[6]="No data allowed",6),S.NO_MODIFICATION_ALLOWED_ERR=(P[7]="No modification allowed",7);var T=S.NOT_FOUND_ERR=(P[8]="Not found",8);S.NOT_SUPPORTED_ERR=(P[9]="Not supported",9);var D=S.INUSE_ATTRIBUTE_ERR=(P[10]="Attribute in use",10);function R(t,e){if(e instanceof Error)var r=e;else r=this,Error.call(this,P[t]),this.message=P[t],Error.captureStackTrace&&Error.captureStackTrace(this,R);return r.code=t,e&&(this.message=this.message+": "+e),r}function x(){}function I(t,e){this._node=t,this._refresh=e,O(this)}function O(t){var e=t._node._inc||t._node.ownerDocument._inc;if(t._inc!==e){var r=t._refresh(t._node);if(yt(t,"length",r.length),!t.$$length||r.length<t.$$length)for(var i=r.length;i in t;i++)Object.prototype.hasOwnProperty.call(t,i)&&delete t[i];a(r,t),t._inc=e}}function E(){}function M(t,e){for(var r=t.length;r--;)if(t[r]===e)return r}function k(t,e,r,o){if(o?e[M(e,o)]=r:e[e.length++]=r,t){r.ownerElement=t;var h=t.ownerDocument;h&&(o&&j(h,t,o),function(t,e,r){t&&t._inc++,r.namespaceURI===i.XMLNS&&(e._nsMap[r.prefix?r.localName:""]=r.value)}(h,t,r))}}function L(t,e,r){var i=M(e,r);if(!(i>=0))throw new R(T,new Error(t.tagName+"@"+r));for(var o=e.length-1;i<o;)e[i]=e[++i];if(e.length=o,t){var h=t.ownerDocument;h&&(j(h,t,r),r.ownerElement=null)}}function N(){}function B(){}function q(t){return("<"==t?"&lt;":">"==t&&"&gt;")||"&"==t&&"&amp;"||'"'==t&&"&quot;"||"&#"+t.charCodeAt()+";"}function F(t,e){if(e(t))return!0;if(t=t.firstChild)do{if(F(t,e))return!0}while(t=t.nextSibling)}function U(){this.ownerDocument=this}function j(t,e,r){t&&t._inc++,r.namespaceURI===i.XMLNS&&delete e._nsMap[r.prefix?r.localName:""]}function V(t,e,r){if(t&&t._inc){t._inc++;var i=e.childNodes;if(r)i[i.length++]=r;else{for(var o=e.firstChild,h=0;o;)i[h++]=o,o=o.nextSibling;i.length=h,delete i[i.length]}}}function G(t,e){var r=e.previousSibling,i=e.nextSibling;return r?r.nextSibling=i:t.firstChild=i,i?i.previousSibling=r:t.lastChild=r,e.parentNode=null,e.previousSibling=null,e.nextSibling=null,V(t.ownerDocument,t),e}function z(t){return t&&t.nodeType===B.DOCUMENT_TYPE_NODE}function H(t){return t&&t.nodeType===B.ELEMENT_NODE}function W(t){return t&&t.nodeType===B.TEXT_NODE}function $(t,e){var i=t.childNodes||[];if(r(i,H)||z(e))return!1;var o=r(i,z);return!(e&&o&&i.indexOf(o)>i.indexOf(e))}function Q(t,e){var i=t.childNodes||[];if(r(i,(function(t){return H(t)&&t!==e})))return!1;var o=r(i,z);return!(e&&o&&i.indexOf(o)>i.indexOf(e))}function X(t,e,i){var o=t.childNodes||[],h=e.childNodes||[];if(e.nodeType===B.DOCUMENT_FRAGMENT_NODE){var n=h.filter(H);if(n.length>1||r(h,W))throw new R(A,"More than one element or text in fragment");if(1===n.length&&!$(t,i))throw new R(A,"Element in fragment can not be inserted before doctype")}if(H(e)&&!$(t,i))throw new R(A,"Only one element can be added and only after doctype");if(z(e)){if(r(o,z))throw new R(A,"Only one doctype is allowed");var a=r(o,H);if(i&&o.indexOf(a)<o.indexOf(i))throw new R(A,"Doctype can only be inserted before an element");if(!i&&a)throw new R(A,"Doctype can not be appended since element is present")}}function K(t,e,i){var o=t.childNodes||[],h=e.childNodes||[];if(e.nodeType===B.DOCUMENT_FRAGMENT_NODE){var n=h.filter(H);if(n.length>1||r(h,W))throw new R(A,"More than one element or text in fragment");if(1===n.length&&!Q(t,i))throw new R(A,"Element in fragment can not be inserted before doctype")}if(H(e)&&!Q(t,i))throw new R(A,"Only one element can be added and only after doctype");if(z(e)){if(r(o,(function(t){return z(t)&&t!==i})))throw new R(A,"Only one doctype is allowed");var a=r(o,H);if(i&&o.indexOf(a)<o.indexOf(i))throw new R(A,"Doctype can only be inserted before an element")}}function J(t,e,r,i){(function(t,e,r){if(!function(t){return t&&(t.nodeType===B.DOCUMENT_NODE||t.nodeType===B.DOCUMENT_FRAGMENT_NODE||t.nodeType===B.ELEMENT_NODE)}(t))throw new R(A,"Unexpected parent node type "+t.nodeType);if(r&&r.parentNode!==t)throw new R(T,"child not in parent");if(!function(t){return t&&(H(t)||W(t)||z(t)||t.nodeType===B.DOCUMENT_FRAGMENT_NODE||t.nodeType===B.COMMENT_NODE||t.nodeType===B.PROCESSING_INSTRUCTION_NODE)}(e)||z(e)&&t.nodeType!==B.DOCUMENT_NODE)throw new R(A,"Unexpected node type "+e.nodeType+" for parent node type "+t.nodeType)})(t,e,r),t.nodeType===B.DOCUMENT_NODE&&(i||X)(t,e,r);var o=e.parentNode;if(o&&o.removeChild(e),e.nodeType===_){var h=e.firstChild;if(null==h)return e;var n=e.lastChild}else h=n=e;var a=r?r.previousSibling:t.lastChild;h.previousSibling=a,n.nextSibling=r,a?a.nextSibling=h:t.firstChild=h,null==r?t.lastChild=n:r.previousSibling=n;do{h.parentNode=t,Y(h,t.ownerDocument||t)}while(h!==n&&(h=h.nextSibling));return V(t.ownerDocument||t,t),e.nodeType==_&&(e.firstChild=e.lastChild=null),e}function Y(t,e){if(t.ownerDocument!==e){if(t.ownerDocument=e,t.nodeType===p&&t.attributes)for(var r=0;r<t.attributes.length;r++){var i=t.attributes.item(r);i&&(i.ownerDocument=e)}for(var o=t.firstChild;o;)Y(o,e),o=o.nextSibling}}function Z(){this._nsMap={}}function tt(){}function et(){}function rt(){}function it(){}function ot(){}function ht(){}function nt(){}function at(){}function st(){}function ct(){}function pt(){}function lt(){}function gt(t,e){var r=[],i=9==this.nodeType&&this.documentElement||this,o=i.prefix,h=i.namespaceURI;if(h&&null==o&&null==(o=i.lookupPrefix(h)))var n=[{namespace:h,prefix:null}];return ft(this,r,t,e,n),r.join("")}function mt(t,e,r){var o=t.prefix||"",h=t.namespaceURI;if(!h)return!1;if("xml"===o&&h===i.XML||h===i.XMLNS)return!1;for(var n=r.length;n--;){var a=r[n];if(a.prefix===o)return a.namespace!==h}return!0}function ut(t,e,r){t.push(" ",e,'="',r.replace(/[<>&"\t\n\r]/g,q),'"')}function ft(t,e,r,o,h){if(h||(h=[]),o){if(!(t=o(t)))return;if("string"==typeof t)return void e.push(t)}switch(t.nodeType){case p:var n=t.attributes,a=n.length,s=t.firstChild,c=t.tagName,l=c;if(!(r=i.isHTML(t.namespaceURI)||r)&&!t.prefix&&t.namespaceURI){for(var d,C=0;C<n.length;C++)if("xmlns"===n.item(C).name){d=n.item(C).value;break}if(!d)for(var S=h.length-1;S>=0;S--)if(""===(P=h[S]).prefix&&P.namespace===t.namespaceURI){d=P.namespace;break}if(d!==t.namespaceURI)for(S=h.length-1;S>=0;S--){var P;if((P=h[S]).namespace===t.namespaceURI){P.prefix&&(l=P.prefix+":"+c);break}}}e.push("<",l);for(var A=0;A<a;A++)"xmlns"==(T=n.item(A)).prefix?h.push({prefix:T.localName,namespace:T.value}):"xmlns"==T.nodeName&&h.push({prefix:"",namespace:T.value});for(A=0;A<a;A++){var T,D,R;mt(T=n.item(A),0,h)&&(ut(e,(D=T.prefix||"")?"xmlns:"+D:"xmlns",R=T.namespaceURI),h.push({prefix:D,namespace:R})),ft(T,e,r,o,h)}if(c===l&&mt(t,0,h)&&(ut(e,(D=t.prefix||"")?"xmlns:"+D:"xmlns",R=t.namespaceURI),h.push({prefix:D,namespace:R})),s||r&&!/^(?:meta|link|img|br|hr|input)$/i.test(c)){if(e.push(">"),r&&/^script$/i.test(c))for(;s;)s.data?e.push(s.data):ft(s,e,r,o,h.slice()),s=s.nextSibling;else for(;s;)ft(s,e,r,o,h.slice()),s=s.nextSibling;e.push("</",l,">")}else e.push("/>");return;case v:case _:for(s=t.firstChild;s;)ft(s,e,r,o,h.slice()),s=s.nextSibling;return;case g:return ut(e,t.name,t.value);case m:return e.push(t.data.replace(/[<&>]/g,q));case u:return e.push("<![CDATA[",t.data,"]]>");case y:return e.push("\x3c!--",t.data,"--\x3e");case b:var x=t.publicId,I=t.systemId;if(e.push("<!DOCTYPE ",t.name),x)e.push(" PUBLIC ",x),I&&"."!=I&&e.push(" ",I),e.push(">");else if(I&&"."!=I)e.push(" SYSTEM ",I,">");else{var O=t.internalSubset;O&&e.push(" [",O,"]"),e.push(">")}return;case w:return e.push("<?",t.target," ",t.data,"?>");case f:return e.push("&",t.nodeName,";");default:e.push("??",t.nodeName)}}function dt(t,e,r){var i;switch(e.nodeType){case p:(i=e.cloneNode(!1)).ownerDocument=t;case _:break;case g:r=!0}if(i||(i=e.cloneNode(!1)),i.ownerDocument=t,i.parentNode=null,r)for(var o=e.firstChild;o;)i.appendChild(dt(t,o,r)),o=o.nextSibling;return i}function wt(t,e,r){var i=new e.constructor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var h=e[o];"object"!=typeof h&&h!=i[o]&&(i[o]=h)}switch(e.childNodes&&(i.childNodes=new x),i.ownerDocument=t,i.nodeType){case p:var n=e.attributes,a=i.attributes=new E,s=n.length;a._ownerElement=i;for(var c=0;c<s;c++)i.setAttributeNode(wt(t,n.item(c),!0));break;case g:r=!0}if(r)for(var l=e.firstChild;l;)i.appendChild(wt(t,l,r)),l=l.nextSibling;return i}function yt(t,e,r){t[e]=r}S.INVALID_STATE_ERR=(P[11]="Invalid state",11),S.SYNTAX_ERR=(P[12]="Syntax error",12),S.INVALID_MODIFICATION_ERR=(P[13]="Invalid modification",13),S.NAMESPACE_ERR=(P[14]="Invalid namespace",14),S.INVALID_ACCESS_ERR=(P[15]="Invalid access",15),R.prototype=Error.prototype,a(S,R),x.prototype={length:0,item:function(t){return t>=0&&t<this.length?this[t]:null},toString:function(t,e){for(var r=[],i=0;i<this.length;i++)ft(this[i],r,t,e);return r.join("")},filter:function(t){return Array.prototype.filter.call(this,t)},indexOf:function(t){return Array.prototype.indexOf.call(this,t)}},I.prototype.item=function(t){return O(this),this[t]||null},s(I,x),E.prototype={length:0,item:x.prototype.item,getNamedItem:function(t){for(var e=this.length;e--;){var r=this[e];if(r.nodeName==t)return r}},setNamedItem:function(t){var e=t.ownerElement;if(e&&e!=this._ownerElement)throw new R(D);var r=this.getNamedItem(t.nodeName);return k(this._ownerElement,this,t,r),r},setNamedItemNS:function(t){var e,r=t.ownerElement;if(r&&r!=this._ownerElement)throw new R(D);return e=this.getNamedItemNS(t.namespaceURI,t.localName),k(this._ownerElement,this,t,e),e},removeNamedItem:function(t){var e=this.getNamedItem(t);return L(this._ownerElement,this,e),e},removeNamedItemNS:function(t,e){var r=this.getNamedItemNS(t,e);return L(this._ownerElement,this,r),r},getNamedItemNS:function(t,e){for(var r=this.length;r--;){var i=this[r];if(i.localName==e&&i.namespaceURI==t)return i}return null}},N.prototype={hasFeature:function(){return!0},createDocument:function(t,e,r){var i=new U;if(i.implementation=this,i.childNodes=new x,i.doctype=r||null,r&&i.appendChild(r),e){var o=i.createElementNS(t,e);i.appendChild(o)}return i},createDocumentType:function(t,e,r){var i=new ht;return i.name=t,i.nodeName=t,i.publicId=e||"",i.systemId=r||"",i}},B.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(t,e){return J(this,t,e)},replaceChild:function(t,e){J(this,t,e,K),e&&this.removeChild(e)},removeChild:function(t){return G(this,t)},appendChild:function(t){return this.insertBefore(t,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(t){return wt(this.ownerDocument||this,this,t)},normalize:function(){for(var t=this.firstChild;t;){var e=t.nextSibling;e&&e.nodeType==m&&t.nodeType==m?(this.removeChild(e),t.appendData(e.data)):(t.normalize(),t=e)}},isSupported:function(t,e){return this.ownerDocument.implementation.hasFeature(t,e)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(t){for(var e=this;e;){var r=e._nsMap;if(r)for(var i in r)if(Object.prototype.hasOwnProperty.call(r,i)&&r[i]===t)return i;e=e.nodeType==g?e.ownerDocument:e.parentNode}return null},lookupNamespaceURI:function(t){for(var e=this;e;){var r=e._nsMap;if(r&&Object.prototype.hasOwnProperty.call(r,t))return r[t];e=e.nodeType==g?e.ownerDocument:e.parentNode}return null},isDefaultNamespace:function(t){return null==this.lookupPrefix(t)}},a(c,B),a(c,B.prototype),U.prototype={nodeName:"#document",nodeType:v,doctype:null,documentElement:null,_inc:1,insertBefore:function(t,e){if(t.nodeType==_){for(var r=t.firstChild;r;){var i=r.nextSibling;this.insertBefore(r,e),r=i}return t}return J(this,t,e),Y(t,this),null===this.documentElement&&t.nodeType===p&&(this.documentElement=t),t},removeChild:function(t){return this.documentElement==t&&(this.documentElement=null),G(this,t)},replaceChild:function(t,e){J(this,t,e,K),Y(t,this),e&&this.removeChild(e),H(t)&&(this.documentElement=t)},importNode:function(t,e){return dt(this,t,e)},getElementById:function(t){var e=null;return F(this.documentElement,(function(r){if(r.nodeType==p&&r.getAttribute("id")==t)return e=r,!0})),e},getElementsByClassName:function(t){var e=n(t);return new I(this,(function(r){var i=[];return e.length>0&&F(r.documentElement,(function(o){if(o!==r&&o.nodeType===p){var h=o.getAttribute("class");if(h){var a=t===h;if(!a){var s=n(h);a=e.every((c=s,function(t){return c&&-1!==c.indexOf(t)}))}a&&i.push(o)}}var c})),i}))},createElement:function(t){var e=new Z;return e.ownerDocument=this,e.nodeName=t,e.tagName=t,e.localName=t,e.childNodes=new x,(e.attributes=new E)._ownerElement=e,e},createDocumentFragment:function(){var t=new ct;return t.ownerDocument=this,t.childNodes=new x,t},createTextNode:function(t){var e=new rt;return e.ownerDocument=this,e.appendData(t),e},createComment:function(t){var e=new it;return e.ownerDocument=this,e.appendData(t),e},createCDATASection:function(t){var e=new ot;return e.ownerDocument=this,e.appendData(t),e},createProcessingInstruction:function(t,e){var r=new pt;return r.ownerDocument=this,r.tagName=r.nodeName=r.target=t,r.nodeValue=r.data=e,r},createAttribute:function(t){var e=new tt;return e.ownerDocument=this,e.name=t,e.nodeName=t,e.localName=t,e.specified=!0,e},createEntityReference:function(t){var e=new st;return e.ownerDocument=this,e.nodeName=t,e},createElementNS:function(t,e){var r=new Z,i=e.split(":"),o=r.attributes=new E;return r.childNodes=new x,r.ownerDocument=this,r.nodeName=e,r.tagName=e,r.namespaceURI=t,2==i.length?(r.prefix=i[0],r.localName=i[1]):r.localName=e,o._ownerElement=r,r},createAttributeNS:function(t,e){var r=new tt,i=e.split(":");return r.ownerDocument=this,r.nodeName=e,r.name=e,r.namespaceURI=t,r.specified=!0,2==i.length?(r.prefix=i[0],r.localName=i[1]):r.localName=e,r}},s(U,B),U.prototype.getElementsByTagName=(Z.prototype={nodeType:p,hasAttribute:function(t){return null!=this.getAttributeNode(t)},getAttribute:function(t){var e=this.getAttributeNode(t);return e&&e.value||""},getAttributeNode:function(t){return this.attributes.getNamedItem(t)},setAttribute:function(t,e){var r=this.ownerDocument.createAttribute(t);r.value=r.nodeValue=""+e,this.setAttributeNode(r)},removeAttribute:function(t){var e=this.getAttributeNode(t);e&&this.removeAttributeNode(e)},appendChild:function(t){return t.nodeType===_?this.insertBefore(t,null):function(t,e){return e.parentNode&&e.parentNode.removeChild(e),e.parentNode=t,e.previousSibling=t.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:t.firstChild=e,t.lastChild=e,V(t.ownerDocument,t,e),Y(e,t.ownerDocument||t),e}(this,t)},setAttributeNode:function(t){return this.attributes.setNamedItem(t)},setAttributeNodeNS:function(t){return this.attributes.setNamedItemNS(t)},removeAttributeNode:function(t){return this.attributes.removeNamedItem(t.nodeName)},removeAttributeNS:function(t,e){var r=this.getAttributeNodeNS(t,e);r&&this.removeAttributeNode(r)},hasAttributeNS:function(t,e){return null!=this.getAttributeNodeNS(t,e)},getAttributeNS:function(t,e){var r=this.getAttributeNodeNS(t,e);return r&&r.value||""},setAttributeNS:function(t,e,r){var i=this.ownerDocument.createAttributeNS(t,e);i.value=i.nodeValue=""+r,this.setAttributeNode(i)},getAttributeNodeNS:function(t,e){return this.attributes.getNamedItemNS(t,e)},getElementsByTagName:function(t){return new I(this,(function(e){var r=[];return F(e,(function(i){i===e||i.nodeType!=p||"*"!==t&&i.tagName!=t||r.push(i)})),r}))},getElementsByTagNameNS:function(t,e){return new I(this,(function(r){var i=[];return F(r,(function(o){o===r||o.nodeType!==p||"*"!==t&&o.namespaceURI!==t||"*"!==e&&o.localName!=e||i.push(o)})),i}))}}).getElementsByTagName,U.prototype.getElementsByTagNameNS=Z.prototype.getElementsByTagNameNS,s(Z,B),tt.prototype.nodeType=g,s(tt,B),et.prototype={data:"",substringData:function(t,e){return this.data.substring(t,t+e)},appendData:function(t){this.nodeValue=this.data=t=this.data+t,this.length=t.length},insertData:function(t,e){this.replaceData(t,0,e)},appendChild:function(){throw new Error(P[A])},deleteData:function(t,e){this.replaceData(t,e,"")},replaceData:function(t,e,r){var i=this.data.substring(0,t),o=this.data.substring(t+e);this.nodeValue=this.data=r=i+r+o,this.length=r.length}},s(et,B),rt.prototype={nodeName:"#text",nodeType:m,splitText:function(t){var e=this.data,r=e.substring(t);e=e.substring(0,t),this.data=this.nodeValue=e,this.length=e.length;var i=this.ownerDocument.createTextNode(r);return this.parentNode&&this.parentNode.insertBefore(i,this.nextSibling),i}},s(rt,et),it.prototype={nodeName:"#comment",nodeType:y},s(it,et),ot.prototype={nodeName:"#cdata-section",nodeType:u},s(ot,et),ht.prototype.nodeType=b,s(ht,B),nt.prototype.nodeType=C,s(nt,B),at.prototype.nodeType=d,s(at,B),st.prototype.nodeType=f,s(st,B),ct.prototype.nodeName="#document-fragment",ct.prototype.nodeType=_,s(ct,B),pt.prototype.nodeType=w,s(pt,B),lt.prototype.serializeToString=function(t,e,r){return gt.call(t,e,r)},B.prototype.toString=gt;try{if(Object.defineProperty){let t=function(e){switch(e.nodeType){case p:case _:var r=[];for(e=e.firstChild;e;)7!==e.nodeType&&8!==e.nodeType&&r.push(t(e)),e=e.nextSibling;return r.join("");default:return e.nodeValue}};Object.defineProperty(I.prototype,"length",{get:function(){return O(this),this.$$length}}),Object.defineProperty(B.prototype,"textContent",{get:function(){return t(this)},set:function(t){switch(this.nodeType){case p:case _:for(;this.firstChild;)this.removeChild(this.firstChild);(t||String(t))&&this.appendChild(this.ownerDocument.createTextNode(t));break;default:this.data=t,this.value=t,this.nodeValue=t}}}),yt=function(t,e,r){t["$$"+e]=r}}}catch(t){}t.DocumentType=ht,t.DOMException=R,t.DOMImplementation=N,t.Element=Z,t.Node=B,t.NodeList=x,t.XMLSerializer=lt}}),m=n({"../node_modules/@xmldom/xmldom/lib/entities.js"(t){var e=l().freeze;t.XML_ENTITIES=e({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),t.HTML_ENTITIES=e({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}),t.entityMap=t.HTML_ENTITIES}}),u=n({"../node_modules/@xmldom/xmldom/lib/sax.js"(t){var e=l().NAMESPACE,r=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,i=new RegExp("[\\-\\.0-9"+r.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),o=new RegExp("^"+r.source+i.source+"*(?::"+r.source+i.source+"*)?$");function h(t,e){this.message=t,this.locator=e,Error.captureStackTrace&&Error.captureStackTrace(this,h)}function n(){}function a(t,e){return e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber,e}function s(t,r,i,o,h,n){function a(t,e,r){i.attributeNames.hasOwnProperty(t)&&n.fatalError("Attribute "+t+" redefined"),i.addValue(t,e.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,h),r)}for(var s,c=++r,p=0;;){var l=t.charAt(c);switch(l){case"=":if(1===p)s=t.slice(r,c),p=3;else{if(2!==p)throw new Error("attribute equal must after attrName");p=3}break;case"'":case'"':if(3===p||1===p){if(1===p&&(n.warning('attribute value must after "="'),s=t.slice(r,c)),!((c=t.indexOf(l,r=c+1))>0))throw new Error("attribute value no end '"+l+"' match");a(s,g=t.slice(r,c),r-1),p=5}else{if(4!=p)throw new Error('attribute value must after "="');a(s,g=t.slice(r,c),r),n.warning('attribute "'+s+'" missed start quot('+l+")!!"),r=c+1,p=5}break;case"/":switch(p){case 0:i.setTagName(t.slice(r,c));case 5:case 6:case 7:p=7,i.closed=!0;case 4:case 1:break;case 2:i.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return n.error("unexpected end of input"),0==p&&i.setTagName(t.slice(r,c)),c;case">":switch(p){case 0:i.setTagName(t.slice(r,c));case 5:case 6:case 7:break;case 4:case 1:"/"===(g=t.slice(r,c)).slice(-1)&&(i.closed=!0,g=g.slice(0,-1));case 2:2===p&&(g=s),4==p?(n.warning('attribute "'+g+'" missed quot(")!'),a(s,g,r)):(e.isHTML(o[""])&&g.match(/^(?:disabled|checked|selected)$/i)||n.warning('attribute "'+g+'" missed value!! "'+g+'" instead!!'),a(g,g,r));break;case 3:throw new Error("attribute value missed!!")}return c;case"€":l=" ";default:if(l<=" ")switch(p){case 0:i.setTagName(t.slice(r,c)),p=6;break;case 1:s=t.slice(r,c),p=2;break;case 4:var g=t.slice(r,c);n.warning('attribute "'+g+'" missed quot(")!!'),a(s,g,r);case 5:p=6}else switch(p){case 2:e.isHTML(o[""])&&s.match(/^(?:disabled|checked|selected)$/i)||n.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),a(s,s,r),r=c,p=1;break;case 5:n.warning('attribute space is required"'+s+'"!!');case 6:p=1,r=c;break;case 3:p=4,r=c;break;case 7:throw new Error("elements closed character '/' and '>' must be connected to")}}c++}}function c(t,r,i){for(var o=t.tagName,h=null,n=t.length;n--;){var a=t[n],s=a.qName,c=a.value;if((u=s.indexOf(":"))>0)var p=a.prefix=s.slice(0,u),l=s.slice(u+1),g="xmlns"===p&&l;else l=s,p=null,g="xmlns"===s&&"";a.localName=l,!1!==g&&(null==h&&(h={},m(i,i={})),i[g]=h[g]=c,a.uri=e.XMLNS,r.startPrefixMapping(g,c))}for(n=t.length;n--;)(p=(a=t[n]).prefix)&&("xml"===p&&(a.uri=e.XML),"xmlns"!==p&&(a.uri=i[p||""]));var u;(u=o.indexOf(":"))>0?(p=t.prefix=o.slice(0,u),l=t.localName=o.slice(u+1)):(p=null,l=t.localName=o);var f=t.uri=i[p||""];if(r.startElement(f,l,o,t),!t.closed)return t.currentNSMap=i,t.localNSMap=h,!0;if(r.endElement(f,l,o),h)for(p in h)Object.prototype.hasOwnProperty.call(h,p)&&r.endPrefixMapping(p)}function p(t,e,r,i,o){if(/^(?:script|textarea)$/i.test(r)){var h=t.indexOf("</"+r+">",e),n=t.substring(e+1,h);if(/[&<]/.test(n))return/^script$/i.test(r)?(o.characters(n,0,n.length),h):(n=n.replace(/&#?\w+;/g,i),o.characters(n,0,n.length),h)}return e+1}function g(t,e,r,i){var o=i[r];return null==o&&((o=t.lastIndexOf("</"+r+">"))<e&&(o=t.lastIndexOf("</"+r)),i[r]=o),o<e}function m(t,e){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}function u(t,e,r,i){if("-"===t.charAt(e+2))return"-"===t.charAt(e+3)?(o=t.indexOf("--\x3e",e+4))>e?(r.comment(t,e+4,o-e-4),o+3):(i.error("Unclosed comment"),-1):-1;if("CDATA["==t.substr(e+3,6)){var o=t.indexOf("]]>",e+9);return r.startCDATA(),r.characters(t,e+9,o-e-9),r.endCDATA(),o+3}var h=function(t,e){var r,i=[],o=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(o.lastIndex=e,o.exec(t);r=o.exec(t);)if(i.push(r),r[1])return i}(t,e),n=h.length;if(n>1&&/!doctype/i.test(h[0][0])){var a=h[1][0],s=!1,c=!1;n>3&&(/^public$/i.test(h[2][0])?(s=h[3][0],c=n>4&&h[4][0]):/^system$/i.test(h[2][0])&&(c=h[3][0]));var p=h[n-1];return r.startDTD(a,s,c),r.endDTD(),p.index+p[0].length}return-1}function f(t,e,r){var i=t.indexOf("?>",e);if(i){var o=t.substring(e,i).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return o?(r.processingInstruction(o[1],o[2]),i+2):-1}return-1}function d(){this.attributeNames={}}(h.prototype=new Error).name=h.name,n.prototype={parse:function(t,r,i){var o=this.domBuilder;o.startDocument(),m(r,r={}),function(t,r,i,o,n){function l(t){var e,r=t.slice(1,-1);return Object.hasOwnProperty.call(i,r)?i[r]:"#"===r.charAt(0)?(e=parseInt(r.substr(1).replace("x","0x")))>65535?(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e))):String.fromCharCode(e):(n.error("entity not found:"+t),t)}function m(e){if(e>P){var r=t.substring(P,e).replace(/&#?\w+;/g,l);_&&w(P),o.characters(r,0,e-P),P=e}}function w(e,r){for(;e>=v&&(r=b.exec(t));)v=(y=r.index)+r[0].length,_.lineNumber++;_.columnNumber=e-y+1}for(var y=0,v=0,b=/.*(?:\r\n?|\n)|.*$/g,_=o.locator,C=[{currentNSMap:r}],S={},P=0;;){try{var A=t.indexOf("<",P);if(A<0){if(!t.substr(P).match(/^\s*$/)){var T=o.doc,D=T.createTextNode(t.substr(P));T.appendChild(D),o.currentElement=D}return}switch(A>P&&m(A),t.charAt(A+1)){case"/":var R=t.indexOf(">",A+3),x=t.substring(A+2,R).replace(/[ \t\n\r]+$/g,""),I=C.pop();R<0?(x=t.substring(A+2).replace(/[\s<].*/,""),n.error("end tag name: "+x+" is not complete:"+I.tagName),R=A+1+x.length):x.match(/\s</)&&(x=x.replace(/[\s<].*/,""),n.error("end tag name: "+x+" maybe not complete"),R=A+1+x.length);var O=I.localNSMap,E=I.tagName==x;if(E||I.tagName&&I.tagName.toLowerCase()==x.toLowerCase()){if(o.endElement(I.uri,I.localName,x),O)for(var M in O)Object.prototype.hasOwnProperty.call(O,M)&&o.endPrefixMapping(M);E||n.fatalError("end tag name: "+x+" is not match the current start tagName:"+I.tagName)}else C.push(I);R++;break;case"?":_&&w(A),R=f(t,A,o);break;case"!":_&&w(A),R=u(t,A,o,n);break;default:_&&w(A);var k=new d,L=C[C.length-1].currentNSMap,N=(R=s(t,A,k,L,l,n),k.length);if(!k.closed&&g(t,R,k.tagName,S)&&(k.closed=!0,i.nbsp||n.warning("unclosed xml attribute")),_&&N){for(var B=a(_,{}),q=0;q<N;q++){var F=k[q];w(F.offset),F.locator=a(_,{})}o.locator=B,c(k,o,L)&&C.push(k),o.locator=_}else c(k,o,L)&&C.push(k);e.isHTML(k.uri)&&!k.closed?R=p(t,R,k.tagName,l,o):R++}}catch(t){if(t instanceof h)throw t;n.error("element parse error: "+t),R=-1}R>P?P=R:m(Math.max(A,P)+1)}}(t,r,i,o,this.errorHandler),o.endDocument()}},d.prototype={setTagName:function(t){if(!o.test(t))throw new Error("invalid tagName:"+t);this.tagName=t},addValue:function(t,e,r){if(!o.test(t))throw new Error("invalid attribute:"+t);this.attributeNames[t]=this.length,this[this.length++]={qName:t,value:e,offset:r}},length:0,getLocalName:function(t){return this[t].localName},getLocator:function(t){return this[t].locator},getQName:function(t){return this[t].qName},getURI:function(t){return this[t].uri},getValue:function(t){return this[t].value}},t.XMLReader=n,t.ParseError=h}}),f=n({"../node_modules/@xmldom/xmldom/lib/dom-parser.js"(t){var e=l(),r=g(),i=m(),o=u(),h=r.DOMImplementation,n=e.NAMESPACE,a=o.ParseError,s=o.XMLReader;function c(t){return t.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function p(t){this.options=t||{locator:{}}}function f(){this.cdata=!1}function d(t,e){e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber}function w(t){if(t)return"\n@"+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}function y(t,e,r){return"string"==typeof t?t.substr(e,r):t.length>=e+r||e?new java.lang.String(t,e,r)+"":t}function v(t,e){t.currentElement?t.currentElement.appendChild(e):t.doc.appendChild(e)}p.prototype.parseFromString=function(t,e){var r=this.options,o=new s,h=r.domBuilder||new f,a=r.errorHandler,p=r.locator,l=r.xmlns||{},g=/\/x?html?$/.test(e),m=g?i.HTML_ENTITIES:i.XML_ENTITIES;return p&&h.setDocumentLocator(p),o.errorHandler=function(t,e,r){if(!t){if(e instanceof f)return e;t=e}var i={},o=t instanceof Function;function h(e){var h=t[e];!h&&o&&(h=2==t.length?function(r){t(e,r)}:t),i[e]=h&&function(t){h("[xmldom "+e+"]\t"+t+w(r))}||function(){}}return r=r||{},h("warning"),h("error"),h("fatalError"),i}(a,h,p),o.domBuilder=r.domBuilder||h,g&&(l[""]=n.HTML),l.xml=l.xml||n.XML,t&&"string"==typeof t?o.parse((r.normalizeLineEndings||c)(t),l,m):o.errorHandler.error("invalid doc source"),h.doc},f.prototype={startDocument:function(){this.doc=(new h).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,e,r,i){var o=this.doc,h=o.createElementNS(t,r||e),n=i.length;v(this,h),this.currentElement=h,this.locator&&d(this.locator,h);for(var a=0;a<n;a++){t=i.getURI(a);var s=i.getValue(a),c=(r=i.getQName(a),o.createAttributeNS(t,r));this.locator&&d(i.getLocator(a),c),c.value=c.nodeValue=s,h.setAttributeNode(c)}},endElement:function(){this.currentElement=this.currentElement.parentNode},startPrefixMapping:function(){},endPrefixMapping:function(){},processingInstruction:function(t,e){var r=this.doc.createProcessingInstruction(t,e);this.locator&&d(this.locator,r),v(this,r)},ignorableWhitespace:function(){},characters:function(t,e,r){if(t=y.apply(this,arguments)){if(this.cdata)var i=this.doc.createCDATASection(t);else i=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(i):/^\s*$/.test(t)&&this.doc.appendChild(i),this.locator&&d(this.locator,i)}},skippedEntity:function(){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,e,r){t=y.apply(this,arguments);var i=this.doc.createComment(t);this.locator&&d(this.locator,i),v(this,i)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,e,r){var i=this.doc.implementation;if(i&&i.createDocumentType){var o=i.createDocumentType(t,e,r);this.locator&&d(this.locator,o),v(this,o),this.doc.doctype=o}},warning:function(t){console.warn("[xmldom warning]\t"+t,w(this.locator))},error:function(t){console.error("[xmldom error]\t"+t,w(this.locator))},fatalError:function(t){throw new a(t,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(t){f.prototype[t]=function(){return null}})),t.__DOMHandler=f,t.normalizeLineEndings=c,t.DOMParser=p}}),d=n({"../node_modules/@xmldom/xmldom/lib/index.js"(t){var e=g();t.DOMImplementation=e.DOMImplementation,t.XMLSerializer=e.XMLSerializer,t.DOMParser=f().DOMParser}}),w=n({"../node_modules/base64-js/index.js"(t){t.byteLength=function(t){var e=n(t),r=e[1];return 3*(e[0]+r)/4-r},t.toByteArray=function(t){var e,r,h=n(t),a=h[0],s=h[1],c=new o(function(t,e,r){return 3*(e+r)/4-r}(0,a,s)),p=0,l=s>0?a-4:a;for(r=0;r<l;r+=4)e=i[t.charCodeAt(r)]<<18|i[t.charCodeAt(r+1)]<<12|i[t.charCodeAt(r+2)]<<6|i[t.charCodeAt(r+3)],c[p++]=e>>16&255,c[p++]=e>>8&255,c[p++]=255&e;return 2===s&&(e=i[t.charCodeAt(r)]<<2|i[t.charCodeAt(r+1)]>>4,c[p++]=255&e),1===s&&(e=i[t.charCodeAt(r)]<<10|i[t.charCodeAt(r+1)]<<4|i[t.charCodeAt(r+2)]>>2,c[p++]=e>>8&255,c[p++]=255&e),c},t.fromByteArray=function(t){for(var e,i=t.length,o=i%3,h=[],n=16383,s=0,c=i-o;s<c;s+=n)h.push(a(t,s,s+n>c?c:s+n));return 1===o?h.push(r[(e=t[i-1])>>2]+r[e<<4&63]+"=="):2===o&&h.push(r[(e=(t[i-2]<<8)+t[i-1])>>10]+r[e>>4&63]+r[e<<2&63]+"="),h.join("")};var e,r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(e=0;e<64;++e)r[e]=h[e],i[h.charCodeAt(e)]=e;function n(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");return-1===r&&(r=e),[r,r===e?0:4-r%4]}function a(t,e,i){for(var o,h=[],n=e;n<i;n+=3)h.push(r[(o=(t[n]<<16&16711680)+(t[n+1]<<8&65280)+(255&t[n+2]))>>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return h.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63}}),y=n({"../node_modules/ieee754/index.js"(t){t.read=function(t,e,r,i,o){var h,n,a=8*o-i-1,s=(1<<a)-1,c=s>>1,p=-7,l=r?o-1:0,g=r?-1:1,m=t[e+l];for(l+=g,h=m&(1<<-p)-1,m>>=-p,p+=a;p>0;h=256*h+t[e+l],l+=g,p-=8);for(n=h&(1<<-p)-1,h>>=-p,p+=i;p>0;n=256*n+t[e+l],l+=g,p-=8);if(0===h)h=1-c;else{if(h===s)return n?NaN:1/0*(m?-1:1);n+=Math.pow(2,i),h-=c}return(m?-1:1)*n*Math.pow(2,h-i)},t.write=function(t,e,r,i,o,h){var n,a,s,c=8*h-o-1,p=(1<<c)-1,l=p>>1,g=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,m=i?0:h-1,u=i?1:-1,f=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,n=p):(n=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-n))<1&&(n--,s*=2),(e+=n+l>=1?g/s:g*Math.pow(2,1-l))*s>=2&&(n++,s/=2),n+l>=p?(a=0,n=p):n+l>=1?(a=(e*s-1)*Math.pow(2,o),n+=l):(a=e*Math.pow(2,l-1)*Math.pow(2,o),n=0));o>=8;t[r+m]=255&a,m+=u,a/=256,o-=8);for(n=n<<o|a,c+=o;c>0;t[r+m]=255&n,m+=u,n/=256,c-=8);t[r+m-u]|=128*f}}}),v=n({"../node_modules/buffer/index.js"(t){var e=w(),r=y(),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=n,t.SlowBuffer=function(t){return+t!=t&&(t=0),n.alloc(+t)},t.INSPECT_MAX_BYTES=50;var o=2147483647;function h(t){if(t>o)throw new RangeError('The value "'+t+'" is invalid for option "size"');const e=new Uint8Array(t);return Object.setPrototypeOf(e,n.prototype),e}function n(t,e,r){if("number"==typeof t){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return c(t)}return a(t,e,r)}function a(t,e,r){if("string"==typeof t)return function(t,e){if("string"==typeof e&&""!==e||(e="utf8"),!n.isEncoding(e))throw new TypeError("Unknown encoding: "+e);const r=0|m(t,e);let i=h(r);const o=i.write(t,e);return o!==r&&(i=i.slice(0,o)),i}(t,e);if(ArrayBuffer.isView(t))return function(t){if(X(t,Uint8Array)){const e=new Uint8Array(t);return l(e.buffer,e.byteOffset,e.byteLength)}return p(t)}(t);if(null==t)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(X(t,ArrayBuffer)||t&&X(t.buffer,ArrayBuffer))return l(t,e,r);if("undefined"!=typeof SharedArrayBuffer&&(X(t,SharedArrayBuffer)||t&&X(t.buffer,SharedArrayBuffer)))return l(t,e,r);if("number"==typeof t)throw new TypeError('The "value" argument must not be of type number. Received type number');const i=t.valueOf&&t.valueOf();if(null!=i&&i!==t)return n.from(i,e,r);const o=function(t){if(n.isBuffer(t)){const e=0|g(t.length),r=h(e);return 0===r.length||t.copy(r,0,0,e),r}return void 0!==t.length?"number"!=typeof t.length||K(t.length)?h(0):p(t):"Buffer"===t.type&&Array.isArray(t.data)?p(t.data):void 0}(t);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return n.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function s(t){if("number"!=typeof t)throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function c(t){return s(t),h(t<0?0:0|g(t))}function p(t){const e=t.length<0?0:0|g(t.length),r=h(e);for(let i=0;i<e;i+=1)r[i]=255&t[i];return r}function l(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');let i;return i=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,e):new Uint8Array(t,e,r),Object.setPrototypeOf(i,n.prototype),i}function g(t){if(t>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return 0|t}function m(t,e){if(n.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||X(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);const r=t.length,i=arguments.length>2&&!0===arguments[2];if(!i&&0===r)return 0;let o=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return W(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return $(t).length;default:if(o)return i?-1:W(t).length;e=(""+e).toLowerCase(),o=!0}}function u(t,e,r){let i=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return I(this,e,r);case"utf8":case"utf-8":return T(this,e,r);case"ascii":return R(this,e,r);case"latin1":case"binary":return x(this,e,r);case"base64":return A(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,e,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}function f(t,e,r){const i=t[e];t[e]=t[r],t[r]=i}function d(t,e,r,i,o){if(0===t.length)return-1;if("string"==typeof r?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),K(r=+r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=n.from(e,i)),n.isBuffer(e))return 0===e.length?-1:v(t,e,r,i,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):v(t,[e],r,i,o);throw new TypeError("val must be string, number or Buffer")}function v(t,e,r,i,o){let h,n=1,a=t.length,s=e.length;if(void 0!==i&&("ucs2"===(i=String(i).toLowerCase())||"ucs-2"===i||"utf16le"===i||"utf-16le"===i)){if(t.length<2||e.length<2)return-1;n=2,a/=2,s/=2,r/=2}function c(t,e){return 1===n?t[e]:t.readUInt16BE(e*n)}if(o){let i=-1;for(h=r;h<a;h++)if(c(t,h)===c(e,-1===i?0:h-i)){if(-1===i&&(i=h),h-i+1===s)return i*n}else-1!==i&&(h-=h-i),i=-1}else for(r+s>a&&(r=a-s),h=r;h>=0;h--){let r=!0;for(let i=0;i<s;i++)if(c(t,h+i)!==c(e,i)){r=!1;break}if(r)return h}return-1}function b(t,e,r,i){r=Number(r)||0;const o=t.length-r;i?(i=Number(i))>o&&(i=o):i=o;const h=e.length;let n;for(i>h/2&&(i=h/2),n=0;n<i;++n){const i=parseInt(e.substr(2*n,2),16);if(K(i))return n;t[r+n]=i}return n}function _(t,e,r,i){return Q(W(e,t.length-r),t,r,i)}function C(t,e,r,i){return Q(function(t){const e=[];for(let r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}(e),t,r,i)}function S(t,e,r,i){return Q($(e),t,r,i)}function P(t,e,r,i){return Q(function(t,e){let r,i,o;const h=[];for(let n=0;n<t.length&&!((e-=2)<0);++n)r=t.charCodeAt(n),i=r>>8,o=r%256,h.push(o),h.push(i);return h}(e,t.length-r),t,r,i)}function A(t,r,i){return e.fromByteArray(0===r&&i===t.length?t:t.slice(r,i))}function T(t,e,r){r=Math.min(t.length,r);const i=[];let o=e;for(;o<r;){const e=t[o];let h=null,n=e>239?4:e>223?3:e>191?2:1;if(o+n<=r){let r,i,a,s;switch(n){case 1:e<128&&(h=e);break;case 2:r=t[o+1],128==(192&r)&&(s=(31&e)<<6|63&r,s>127&&(h=s));break;case 3:r=t[o+1],i=t[o+2],128==(192&r)&&128==(192&i)&&(s=(15&e)<<12|(63&r)<<6|63&i,s>2047&&(s<55296||s>57343)&&(h=s));break;case 4:r=t[o+1],i=t[o+2],a=t[o+3],128==(192&r)&&128==(192&i)&&128==(192&a)&&(s=(15&e)<<18|(63&r)<<12|(63&i)<<6|63&a,s>65535&&s<1114112&&(h=s))}}null===h?(h=65533,n=1):h>65535&&(h-=65536,i.push(h>>>10&1023|55296),h=56320|1023&h),i.push(h),o+=n}return function(t){const e=t.length;if(e<=D)return String.fromCharCode.apply(String,t);let r="",i=0;for(;i<e;)r+=String.fromCharCode.apply(String,t.slice(i,i+=D));return r}(i)}t.kMaxLength=o,(n.TYPED_ARRAY_SUPPORT=function(){try{const t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}())||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(n.prototype,"parent",{enumerable:!0,get:function(){if(n.isBuffer(this))return this.buffer}}),Object.defineProperty(n.prototype,"offset",{enumerable:!0,get:function(){if(n.isBuffer(this))return this.byteOffset}}),n.poolSize=8192,n.from=function(t,e,r){return a(t,e,r)},Object.setPrototypeOf(n.prototype,Uint8Array.prototype),Object.setPrototypeOf(n,Uint8Array),n.alloc=function(t,e,r){return function(t,e,r){return s(t),t<=0?h(t):void 0!==e?"string"==typeof r?h(t).fill(e,r):h(t).fill(e):h(t)}(t,e,r)},n.allocUnsafe=function(t){return c(t)},n.allocUnsafeSlow=function(t){return c(t)},n.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==n.prototype},n.compare=function(t,e){if(X(t,Uint8Array)&&(t=n.from(t,t.offset,t.byteLength)),X(e,Uint8Array)&&(e=n.from(e,e.offset,e.byteLength)),!n.isBuffer(t)||!n.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;let r=t.length,i=e.length;for(let o=0,h=Math.min(r,i);o<h;++o)if(t[o]!==e[o]){r=t[o],i=e[o];break}return r<i?-1:i<r?1:0},n.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},n.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return n.alloc(0);let r;if(void 0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;const i=n.allocUnsafe(e);let o=0;for(r=0;r<t.length;++r){let e=t[r];if(X(e,Uint8Array))o+e.length>i.length?(n.isBuffer(e)||(e=n.from(e)),e.copy(i,o)):Uint8Array.prototype.set.call(i,e,o);else{if(!n.isBuffer(e))throw new TypeError('"list" argument must be an Array of Buffers');e.copy(i,o)}o+=e.length}return i},n.byteLength=m,n.prototype._isBuffer=!0,n.prototype.swap16=function(){const t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let e=0;e<t;e+=2)f(this,e,e+1);return this},n.prototype.swap32=function(){const t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let e=0;e<t;e+=4)f(this,e,e+3),f(this,e+1,e+2);return this},n.prototype.swap64=function(){const t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let e=0;e<t;e+=8)f(this,e,e+7),f(this,e+1,e+6),f(this,e+2,e+5),f(this,e+3,e+4);return this},n.prototype.toString=function(){const t=this.length;return 0===t?"":0===arguments.length?T(this,0,t):u.apply(this,arguments)},n.prototype.toLocaleString=n.prototype.toString,n.prototype.equals=function(t){if(!n.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===n.compare(this,t)},n.prototype.inspect=function(){let e="";const r=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"},i&&(n.prototype[i]=n.prototype.inspect),n.prototype.compare=function(t,e,r,i,o){if(X(t,Uint8Array)&&(t=n.from(t,t.offset,t.byteLength)),!n.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),e<0||r>t.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=r)return 0;if(i>=o)return-1;if(e>=r)return 1;if(this===t)return 0;let h=(o>>>=0)-(i>>>=0),a=(r>>>=0)-(e>>>=0);const s=Math.min(h,a),c=this.slice(i,o),p=t.slice(e,r);for(let t=0;t<s;++t)if(c[t]!==p[t]){h=c[t],a=p[t];break}return h<a?-1:a<h?1:0},n.prototype.includes=function(t,e,r){return-1!==this.indexOf(t,e,r)},n.prototype.indexOf=function(t,e,r){return d(this,t,e,r,!0)},n.prototype.lastIndexOf=function(t,e,r){return d(this,t,e,r,!1)},n.prototype.write=function(t,e,r,i){if(void 0===e)i="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)i=e,r=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(r)?(r>>>=0,void 0===i&&(i="utf8")):(i=r,r=void 0)}const o=this.length-e;if((void 0===r||r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let h=!1;for(;;)switch(i){case"hex":return b(this,t,e,r);case"utf8":case"utf-8":return _(this,t,e,r);case"ascii":case"latin1":case"binary":return C(this,t,e,r);case"base64":return S(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P(this,t,e,r);default:if(h)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),h=!0}},n.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var D=4096;function R(t,e,r){let i="";r=Math.min(t.length,r);for(let o=e;o<r;++o)i+=String.fromCharCode(127&t[o]);return i}function x(t,e,r){let i="";r=Math.min(t.length,r);for(let o=e;o<r;++o)i+=String.fromCharCode(t[o]);return i}function I(t,e,r){const i=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>i)&&(r=i);let o="";for(let i=e;i<r;++i)o+=J[t[i]];return o}function O(t,e,r){const i=t.slice(e,r);let o="";for(let t=0;t<i.length-1;t+=2)o+=String.fromCharCode(i[t]+256*i[t+1]);return o}function E(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}function M(t,e,r,i,o,h){if(!n.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<h)throw new RangeError('"value" argument is out of bounds');if(r+i>t.length)throw new RangeError("Index out of range")}function k(t,e,r,i,o){V(e,i,o,t,r,7);let h=Number(e&BigInt(4294967295));t[r++]=h,h>>=8,t[r++]=h,h>>=8,t[r++]=h,h>>=8,t[r++]=h;let n=Number(e>>BigInt(32)&BigInt(4294967295));return t[r++]=n,n>>=8,t[r++]=n,n>>=8,t[r++]=n,n>>=8,t[r++]=n,r}function L(t,e,r,i,o){V(e,i,o,t,r,7);let h=Number(e&BigInt(4294967295));t[r+7]=h,h>>=8,t[r+6]=h,h>>=8,t[r+5]=h,h>>=8,t[r+4]=h;let n=Number(e>>BigInt(32)&BigInt(4294967295));return t[r+3]=n,n>>=8,t[r+2]=n,n>>=8,t[r+1]=n,n>>=8,t[r]=n,r+8}function N(t,e,r,i){if(r+i>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function B(t,e,i,o,h){return e=+e,i>>>=0,h||N(t,0,i,4),r.write(t,e,i,o,23,4),i+4}function q(t,e,i,o,h){return e=+e,i>>>=0,h||N(t,0,i,8),r.write(t,e,i,o,52,8),i+8}n.prototype.slice=function(t,e){const r=this.length;(t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t);const i=this.subarray(t,e);return Object.setPrototypeOf(i,n.prototype),i},n.prototype.readUintLE=n.prototype.readUIntLE=function(t,e,r){t>>>=0,e>>>=0,r||E(t,e,this.length);let i=this[t],o=1,h=0;for(;++h<e&&(o*=256);)i+=this[t+h]*o;return i},n.prototype.readUintBE=n.prototype.readUIntBE=function(t,e,r){t>>>=0,e>>>=0,r||E(t,e,this.length);let i=this[t+--e],o=1;for(;e>0&&(o*=256);)i+=this[t+--e]*o;return i},n.prototype.readUint8=n.prototype.readUInt8=function(t,e){return t>>>=0,e||E(t,1,this.length),this[t]},n.prototype.readUint16LE=n.prototype.readUInt16LE=function(t,e){return t>>>=0,e||E(t,2,this.length),this[t]|this[t+1]<<8},n.prototype.readUint16BE=n.prototype.readUInt16BE=function(t,e){return t>>>=0,e||E(t,2,this.length),this[t]<<8|this[t+1]},n.prototype.readUint32LE=n.prototype.readUInt32LE=function(t,e){return t>>>=0,e||E(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},n.prototype.readUint32BE=n.prototype.readUInt32BE=function(t,e){return t>>>=0,e||E(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},n.prototype.readBigUInt64LE=Y((function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||z(t,this.length-8);const i=e+256*this[++t]+65536*this[++t]+this[++t]*2**24,o=this[++t]+256*this[++t]+65536*this[++t]+r*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))})),n.prototype.readBigUInt64BE=Y((function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||z(t,this.length-8);const i=e*2**24+65536*this[++t]+256*this[++t]+this[++t],o=this[++t]*2**24+65536*this[++t]+256*this[++t]+r;return(BigInt(i)<<BigInt(32))+BigInt(o)})),n.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||E(t,e,this.length);let i=this[t],o=1,h=0;for(;++h<e&&(o*=256);)i+=this[t+h]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i},n.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||E(t,e,this.length);let i=e,o=1,h=this[t+--i];for(;i>0&&(o*=256);)h+=this[t+--i]*o;return o*=128,h>=o&&(h-=Math.pow(2,8*e)),h},n.prototype.readInt8=function(t,e){return t>>>=0,e||E(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},n.prototype.readInt16LE=function(t,e){t>>>=0,e||E(t,2,this.length);const r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},n.prototype.readInt16BE=function(t,e){t>>>=0,e||E(t,2,this.length);const r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},n.prototype.readInt32LE=function(t,e){return t>>>=0,e||E(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},n.prototype.readInt32BE=function(t,e){return t>>>=0,e||E(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},n.prototype.readBigInt64LE=Y((function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];return void 0!==e&&void 0!==r||z(t,this.length-8),(BigInt(this[t+4]+256*this[t+5]+65536*this[t+6]+(r<<24))<<BigInt(32))+BigInt(e+256*this[++t]+65536*this[++t]+this[++t]*2**24)})),n.prototype.readBigInt64BE=Y((function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||z(t,this.length-8);const i=(e<<24)+65536*this[++t]+256*this[++t]+this[++t];return(BigInt(i)<<BigInt(32))+BigInt(this[++t]*2**24+65536*this[++t]+256*this[++t]+r)})),n.prototype.readFloatLE=function(t,e){return t>>>=0,e||E(t,4,this.length),r.read(this,t,!0,23,4)},n.prototype.readFloatBE=function(t,e){return t>>>=0,e||E(t,4,this.length),r.read(this,t,!1,23,4)},n.prototype.readDoubleLE=function(t,e){return t>>>=0,e||E(t,8,this.length),r.read(this,t,!0,52,8)},n.prototype.readDoubleBE=function(t,e){return t>>>=0,e||E(t,8,this.length),r.read(this,t,!1,52,8)},n.prototype.writeUintLE=n.prototype.writeUIntLE=function(t,e,r,i){t=+t,e>>>=0,r>>>=0,i||M(this,t,e,r,Math.pow(2,8*r)-1,0);let o=1,h=0;for(this[e]=255&t;++h<r&&(o*=256);)this[e+h]=t/o&255;return e+r},n.prototype.writeUintBE=n.prototype.writeUIntBE=function(t,e,r,i){t=+t,e>>>=0,r>>>=0,i||M(this,t,e,r,Math.pow(2,8*r)-1,0);let o=r-1,h=1;for(this[e+o]=255&t;--o>=0&&(h*=256);)this[e+o]=t/h&255;return e+r},n.prototype.writeUint8=n.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,1,255,0),this[e]=255&t,e+1},n.prototype.writeUint16LE=n.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},n.prototype.writeUint16BE=n.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},n.prototype.writeUint32LE=n.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},n.prototype.writeUint32BE=n.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},n.prototype.writeBigUInt64LE=Y((function(t,e=0){return k(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))})),n.prototype.writeBigUInt64BE=Y((function(t,e=0){return L(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))})),n.prototype.writeIntLE=function(t,e,r,i){if(t=+t,e>>>=0,!i){const i=Math.pow(2,8*r-1);M(this,t,e,r,i-1,-i)}let o=0,h=1,n=0;for(this[e]=255&t;++o<r&&(h*=256);)t<0&&0===n&&0!==this[e+o-1]&&(n=1),this[e+o]=(t/h|0)-n&255;return e+r},n.prototype.writeIntBE=function(t,e,r,i){if(t=+t,e>>>=0,!i){const i=Math.pow(2,8*r-1);M(this,t,e,r,i-1,-i)}let o=r-1,h=1,n=0;for(this[e+o]=255&t;--o>=0&&(h*=256);)t<0&&0===n&&0!==this[e+o+1]&&(n=1),this[e+o]=(t/h|0)-n&255;return e+r},n.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},n.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},n.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},n.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},n.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||M(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},n.prototype.writeBigInt64LE=Y((function(t,e=0){return k(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),n.prototype.writeBigInt64BE=Y((function(t,e=0){return L(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),n.prototype.writeFloatLE=function(t,e,r){return B(this,t,e,!0,r)},n.prototype.writeFloatBE=function(t,e,r){return B(this,t,e,!1,r)},n.prototype.writeDoubleLE=function(t,e,r){return q(this,t,e,!0,r)},n.prototype.writeDoubleBE=function(t,e,r){return q(this,t,e,!1,r)},n.prototype.copy=function(t,e,r,i){if(!n.isBuffer(t))throw new TypeError("argument should be a Buffer");if(r||(r=0),i||0===i||(i=this.length),e>=t.length&&(e=t.length),e||(e=0),i>0&&i<r&&(i=r),i===r)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-e<i-r&&(i=t.length-e+r);const o=i-r;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(e,r,i):Uint8Array.prototype.set.call(t,this.subarray(r,i),e),o},n.prototype.fill=function(t,e,r,i){if("string"==typeof t){if("string"==typeof e?(i=e,e=0,r=this.length):"string"==typeof r&&(i=r,r=this.length),void 0!==i&&"string"!=typeof i)throw new TypeError("encoding must be a string");if("string"==typeof i&&!n.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(1===t.length){const e=t.charCodeAt(0);("utf8"===i&&e<128||"latin1"===i)&&(t=e)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;let o;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(o=e;o<r;++o)this[o]=t;else{const h=n.isBuffer(t)?t:n.from(t,i),a=h.length;if(0===a)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(o=0;o<r-e;++o)this[o+e]=h[o%a]}return this};var F={};function U(t,e,r){F[t]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${t}]`,delete this.name}get code(){return t}set code(t){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:t,writable:!0})}toString(){return`${this.name} [${t}]: ${this.message}`}}}function j(t){let e="",r=t.length;const i="-"===t[0]?1:0;for(;r>=i+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function V(t,e,r,i,o,h){if(t>r||t<e){const r="bigint"==typeof e?"n":"";let i;throw i=0===e||e===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(h+1)}${r}`:`>= -(2${r} ** ${8*(h+1)-1}${r}) and < 2 ** ${8*(h+1)-1}${r}`,new F.ERR_OUT_OF_RANGE("value",i,t)}!function(t,e,r){G(e,"offset"),void 0!==t[e]&&void 0!==t[e+r]||z(e,t.length-(r+1))}(i,o,h)}function G(t,e){if("number"!=typeof t)throw new F.ERR_INVALID_ARG_TYPE(e,"number",t)}function z(t,e,r){if(Math.floor(t)!==t)throw G(t,r),new F.ERR_OUT_OF_RANGE("offset","an integer",t);if(e<0)throw new F.ERR_BUFFER_OUT_OF_BOUNDS;throw new F.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${e}`,t)}U("ERR_BUFFER_OUT_OF_BOUNDS",(function(t){return t?`${t} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),U("ERR_INVALID_ARG_TYPE",(function(t,e){return`The "${t}" argument must be of type number. Received type ${typeof e}`}),TypeError),U("ERR_OUT_OF_RANGE",(function(t,e,r){let i=`The value of "${t}" is out of range.`,o=r;return Number.isInteger(r)&&Math.abs(r)>2**32?o=j(String(r)):"bigint"==typeof r&&(o=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(o=j(o)),o+="n"),i+=` It must be ${e}. Received ${o}`,i}),RangeError);var H=/[^+/0-9A-Za-z-_]/g;function W(t,e){let r;e=e||1/0;const i=t.length;let o=null;const h=[];for(let n=0;n<i;++n){if(r=t.charCodeAt(n),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&h.push(239,191,189);continue}if(n+1===i){(e-=3)>-1&&h.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&h.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(e-=3)>-1&&h.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;h.push(r)}else if(r<2048){if((e-=2)<0)break;h.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;h.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;h.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return h}function $(t){return e.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(H,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function Q(t,e,r,i){let o;for(o=0;o<i&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function X(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}function K(t){return t!=t}var J=function(){const t="0123456789abcdef",e=new Array(256);for(let r=0;r<16;++r){const i=16*r;for(let o=0;o<16;++o)e[i+o]=t[r]+t[o]}return e}();function Y(t){return"undefined"==typeof BigInt?Z:t}function Z(){throw new Error("BigInt not supported")}}}),b=n({"../node_modules/cross-fetch/dist/browser-ponyfill.js"(t,e){var r,i="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||"undefined"!=typeof global&&global,o=function(){function t(){this.fetch=!1,this.DOMException=i.DOMException}return t.prototype=i,new t}();r=o,function(t){var e=void 0!==r&&r||"undefined"!=typeof self&&self||"undefined"!=typeof global&&global||{},i="URLSearchParams"in e,o="Symbol"in e&&"iterator"in Symbol,h="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(t){return!1}}(),n="FormData"in e,a="ArrayBuffer"in e;if(a)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&s.indexOf(Object.prototype.toString.call(t))>-1};function p(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError('Invalid character in header field name: "'+t+'"');return t.toLowerCase()}function l(t){return"string"!=typeof t&&(t=String(t)),t}function g(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o&&(e[Symbol.iterator]=function(){return e}),e}function m(t){this.map={},t instanceof m?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){if(2!=t.length)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length);this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function u(t){if(!t._noBody)return t.bodyUsed?Promise.reject(new TypeError("Already read")):void(t.bodyUsed=!0)}function f(t){return new Promise((function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}}))}function d(t){var e=new FileReader,r=f(e);return e.readAsArrayBuffer(t),r}function w(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:h&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:n&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:i&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():a&&h&&(e=t)&&DataView.prototype.isPrototypeOf(e)?(this._bodyArrayBuffer=w(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(t)||c(t))?this._bodyArrayBuffer=w(t):this._bodyText=t=Object.prototype.toString.call(t):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},h&&(this.blob=function(){var t=u(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer)return u(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer));if(h)return this.blob().then(d);throw new Error("could not read as ArrayBuffer")},this.text=function(){var t,e,r,i,o=u(this);if(o)return o;if(this._bodyBlob)return t=this._bodyBlob,r=f(e=new FileReader),i=/charset=([A-Za-z0-9_-]+)/.exec(t.type),e.readAsText(t,i?i[1]:"utf-8"),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),i=0;i<e.length;i++)r[i]=String.fromCharCode(e[i]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}m.prototype.append=function(t,e){t=p(t),e=l(e);var r=this.map[t];this.map[t]=r?r+", "+e:e},m.prototype.delete=function(t){delete this.map[p(t)]},m.prototype.get=function(t){return t=p(t),this.has(t)?this.map[t]:null},m.prototype.has=function(t){return this.map.hasOwnProperty(p(t))},m.prototype.set=function(t,e){this.map[p(t)]=l(e)},m.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},m.prototype.keys=function(){var t=[];return this.forEach((function(e,r){t.push(r)})),g(t)},m.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),g(t)},m.prototype.entries=function(){var t=[];return this.forEach((function(e,r){t.push([r,e])})),g(t)},o&&(m.prototype[Symbol.iterator]=m.prototype.entries);var v=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function b(t,r){if(!(this instanceof b))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var i,o,h=(r=r||{}).body;if(t instanceof b){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,r.headers||(this.headers=new m(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,h||null==t._bodyInit||(h=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=r.credentials||this.credentials||"same-origin",!r.headers&&this.headers||(this.headers=new m(r.headers)),this.method=(o=(i=r.method||this.method||"GET").toUpperCase(),v.indexOf(o)>-1?o:i),this.mode=r.mode||this.mode||null,this.signal=r.signal||this.signal||function(){if("AbortController"in e)return(new AbortController).signal}(),this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&h)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(h),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==r.cache&&"no-cache"!==r.cache)){var n=/([?&])_=[^&]*/;n.test(this.url)?this.url=this.url.replace(n,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function _(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var r=t.split("="),i=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");e.append(decodeURIComponent(i),decodeURIComponent(o))}})),e}function C(t,e){if(!(this instanceof C))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?"":""+e.statusText,this.headers=new m(e.headers),this.url=e.url||"",this._initBody(t)}b.prototype.clone=function(){return new b(this,{body:this._bodyInit})},y.call(b.prototype),y.call(C.prototype),C.prototype.clone=function(){return new C(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new m(this.headers),url:this.url})},C.error=function(){var t=new C(null,{status:200,statusText:""});return t.ok=!1,t.status=0,t.type="error",t};var S=[301,302,303,307,308];C.redirect=function(t,e){if(-1===S.indexOf(e))throw new RangeError("Invalid status code");return new C(null,{status:e,headers:{location:t}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function P(r,i){return new Promise((function(o,n){var s=new b(r,i);if(s.signal&&s.signal.aborted)return n(new t.DOMException("Aborted","AbortError"));var c=new XMLHttpRequest;function g(){c.abort()}if(c.onload=function(){var t,e,r={statusText:c.statusText,headers:(t=c.getAllResponseHeaders()||"",e=new m,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var r=t.split(":"),i=r.shift().trim();if(i){var o=r.join(":").trim();try{e.append(i,o)}catch(t){console.warn("Response "+t.message)}}})),e)};r.status=0===s.url.indexOf("file://")&&(c.status<200||c.status>599)?200:c.status,r.url="responseURL"in c?c.responseURL:r.headers.get("X-Request-URL");var i="response"in c?c.response:c.responseText;setTimeout((function(){o(new C(i,r))}),0)},c.onerror=function(){setTimeout((function(){n(new TypeError("Network request failed"))}),0)},c.ontimeout=function(){setTimeout((function(){n(new TypeError("Network request timed out"))}),0)},c.onabort=function(){setTimeout((function(){n(new t.DOMException("Aborted","AbortError"))}),0)},c.open(s.method,function(t){try{return""===t&&e.location.href?e.location.href:t}catch(e){return t}}(s.url),!0),"include"===s.credentials?c.withCredentials=!0:"omit"===s.credentials&&(c.withCredentials=!1),"responseType"in c&&(h?c.responseType="blob":a&&(c.responseType="arraybuffer")),i&&"object"==typeof i.headers&&!(i.headers instanceof m||e.Headers&&i.headers instanceof e.Headers)){var u=[];Object.getOwnPropertyNames(i.headers).forEach((function(t){u.push(p(t)),c.setRequestHeader(t,l(i.headers[t]))})),s.headers.forEach((function(t,e){-1===u.indexOf(e)&&c.setRequestHeader(e,t)}))}else s.headers.forEach((function(t,e){c.setRequestHeader(e,t)}));s.signal&&(s.signal.addEventListener("abort",g),c.onreadystatechange=function(){4===c.readyState&&s.signal.removeEventListener("abort",g)}),c.send(void 0===s._bodyInit?null:s._bodyInit)}))}P.polyfill=!0,e.fetch||(e.fetch=P,e.Headers=m,e.Request=b,e.Response=C),t.Headers=m,t.Request=b,t.Response=C,t.fetch=P}({}),o.fetch.ponyfill=!0,delete o.fetch.polyfill;var h=i.fetch?i:o;(t=h.fetch).default=h.fetch,t.fetch=h.fetch,t.Headers=h.Headers,t.Request=h.Request,t.Response=h.Response,e.exports=t}}),_=n({"../node_modules/short-unique-id/dist/short-unique-id.js"(t,e){var r=(()=>{var t=Object.defineProperty,e=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,n=(e,r,i)=>r in e?t(e,r,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[r]=i,a=(t,e)=>{for(var r in e||(e={}))o.call(e,r)&&n(t,r,e[r]);if(i)for(var r of i(e))h.call(e,r)&&n(t,r,e[r]);return t},s=(t,e,r)=>(n(t,"symbol"!=typeof e?e+"":e,r),r),c={};((e,r)=>{for(var i in r)t(e,i,{get:r[i],enumerable:!0})})(c,{DEFAULT_OPTIONS:()=>l,DEFAULT_UUID_LENGTH:()=>p,default:()=>u});var p=6,l={dictionary:"alphanum",shuffle:!0,debug:!1,length:p,counter:0},g=class{constructor(t={}){s(this,"counter"),s(this,"debug"),s(this,"dict"),s(this,"version"),s(this,"dictIndex",0),s(this,"dictRange",[]),s(this,"lowerBound",0),s(this,"upperBound",0),s(this,"dictLength",0),s(this,"uuidLength"),s(this,"_digit_first_ascii",48),s(this,"_digit_last_ascii",58),s(this,"_alpha_lower_first_ascii",97),s(this,"_alpha_lower_last_ascii",123),s(this,"_hex_last_ascii",103),s(this,"_alpha_upper_first_ascii",65),s(this,"_alpha_upper_last_ascii",91),s(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),s(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),s(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),s(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),s(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),s(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),s(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),s(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),s(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),s(this,"log",((...t)=>{const e=[...t];if(e[0]=`[short-unique-id] ${t[0]}`,!0===this.debug&&"undefined"!=typeof console&&null!==console)return console.log(...e)})),s(this,"_normalizeDictionary",((t,e)=>{let r;if(t&&Array.isArray(t)&&t.length>1)r=t;else{let e;r=[],this.dictIndex=e=0;const i=this._dict_ranges[`_${t}_dict_ranges`];Object.keys(i).forEach((t=>{for(this.dictRange=i[t],this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1],this.dictIndex=e=this.lowerBound;this.lowerBound<=this.upperBound?e<this.upperBound:e>this.upperBound;this.dictIndex=this.lowerBound<=this.upperBound?e+=1:e-=1)r.push(String.fromCharCode(this.dictIndex))}))}if(e){const t=.5;r=r.sort((()=>Math.random()-t))}return r})),s(this,"setDictionary",((t,e)=>{this.dict=this._normalizeDictionary(t,e),this.dictLength=this.dict.length,this.setCounter(0)})),s(this,"seq",(()=>this.sequentialUUID())),s(this,"sequentialUUID",(()=>{let t,e,r="";t=this.counter;do{e=t%this.dictLength,t=Math.trunc(t/this.dictLength),r+=this.dict[e]}while(0!==t);return this.counter+=1,r})),s(this,"rnd",((t=this.uuidLength||p)=>this.randomUUID(t))),s(this,"randomUUID",((t=this.uuidLength||p)=>{let e,r,i;if(null==t||t<1)throw new Error("Invalid UUID Length Provided");for(e="",i=0;i<t;i+=1)r=parseInt((Math.random()*this.dictLength).toFixed(0),10)%this.dictLength,e+=this.dict[r];return e})),s(this,"fmt",((t,e)=>this.formattedUUID(t,e))),s(this,"formattedUUID",((t,e)=>{const r={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const i=t.slice(0,2),o=parseInt(t.slice(2),10);return"$s"===i?r[i]().padStart(o,"0"):"$t"===i&&e?r[i](o,e):r[i](o)}))})),s(this,"availableUUIDs",((t=this.uuidLength)=>parseFloat(Math.pow([...new Set(this.dict)].length,t).toFixed(0)))),s(this,"approxMaxBeforeCollision",((t=this.availableUUIDs(this.uuidLength))=>parseFloat(Math.sqrt(Math.PI/2*t).toFixed(20)))),s(this,"collisionProbability",((t=this.availableUUIDs(this.uuidLength),e=this.uuidLength)=>parseFloat((this.approxMaxBeforeCollision(t)/this.availableUUIDs(e)).toFixed(20)))),s(this,"uniqueness",((t=this.availableUUIDs(this.uuidLength))=>{const e=parseFloat((1-this.approxMaxBeforeCollision(t)/t).toFixed(20));return e>1?1:e<0?0:e})),s(this,"getVersion",(()=>this.version)),s(this,"stamp",((t,e)=>{const r=Math.floor(+(e||new Date)/1e3).toString(16);if("number"==typeof t&&0===t)return r;if("number"!=typeof t||t<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join("\n"));const i=t-9,o=Math.round(Math.random()*(i>15?15:i)),h=this.randomUUID(i);return`${h.substring(0,o)}${r}${h.substring(o)}${o.toString(16)}`})),s(this,"parseStamp",((t,e)=>{if(e&&!/t0|t[1-9]\d{1,}/.test(e))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const r=e?e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(t=>{const e={$r:t=>[...Array(t)].map((()=>"r")).join(""),$s:t=>[...Array(t)].map((()=>"s")).join(""),$t:t=>[...Array(t)].map((()=>"t")).join("")},r=t.slice(0,2),i=parseInt(t.slice(2),10);return e[r](i)})).replace(/^(.*?)(t{8,})(.*)$/g,((e,r,i)=>t.substring(r.length,r.length+i.length))):t;if(8===r.length)return new Date(1e3*parseInt(r,16));if(r.length<10)throw new Error("Stamp length invalid");const i=parseInt(r.substring(r.length-1),16);return new Date(1e3*parseInt(r.substring(i,i+8),16))})),s(this,"setCounter",(t=>{this.counter=t})),s(this,"validate",((t,e)=>{const r=e?this._normalizeDictionary(e):this.dict;return t.split("").every((t=>r.includes(t)))}));const e=a(a({},l),t);this.counter=0,this.debug=!1,this.dict=[],this.version="5.2.0";const{dictionary:r,shuffle:i,length:o,counter:h}=e;return this.uuidLength=o,this.setDictionary(r,i),this.setCounter(h),this.debug=e.debug,this.log(this.dict),this.log(`Generator instantiated with Dictionary Size ${this.dictLength} and counter set to ${this.counter}`),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this),this}};s(g,"default",g);var m,u=g;return m=c,((i,h,n,a)=>{if(h&&"object"==typeof h||"function"==typeof h)for(let n of r(h))o.call(i,n)||undefined===n||t(i,n,{get:()=>h[n],enumerable:!(a=e(h,n))||a.enumerable});return i})(t({},"__esModule",{value:!0}),m)})();void 0!==e&&(e.exports=r.default),"undefined"!=typeof window&&(r=r.default)}}),C=n({"../node_modules/lunr/lunr.js"(t,e){!function(){var r,i,o,h,n,a,s,c,p,l,g,m,u,f,d,w,y,v,b,_,C,S,P,A,T,D,R,x,I,O,E=function(t){var e=new E.Builder;return e.pipeline.add(E.trimmer,E.stopWordFilter,E.stemmer),e.searchPipeline.add(E.stemmer),t.call(e,e),e.build()};E.version="2.3.9",E.utils={},E.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),E.utils.asString=function(t){return null==t?"":t.toString()},E.utils.clone=function(t){if(null==t)return t;for(var e=Object.create(null),r=Object.keys(t),i=0;i<r.length;i++){var o=r[i],h=t[o];if(Array.isArray(h))e[o]=h.slice();else{if("string"!=typeof h&&"number"!=typeof h&&"boolean"!=typeof h)throw new TypeError("clone is not deep and does not support nested objects");e[o]=h}}return e},E.FieldRef=function(t,e,r){this.docRef=t,this.fieldName=e,this._stringValue=r},E.FieldRef.joiner="/",E.FieldRef.fromString=function(t){var e=t.indexOf(E.FieldRef.joiner);if(-1===e)throw"malformed field ref string";var r=t.slice(0,e),i=t.slice(e+1);return new E.FieldRef(i,r,t)},E.FieldRef.prototype.toString=function(){return null==this._stringValue&&(this._stringValue=this.fieldName+E.FieldRef.joiner+this.docRef),this._stringValue},E.Set=function(t){if(this.elements=Object.create(null),t){this.length=t.length;for(var e=0;e<this.length;e++)this.elements[t[e]]=!0}else this.length=0},E.Set.complete={intersect:function(t){return t},union:function(){return this},contains:function(){return!0}},E.Set.empty={intersect:function(){return this},union:function(t){return t},contains:function(){return!1}},E.Set.prototype.contains=function(t){return!!this.elements[t]},E.Set.prototype.intersect=function(t){var e,r,i,o=[];if(t===E.Set.complete)return this;if(t===E.Set.empty)return t;this.length<t.length?(e=this,r=t):(e=t,r=this),i=Object.keys(e.elements);for(var h=0;h<i.length;h++){var n=i[h];n in r.elements&&o.push(n)}return new E.Set(o)},E.Set.prototype.union=function(t){return t===E.Set.complete?E.Set.complete:t===E.Set.empty?this:new E.Set(Object.keys(this.elements).concat(Object.keys(t.elements)))},E.idf=function(t,e){var r=0;for(var i in t)"_index"!=i&&(r+=Object.keys(t[i]).length);return Math.log(1+Math.abs((e-r+.5)/(r+.5)))},E.Token=function(t,e){this.str=t||"",this.metadata=e||{}},E.Token.prototype.toString=function(){return this.str},E.Token.prototype.update=function(t){return this.str=t(this.str,this.metadata),this},E.Token.prototype.clone=function(t){return new E.Token((t=t||function(t){return t})(this.str,this.metadata),this.metadata)},E.tokenizer=function(t,e){if(null==t||null==t)return[];if(Array.isArray(t))return t.map((function(t){return new E.Token(E.utils.asString(t).toLowerCase(),E.utils.clone(e))}));for(var r=t.toString().toLowerCase(),i=r.length,o=[],h=0,n=0;h<=i;h++){var a=h-n;if(r.charAt(h).match(E.tokenizer.separator)||h==i){if(a>0){var s=E.utils.clone(e)||{};s.position=[n,a],s.index=o.length,o.push(new E.Token(r.slice(n,h),s))}n=h+1}}return o},E.tokenizer.separator=/[\s\-]+/,E.Pipeline=function(){this._stack=[]},E.Pipeline.registeredFunctions=Object.create(null),E.Pipeline.registerFunction=function(t,e){e in this.registeredFunctions&&E.utils.warn("Overwriting existing registered function: "+e),t.label=e,E.Pipeline.registeredFunctions[t.label]=t},E.Pipeline.warnIfFunctionNotRegistered=function(t){t.label&&t.label in this.registeredFunctions||E.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",t)},E.Pipeline.load=function(t){var e=new E.Pipeline;return t.forEach((function(t){var r=E.Pipeline.registeredFunctions[t];if(!r)throw new Error("Cannot load unregistered function: "+t);e.add(r)})),e},E.Pipeline.prototype.add=function(){Array.prototype.slice.call(arguments).forEach((function(t){E.Pipeline.warnIfFunctionNotRegistered(t),this._stack.push(t)}),this)},E.Pipeline.prototype.after=function(t,e){E.Pipeline.warnIfFunctionNotRegistered(e);var r=this._stack.indexOf(t);if(-1==r)throw new Error("Cannot find existingFn");this._stack.splice(r+=1,0,e)},E.Pipeline.prototype.before=function(t,e){E.Pipeline.warnIfFunctionNotRegistered(e);var r=this._stack.indexOf(t);if(-1==r)throw new Error("Cannot find existingFn");this._stack.splice(r,0,e)},E.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},E.Pipeline.prototype.run=function(t){for(var e=this._stack.length,r=0;r<e;r++){for(var i=this._stack[r],o=[],h=0;h<t.length;h++){var n=i(t[h],h,t);if(null!=n&&""!==n)if(Array.isArray(n))for(var a=0;a<n.length;a++)o.push(n[a]);else o.push(n)}t=o}return t},E.Pipeline.prototype.runString=function(t,e){var r=new E.Token(t,e);return this.run([r]).map((function(t){return t.toString()}))},E.Pipeline.prototype.reset=function(){this._stack=[]},E.Pipeline.prototype.toJSON=function(){return this._stack.map((function(t){return E.Pipeline.warnIfFunctionNotRegistered(t),t.label}))},E.Vector=function(t){this._magnitude=0,this.elements=t||[]},E.Vector.prototype.positionForIndex=function(t){if(0==this.elements.length)return 0;for(var e=0,r=this.elements.length/2,i=r-e,o=Math.floor(i/2),h=this.elements[2*o];i>1&&(h<t&&(e=o),h>t&&(r=o),h!=t);)i=r-e,o=e+Math.floor(i/2),h=this.elements[2*o];return h==t||h>t?2*o:h<t?2*(o+1):void 0},E.Vector.prototype.insert=function(t,e){this.upsert(t,e,(function(){throw"duplicate index"}))},E.Vector.prototype.upsert=function(t,e,r){this._magnitude=0;var i=this.positionForIndex(t);this.elements[i]==t?this.elements[i+1]=r(this.elements[i+1],e):this.elements.splice(i,0,t,e)},E.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var t=0,e=this.elements.length,r=1;r<e;r+=2){var i=this.elements[r];t+=i*i}return this._magnitude=Math.sqrt(t)},E.Vector.prototype.dot=function(t){for(var e=0,r=this.elements,i=t.elements,o=r.length,h=i.length,n=0,a=0,s=0,c=0;s<o&&c<h;)(n=r[s])<(a=i[c])?s+=2:n>a?c+=2:n==a&&(e+=r[s+1]*i[c+1],s+=2,c+=2);return e},E.Vector.prototype.similarity=function(t){return this.dot(t)/this.magnitude()||0},E.Vector.prototype.toArray=function(){for(var t=new Array(this.elements.length/2),e=1,r=0;e<this.elements.length;e+=2,r++)t[r]=this.elements[e];return t},E.Vector.prototype.toJSON=function(){return this.elements},E.stemmer=(r={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},i={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},a="^("+(h="[^aeiou][^aeiouy]*")+")?"+(n=(o="[aeiouy]")+"[aeiou]*")+h+"("+n+")?$",s="^("+h+")?"+n+h+n+h,c="^("+h+")?"+o,p=new RegExp("^("+h+")?"+n+h),l=new RegExp(s),g=new RegExp(a),m=new RegExp(c),u=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,d=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,y=/.$/,v=/(at|bl|iz)$/,b=new RegExp("([^aeiouylsz])\\1$"),_=new RegExp("^"+h+o+"[^aeiouwxy]$"),C=/^(.+?[^aeiou])y$/,S=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,P=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,A=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,T=/^(.+?)(s|t)(ion)$/,D=/^(.+?)e$/,R=/ll$/,x=new RegExp("^"+h+o+"[^aeiouwxy]$"),I=function(t){var e,o,h,n,a,s,c;if(t.length<3)return t;if("y"==(h=t.substr(0,1))&&(t=h.toUpperCase()+t.substr(1)),a=f,(n=u).test(t)?t=t.replace(n,"$1$2"):a.test(t)&&(t=t.replace(a,"$1$2")),a=w,(n=d).test(t)){var I=n.exec(t);(n=p).test(I[1])&&(t=t.replace(n=y,""))}else if(a.test(t)){I=a.exec(t);(a=m).test(e=I[1])&&(s=b,c=_,(a=v).test(t=e)?t+="e":s.test(t)?t=t.replace(n=y,""):c.test(t)&&(t+="e"))}return(n=C).test(t)&&(t=(e=(I=n.exec(t))[1])+"i"),(n=S).test(t)&&(o=(I=n.exec(t))[2],(n=p).test(e=I[1])&&(t=e+r[o])),(n=P).test(t)&&(o=(I=n.exec(t))[2],(n=p).test(e=I[1])&&(t=e+i[o])),a=T,(n=A).test(t)?(I=n.exec(t),(n=l).test(e=I[1])&&(t=e)):a.test(t)&&(I=a.exec(t),(a=l).test(e=I[1]+I[2])&&(t=e)),(n=D).test(t)&&(I=n.exec(t),a=g,s=x,((n=l).test(e=I[1])||a.test(e)&&!s.test(e))&&(t=e)),a=l,(n=R).test(t)&&a.test(t)&&(t=t.replace(n=y,"")),"y"==h&&(t=h.toLowerCase()+t.substr(1)),t},function(t){return t.update(I)}),E.Pipeline.registerFunction(E.stemmer,"stemmer"),E.generateStopWordFilter=function(t){var e=t.reduce((function(t,e){return t[e]=e,t}),{});return function(t){if(t&&e[t.toString()]!==t.toString())return t}},E.stopWordFilter=E.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),E.Pipeline.registerFunction(E.stopWordFilter,"stopWordFilter"),E.trimmer=function(t){return t.update((function(t){return t.replace(/^\W+/,"").replace(/\W+$/,"")}))},E.Pipeline.registerFunction(E.trimmer,"trimmer"),E.TokenSet=function(){this.final=!1,this.edges={},this.id=E.TokenSet._nextId,E.TokenSet._nextId+=1},E.TokenSet._nextId=1,E.TokenSet.fromArray=function(t){for(var e=new E.TokenSet.Builder,r=0,i=t.length;r<i;r++)e.insert(t[r]);return e.finish(),e.root},E.TokenSet.fromClause=function(t){return"editDistance"in t?E.TokenSet.fromFuzzyString(t.term,t.editDistance):E.TokenSet.fromString(t.term)},E.TokenSet.fromFuzzyString=function(t,e){for(var r=new E.TokenSet,i=[{node:r,editsRemaining:e,str:t}];i.length;){var o=i.pop();if(o.str.length>0){var h,n=o.str.charAt(0);n in o.node.edges?h=o.node.edges[n]:(h=new E.TokenSet,o.node.edges[n]=h),1==o.str.length&&(h.final=!0),i.push({node:h,editsRemaining:o.editsRemaining,str:o.str.slice(1)})}if(0!=o.editsRemaining){if("*"in o.node.edges)var a=o.node.edges["*"];else a=new E.TokenSet,o.node.edges["*"]=a;if(0==o.str.length&&(a.final=!0),i.push({node:a,editsRemaining:o.editsRemaining-1,str:o.str}),o.str.length>1&&i.push({node:o.node,editsRemaining:o.editsRemaining-1,str:o.str.slice(1)}),1==o.str.length&&(o.node.final=!0),o.str.length>=1){if("*"in o.node.edges)var s=o.node.edges["*"];else s=new E.TokenSet,o.node.edges["*"]=s;1==o.str.length&&(s.final=!0),i.push({node:s,editsRemaining:o.editsRemaining-1,str:o.str.slice(1)})}if(o.str.length>1){var c,p=o.str.charAt(0),l=o.str.charAt(1);l in o.node.edges?c=o.node.edges[l]:(c=new E.TokenSet,o.node.edges[l]=c),1==o.str.length&&(c.final=!0),i.push({node:c,editsRemaining:o.editsRemaining-1,str:p+o.str.slice(2)})}}}return r},E.TokenSet.fromString=function(t){for(var e=new E.TokenSet,r=e,i=0,o=t.length;i<o;i++){var h=t[i],n=i==o-1;if("*"==h)e.edges[h]=e,e.final=n;else{var a=new E.TokenSet;a.final=n,e.edges[h]=a,e=a}}return r},E.TokenSet.prototype.toArray=function(){for(var t=[],e=[{prefix:"",node:this}];e.length;){var r=e.pop(),i=Object.keys(r.node.edges),o=i.length;r.node.final&&(r.prefix.charAt(0),t.push(r.prefix));for(var h=0;h<o;h++){var n=i[h];e.push({prefix:r.prefix.concat(n),node:r.node.edges[n]})}}return t},E.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var t=this.final?"1":"0",e=Object.keys(this.edges).sort(),r=e.length,i=0;i<r;i++){var o=e[i];t=t+o+this.edges[o].id}return t},E.TokenSet.prototype.intersect=function(t){for(var e=new E.TokenSet,r=void 0,i=[{qNode:t,output:e,node:this}];i.length;){r=i.pop();for(var o=Object.keys(r.qNode.edges),h=o.length,n=Object.keys(r.node.edges),a=n.length,s=0;s<h;s++)for(var c=o[s],p=0;p<a;p++){var l=n[p];if(l==c||"*"==c){var g=r.node.edges[l],m=r.qNode.edges[c],u=g.final&&m.final,f=void 0;l in r.output.edges?(f=r.output.edges[l]).final=f.final||u:((f=new E.TokenSet).final=u,r.output.edges[l]=f),i.push({qNode:m,output:f,node:g})}}}return e},E.TokenSet.Builder=function(){this.previousWord="",this.root=new E.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},E.TokenSet.Builder.prototype.insert=function(t){var e,r=0;if(t<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<t.length&&i<this.previousWord.length&&t[i]==this.previousWord[i];i++)r++;for(this.minimize(r),e=0==this.uncheckedNodes.length?this.root:this.uncheckedNodes[this.uncheckedNodes.length-1].child,i=r;i<t.length;i++){var o=new E.TokenSet,h=t[i];e.edges[h]=o,this.uncheckedNodes.push({parent:e,char:h,child:o}),e=o}e.final=!0,this.previousWord=t},E.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},E.TokenSet.Builder.prototype.minimize=function(t){for(var e=this.uncheckedNodes.length-1;e>=t;e--){var r=this.uncheckedNodes[e],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}},E.Index=function(t){this.invertedIndex=t.invertedIndex,this.fieldVectors=t.fieldVectors,this.tokenSet=t.tokenSet,this.fields=t.fields,this.pipeline=t.pipeline},E.Index.prototype.search=function(t){return this.query((function(e){new E.QueryParser(t,e).parse()}))},E.Index.prototype.query=function(t){for(var e=new E.Query(this.fields),r=Object.create(null),i=Object.create(null),o=Object.create(null),h=Object.create(null),n=Object.create(null),a=0;a<this.fields.length;a++)i[this.fields[a]]=new E.Vector;for(t.call(e,e),a=0;a<e.clauses.length;a++){var s,c=e.clauses[a],p=E.Set.empty;s=c.usePipeline?this.pipeline.runString(c.term,{fields:c.fields}):[c.term];for(var l=0;l<s.length;l++){c.term=s[l];var g=E.TokenSet.fromClause(c),m=this.tokenSet.intersect(g).toArray();if(0===m.length&&c.presence===E.Query.presence.REQUIRED){for(var u=0;u<c.fields.length;u++)h[I=c.fields[u]]=E.Set.empty;break}for(var f=0;f<m.length;f++){var d=m[f],w=this.invertedIndex[d],y=w._index;for(u=0;u<c.fields.length;u++){var v=w[I=c.fields[u]],b=Object.keys(v),_=d+"/"+I,C=new E.Set(b);if(c.presence==E.Query.presence.REQUIRED&&(p=p.union(C),void 0===h[I]&&(h[I]=E.Set.complete)),c.presence!=E.Query.presence.PROHIBITED){if(i[I].upsert(y,c.boost,(function(t,e){return t+e})),!o[_]){for(var S=0;S<b.length;S++){var P,A=b[S],T=new E.FieldRef(A,I),D=v[A];void 0===(P=r[T])?r[T]=new E.MatchData(d,I,D):P.add(d,I,D)}o[_]=!0}}else void 0===n[I]&&(n[I]=E.Set.empty),n[I]=n[I].union(C)}}}if(c.presence===E.Query.presence.REQUIRED)for(u=0;u<c.fields.length;u++)h[I=c.fields[u]]=h[I].intersect(p)}var R=E.Set.complete,x=E.Set.empty;for(a=0;a<this.fields.length;a++){var I;h[I=this.fields[a]]&&(R=R.intersect(h[I])),n[I]&&(x=x.union(n[I]))}var O=Object.keys(r),M=[],k=Object.create(null);if(e.isNegated())for(O=Object.keys(this.fieldVectors),a=0;a<O.length;a++){var L=E.FieldRef.fromString(T=O[a]);r[T]=new E.MatchData}for(a=0;a<O.length;a++){var N=(L=E.FieldRef.fromString(O[a])).docRef;if(R.contains(N)&&!x.contains(N)){var B,q=i[L.fieldName].similarity(this.fieldVectors[L]);if(void 0!==(B=k[N]))B.score+=q,B.matchData.combine(r[L]);else{var F={ref:N,score:q,matchData:r[L]};k[N]=F,M.push(F)}}}return M.sort((function(t,e){return e.score-t.score}))},E.Index.prototype.toJSON=function(){var t=Object.keys(this.invertedIndex).sort().map((function(t){return[t,this.invertedIndex[t]]}),this),e=Object.keys(this.fieldVectors).map((function(t){return[t,this.fieldVectors[t].toJSON()]}),this);return{version:E.version,fields:this.fields,fieldVectors:e,invertedIndex:t,pipeline:this.pipeline.toJSON()}},E.Index.load=function(t){var e={},r={},i=t.fieldVectors,o=Object.create(null),h=t.invertedIndex,n=new E.TokenSet.Builder,a=E.Pipeline.load(t.pipeline);t.version!=E.version&&E.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+E.version+"' does not match serialized index '"+t.version+"'");for(var s=0;s<i.length;s++)r[(c=i[s])[0]]=new E.Vector(c[1]);for(s=0;s<h.length;s++){var c,p=(c=h[s])[0],l=c[1];n.insert(p),o[p]=l}return n.finish(),e.fields=t.fields,e.fieldVectors=r,e.invertedIndex=o,e.tokenSet=n.root,e.pipeline=a,new E.Index(e)},E.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=E.tokenizer,this.pipeline=new E.Pipeline,this.searchPipeline=new E.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},E.Builder.prototype.ref=function(t){this._ref=t},E.Builder.prototype.field=function(t,e){if(/\//.test(t))throw new RangeError("Field '"+t+"' contains illegal character '/'");this._fields[t]=e||{}},E.Builder.prototype.b=function(t){this._b=t<0?0:t>1?1:t},E.Builder.prototype.k1=function(t){this._k1=t},E.Builder.prototype.add=function(t,e){var r=t[this._ref],i=Object.keys(this._fields);this._documents[r]=e||{},this.documentCount+=1;for(var o=0;o<i.length;o++){var h=i[o],n=this._fields[h].extractor,a=n?n(t):t[h],s=this.tokenizer(a,{fields:[h]}),c=this.pipeline.run(s),p=new E.FieldRef(r,h),l=Object.create(null);this.fieldTermFrequencies[p]=l,this.fieldLengths[p]=0,this.fieldLengths[p]+=c.length;for(var g=0;g<c.length;g++){var m=c[g];if(null==l[m]&&(l[m]=0),l[m]+=1,null==this.invertedIndex[m]){var u=Object.create(null);u._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)u[i[f]]=Object.create(null);this.invertedIndex[m]=u}null==this.invertedIndex[m][h][r]&&(this.invertedIndex[m][h][r]=Object.create(null));for(var d=0;d<this.metadataWhitelist.length;d++){var w=this.metadataWhitelist[d],y=m.metadata[w];null==this.invertedIndex[m][h][r][w]&&(this.invertedIndex[m][h][r][w]=[]),this.invertedIndex[m][h][r][w].push(y)}}}},E.Builder.prototype.calculateAverageFieldLengths=function(){for(var t=Object.keys(this.fieldLengths),e=t.length,r={},i={},o=0;o<e;o++){var h=E.FieldRef.fromString(t[o]),n=h.fieldName;i[n]||(i[n]=0),i[n]+=1,r[n]||(r[n]=0),r[n]+=this.fieldLengths[h]}var a=Object.keys(this._fields);for(o=0;o<a.length;o++){var s=a[o];r[s]=r[s]/i[s]}this.averageFieldLength=r},E.Builder.prototype.createFieldVectors=function(){for(var t={},e=Object.keys(this.fieldTermFrequencies),r=e.length,i=Object.create(null),o=0;o<r;o++){for(var h=E.FieldRef.fromString(e[o]),n=h.fieldName,a=this.fieldLengths[h],s=new E.Vector,c=this.fieldTermFrequencies[h],p=Object.keys(c),l=p.length,g=this._fields[n].boost||1,m=this._documents[h.docRef].boost||1,u=0;u<l;u++){var f,d,w,y=p[u],v=c[y],b=this.invertedIndex[y]._index;void 0===i[y]?(f=E.idf(this.invertedIndex[y],this.documentCount),i[y]=f):f=i[y],d=f*((this._k1+1)*v)/(this._k1*(1-this._b+this._b*(a/this.averageFieldLength[n]))+v),d*=g,d*=m,w=Math.round(1e3*d)/1e3,s.insert(b,w)}t[h]=s}this.fieldVectors=t},E.Builder.prototype.createTokenSet=function(){this.tokenSet=E.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},E.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new E.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},E.Builder.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},E.MatchData=function(t,e,r){for(var i=Object.create(null),o=Object.keys(r||{}),h=0;h<o.length;h++){var n=o[h];i[n]=r[n].slice()}this.metadata=Object.create(null),void 0!==t&&(this.metadata[t]=Object.create(null),this.metadata[t][e]=i)},E.MatchData.prototype.combine=function(t){for(var e=Object.keys(t.metadata),r=0;r<e.length;r++){var i=e[r],o=Object.keys(t.metadata[i]);null==this.metadata[i]&&(this.metadata[i]=Object.create(null));for(var h=0;h<o.length;h++){var n=o[h],a=Object.keys(t.metadata[i][n]);null==this.metadata[i][n]&&(this.metadata[i][n]=Object.create(null));for(var s=0;s<a.length;s++){var c=a[s];this.metadata[i][n][c]=null==this.metadata[i][n][c]?t.metadata[i][n][c]:this.metadata[i][n][c].concat(t.metadata[i][n][c])}}}},E.MatchData.prototype.add=function(t,e,r){if(!(t in this.metadata))return this.metadata[t]=Object.create(null),void(this.metadata[t][e]=r);if(e in this.metadata[t])for(var i=Object.keys(r),o=0;o<i.length;o++){var h=i[o];this.metadata[t][e][h]=h in this.metadata[t][e]?this.metadata[t][e][h].concat(r[h]):r[h]}else this.metadata[t][e]=r},E.Query=function(t){this.clauses=[],this.allFields=t},E.Query.wildcard=new String("*"),E.Query.wildcard.NONE=0,E.Query.wildcard.LEADING=1,E.Query.wildcard.TRAILING=2,E.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},E.Query.prototype.clause=function(t){return"fields"in t||(t.fields=this.allFields),"boost"in t||(t.boost=1),"usePipeline"in t||(t.usePipeline=!0),"wildcard"in t||(t.wildcard=E.Query.wildcard.NONE),t.wildcard&E.Query.wildcard.LEADING&&t.term.charAt(0)!=E.Query.wildcard&&(t.term="*"+t.term),t.wildcard&E.Query.wildcard.TRAILING&&t.term.slice(-1)!=E.Query.wildcard&&(t.term=t.term+"*"),"presence"in t||(t.presence=E.Query.presence.OPTIONAL),this.clauses.push(t),this},E.Query.prototype.isNegated=function(){for(var t=0;t<this.clauses.length;t++)if(this.clauses[t].presence!=E.Query.presence.PROHIBITED)return!1;return!0},E.Query.prototype.term=function(t,e){if(Array.isArray(t))return t.forEach((function(t){this.term(t,E.utils.clone(e))}),this),this;var r=e||{};return r.term=t.toString(),this.clause(r),this},E.QueryParseError=function(t,e,r){this.name="QueryParseError",this.message=t,this.start=e,this.end=r},E.QueryParseError.prototype=new Error,E.QueryLexer=function(t){this.lexemes=[],this.str=t,this.length=t.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},E.QueryLexer.prototype.run=function(){for(var t=E.QueryLexer.lexText;t;)t=t(this)},E.QueryLexer.prototype.sliceString=function(){for(var t=[],e=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)t.push(this.str.slice(e,r=this.escapeCharPositions[i])),e=r+1;return t.push(this.str.slice(e,this.pos)),this.escapeCharPositions.length=0,t.join("")},E.QueryLexer.prototype.emit=function(t){this.lexemes.push({type:t,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},E.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},E.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return E.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},E.QueryLexer.prototype.width=function(){return this.pos-this.start},E.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},E.QueryLexer.prototype.backup=function(){this.pos-=1},E.QueryLexer.prototype.acceptDigitRun=function(){var t,e;do{e=(t=this.next()).charCodeAt(0)}while(e>47&&e<58);t!=E.QueryLexer.EOS&&this.backup()},E.QueryLexer.prototype.more=function(){return this.pos<this.length},E.QueryLexer.EOS="EOS",E.QueryLexer.FIELD="FIELD",E.QueryLexer.TERM="TERM",E.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",E.QueryLexer.BOOST="BOOST",E.QueryLexer.PRESENCE="PRESENCE",E.QueryLexer.lexField=function(t){return t.backup(),t.emit(E.QueryLexer.FIELD),t.ignore(),E.QueryLexer.lexText},E.QueryLexer.lexTerm=function(t){if(t.width()>1&&(t.backup(),t.emit(E.QueryLexer.TERM)),t.ignore(),t.more())return E.QueryLexer.lexText},E.QueryLexer.lexEditDistance=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(E.QueryLexer.EDIT_DISTANCE),E.QueryLexer.lexText},E.QueryLexer.lexBoost=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(E.QueryLexer.BOOST),E.QueryLexer.lexText},E.QueryLexer.lexEOS=function(t){t.width()>0&&t.emit(E.QueryLexer.TERM)},E.QueryLexer.termSeparator=E.tokenizer.separator,E.QueryLexer.lexText=function(t){for(;;){var e=t.next();if(e==E.QueryLexer.EOS)return E.QueryLexer.lexEOS;if(92!=e.charCodeAt(0)){if(":"==e)return E.QueryLexer.lexField;if("~"==e)return t.backup(),t.width()>0&&t.emit(E.QueryLexer.TERM),E.QueryLexer.lexEditDistance;if("^"==e)return t.backup(),t.width()>0&&t.emit(E.QueryLexer.TERM),E.QueryLexer.lexBoost;if("+"==e&&1===t.width())return t.emit(E.QueryLexer.PRESENCE),E.QueryLexer.lexText;if("-"==e&&1===t.width())return t.emit(E.QueryLexer.PRESENCE),E.QueryLexer.lexText;if(e.match(E.QueryLexer.termSeparator))return E.QueryLexer.lexTerm}else t.escapeCharacter()}},E.QueryParser=function(t,e){this.lexer=new E.QueryLexer(t),this.query=e,this.currentClause={},this.lexemeIdx=0},E.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var t=E.QueryParser.parseClause;t;)t=t(this);return this.query},E.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},E.QueryParser.prototype.consumeLexeme=function(){var t=this.peekLexeme();return this.lexemeIdx+=1,t},E.QueryParser.prototype.nextClause=function(){this.query.clause(this.currentClause),this.currentClause={}},E.QueryParser.parseClause=function(t){var e=t.peekLexeme();if(null!=e)switch(e.type){case E.QueryLexer.PRESENCE:return E.QueryParser.parsePresence;case E.QueryLexer.FIELD:return E.QueryParser.parseField;case E.QueryLexer.TERM:return E.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+e.type;throw e.str.length>=1&&(r+=" with value '"+e.str+"'"),new E.QueryParseError(r,e.start,e.end)}},E.QueryParser.parsePresence=function(t){var e=t.consumeLexeme();if(null!=e){switch(e.str){case"-":t.currentClause.presence=E.Query.presence.PROHIBITED;break;case"+":t.currentClause.presence=E.Query.presence.REQUIRED;break;default:throw new E.QueryParseError("unrecognised presence operator'"+e.str+"'",e.start,e.end)}var r=t.peekLexeme();if(null==r)throw new E.QueryParseError("expecting term or field, found nothing",e.start,e.end);switch(r.type){case E.QueryLexer.FIELD:return E.QueryParser.parseField;case E.QueryLexer.TERM:return E.QueryParser.parseTerm;default:throw new E.QueryParseError("expecting term or field, found '"+r.type+"'",r.start,r.end)}}},E.QueryParser.parseField=function(t){var e=t.consumeLexeme();if(null!=e){if(-1==t.query.allFields.indexOf(e.str)){var r=t.query.allFields.map((function(t){return"'"+t+"'"})).join(", ");throw new E.QueryParseError("unrecognised field '"+e.str+"', possible fields: "+r,e.start,e.end)}t.currentClause.fields=[e.str];var i=t.peekLexeme();if(null==i)throw new E.QueryParseError("expecting term, found nothing",e.start,e.end);if(i.type===E.QueryLexer.TERM)return E.QueryParser.parseTerm;throw new E.QueryParseError("expecting term, found '"+i.type+"'",i.start,i.end)}},E.QueryParser.parseTerm=function(t){var e=t.consumeLexeme();if(null!=e){t.currentClause.term=e.str.toLowerCase(),-1!=e.str.indexOf("*")&&(t.currentClause.usePipeline=!1);var r=t.peekLexeme();if(null!=r)switch(r.type){case E.QueryLexer.TERM:return t.nextClause(),E.QueryParser.parseTerm;case E.QueryLexer.FIELD:return t.nextClause(),E.QueryParser.parseField;case E.QueryLexer.EDIT_DISTANCE:return E.QueryParser.parseEditDistance;case E.QueryLexer.BOOST:return E.QueryParser.parseBoost;case E.QueryLexer.PRESENCE:return t.nextClause(),E.QueryParser.parsePresence;default:throw new E.QueryParseError("Unexpected lexeme type '"+r.type+"'",r.start,r.end)}else t.nextClause()}},E.QueryParser.parseEditDistance=function(t){var e=t.consumeLexeme();if(null!=e){var r=parseInt(e.str,10);if(isNaN(r))throw new E.QueryParseError("edit distance must be numeric",e.start,e.end);t.currentClause.editDistance=r;var i=t.peekLexeme();if(null!=i)switch(i.type){case E.QueryLexer.TERM:return t.nextClause(),E.QueryParser.parseTerm;case E.QueryLexer.FIELD:return t.nextClause(),E.QueryParser.parseField;case E.QueryLexer.EDIT_DISTANCE:return E.QueryParser.parseEditDistance;case E.QueryLexer.BOOST:return E.QueryParser.parseBoost;case E.QueryLexer.PRESENCE:return t.nextClause(),E.QueryParser.parsePresence;default:throw new E.QueryParseError("Unexpected lexeme type '"+i.type+"'",i.start,i.end)}else t.nextClause()}},E.QueryParser.parseBoost=function(t){var e=t.consumeLexeme();if(null!=e){var r=parseInt(e.str,10);if(isNaN(r))throw new E.QueryParseError("boost must be numeric",e.start,e.end);t.currentClause.boost=r;var i=t.peekLexeme();if(null!=i)switch(i.type){case E.QueryLexer.TERM:return t.nextClause(),E.QueryParser.parseTerm;case E.QueryLexer.FIELD:return t.nextClause(),E.QueryParser.parseField;case E.QueryLexer.EDIT_DISTANCE:return E.QueryParser.parseEditDistance;case E.QueryLexer.BOOST:return E.QueryParser.parseBoost;case E.QueryLexer.PRESENCE:return t.nextClause(),E.QueryParser.parsePresence;default:throw new E.QueryParseError("Unexpected lexeme type '"+i.type+"'",i.start,i.end)}else t.nextClause()}},O=function(){return E},"function"==typeof define&&define.amd?define(O):"object"==typeof t?e.exports=O():this.lunr=O()}()}}),S=n({"../node_modules/slugify/slugify.js"(t,e){var r,i;r=t,i=function(){var t=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E\'","Ը":"Y\'","Թ":"T\'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C\'","Կ":"K","Հ":"H","Ձ":"D\'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R\'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P\'","Ք":"Q\'","Օ":"O\'\'","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"\'","’":"\'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}'),e=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function r(r,i){if("string"!=typeof r)throw new Error("slugify: string argument expected");var o=e[(i="string"==typeof i?{replacement:i}:i||{}).locale]||{},h=void 0===i.replacement?"-":i.replacement,n=void 0===i.trim||i.trim,a=r.normalize().split("").reduce((function(e,r){var n=o[r];return void 0===n&&(n=t[r]),void 0===n&&(n=r),n===h&&(n=" "),e+n.replace(i.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")}),"");return i.strict&&(a=a.replace(/[^A-Za-z0-9\s]/g,"")),n&&(a=a.trim()),a=a.replace(/\s+/g,h),i.lower&&(a=a.toLowerCase()),a}return r.extend=function(e){Object.assign(t,e)},r},"object"==typeof t?(e.exports=i(),e.exports.default=i()):"function"==typeof define&&define.amd?define(i):r.slugify=i()}}),P=function(t,e){return(P=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])})(t,e)};function A(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}P(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}function T(t,e){var r,i,o,h,n={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return h={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(h[Symbol.iterator]=function(){return this}),h;function a(a){return function(s){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;h&&(h=0,a[0]&&(n=0)),n;)try{if(r=1,i&&(o=2&a[0]?i.return:a[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;switch(i=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,i=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(!((o=(o=n.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){n=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(6===a[0]&&n.label<o[1]){n.label=o[1],o=a;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(a);break}o[2]&&n.ops.pop(),n.trys.pop();continue}a=e.call(t,n)}catch(t){a=[6,t],i=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}}function D(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],i=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(t){var e="function"==typeof Symbol&&t[Symbol.iterator];if(!e)return t;var r,i,o=e.call(t),h=[];try{for(;!(r=o.next()).done;)h.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(e=o.return)&&e.call(o)}finally{if(i)throw i.error}}return h}function x(t,e,r){if(2===arguments.length)for(var i,o=0,h=e.length;o<h;o++)!i&&o in e||(i||(i=Array.prototype.slice.call(e,0,o)),i[o]=e[o]);return t.concat(i||Array.prototype.slice.call(e))}function I(t){return this instanceof I?(this.v=t,this):new I(t)}function O(t){return"function"==typeof t}function E(t){var e=t((function(t){Error.call(t),t.stack=(new Error).stack}));return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var M=E((function(t){return function(e){t(this),this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(t,e){return e+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=e}}));function k(t,e){if(t){var r=t.indexOf(e);0<=r&&t.splice(r,1)}}var L=function(){function t(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}var e;return t.prototype.unsubscribe=function(){var t,e,r,i,o;if(!this.closed){this.closed=!0;var h=this._parentage;if(h)if(this._parentage=null,Array.isArray(h))try{for(var n=D(h),a=n.next();!a.done;a=n.next())a.value.remove(this)}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}else h.remove(this);var s=this.initialTeardown;if(O(s))try{s()}catch(t){o=t instanceof M?t.errors:[t]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var p=D(c),l=p.next();!l.done;l=p.next()){var g=l.value;try{q(g)}catch(t){o=null!=o?o:[],t instanceof M?o=x(x([],R(o)),R(t.errors)):o.push(t)}}}catch(t){r={error:t}}finally{try{l&&!l.done&&(i=p.return)&&i.call(p)}finally{if(r)throw r.error}}}if(o)throw new M(o)}},t.prototype.add=function(e){var r;if(e&&e!==this)if(this.closed)q(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(e)}},t.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},t.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},t.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&k(e,t)},t.prototype.remove=function(e){var r=this._finalizers;r&&k(r,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}(),N=L.EMPTY;function B(t){return t instanceof L||t&&"closed"in t&&O(t.remove)&&O(t.add)&&O(t.unsubscribe)}function q(t){O(t)?t():t.unsubscribe()}function F(t){!function(t,e){for(var r=[],i=2;i<arguments.length;i++)r[i-2]=arguments[i];setTimeout.apply(void 0,x([t,e],R(r)))}((function(){throw t}))}function U(){}function j(t){t()}var V=function(t){function e(e){var r=t.call(this)||this;return r.isStopped=!1,e?(r.destination=e,B(e)&&e.add(r)):r.destination=W,r}return A(e,t),e.create=function(t,e,r){return new z(t,e,r)},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){try{this.destination.error(t)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(L),G=function(){function t(t){this.partialObserver=t}return t.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(t){H(t)}},t.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(t){H(t)}else H(t)},t.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(t){H(t)}},t}(),z=function(t){function e(e,r,i){var o,h=t.call(this)||this;return o=O(e)||!e?{next:null!=e?e:void 0,error:null!=r?r:void 0,complete:null!=i?i:void 0}:e,h.destination=new G(o),h}return A(e,t),e}(V);function H(t){F(t)}var W={closed:!0,next:U,error:function(t){throw t},complete:U},$="function"==typeof Symbol&&Symbol.observable||"@@observable";function Q(t){return t}var X=function(){function t(t){t&&(this._subscribe=t)}return t.prototype.lift=function(e){var r=new t;return r.source=this,r.operator=e,r},t.prototype.subscribe=function(t,e,r){var i,o=this,h=(i=t)&&i instanceof V||function(t){return t&&O(t.next)&&O(t.error)&&O(t.complete)}(i)&&B(i)?t:new z(t,e,r);return j((function(){var t=o.operator,e=o.source;h.add(t?t.call(h,e):e?o._subscribe(h):o._trySubscribe(h))})),h},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},t.prototype.forEach=function(t,e){var r=this;return new(e=K(e))((function(e,i){var o=new z({next:function(e){try{t(e)}catch(t){i(t),o.unsubscribe()}},error:i,complete:e});r.subscribe(o)}))},t.prototype._subscribe=function(t){var e;return null===(e=this.source)||void 0===e?void 0:e.subscribe(t)},t.prototype[$]=function(){return this},t.prototype.pipe=function(){for(var t,e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return(0===(t=e).length?Q:1===t.length?t[0]:function(e){return t.reduce((function(t,e){return e(t)}),e)})(this)},t.prototype.toPromise=function(t){var e=this;return new(t=K(t))((function(t,r){var i;e.subscribe((function(t){return i=t}),(function(t){return r(t)}),(function(){return t(i)}))}))},t.create=function(e){return new t(e)},t}();function K(t){var e;return null!==(e=null!=t?t:undefined)&&void 0!==e?e:Promise}function J(t){return function(e){if(function(t){return O(null==t?void 0:t.lift)}(e))return e.lift((function(e){try{return t(e,this)}catch(t){this.error(t)}}));throw new TypeError("Unable to lift unknown Observable type")}}function Y(t,e,r,i,o){return new Z(t,e,r,i,o)}var Z=function(t){function e(e,r,i,o,h,n){var a=t.call(this,e)||this;return a.onFinalize=h,a.shouldUnsubscribe=n,a._next=r?function(t){try{r(t)}catch(t){e.error(t)}}:t.prototype._next,a._error=o?function(t){try{o(t)}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._error,a._complete=i?function(){try{i()}catch(t){e.error(t)}finally{this.unsubscribe()}}:t.prototype._complete,a}return A(e,t),e.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&(null===(e=this.onFinalize)||void 0===e||e.call(this))}},e}(V),tt=E((function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),et=function(t){function e(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return A(e,t),e.prototype.lift=function(t){var e=new rt(this,this);return e.operator=t,e},e.prototype._throwIfClosed=function(){if(this.closed)throw new tt},e.prototype.next=function(t){var e=this;j((function(){var r,i;if(e._throwIfClosed(),!e.isStopped){e.currentObservers||(e.currentObservers=Array.from(e.observers));try{for(var o=D(e.currentObservers),h=o.next();!h.done;h=o.next())h.value.next(t)}catch(t){r={error:t}}finally{try{h&&!h.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}}}))},e.prototype.error=function(t){var e=this;j((function(){if(e._throwIfClosed(),!e.isStopped){e.hasError=e.isStopped=!0,e.thrownError=t;for(var r=e.observers;r.length;)r.shift().error(t)}}))},e.prototype.complete=function(){var t=this;j((function(){if(t._throwIfClosed(),!t.isStopped){t.isStopped=!0;for(var e=t.observers;e.length;)e.shift().complete()}}))},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var t;return(null===(t=this.observers)||void 0===t?void 0:t.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){return this._throwIfClosed(),this._checkFinalizedStatuses(t),this._innerSubscribe(t)},e.prototype._innerSubscribe=function(t){var e=this,r=this,i=r.observers;return r.hasError||r.isStopped?N:(this.currentObservers=null,i.push(t),new L((function(){e.currentObservers=null,k(i,t)})))},e.prototype._checkFinalizedStatuses=function(t){var e=this,r=e.isStopped;e.hasError?t.error(e.thrownError):r&&t.complete()},e.prototype.asObservable=function(){var t=new X;return t.source=this,t},e.create=function(t,e){return new rt(t,e)},e}(X),rt=function(t){function e(e,r){var i=t.call(this)||this;return i.destination=e,i.source=r,i}return A(e,t),e.prototype.next=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.next)||void 0===r||r.call(e,t)},e.prototype.error=function(t){var e,r;null===(r=null===(e=this.destination)||void 0===e?void 0:e.error)||void 0===r||r.call(e,t)},e.prototype.complete=function(){var t,e;null===(e=null===(t=this.destination)||void 0===t?void 0:t.complete)||void 0===e||e.call(t)},e.prototype._subscribe=function(t){var e,r;return null!==(r=null===(e=this.source)||void 0===e?void 0:e.subscribe(t))&&void 0!==r?r:N},e}(et);!function(t){function e(e){var r=t.call(this)||this;return r._value=e,r}A(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(e){var r=t.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},e.prototype.getValue=function(){var t=this,e=t._value;if(t.hasError)throw t.thrownError;return this._throwIfClosed(),e},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)}}(et);var it=new X((function(t){return t.complete()}));function ot(t){return t[t.length-1]}function ht(t){return(e=ot(t))&&O(e.schedule)?t.pop():void 0;var e}var nt=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t};function at(t){return O(null==t?void 0:t.then)}function st(t){return O(t[$])}function ct(t){return Symbol.asyncIterator&&O(null==t?void 0:t[Symbol.asyncIterator])}function pt(t){return new TypeError("You provided "+(null!==t&&"object"==typeof t?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}var lt="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator";function gt(t){return O(null==t?void 0:t[lt])}function mt(t){return function(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,o=r.apply(t,e||[]),h=[];return i={},n("next"),n("throw"),n("return"),i[Symbol.asyncIterator]=function(){return this},i;function n(t){o[t]&&(i[t]=function(e){return new Promise((function(r,i){h.push([t,e,r,i])>1||a(t,e)}))})}function a(t,e){try{(r=o[t](e)).value instanceof I?Promise.resolve(r.value.v).then(s,c):p(h[0][2],r)}catch(t){p(h[0][3],t)}var r}function s(t){a("next",t)}function c(t){a("throw",t)}function p(t,e){t(e),h.shift(),h.length&&a(h[0][0],h[0][1])}}(this,arguments,(function(){var e,r,i;return T(this,(function(o){switch(o.label){case 0:e=t.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,I(e.read())];case 3:return r=o.sent(),i=r.value,r.done?[4,I(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,I(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}}))}))}function ut(t){return O(null==t?void 0:t.getReader)}function ft(t){if(t instanceof X)return t;if(null!=t){if(st(t))return o=t,new X((function(t){var e=o[$]();if(O(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")}));if(nt(t))return i=t,new X((function(t){for(var e=0;e<i.length&&!t.closed;e++)t.next(i[e]);t.complete()}));if(at(t))return r=t,new X((function(t){r.then((function(e){t.closed||(t.next(e),t.complete())}),(function(e){return t.error(e)})).then(null,F)}));if(ct(t))return dt(t);if(gt(t))return e=t,new X((function(t){var r,i;try{for(var o=D(e),h=o.next();!h.done;h=o.next())if(t.next(h.value),t.closed)return}catch(t){r={error:t}}finally{try{h&&!h.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}t.complete()}));if(ut(t))return dt(mt(t))}var e,r,i,o;throw pt(t)}function dt(t){return new X((function(e){(function(t,e){var r,i,o,h,n,a,s;return n=this,s=function(){var n;return T(this,(function(a){switch(a.label){case 0:a.trys.push([0,5,6,11]),r=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=D(t),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(r){e[r]=t[r]&&function(e){return new Promise((function(i,o){!function(t,e,r,i){Promise.resolve(i).then((function(e){t({value:e,done:r})}),e)}(i,o,(e=t[r](e)).done,e.value)}))}}}(t),a.label=1;case 1:return[4,r.next()];case 2:if((i=a.sent()).done)return[3,4];if(e.next(i.value),e.closed)return[2];a.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return n=a.sent(),o={error:n},[3,11];case 6:return a.trys.push([6,,9,10]),i&&!i.done&&(h=r.return)?[4,h.call(r)]:[3,8];case 7:a.sent(),a.label=8;case 8:return[3,10];case 9:if(o)throw o.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}}))},new((a=void 0)||(a=Promise))((function(t,e){function r(t){try{o(s.next(t))}catch(t){e(t)}}function i(t){try{o(s.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof a?o:new a((function(t){t(o)}))).then(r,i)}o((s=s.apply(n,[])).next())}))})(t,e).catch((function(t){return e.error(t)}))}))}function wt(t,e,r,i,o){void 0===i&&(i=0),void 0===o&&(o=!1);var h=e.schedule((function(){r(),o?t.add(this.schedule(null,i)):this.unsubscribe()}),i);if(t.add(h),!o)return h}function yt(t,e){return void 0===e&&(e=0),J((function(r,i){r.subscribe(Y(i,(function(r){return wt(i,t,(function(){return i.next(r)}),e)}),(function(){return wt(i,t,(function(){return i.complete()}),e)}),(function(r){return wt(i,t,(function(){return i.error(r)}),e)})))}))}function vt(t,e){return void 0===e&&(e=0),J((function(r,i){i.add(t.schedule((function(){return r.subscribe(i)}),e))}))}function bt(t,e){if(!t)throw new Error("Iterable cannot be null");return new X((function(r){wt(r,e,(function(){var i=t[Symbol.asyncIterator]();wt(r,e,(function(){i.next().then((function(t){t.done?r.complete():r.next(t.value)}))}),0,!0)}))}))}function _t(t,e){return e?function(t,e){if(null!=t){if(st(t))return function(t,e){return ft(t).pipe(vt(e),yt(e))}(t,e);if(nt(t))return function(t,e){return new X((function(r){var i=0;return e.schedule((function(){i===t.length?r.complete():(r.next(t[i++]),r.closed||this.schedule())}))}))}(t,e);if(at(t))return function(t,e){return ft(t).pipe(vt(e),yt(e))}(t,e);if(ct(t))return bt(t,e);if(gt(t))return function(t,e){return new X((function(r){var i;return wt(r,e,(function(){i=t[lt](),wt(r,e,(function(){var t,e,o;try{e=(t=i.next()).value,o=t.done}catch(t){return void r.error(t)}o?r.complete():r.next(e)}),0,!0)})),function(){return O(null==i?void 0:i.return)&&i.return()}}))}(t,e);if(ut(t))return function(t,e){return bt(mt(t),e)}(t,e)}throw pt(t)}(t,e):ft(t)}function Ct(t,e){return J((function(r,i){var o=0;r.subscribe(Y(i,(function(r){i.next(t.call(e,r,o++))})))}))}function St(t,e,r){return void 0===r&&(r=1/0),O(e)?St((function(r,i){return Ct((function(t,o){return e(r,t,i,o)}))(ft(t(r,i)))}),r):("number"==typeof e&&(r=e),J((function(e,i){return function(t,e,r,i){var o=[],h=0,n=0,a=!1,s=function(){!a||o.length||h||e.complete()},c=function(t){h++;var a=!1;ft(r(t,n++)).subscribe(Y(e,(function(t){e.next(t)}),(function(){a=!0}),void 0,(function(){if(a)try{for(h--;o.length&&h<i;)void 0,t=o.shift(),c(t);s()}catch(t){e.error(t)}var t})))};return t.subscribe(Y(e,(function(t){return h<i?c(t):o.push(t)}),(function(){a=!0,s()}))),function(){}}(e,i,t,r)})))}function Pt(t){return void 0===t&&(t=1/0),St(Q,t)}function At(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Pt(1)(_t(t,ht(t)))}function Tt(t,e){return t===e}var Dt=class{constructor(t,e){this.url=t,this.data=e}blob(){return this.data}},Rt=class{constructor(t,e){this.url=t,this.status=e}toString(){return`${this.status.toString()} - ${this.url}`}blob(){return null}},xt=class{constructor(t,e){this.code=t,this.text=e}toString(){return this.text?`${this.code} - ${this.text}`:this.code.toString()}};function It(t,e){return{type:"http",title:t,status:e.status,detail:`The server responded with ${e.status} ${e.statusText}`}}function Ot(t,e){return{type:"network",title:t,detail:`The server could not be reached: ${e.message}`}}var Et={withStackTrace:!1},Mt=(t,e,r=Et)=>({data:e.isOk()?{type:"Ok",value:e.value}:{type:"Err",value:e.error},message:t,stack:r.withStackTrace?(new Error).stack:void 0});function kt(t,e,r,i){return new(r||(r=Promise))((function(e,o){function h(t){try{a(i.next(t))}catch(t){o(t)}}function n(t){try{a(i.throw(t))}catch(t){o(t)}}function a(t){var i;t.done?e(t.value):(i=t.value,i instanceof r?i:new r((function(t){t(i)}))).then(h,n)}a((i=i.apply(t,[])).next())}))}function Lt(t){return this instanceof Lt?(this.v=t,this):new Lt(t)}function Nt(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,o=r.apply(t,e||[]),h=[];return i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),n("next"),n("throw"),n("return",(function(t){return function(e){return Promise.resolve(e).then(t,c)}})),i[Symbol.asyncIterator]=function(){return this},i;function n(t,e){o[t]&&(i[t]=function(e){return new Promise((function(r,i){h.push([t,e,r,i])>1||a(t,e)}))},e&&(i[t]=e(i[t])))}function a(t,e){try{(r=o[t](e)).value instanceof Lt?Promise.resolve(r.value.v).then(s,c):p(h[0][2],r)}catch(t){p(h[0][3],t)}var r}function s(t){a("next",t)}function c(t){a("throw",t)}function p(t,e){t(e),h.shift(),h.length&&a(h[0][0],h[0][1])}}function Bt(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=function(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],i=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}(t),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(r){e[r]=t[r]&&function(e){return new Promise((function(i,o){!function(t,e,r,i){Promise.resolve(i).then((function(e){t({value:e,done:r})}),e)}(i,o,(e=t[r](e)).done,e.value)}))}}}var qt=class t{constructor(t){this._promise=t}static fromSafePromise(e){const r=e.then((t=>new Qt(t)));return new t(r)}static fromPromise(e,r){const i=e.then((t=>new Qt(t))).catch((t=>new Xt(r(t))));return new t(i)}static fromThrowable(e,r){return(...i)=>new t((()=>kt(this,0,void 0,(function*(){try{return new Qt(yield e(...i))}catch(t){return new Xt(r?r(t):t)}})))())}static combine(t){return Gt(t)}static combineWithAllErrors(t){return Ht(t)}map(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){return t.isErr()?new Xt(t.error):new Qt(yield e(t.value))})))))}andThrough(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){if(t.isErr())return new Xt(t.error);const r=yield e(t.value);return r.isErr()?new Xt(r.error):new Qt(t.value)})))))}andTee(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){if(t.isErr())return new Xt(t.error);try{yield e(t.value)}catch(t){}return new Qt(t.value)})))))}orTee(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){if(t.isOk())return new Qt(t.value);try{yield e(t.error)}catch(t){}return new Xt(t.error)})))))}mapErr(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){return t.isOk()?new Qt(t.value):new Xt(yield e(t.error))})))))}andThen(e){return new t(this._promise.then((r=>{if(r.isErr())return new Xt(r.error);const i=e(r.value);return i instanceof t?i._promise:i})))}orElse(e){return new t(this._promise.then((t=>kt(this,0,void 0,(function*(){return t.isErr()?e(t.error):new Qt(t.value)})))))}match(t,e){return this._promise.then((r=>r.match(t,e)))}unwrapOr(t){return this._promise.then((e=>e.unwrapOr(t)))}safeUnwrap(){return Nt(this,arguments,(function*(){return yield Lt(yield Lt(yield*function(t){var e,r;return e={},i("next"),i("throw",(function(t){throw t})),i("return"),e[Symbol.iterator]=function(){return this},e;function i(i,o){e[i]=t[i]?function(e){return(r=!r)?{value:Lt(t[i](e)),done:!1}:o?o(e):e}:o}}(Bt(yield Lt(this._promise.then((t=>t.safeUnwrap())))))))}))}then(t,e){return this._promise.then(t,e)}[Symbol.asyncIterator](){return Nt(this,arguments,(function*(){const t=yield Lt(this._promise);return t.isErr()&&(yield yield Lt(Ft(t.error))),yield Lt(t.value)}))}};function Ft(t){return new qt(Promise.resolve(new Xt(t)))}var Ut,jt,Vt=t=>{let e=Wt([]);for(const r of t){if(r.isErr()){e=$t(r.error);break}e.map((t=>t.push(r.value)))}return e},Gt=t=>qt.fromSafePromise(Promise.all(t)).andThen(Vt),zt=t=>{let e=Wt([]);for(const r of t)r.isErr()&&e.isErr()?e.error.push(r.error):r.isErr()&&e.isOk()?e=$t([r.error]):r.isOk()&&e.isOk()&&e.value.push(r.value);return e},Ht=t=>qt.fromSafePromise(Promise.all(t)).andThen(zt);function Wt(t){return new Qt(t)}function $t(t){return new Xt(t)}(jt=Ut||(Ut={})).fromThrowable=function(t,e){return(...r)=>{try{return Wt(t(...r))}catch(t){return $t(e?e(t):t)}}},jt.combine=function(t){return Vt(t)},jt.combineWithAllErrors=function(t){return zt(t)};var Qt=class{constructor(t){this.value=t}isOk(){return!0}isErr(){return!this.isOk()}map(t){return Wt(t(this.value))}mapErr(t){return Wt(this.value)}andThen(t){return t(this.value)}andThrough(t){return t(this.value).map((()=>this.value))}andTee(t){try{t(this.value)}catch(t){}return Wt(this.value)}orTee(t){return Wt(this.value)}orElse(t){return Wt(this.value)}asyncAndThen(t){return t(this.value)}asyncAndThrough(t){return t(this.value).map((()=>this.value))}asyncMap(t){return qt.fromSafePromise(t(this.value))}unwrapOr(t){return this.value}match(t,e){return t(this.value)}safeUnwrap(){const t=this.value;return function*(){return t}()}_unsafeUnwrap(t){return this.value}_unsafeUnwrapErr(t){throw Mt("Called `_unsafeUnwrapErr` on an Ok",this,t)}*[Symbol.iterator](){return this.value}},Xt=class{constructor(t){this.error=t}isOk(){return!1}isErr(){return!this.isOk()}map(t){return $t(this.error)}mapErr(t){return $t(t(this.error))}andThrough(t){return $t(this.error)}andTee(t){return $t(this.error)}orTee(t){try{t(this.error)}catch(t){}return $t(this.error)}andThen(t){return $t(this.error)}orElse(t){return t(this.error)}asyncAndThen(t){return Ft(this.error)}asyncAndThrough(t){return Ft(this.error)}asyncMap(t){return Ft(this.error)}unwrapOr(t){return t}match(t,e){return e(this.error)}safeUnwrap(){const t=this.error;return function*(){throw yield $t(t),new Error("Do not use this generator out of `safeTry`")}()}_unsafeUnwrap(t){throw Mt("Called `_unsafeUnwrap` on an Err",this,t)}_unsafeUnwrapErr(t){return this.error}*[Symbol.iterator](){return yield this,this}},Kt={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/dicom":["dcm"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg","one","onea"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"application/zip+dotlottie":["lottie"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a","m4b"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/ief":["ief"],"image/jaii":["jaii"],"image/jais":["jais"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpg","jpeg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxl":["jxl"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/pjpeg":["jfif"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime","mht","mhtml"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step":["step","stp","stpnc","p21","210"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts","m2t","m2ts","mts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(Kt);var Jt,Yt,Zt,te=Kt,ee=function(t,e,r,i){if("function"==typeof e||!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?i:"a"===r?i.call(t):i?i.value:e.get(t)};Jt=new WeakMap,Yt=new WeakMap,Zt=new WeakMap;var re=new class{constructor(...t){Jt.set(this,new Map),Yt.set(this,new Map),Zt.set(this,new Map);for(const e of t)this.define(e)}define(t,e=!1){for(let[r,i]of Object.entries(t)){r=r.toLowerCase(),i=i.map((t=>t.toLowerCase())),ee(this,Zt,"f").has(r)||ee(this,Zt,"f").set(r,new Set);const t=ee(this,Zt,"f").get(r);let o=!0;for(let h of i){const i=h.startsWith("*");if(h=i?h.slice(1):h,t?.add(h),o&&ee(this,Yt,"f").set(r,h),o=!1,i)continue;const n=ee(this,Jt,"f").get(h);if(n&&n!=r&&!e)throw new Error(`"${r} -> ${h}" conflicts with "${n} -> ${h}". Pass \`force=true\` to override this definition.`);ee(this,Jt,"f").set(h,r)}}return this}getType(t){if("string"!=typeof t)return null;const e=t.replace(/^.*[/\\]/s,"").toLowerCase(),r=e.replace(/^.*\./s,"").toLowerCase();return!(r.length<e.length-1)&&e.length<t.length?null:ee(this,Jt,"f").get(r)??null}getExtension(t){return"string"!=typeof t?null:(t=t?.split?.(";")[0],(t&&ee(this,Yt,"f").get(t.trim().toLowerCase()))??null)}getAllExtensions(t){return"string"!=typeof t?null:ee(this,Zt,"f").get(t.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(const t of ee(this,Zt,"f").values())Object.freeze(t);return this}_getTestState(){return{types:ee(this,Jt,"f"),extensions:ee(this,Yt,"f")}}}(te)._freeze(),ie=class{constructor(t){this.session=t}async fetchFile(t){const e=await this.session.authenticatedFetch(t);if(e.ok){const r=await e.blob();return new Dt(t,r)}return new Rt(t,new xt(e.status,e.statusText))}async putFile(t,e){return await this.session.authenticatedFetch(t.url,{method:"PUT",headers:{"Content-Type":t.blob()?.type??"text/plain"},body:e})}createNewFile(t,e){const r=e instanceof File,i=r?e.name:e,o=encodeURIComponent(i),h=t.uri+o,n=r?e.type:re.getType(o)??"text/turtle";return qt.fromPromise(this.session.authenticatedFetch(h,{method:"PUT",headers:{"Content-Type":n,"If-None-Match":"*"},body:r?e:void 0}),(t=>Ot("The file could not be created",t))).andThen((t=>t.ok?Wt({url:h,name:i,contentType:n}):$t(It("The file could not be created",t))))}createNewFolder(t,e){const r=encodeURIComponent(e),i=t.uri+r+"/";return qt.fromPromise(this.session.authenticatedFetch(i,{method:"PUT"}),(t=>Ot("The folder could not be created",t))).andThen((t=>t.ok?Wt({url:i,name:e}):$t(It("The folder could not be created",t))))}};function oe(t){return(oe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function he(t,e,r){return(e=function(t){var e=function(t,e){if("object"!=oe(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var i=r.call(t,e);if("object"!=oe(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t,"string");return"symbol"==oe(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var ne={Literal:1,Collection:3,Graph:4,NamedNode:5,BlankNode:6,Variable:7},ae=class{constructor(t){he(this,"termType",void 0),he(this,"classOrder",void 0),he(this,"value",void 0),this.value=t}substitute(t){return this}compareTerm(t){return this.classOrder<t.classOrder?-1:this.classOrder>t.classOrder?1:this.value<t.value?-1:this.value>t.value?1:0}equals(t){return!!t&&this.termType===t.termType&&this.value===t.value}hashString(){return this.toCanonical()}sameTerm(t){return this.equals(t)}toCanonical(){return this.toNT()}toNT(){return this.toString()}toNQ(){return this.toNT()}toString(){throw new Error("Node.toString() is abstract - see the subclasses instead")}};he(ae,"fromValue",void 0),he(ae,"toJS",void 0);var se="NamedNode",ce="BlankNode",pe="Literal",le="Variable",ge="DefaultGraph",me="Collection",ue="Empty",fe="Graph",de="text/html",we="application/ld+json",ye="text/n3",ve="application/nquads",be="application/n-quads",_e="application/rdf+xml",Ce="text/turtle",Se="application/xhtml+xml",Pe=class t extends ae{static getId(e){if(e){if("string"!=typeof e)throw new Error("Bad id argument to new blank node: "+e);if(e.includes("#")){let t=e.split("#");return t[t.length-1]}return e}return"n"+t.nextId++}constructor(e){super(t.getId(e)),he(this,"termType",ce),he(this,"classOrder",ne.BlankNode),he(this,"isBlank",1),he(this,"isVar",1)}get id(){return this.value}set id(t){this.value=t}compareTerm(t){return this.classOrder<t.classOrder?-1:this.classOrder>t.classOrder?1:this.id<t.id?-1:this.id>t.id?1:0}copy(e){var r=new t;return e.copyTo(this,r),r}toCanonical(){return t.NTAnonymousNodePrefix+this.value}toString(){return t.NTAnonymousNodePrefix+this.id}};function Ae(t){return"string"==typeof t?t:t.value}function Te(t){return"object"==typeof t&&null!==t&&"statements"in t}function De(t){return Re(t)&&t.termType===me}function Re(t){return"object"==typeof t&&null!==t&&"termType"in t}function xe(t){return t.termType===pe}function Ie(t){return"object"==typeof t&&null!==t&&"subject"in t&&"predicate"in t&&"object"in t}function Oe(t){return Re(t)&&"NamedNode"===t.termType}function Ee(t){return Re(t)&&"termType"in t&&"BlankNode"===t.termType}he(Pe,"nextId",0),he(Pe,"NTAnonymousNodePrefix","_:");var Me=class t extends ae{constructor(t){if(super(Ae(t)),he(this,"termType",se),he(this,"classOrder",ne.NamedNode),!this.value)throw new Error("Missing IRI for NamedNode");if(!this.value.includes(":"))throw new Error('NamedNode IRI "'+t+'" must be absolute.');if(this.value.includes(" "))throw new Error('Error: NamedNode IRI "'+t+'" must not contain unencoded spaces.')}dir(){var e=this.value.split("#")[0],r=e.slice(0,-1).lastIndexOf("/"),i=e.indexOf("//");return i>=0&&r<i+2||r<0?null:new t(e.slice(0,r+1))}site(){var e=this.value.split("#")[0],r=e.indexOf("//");if(r<0)throw new Error("This URI does not have a web site part (origin)");var i=e.indexOf("/",r+2);return new t(i<0?e.slice(0)+"/":e.slice(0,i+1))}doc(){return this.value.indexOf("#")<0?this:new t(this.value.split("#")[0])}toString(){return"<"+this.value+">"}id(){return this.value.split("#")[1]}get uri(){return this.value}set uri(t){this.value=t}static fromValue(e){return null==e||Re(e)?e:new t(e)}},ke={boolean:new Me("http://www.w3.org/2001/XMLSchema#boolean"),dateTime:new Me("http://www.w3.org/2001/XMLSchema#dateTime"),decimal:new Me("http://www.w3.org/2001/XMLSchema#decimal"),double:new Me("http://www.w3.org/2001/XMLSchema#double"),integer:new Me("http://www.w3.org/2001/XMLSchema#integer"),langString:new Me("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),string:new Me("http://www.w3.org/2001/XMLSchema#string")},Le=class t extends ae{constructor(t,e,r){super(t),he(this,"termType",pe),he(this,"classOrder",ne.Literal),he(this,"datatype",ke.string),he(this,"isVar",0),he(this,"language",""),e?(this.language=e,this.datatype=ke.langString):this.datatype=r?Me.fromValue(r):ke.string}copy(){return new t(this.value,this.lang,this.datatype)}equals(t){return!!t&&this.termType===t.termType&&this.value===t.value&&this.language===t.language&&(!this.datatype&&!t.datatype||this.datatype&&this.datatype.equals(t.datatype))}get lang(){return this.language}set lang(t){this.language=t||""}toNT(){return t.toNT(this)}static toNT(t){if("number"==typeof t.value)return""+t.value;if("string"!=typeof t.value)throw new Error("Value of RDF literal is not string or number: "+t.value);var e=t.value;return e='"'+(e=(e=(e=(e=e.replace(/\\/g,"\\\\")).replace(/\"/g,'\\"')).replace(/\n/g,"\\n")).replace(/\r/g,"\\r"))+'"',t.language?e+="@"+t.language:t.datatype.equals(ke.string)||(e+="^^"+t.datatype.toCanonical()),e}toString(){return""+this.value}static fromBoolean(e){return new t(e?"1":"0",null,ke.boolean)}static fromDate(e){if(!(e instanceof Date))throw new TypeError("Invalid argument to Literal.fromDate()");let r=function(t){return(""+(100+t)).slice(1,3)},i=e.getUTCFullYear()+"-"+r(e.getUTCMonth()+1)+"-"+r(e.getUTCDate())+"T"+r(e.getUTCHours())+":"+r(e.getUTCMinutes())+":"+r(e.getUTCSeconds())+"Z";return new t(i,null,ke.dateTime)}static fromNumber(e){if("number"!=typeof e)throw new TypeError("Invalid argument to Literal.fromNumber()");let r;const i=e.toString();return r=i.indexOf("e")<0&&Math.abs(e)<=Number.MAX_SAFE_INTEGER?Number.isInteger(e)?ke.integer:ke.decimal:ke.double,new t(i,null,r)}static fromValue(e){if(xe(e))return e;switch(typeof e){case"object":if(e instanceof Date)return t.fromDate(e);case"boolean":return t.fromBoolean(e);case"number":return t.fromNumber(e);case"string":return new t(e)}throw new Error("Can't make literal from "+e+" of type "+typeof e)}};function Ne(t){return null==t||Re(t)?t:Array.isArray(t)?new Be(t):Le.fromValue(t)}var Be=class t extends ae{constructor(t){super((Pe.nextId++).toString()),he(this,"termType",me),he(this,"classOrder",ne.Collection),he(this,"closed",!1),he(this,"compareTerm",Pe.prototype.compareTerm),he(this,"elements",[]),he(this,"isVar",0),t&&t.length>0&&t.forEach((t=>{this.elements.push(Ne(t))}))}get id(){return this.value}set id(t){this.value=t}append(t){return this.elements.push(t)}close(){return this.closed=!0,this.closed}shift(){return this.elements.shift()}substitute(e){const r=this.elements.map((t=>t.substitute(e)));return new t(r)}toNT(){return t.toNT(this)}static toNT(t){return Pe.NTAnonymousNodePrefix+t.id}toString(){return"("+this.elements.join(" ")+")"}unshift(t){return this.elements.unshift(t)}};he(Be,"termType",me);var qe="chrome:theSession";new Me(qe);var Fe=class extends ae{constructor(){super(""),he(this,"value",""),he(this,"termType",ge),he(this,"uri",qe)}toCanonical(){return this.value}toString(){return"DefaultGraph"}};function Ue(t){return!!t&&t.termType===ge}var je=new Fe,Ve=class t{constructor(t,e,r,i){he(this,"subject",void 0),he(this,"predicate",void 0),he(this,"object",void 0),he(this,"graph",void 0),this.subject=ae.fromValue(t),this.predicate=ae.fromValue(e),this.object=ae.fromValue(r),this.graph=null==i?je:ae.fromValue(i)}get why(){return this.graph}set why(t){this.graph=t}equals(t){return t.subject.equals(this.subject)&&t.predicate.equals(this.predicate)&&t.object.equals(this.object)&&t.graph.equals(this.graph)}substitute(e){return new t(this.subject.substitute(e),this.predicate.substitute(e),this.object.substitute(e),Ue(this.graph)?this.graph:this.graph.substitute(e))}toCanonical(){let t=[this.subject.toCanonical(),this.predicate.toCanonical(),this.object.toCanonical()];return this.graph&&this.graph.termType!==ge&&t.push(this.graph.toCanonical()),t.join(" ")+" ."}toNT(){return[this.subject.toNT(),this.predicate.toNT(),this.object.toNT()].join(" ")+" ."}toNQ(){return[this.subject.toNT(),this.predicate.toNT(),this.object.toNT(),Ue(this.graph)?"":this.graph.toNT()].join(" ")+" ."}toString(){return this.toNT()}},Ge={};a(Ge,{docpart:()=>He,document:()=>We,hostpart:()=>$e,join:()=>Qe,protocol:()=>Xe,refTo:()=>Ke});var ze=ze||console.log;function He(t){var e;return(e=t.indexOf("#"))<0?t:t.slice(0,e)}function We(t){return new Me(He(t))}function $e(t){var e=/[^\/]*\/\/([^\/]*)\//.exec(t);return e?e[1]:""}function Qe(t,e){var r,i,o,h,n,a=e.indexOf("#");if(a>0&&(e=e.slice(0,a)),0===t.length)return e;if(0===t.indexOf("#"))return e+t;if(t.indexOf(":")>=0)return t;if(r=e.indexOf(":"),0===e.length)return t;if(r<0)return ze("Invalid base: "+e+" in join with given: "+t),t;if(i=e.slice(0,+r+1||9e9),0===t.indexOf("//"))return i+t;if(e.indexOf("//",r)===r+1){if((o=e.indexOf("/",r+3))<0)return e.length-r-3>0?e+"/"+t:i+t}else if((o=e.indexOf("/",r+1))<0)return e.length-r-1>0?e+"/"+t:i+t;if(0===t.indexOf("/"))return e.slice(0,o)+t;if((h=(n=e.slice(o)).lastIndexOf("/"))<0)return i+t;for(h>=0&&h<n.length-1&&(n=n.slice(0,+h+1||9e9)),n+=t;n.match(/[^\/]*\/\.\.\//);)n=n.replace(/[^\/]*\/\.\.\//,"");return n=(n=n.replace(/\.\//g,"")).replace(/\/\.$/,"/"),e.slice(0,o)+n}function Xe(t){const e=t.indexOf(":");return e<0?null:t.slice(0,e)}function Ke(t,e){var r,i,o,h,n,a,s,c,p,l,g,m,u=new RegExp("^[-_a-zA-Z0-9.]+:(//[^/]*)?/[^/]*$");if(!t)return e;if(t===e)return"";for(r=s=0,h=e.length;s<h&&e[r]===t[r];r=++s);if(t.slice(0,r).match(u)&&((i=e.indexOf("//"))<0&&(i=-2),o=e.indexOf("/",i+2),"/"!==e[o+1]&&"/"!==t[o+1]&&e.slice(0,o)===t.slice(0,o)))return e.slice(o);if("#"===e[r]&&t.length===r)return e.slice(r);for(;r>0&&"/"!==e[r-1];)r--;if(r<3)return e;if(t.indexOf("//",r-2)>0||e.indexOf("//",r-2)>0)return e;if(t.indexOf(":",r)>0)return e;for(a=0,c=0,n=(l=t.slice(r)).length;c<n;c++)"/"===l[c]&&a++;if(0===a&&r<e.length&&"#"===e[r])return"./"+e.slice(r);if(0===a&&r===e.length)return"./";if(m="",a>0)for(p=1,g=a;g>=1?p<=g:p>=g;g>=1?++p:--p)m+="../";return m+e.slice(r)}var Je=class t extends ae{constructor(t=""){super(t),he(this,"termType",le),he(this,"base","varid:"),he(this,"classOrder",ne.Variable),he(this,"isVar",1),he(this,"uri",void 0),this.base="varid:",this.uri=Qe(t,this.base)}equals(t){return!!t&&this.termType===t.termType&&this.value===t.value}hashString(){return this.toString()}substitute(t){var e;return null!=(e=t[this.toNT()])?e:this}toString(){return t.toString(this)}static toString(t){return t.uri.slice(0,t.base.length)===t.base?`?${t.uri.slice(t.base.length)}`:`?${t.uri}`}},Ye=function(t){return t.collections="COLLECTIONS",t.defaultGraphType="DEFAULT_GRAPH_TYPE",t.equalsMethod="EQUALS_METHOD",t.id="ID",t.identity="IDENTITY",t.reversibleId="REVERSIBLE_ID",t.variableType="VARIABLE_TYPE",t}({}),Ze=new Fe,tr={supports:{[Ye.collections]:!1,[Ye.defaultGraphType]:!1,[Ye.equalsMethod]:!0,[Ye.identity]:!1,[Ye.id]:!0,[Ye.reversibleId]:!1,[Ye.variableType]:!0},blankNode:t=>new Pe(t),defaultGraph:()=>Ze,equals(t,e){return t===e||!t||!e||(Ie(t)||Ie(e)?!(!Ie(t)||!Ie(e))&&this.equals(t.subject,e.subject)&&this.equals(t.predicate,e.predicate)&&this.equals(t.object,e.object)&&this.equals(t.graph,e.graph):!(!Re(t)||!Re(e))&&this.id(t)===this.id(e))},id(t){if(!t)return"undefined";if(Ie(t))return this.quadToNQ(t);switch(t.termType){case ge:return"defaultGraph";case le:return Je.toString(t);default:const e=this.termToNQ(t);if(e)return e;throw new Error(`Can't id term with type '${t.termType}'`)}},isQuad:t=>t instanceof Ve,literal(t,e){if("string"!=typeof t&&!e)return Le.fromValue(t);const r="string"==typeof t?t:""+t;return"string"==typeof e?-1===e.indexOf(":")?new Le(r,e):new Le(r,null,this.namedNode(e)):new Le(r,null,e)},namedNode:t=>new Me(t),quad:(t,e,r,i)=>new Ve(t,e,r,i||Ze),triple(t,e,r,i){return this.quad(t,e,r,i)},quadToNQ(t){return`${this.termToNQ(t.subject)} ${this.termToNQ(t.predicate)} ${this.termToNQ(t.object)} ${this.termToNQ(t.graph)} .`},termToNQ(t){switch(t.termType){case ce:return"_:"+t.value;case ge:return"";case ue:return"<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>";case pe:return Le.toNT(t);case fe:case se:return"<"+t.value+">";case me:return"("+t.elements.map((t=>this.termToNQ(t))).join(" ")+")";default:throw new Error(`Can't serialize nonstandard term type (was '${t.termType}')`)}},toNQ(t){return this.isQuad(t)?this.quadToNQ(t):this.termToNQ(t)},variable:t=>new Je(t)},er={debug(t){},warn(t){},info(t){},error(t){},success(t){},msg(t){}};function rr(t,e){const r=e||{namedNode:t=>new Me(t)};return function(e){return r.namedNode(t+(e||""))}}var ir=s(c()),or=s(p()),hr=s(d());function nr(t,e){var r=[];(e=e||{})&&e.selfClosing&&e.selfClosing.split(" ").forEach((function(t){r[t]=!0}));var i=[];return e&&e.skipAttributes&&e.skipAttributes.split(" ").forEach((function(t){i[t]=!0})),ar(t,e,r,i)}function ar(t,e,r,i){var o,h="",n=[!1];if(void 0===t.nodeType)return h;if(1===t.nodeType){if(t.hasAttribute("class")&&e&&e.classWithChildText&&t.matches(e.classWithChildText.class))h+=t.querySelector(e.classWithChildText.element).textContent;else if(!(e&&e.skipNodeWithClass&&t.matches("."+e.skipNodeWithClass))){var a=t.nodeName.toLowerCase();h+="<"+a;var s=[];for(o=t.attributes.length-1;o>=0;o--){var c=t.attributes[o];if(!(i&&i.length>0&&i[c.name]||/^\d+$/.test(c.name))){if("class"===c.name&&e&&e.replaceClassItemWith&&c.value.split(" ").indexOf(e.replaceClassItemWith.source)>-1){var p=new RegExp(e.replaceClassItemWith.source,"g");c.value=c.value.replace(p,e.replaceClassItemWith.target).trim()}"class"===c.name&&e&&e.skipClassWithValue&&e.skipClassWithValue===c.value||s.push(c.name+"='"+c.value.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&quot;")+"'")}}if(s.length>0&&(e&&e.sortAttributes&&s.sort((function(t,e){return t.toLowerCase().localeCompare(e.toLowerCase())})),h+=" "+s.join(" ")),r&&r.ename)h+=" />";else{for(h+=">",h+="html"===a?"\n ":"",n.push("style"===a||"script"===a),o=0;o<t.childNodes.length;o++)h+=ar(t.childNodes[o]);n.pop(),h+="body"===a?"</"+a+">\n":"</"+a+">"}}}else if(8===t.nodeType)h+="\x3c!--"+t.nodeValue+"--\x3e";else if(3===t.nodeType||4===t.nodeType){var l=t.nodeValue.replace(/\n+$/,"");h+=n[n.length-1]?l:l.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}else console.log("Warning; Cannot handle serialising nodes of type: "+t.nodeType),console.log(t);return h}function sr(t,e,r,i){var o=function(t){return"BlankNode"===t.termType?null:t},h=function(t){var e=r.statementsMatching(t).map((function(t){return o(t.subject)+" "+o(t.predicate)+" "+o(t.object)})).concat(r.statementsMatching(void 0,void 0,t).map((function(t){return o(t.subject)+" "+o(t.predicate)+" "+o(t.object)})));return e.sort(),e.join("\n")};const n=Object.prototype.hasOwnProperty.call(r,"compareTerms")?r.compareTerms(t,e):t.compareTerm(e);return"BlankNode"===t.termType&&"BlankNode"===e.termType?0===n?0:h(t)>h(e)?1:h(t)<h(e)?-1:n:i&&t.uri&&e.uri?(i[t.uri]||t.uri).localeCompare(i[e.uri]||e.uri):n}function cr(t,e){return e=e||{},"undefined"!=typeof module&&module&&module.exports?(new hr.DOMParser).parseFromString(t,e.contentType||"application/xhtml+xml"):("undefined"!=typeof window&&window.DOMParser?new window.DOMParser:new hr.DOMParser).parseFromString(t,"application/xml")}function pr(t,e){for(var r=0;r<t.length;r++)if(t[r].subject.equals(e.subject)&&t[r].predicate.equals(e.predicate)&&t[r].object.equals(e.object)&&t[r].why.equals(e.why))return void t.splice(r,1);throw new Error("RDFArrayRemove: Array did not contain "+e+" "+e.why)}function lr(t=tr){return{boolean:t.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),dateTime:t.namedNode("http://www.w3.org/2001/XMLSchema#dateTime"),decimal:t.namedNode("http://www.w3.org/2001/XMLSchema#decimal"),double:t.namedNode("http://www.w3.org/2001/XMLSchema#double"),integer:t.namedNode("http://www.w3.org/2001/XMLSchema#integer"),langString:t.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"),string:t.namedNode("http://www.w3.org/2001/XMLSchema#string")}}function gr(t){return new mr(t)}lr(tr);var mr=class t{constructor(t){he(this,"_notQNameChars","\t\r\n !\"#$%&'()*,+/;<=>?@[\\]^`{|}~"),he(this,"_notNameChars",this._notQNameChars+":"),he(this,"validPrefix",new RegExp(/^[a-zA-Z][a-zA-Z0-9]*$/)),he(this,"forbidden1",new RegExp(/[\\"\b\f\r\v\t\n\u0080-\uffff]/gm)),he(this,"forbidden3",new RegExp(/[\\"\b\f\r\v\u0080-\uffff]/gm)),this.flags="",this.base=null,this.prefixes=[],this.namespaces=[];const e=Object.keys((0,or.default)());for(const t in e){const r=(0,or.default)()[e[t]](""),i=e[t];this.prefixes[r]=i,this.namespaces[i]=r}this.suggestPrefix("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#"),this.suggestPrefix("xml","reserved:reservedForFutureUse"),this.namespacesUsed=[],this.keywords=["a"],this.prefixchars="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",this.incoming=null,this.formulas=[],this.store=t,this.rdfFactory=t.rdfFactory||tr,this.xsd=lr(this.rdfFactory)}setBase(t){return this.base=t,this}setFlags(t){return this.flags=t||"",this}toStr(t){var e=t.toNT();return"Graph"===t.termType&&(this.formulas[e]=t),e}fromStr(t){if("{"===t[0]){var e=this.formulas[t];return e||console.log("No formula object for "+t),e}return this.store.fromNT(t)}setNamespaces(t){for(var e in t)this.setPrefix(e,t[e]);return this}setPrefix(t,e){if("default"!==t.slice(0,7)&&"ns"!==t.slice(0,2)&&t&&e){for(let e in this.prefixes)this.prefixes[e]==t&&delete this.prefixes[e];this.prefixes[e]=t,this.namespaces[t]=e}}suggestPrefix(t,e){"default"!==t.slice(0,7)&&"ns"!==t.slice(0,2)&&t&&e&&(t in this.namespaces||e in this.prefixes||(this.prefixes[e]=t,this.namespaces[t]=e))}suggestNamespaces(t){for(var e in t)this.suggestPrefix(e,t[e]);return this}checkIntegrity(){var t,e;for(t in this.namespaces)if(this.prefixes[this.namespaces[t]]!==t)throw new Error("Serializer integity error 1: "+t+", "+this.namespaces[t]+", "+this.prefixes[this.namespaces[t]]+"!");for(e in this.prefixes)if(this.namespaces[this.prefixes[e]]!==e)throw new Error("Serializer integity error 2: "+e+", "+this.prefixs[e]+", "+this.namespaces[this.prefixes[e]]+"!")}makeUpPrefix(t){var e=t,r=function(e){return!!this.validPrefix.test(e)&&"ns"!==e&&!(e in this.namespaces)&&(this.prefixes[t]=e,this.namespaces[e]=t,e)}.bind(this);"#/".indexOf(e[e.length-1])>=0&&(e=e.slice(0,-1));var i=e.lastIndexOf("/");i>=0&&(e=e.slice(i+1));for(var o=0;o<e.length&&this.prefixchars.indexOf(e[o])>=0;)o++;if((e=e.slice(0,o)).length<6&&r(e))return e;if(r(e.slice(0,3)))return e.slice(0,3);if(r(e.slice(0,2)))return e.slice(0,2);if(r(e.slice(0,4)))return e.slice(0,4);if(r(e.slice(0,1)))return e.slice(0,1);if(r(e.slice(0,5)))return e.slice(0,5);this.validPrefix.test(e)||(e="n");for(var h=0;;h++)if(r(e.slice(0,3)+h))return e.slice(0,3)+h}rootSubjects(t){for(var e={},r={},i={},o=0;o<t.length;o++){var h=t[o],n=function(t){e.hasOwnProperty(t)||(e[t]=[]),e[t].push(h.subject)};[h.subject,h.predicate,h.object].map((function(t){"BlankNode"===t.termType?i[t.toNT()]=!0:"Collection"===t.termType&&t.elements.forEach((function(t){n(t)}))})),n(t[o].object);var a=r[this.toStr(h.subject)];a||(a=[]),a.push(h),r[this.toStr(h.subject)]=a}var s=[];for(var c in r)if(r.hasOwnProperty(c)){var p=this.fromStr(c);"BlankNode"===p.termType&&e[p]&&1===e[p].length||s.push(p)}this.incoming=e;for(var l={},g=0;g<s.length;g++)l[s[g].toNT()]=!0;return{roots:s,subjects:r,rootsHash:l,incoming:e}}toN3(t){return this.statementsToN3(t.statements)}isValidPNLocal(t){if(0===t.length)return!0;if("."===t[t.length-1])return!1;for(var e=0;e<t.length;e++){var r=t[e];if("."!==r&&this._notNameChars.indexOf(r)>=0)return!1}return!0}explicitURI(t){var e;return this.flags.indexOf("r")<0&&this.base?t=Ke(this.base,t):this.flags.indexOf("u")>=0?t=function(t){for(var e,r="",i=0;i<t.length;i++)r+=(e=t.charCodeAt(i))>65535?"\\U"+("00000000"+e.toString(16)).slice(-8):e>126?"\\u"+("0000"+e.toString(16)).slice(-4):t[i];return r}(t):(e=decodeURI(t),t=encodeURI(e)),"<"+t+">"}statementsToNTriples(t){var e=t.slice();e.sort();for(var r="",i="http://www.w3.org/1999/02/22-rdf-syntax-ns#",o=this,h=this.store,n=this.rdfFactory,a=function(t){if("Collection"!==t.termType)return o.atomicTermToN3(t);for(var e=t.elements,s=h.sym(i+"nill"),c=e.length-1;c>=0;c--){var p=n.blankNode();r+=a(p)+" "+a(h.sym(i+"first"))+" "+a(e[c])+".\n",r+=a(p)+" "+a(h.sym(i+"rest"))+" "+a(s)+".\n",s=p}return o.atomicTermToN3(s)},s=0;s<e.length;s++){var c=e[s],p="";p+=a(c.subject)+" ",p+=a(c.predicate)+" ",p+=a(c.object)+" ",this.flags.indexOf("q")>=0&&(p+=a(c.why)+" "),r+=p+=".\n"}return r}statementsToN3(e){var r=this.store,i={"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":"aaa:00"};e.sort((function(t,e){return function(t,e,r,i){return sr(t.subject,e.subject,r,i)||sr(t.predicate,e.predicate,r,i)||sr(t.object,e.object,r,i)}(t,e,r,i)})),this.base&&!this.defaultNamespace&&(this.defaultNamespace=this.base+"#");var o={};this.flags.indexOf("s")<0&&(o["http://www.w3.org/2002/07/owl#sameAs"]="="),this.flags.indexOf("t")<0&&(o["http://www.w3.org/1999/02/22-rdf-syntax-ns#type"]="a"),this.flags.indexOf("i")<0&&(o["http://www.w3.org/2000/10/swap/log#implies"]="=>");var h=function(t){for(var e="",r=0;r<t;r++)e+=" ";return e},n=function(t){for(var e="",r=0;r<t.length;r++){var i=t[r],o="string"==typeof i?i:n(i);if(0!==r){var h=e.slice(-1)||" ";","===o||";"===o||("."!==o||"0123456789.:".includes(h))&&(e+=" ")}e+=o}return e},a=function(t,e){var r="",i=1e5;void 0===e&&(e=-1);for(var o=0;o<t.length;o++){var s=t[o];if("string"!=typeof s){var c=a(s,e+1);if(c.length<10*(80-4*e)&&c.indexOf('"""')<0){var p=n(s);p.length<80-4*e&&(s=p,c="")}c&&(i=1e4),r+=c}if("string"==typeof s){if(1===s.length&&"\n"===r.slice(-1)&&",.;".indexOf(s)>=0){r=r.slice(0,-1),"."==s&&"0123456789.:".includes(r.charAt(r.length-1))&&(r+=" ",i+=1),r+=s+"\n",i+=1;continue}if(i<4*e+4||i+s.length+1<80&&";.".indexOf(r[r.length-2])<0)r=r.slice(0,-1)+" "+s+"\n",i+=s.length+1;else{let t=h(4*e)+s;r+=t+"\n",i=t.length,e<0&&(r+="\n",i=1e5)}}}return r},s=function(t){for(var e=this.rootSubjects(t),r=e.roots,i=[],o=0;o<r.length;o++)i.push(c(r[o],e));return i}.bind(this);function c(t,e){return"BlankNode"!==t.termType||e.incoming[t]?[g(t,e)].concat([p(t,e)]).concat(["."]):l(t,e,!0).concat(["."])}var p=function(t,e){var r=[],i=null,h=e.subjects[this.toStr(t)]||[];if(void 0===h)throw new Error("Cant find statements for "+t);for(var n=[],a=0;a<h.length;a++){var s=h[a];s.predicate.uri===i?n.push(","):(i&&(r=r.concat([n]).concat([";"]),n=[]),r.push(o[s.predicate.uri]?o[s.predicate.uri]:g(s.predicate,e))),i=s.predicate.uri,n.push(l(s.object,e))}return r.concat([n])}.bind(this),l=function(t,e,r){return"BlankNode"!==t.termType||!r&&void 0!==e.rootsHash[t.toNT()]?g(t,e):e.subjects[this.toStr(t)]?["[",p(t,e),"]"]:"[]"}.bind(this);t.prototype.termToN3=g;var g=function(t,e){var r,i;switch(t.termType){case"Graph":return(i=(i=["{"]).concat(s(t.statements))).concat(["}"]);case"Collection":for(i=["("],r=0;r<t.elements.length;r++)i.push([l(t.elements[r],e)]);return i.push(")"),i;default:return this.atomicTermToN3(t)}}.bind(this),m=function(){var t="";for(var e in this.flags.indexOf("d")<0&&this.defaultNamespace&&(t+="@prefix : "+this.explicitURI(this.defaultNamespace)+".\n"),this.prefixes)this.prefixes.hasOwnProperty(e)&&this.namespacesUsed[e]&&(t+="@prefix "+this.prefixes[e]+": "+this.explicitURI(e)+".\n");return t+"\n"}.bind(this),u=s(e);return m()+a(u)}atomicTermToN3(t,e){switch(t.termType){case"BlankNode":case"Variable":return t.toNT();case"Literal":var r=t.value;if("string"!=typeof r)throw new TypeError("Value of RDF literal node must be a string");if(t.datatype&&this.flags.indexOf("x")<0)switch(t.datatype.uri){case"http://www.w3.org/2001/XMLSchema#integer":return r;case"http://www.w3.org/2001/XMLSchema#decimal":return r.indexOf(".")<0&&(r+=".0"),r;case"http://www.w3.org/2001/XMLSchema#double":{const t=r.toLowerCase().indexOf("e")>0;return r.indexOf(".")<0&&!t&&(r+=".0"),t||(r+="e0"),r}case"http://www.w3.org/2001/XMLSchema#boolean":return"1"===t.value?"true":"false"}var i=this.stringToN3(t.value,this.flags);return t.language?i+="@"+t.language:t.datatype.equals(this.xsd.string)||(i+="^^"+this.atomicTermToN3(t.datatype,e)),i;case"NamedNode":return this.symbolToN3(t);case"DefaultGraph":return"";default:throw new Error("Internal: atomicTermToN3 cannot handle "+t+" of termType: "+t.termType)}}stringToN3(t,e){e||(e="e");var r,i,o,h,n,a="";for(t.length>20&&'"'!==t.slice(-1)&&e.indexOf("n")<0&&(t.indexOf("\n")>0||t.indexOf('"')>0)?(h='"""',n=this.forbidden3):(h='"',n=this.forbidden1),r=0;r<t.length&&(n.lastIndex=0,null!=n.exec(t.slice(r)));){a+=t.slice(r,i=r+n.lastIndex-1);var s=t[i];'"'===s&&'"""'===h&&'"""'!==t.slice(i,i+3)?a+=s:(o='\b\f\r\t\v\n\\"'.indexOf(s))>=0?a+="\\"+'bfrtvn\\"'[o]:e.indexOf("e")>=0?a+="\\u"+("000"+s.charCodeAt(0).toString(16).toLowerCase()).slice(-4):a+=s,r=i+1}return h+a+t.slice(r)+h}symbolToN3(t){var e=t.uri,r=e.indexOf("#");if(r<0&&this.flags.indexOf("/")<0&&(r=e.lastIndexOf("/")),r>=0&&this.flags.indexOf("p")<0&&(0===e.indexOf("http")||0===e.indexOf("ws")||0===e.indexOf("file"))){var i=e.slice(r+1),o=e.slice(0,r+1),h=e.indexOf("://")+4,n=this.base?this.base.slice(0,Math.max(this.base.lastIndexOf("/"),this.base.lastIndexOf("#"))+1):null,a=n&&o===n,s=this.flags.indexOf("o")>=0&&i.indexOf(".")>=0;if(!a&&!s&&o.length>h&&this.isValidPNLocal(i)){if(this.defaultNamespace&&this.defaultNamespace===o&&this.flags.indexOf("d")<0)return this.flags.indexOf("k")>=0&&this.keyords.indexOf(i)<0?i:":"+i;var c=this.prefixes[o];if(c||(c=this.makeUpPrefix(o)),c)return this.namespacesUsed[o]=!0,c+":"+i}}return this.explicitURI(e)}writeStore(t){var e=this.store,r=e.fetcher,i=r&&r.appNode,o=this.store.index[3];for(var h in o){var n=e.fromNT(h);i&&n.equals(i)||t("\n"+this.atomicTermToN3(n)+" "+this.atomicTermToN3(e.sym("http://www.w3.org/2000/10/swap/log#semantics"))+" { "+this.statementsToN3(e.statementsMatching(void 0,void 0,void 0,n))+" }.\n")}e.statementsMatching(void 0,e.sym("http://www.w3.org/2007/ont/link#requestedURI")).map((function(r){t("\n<"+r.object.value+"> log:metadata {\n");var i=e.statementsMatching(void 0,void 0,void 0,r.subject);t(this.statementsToN3(this.statementsToN3(i))),t("}.\n")}));var a=[];i&&a.push(i);var s=[];a.map((function(t){s=s.concat(e.statementsMatching(void 0,void 0,void 0,t))})),t(this.statementsToN3(s))}statementsToXML(t){var e=[];e["http://www.w3.org/1999/02/22-rdf-syntax-ns#"]=!0;var r="http://www.w3.org/1999/02/22-rdf-syntax-ns#_",i=function(t){for(var e="",r=0;r<t;r++)e+=" ";return e},o=function(t){for(var e="",r=0;r<t.length;r++){var i=t[r];e+="string"==typeof i?i:o(i)}return e},h=function(t,e){var r,n="",a=1e5;e||(e=0);for(var s=0;s<t.length;s++){var c=t[s];if("string"!=typeof c){var p=h(c,e+1);p.length<10*(80-4*e)&&p.indexOf('"""')<0&&(r=o(c)).length<80-4*e&&(c=" "+r,p=""),p&&(a=1e4),n+=p}"string"==typeof c&&(a<4*e+4?(n=n.slice(0,-1)+" "+c+"\n",a+=c.length+1):(n+=(r=i(4*e)+c)+"\n",a=r.length))}return n},n=function(t){this.suggestPrefix("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#");for(var e=this.rootSubjects(t),r=e.roots,i=[],o=0;o<r.length;o++)i.push(c(r[o],e));return i}.bind(this);function a(t){return void 0===t?"@@@undefined@@@@":t.replace(/[&<"]/g,(function(t){switch(t[0]){case"&":return"&amp;";case"<":return"&lt;";case'"':return"&quot;"}}))}var s=function(t){return a(this.base?Ge.refTo(this.base,t.uri):t.uri)}.bind(this),c=function(t,e){var i,o,h,n,m=[],u=e.subjects[this.toStr(t)];if(void 0===u)return l(t,e);u.sort((function(t,e){var i=t.predicate.uri,o=e.predicate.uri;if(i.substring(0,44)===r||o.substring(0,44)===r)return i.localeCompare(o);var h=i.substring(44),n=o.substring(44),a=parseInt(h,10),s=parseInt(n,10);return isNaN(a)||isNaN(s)||a!==h||s!==n?i.localeCompare(o):a-s}));for(var f=0;f<u.length;f++)if("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"!==(h=u[f]).predicate.uri||i||"NamedNode"!==h.object.termType){if((n=h.predicate).uri.substr(0,44)===r){var d=n.uri.substr(44);d===parseInt(d,10).toString()&&(n=this.rdfFactory.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#li"))}switch(o=g(n),h.object.termType){case"BlankNode":m=m.concat(1===e.incoming[h.object].length?["<"+o+' rdf:parseType="Resource">',c(h.object,e),"</"+o+">"]:["<"+o+' rdf:nodeID="'+h.object.toNT().slice(2)+'"/>']);break;case"NamedNode":m=m.concat(["<"+o+' rdf:resource="'+s(h.object)+'"/>']);break;case"Literal":m=m.concat(["<"+o+(h.object.language?' xml:lang="'+h.object.language+'"':h.object.datatype.equals(this.xsd.string)?"":' rdf:datatype="'+a(h.object.datatype.uri)+'"')+">"+a(h.object.value)+"</"+o+">"]);break;case"Collection":m=m.concat(["<"+o+' rdf:parseType="Collection">',p(h.object,e),"</"+o+">"]);break;default:throw new Error("Can't serialize object of type "+h.object.termType+" into XML")}}else i=h.object;var w=i?g(i):"rdf:Description",y="";return"BlankNode"===t.termType?e.incoming[t]&&1===e.incoming[t].length||(y=' rdf:nodeID="'+t.toNT().slice(2)+'"'):y=' rdf:about="'+s(t)+'"',["<"+w+y+">"].concat([m]).concat(["</"+w+">"])}.bind(this);function p(t,e){for(var r=[],i=0;i<t.elements.length;i++)r.push(c(t.elements[i],e));return r}var l=function(t,e){var r=[],i=e.subjects[this.toStr(t)];if(!i)return r;i.sort();for(var o=0;o<i.length;o++){var h=i[o];switch(h.object.termType){case"BlankNode":r=e.rootsHash[h.object.toNT()]?r.concat(["<"+g(h.predicate)+' rdf:nodeID="'+h.object.toNT().slice(2)+'">',"</"+g(h.predicate)+">"]):r.concat(["<"+g(h.predicate)+' rdf:parseType="Resource">',l(h.object,e),"</"+g(h.predicate)+">"]);break;case"NamedNode":r=r.concat(["<"+g(h.predicate)+' rdf:resource="'+s(h.object)+'"/>']);break;case"Literal":r=r.concat(["<"+g(h.predicate)+(h.object.language?' xml:lang="'+h.object.language+'"':h.object.datatype.equals(this.xsd.string)?"":' rdf:datatype="'+a(h.object.datatype.value)+'"')+">"+a(h.object.value)+"</"+g(h.predicate)+">"]);break;case"Collection":r=r.concat(["<"+g(h.predicate)+' rdf:parseType="Collection">',p(h.object,e),"</"+g(h.predicate)+">"]);break;default:throw new Error("Can't serialize object of type "+h.object.termType+" into XML")}}return r}.bind(this),g=function(t){var r=t.uri,i=r.indexOf("#");if(i<0&&this.flags.indexOf("/")<0&&(i=r.lastIndexOf("/")),i<0)throw new Error("Cannot make qname out of <"+r+">");for(var o=i+1;o<r.length;o++)if(this._notNameChars.indexOf(r[o])>=0)throw new Error('Invalid character "'+r[o]+'" cannot be in XML qname for URI: '+r);var h=r.slice(i+1),n=r.slice(0,i+1);if(this.defaultNamespace&&this.defaultNamespace===n&&this.flags.indexOf("d")<0)return h;var a=this.prefixes[n];return a||(a=this.makeUpPrefix(n)),e[n]=!0,a+":"+h}.bind(this),m=n(t),u="<rdf:RDF";for(var f in this.defaultNamespace&&(u+=' xmlns="'+a(this.defaultNamespace)+'"'),e)if(e.hasOwnProperty(f)){var d=this.base&&this.flags.includes("z")?Ge.refTo(this.base,f):f;u+="\n xmlns:"+this.prefixes[f]+'="'+a(d)+'"'}return h([u+=">",m,"</rdf:RDF>"],-1)}statementsToJsonld(t){const e=this.statementsToN3(t),r=ir.parse(e);return JSON.stringify(r,null,2)}};function ur(t,e,r,i,o,h){r=r||t?.value;const n=h||{};i=i||Ce;try{var a=gr(e);n.flags&&a.setFlags(n.flags);var s=e.statementsMatching(void 0,void 0,void 0,t);switch("namespaces"in e&&a.suggestNamespaces(e.namespaces),n.namespaces&&a.setNamespaces(n.namespaces),a.setBase(r),i){case _e:return c(null,a.statementsToXML(s));case ye:case"application/n3":return c(null,a.statementsToN3(s));case Ce:case"application/x-turtle":return a.setFlags("si"+(n.flags?" "+n.flags:"")),c(null,a.statementsToN3(s));case"application/n-triples":return a.setFlags("deinprstux"),c(null,a.statementsToNTriples(s));case we:return a.setFlags("si dr"+(n.flags?" "+n.flags:"")),c(null,a.statementsToJsonld(s));case be:case ve:return a.setFlags("deinprstux q"),c(null,a.statementsToNTriples(s));default:throw new Error("Serialize: Content-type "+i+" not supported for data write.")}}catch(t){if(o)return o(t,void 0);throw t}function c(t,e){return o?void o(t,e):e}}var fr=["blankNode","defaultGraph","literal","namedNode","quad","variable","supports"],dr="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest";function wr(t,e,r){const i=[];return r.reduce(((e,r,o,h)=>{let n;return i.push(t.quad(e,t.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#first"),h[o])),o<h.length-1?(n=t.blankNode(),i.push(t.quad(e,t.namedNode(dr),n))):i.push(t.quad(e,t.namedNode(dr),t.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"))),n}),e),i}function yr(t,e,r=0){var i=t.length;for(r<0&&(r=i+r);r<i;r++)if(t[r]===e)return r;return-1}var vr=class t extends ae{constructor(t=[],e=[],r=[],i=[],o={}){super(""),this.statements=t,this.constraints=e,this.initBindings=r,this.optional=i,he(this,"termType",fe),he(this,"classOrder",ne.Graph),he(this,"fetcher",void 0),he(this,"isVar",0),he(this,"ns",rr),he(this,"rdfFactory",void 0),this.rdfFactory=o&&o.rdfFactory||tr;for(const t of fr)this[t]=(...e)=>this.rdfFactory[t](...e)}add(t,e,r,i){return 1===arguments.length&&t.forEach((t=>this.add(t.subject,t.predicate,t.object,t.graph))),this.statements.push(this.rdfFactory.quad(t,e,r,i))}addStatement(t){return this.add(t)}bnode(t){return this.rdfFactory.blankNode(t)}addAll(t){t.forEach((t=>{this.add(t.subject,t.predicate,t.object,t.graph)}))}any(t,e,r,i){const o=this.anyStatementMatching(t,e,r,i);return null==o?null:null==t?o.subject:null==e?o.predicate:null==r?o.object:null}anyValue(t,e,r,i){const o=this.any(t,e,r,i);return o?o.value:void 0}anyJS(t,e,r,i){const o=this.any(t,e,r,i);return o?ae.toJS(o):void 0}anyStatementMatching(t,e,r,i){let o=this.statementsMatching(t,e,r,i,!0);if(o&&0!==o.length)return o[0]}id(t){return this.rdfFactory.id(t)}statementsMatching(t,e,r,i,o){const h=this.statements.filter((o=>(!t||t.equals(o.subject))&&(!e||e.equals(o.predicate))&&(!r||r.equals(o.object))&&(!i||i.equals(o.graph))));return o?0===h.length?[]:[h[0]]:h}bottomTypeURIs(t){let e,r,i,o,h,n,a,s;e=[];for(let c in t)if(t.hasOwnProperty(c)){for(s=t[c],a=this.each(void 0,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),this.rdfFactory.namedNode(c)),r=!0,o=0,h=a.length;o<h;o++)if(i=a[o],n=i.uri,n in t){r=!1;break}r&&(e[c]=s)}return e}collection(){return new Be}each(t,e,r,i){const o=[];let h=this.statementsMatching(t,e,r,i,!1);if(null==t)for(let t=0,e=h.length;t<e;t++)o.push(h[t].subject);else if(null==e)for(let t=0,e=h.length;t<e;t++)o.push(h[t].predicate);else if(null==r)for(let t=0,e=h.length;t<e;t++)o.push(h[t].object);else if(null==i)for(let t=0,e=h.length;t<e;t++)o.push(new Me(h[t].graph.value));return o}equals(t){return!!t&&this.hashString()===t.hashString()}findMembersNT(t){let e,r,i,o,h,n,a,s,c,p,l,g,m,u;g={},g[t.toNT()]=!0,o={},n=this.transitiveClosure(g,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),!0);for(let t in n)if(n.hasOwnProperty(t)){a=this.statementsMatching(void 0,this.rdfFactory.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),this.fromNT(t));for(let t=0,e=a.length;t<e;t++)m=a[t],o[m.subject.toNT()]=m;s=this.each(void 0,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"),this.fromNT(t));for(let t=0,r=s.length;t<r;t++)for(h=s[t],c=this.statementsMatching(void 0,h),i=0,e=c.length;i<e;i++)m=c[i],o[m.subject.toNT()]=m;p=this.each(void 0,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#range"),this.fromNT(t));for(let t=0,e=p.length;t<e;t++)for(h=p[t],l=this.statementsMatching(void 0,h),u=0,r=l.length;u<r;u++)m=l[u],o[m.object.toNT()]=m}return o}findMemberURIs(t){return this.NTtoURI(this.findMembersNT(t))}findSubClassesNT(t){let e={};return e[t.toNT()]=!0,this.transitiveClosure(e,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),!0)}findSuperClassesNT(t){let e={};return e[t.toNT()]=!0,this.transitiveClosure(e,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),!1)}findTypesNT(t){let e,r,i,o,h,n,a,s,c;i="http://www.w3.org/1999/02/22-rdf-syntax-ns#type",c=[],o=this.statementsMatching(t,void 0,void 0);for(let t=0,e=o.length;t<e;t++)if(s=o[t],"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"===s.predicate.uri)c[s.object.toNT()]=s;else{h=this.each(s.predicate,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#domain"));for(let t=0,e=h.length;t<e;t++)r=h[t],c[r.toNT()]=s}n=this.statementsMatching(void 0,void 0,t);for(let t=0,r=n.length;t<r;t++){s=n[t],a=this.each(s.predicate,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#range"));for(let t=0,r=a.length;t<r;t++)e=a[t],c[e.toNT()]=s}return this.transitiveClosure(c,this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf"),!1)}findTypeURIs(t){return this.NTtoURI(this.findTypesNT(t))}connectedStatements(t,e,r){r=r||[];let i=[t],o={},h={},n=[],a=this,s=function(t){let s=function(t){"BlankNode"!==t.termType||o[t.value]||(o[t.value]=!0,i.push(t))},c=a.statementsMatching(null,null,t,e).concat(a.statementsMatching(t,null,null,e));c=c.filter((function(t){if(r[t.predicate.value])return!1;let e=t.toNT();return!h[e]&&(h[e]=!0,!0)})),c.forEach((function(t){s(t.subject),s(t.object)})),n=n.concat(c)};for(;i.length;)s(i.shift());return n}formula(e){return new t}fromNT(t){let e,r,i;switch(t[0]){case"<":return this.sym(t.slice(1,-1));case'"':if(i=void 0,e=void 0,r=t.lastIndexOf('"'),r<t.length-1)if("@"===t[r+1])i=t.slice(r+2);else{if("^^"!==t.slice(r+1,r+3))throw new Error("Can't convert string from NT: "+t);e=this.fromNT(t.slice(r+3))}return t=(t=(t=(t=t.slice(1,r)).replace(/\\"/g,'"')).replace(/\\n/g,"\n")).replace(/\\\\/g,"\\"),this.rdfFactory.literal(t,i||e);case"_":return this.rdfFactory.blankNode(t.slice(2));case"?":return new Je(t.slice(1))}throw new Error("Can't convert from NT: "+t)}holds(t,e,r,i){let o;if(1===arguments.length){if(!t)return!0;if(t instanceof Array){for(o=0;o<t.length;o++)if(!this.holds(t[o]))return!1;return!0}if("object"==typeof(h=t)&&null!==h&&"subject"in h)return this.holds(t.subject,t.predicate,t.object,t.graph);if(t.statements)return this.holds(t.statements)}var h;return null!=this.anyStatementMatching(t,e,r,i)}holdsStatement(t){return this.holds(t.subject,t.predicate,t.object,t.graph)}list(t,e){if(e.rdfFactory.supports.COLLECTIONS){const r=e.rdfFactory.collection();return t.forEach((function(t){r.append(t)})),r}{const r=e.rdfFactory.blankNode(),i=wr(e.rdfFactory,r,t);return e.addAll(i),r}}NTtoURI(t){let e,r,i={};for(e in t)t.hasOwnProperty(e)&&(r=t[e],"<"===e[0]&&(i[e.slice(1,-1)]=r));return i}serialize(t,e,r,i){return ur(r,this,t,e,void 0,i)}substitute(e){let r=this.statements.map((function(t){return t.substitute(e)}));const i=new t;return i.addAll(r),i}sym(t,e){if(e)throw new Error("This feature (kb.sym with 2 args) is removed. Do not assume prefix mappings.");return this.rdfFactory.namedNode(t)}the(t,e,r,i){return this.any(t,e,r,i)}transitiveClosure(t,e,r){let i,o,h,n,a,s,c={};Object.assign(c,t);let p={};for(;;){if(s=function(){for(let t in c)if(c.hasOwnProperty(t))return t}(),null==s)return p;for(a=r?this.each(void 0,e,this.fromNT(s)):this.each(this.fromNT(s),e),o=0,h=a.length;o<h;o++)i=a[o],n=i.toNT(),n in p||n in c||(c[n]=c[s]);p[s]=c[s],delete c[s]}}topTypeURIs(t){let e,r,i,o,h,n,a,s;for(i in a=[],t)if(t.hasOwnProperty(i)){for(s=t[i],h=0,n=this.each(this.rdfFactory.namedNode(i),this.rdfFactory.namedNode("http://www.w3.org/2000/01/rdf-schema#subClassOf")),e=0,o=n.length;e<o;e++)if(r=n[e],"http://www.w3.org/2000/01/rdf-schema#Resource"!==r.uri){h++;break}h||(a[i]=s)}return a["http://www.w3.org/2000/01/rdf-schema#Resource"]&&delete a["http://www.w3.org/2000/01/rdf-schema#Resource"],a["http://www.w3.org/2002/07/owl#Thing"]&&delete a["http://www.w3.org/2002/07/owl#Thing"],a}toString(){return"{"+this.statements.join("\n")+"}"}variable(t){return new Je(t)}whether(t,e,r,i){return this.statementsMatching(t,e,r,i,!1).length}};ae.fromValue=Ne;var br=ae,_r={xsd:rr("http://www.w3.org/2001/XMLSchema#")};ae.toJS=function(t){return De(t)?t.elements.map(ae.toJS):xe(t)?t.datatype.equals(_r.xsd("boolean"))?"1"===t.value||"true"===t.value:t.datatype.equals(_r.xsd("dateTime"))||t.datatype.equals(_r.xsd("date"))?new Date(t.value):t.datatype.equals(_r.xsd("integer"))||t.datatype.equals(_r.xsd("float"))||t.datatype.equals(_r.xsd("decimal"))?Number(t.value):t.value:t};var Cr=class{constructor(t,e){this.pat=new Rr,this.vars=[],this.name=t,this.id=e}};function Sr(t,e,r,i){function o(t){var e,r="";for(e in t)t.hasOwnProperty(e)&&(r+=" "+e+" -> "+t[e]);return r}function h(t){var e,r="Bindings: ",i=t.length;for(e=0;e<i;e++)r+=o(t[e][0])+";\n\t";return r}function n(t,e,r,i){var o;if(t.length!==e.length)return[];if(!t.length)return[[[],null]];var h=function(t,e,r,i){var o=r[t];if(void 0===o){if(t.isVar){var h=[];return h[t]=e,[[h,null]]}o=t}if(!o.complexType)return i.redirections[o]&&(o=i.redirections[o]),i.redirections[e]&&(e=i.redirections[e]),o.equals(e)||o.uri&&o.uri===qe?[[[],null]]:[];if(t instanceof Array)return e instanceof Array?n(t,e,r):[];throw new Error("query.js: oops - code not written yet")}(t[0],e[0],r,i);if(0===h.length)return h;var a,s,c,p,l,g,m,u=[],f=h.length;for(a=0;a<f;a++){for(l in m=[],s=h[a][0])s.hasOwnProperty(l)&&(m[l]=s[l]);for(l in r)r.hasOwnProperty(l)&&(m[l]=r[l]);for(p=(o=n(t.slice(1),e.slice(1),m,i)).length,c=0;c<p;c++){for(l in g=o[c][0],s)s.hasOwnProperty(l)&&(g[l]=s[l]);u.push([g,null])}}return u}function a(t,e){var r,i={};for(r in t)t.hasOwnProperty(r)&&(i[r]=t[r]);for(r in e)e.hasOwnProperty(r)&&(i[r]=e[r]);return i}function s(t,e){return this.trunkBindings=e,this.originalCallback=t,this.branches=[],this}function c(t,e){return this.count=0,this.success=!1,this.done=!1,this.callback=t,this.onDone=e,this}s.prototype.checkAllDone=function(){var t;for(t=0;t<this.branches.length;t++)if(!this.branches[t].done)return;this.doCallBacks(this.branches.length-1,this.trunkBindings)},s.prototype.doCallBacks=function(t,e){var r;if(t<0)return this.originalCallback(e);for(r=0;r<this.branches[t].results.length;r++)this.doCallBacks(t-1,a(e,this.branches[t].results[r]))},c.prototype.reportMatch=function(t){this.callback(t),this.success=!0},c.prototype.reportDone=function(){this.done=!0,void 0!==this.onDone&&this.onDone()};var p=function(t){return this.count=0,this.done=!1,this.results=[],this.junction=t,t.branches.push(this),this};function l(t,e,r){var i,o,h,n,a,s;for(e.nvars=0,e.index=null,i=[e.subject,e.predicate,e.object,e.why],n=[t.subjectIndex,t.predicateIndex,t.objectIndex,t.whyIndex],h=0;h<4;h++){let c=i[h];if(c.uri&&c.uri===qe);else if(c.isVar&&void 0===r[c])e.nvars++;else{if(void 0,c=void 0===(s=r[a=i[h]])?a:s,t.redirections[t.id(c)]&&(c=t.redirections[t.id(c)]),!(o=n[h][t.id(c)]))return e.index=[],!1;(null===e.index||e.index.length>o.length)&&(e.index=o)}}return null===e.index&&(e.index=t.statements),!0}function g(t,e){return t.nvars!==e.nvars?t.nvars-e.nvars:t.index.length-e.index.length}p.prototype.reportMatch=function(t){this.results.push(t)},p.prototype.reportDone=function(){0===this.results.length&&this.results.push({}),this.done=!0,this.junction.checkAllDone()};var m=function(t,r,i,h,n,a,c){var l=r.statements;if(0!==l.length){var g,u,d=l.length;if(n){var w=function(e){var o=e.uri.split("#")[0];n.nowOrWhenFetched(o,void 0,(function(o,s){o||console.log("Error following link to <"+e.uri+"> in query: "+s),m(t,r,i,h,n,a,c)}))};for(u=0;u<d;u++){if(void 0!==i[(g=l[u]).subject]&&i[g.subject].uri&&n&&"unrequested"===n.getState(He(i[g.subject].uri)))return void w(i[g.subject]);if(void 0!==i[g.object]&&i[g.object].uri&&n&&"unrequested"===n.getState(He(i[g.object].uri)))return void w(i[g.object])}}f(t,r,i,h,n,a,c)}else{if(er.debug("FOUND MATCH WITH BINDINGS:"+o(i)),0===r.optional.length)c.reportMatch(i);else{var y,v=new s(e,i),b=[];for(y=0;y<r.optional.length;y++)b[y]=new p(v),b[y].pattern_debug=r.optional[y];for(y=0;y<r.optional.length;y++)b[y].count=b[y].count+1,m(t,r.optional[y],i,"",n,e,b[y])}c.count--}},u=function(t,e){var r,i,o=!0;for(r in t)t.hasOwnProperty(r)&&e[r]&&(i=e[r].test)&&!i(t[r])&&(o=!1);return o},f=function(t,e,r,i,a,s,c){var p,f,d,w,y,v,b,_=e.statements,C=_.length;for(p=0;p<C;p++)l(t,b=_[p],r);_.sort(g),b=_[0];var S,P=t.formula();P.optional=e.optional,P.constraints=e.constraints,P.statements=_.slice(1),er.debug(i+"match2 searching "+b.index.length+" for "+b+"; bindings so far="+o(r));var A,T,D=b.index.length;for(S=0;S<D;S++)for(A=n([b.subject,b.predicate,b.object,b.why],[(T=b.index[S]).subject,T.predicate,T.object,T.why],r,t),er.info(i+" From first: "+A.length+": "+h(A)),d=A.length,f=0;f<d;f++)if(y=[],u(v=A[f][0],e.constraints)){for(w in v)v.hasOwnProperty(w)&&(y[w]=v[w]);for(w in r)r.hasOwnProperty(w)&&(y[w]=r[w]);c.count++,m(t,P,y,i+" ",a,s,c)}c.count--,0===c.count&&c.reportDone()},d=this,w=new c(e,i);w.count++,t.sync?m(d,t.pat,t.pat.initBindings,"",r,e,w):setTimeout((function(){m(d,t.pat,t.pat.initBindings,"",r,e,w)}),0)}var Pr="http://www.w3.org/2002/07/owl#";function Ar(t,e,r,i){var o=t.any(e,r,void 0);return!!o&&(t.equate(o,i),!0)}function Tr(t,e,r,i){var o=t.any(void 0,r,i);return!!o&&(t.equate(o,e),!0)}function Dr(t,e,r,i,o){t.typeCallback&&t.typeCallback(t,i,o);var h=t.classActions[t.id(i)],n=!1;if(h)for(var a=0;a<h.length;a++)n=n||h[a](t,e,r,i,o);return n}var Rr=class t extends vr{constructor(t,e={}){super(void 0,void 0,void 0,void 0,e),he(this,"updater",void 0),he(this,"namespaces",void 0),he(this,"classActions",void 0),he(this,"propertyActions",void 0),he(this,"redirections",void 0),he(this,"aliases",void 0),he(this,"HTTPRedirects",void 0),he(this,"subjectIndex",void 0),he(this,"predicateIndex",void 0),he(this,"objectIndex",void 0),he(this,"whyIndex",void 0),he(this,"index",void 0),he(this,"features",void 0),he(this,"_universalVariables",void 0),he(this,"_existentialVariables",void 0),he(this,"rdfArrayRemove",void 0),he(this,"dataCallbacks",[]),he(this,"dataRemovalCallbacks",[]),this.propertyActions={},this.classActions={},this.redirections=[],this.aliases=[],this.HTTPRedirects=[],this.subjectIndex=[],this.predicateIndex=[],this.objectIndex=[],this.whyIndex=[],this.index=[this.subjectIndex,this.predicateIndex,this.objectIndex,this.whyIndex],this.namespaces={},this.features=t||[],this.rdfArrayRemove=e.rdfArrayRemove||pr,e.dataCallback&&(this.dataCallbacks=[e.dataCallback]),e.dataRemovalCallback&&(this.dataRemovalCallbacks=[e.dataRemovalCallback]),this.initPropertyActions(this.features)}static get defaultGraphURI(){return qe}substitute(e){var r=this.statements.map((function(t){return t.substitute(e)})),i=new t;return i.add(r),i}addDataCallback(t){this.dataCallbacks.push(t)}addDataRemovalCallback(t){this.dataRemovalCallbacks.push(t)}applyPatch(t,e,r){var i,o=this,h=null;function n(n){if(t.delete){i=t.delete,h&&(i=i.substitute(h));var a=[],s=(i=i.statements).map((function(t){var r=o.statementsMatching(t.subject,t.predicate,t.object,e);return 0===r.length?(a.push(t),null):r[0]}));if(a.length)return r("Could not find to delete: "+a.join("\n or "));s.map((function(t){o.remove(t)}))}t.insert&&(i=t.insert,h&&(i=i.substitute(h)),(i=i.statements).map((function(t){t.graph=e,o.add(t.subject,t.predicate,t.object,t.graph)}))),n()}if(t.where){var a=new Cr("patch");a.pat=t.where,a.pat.statements.map((function(t){t.graph=uo(e.value)})),a.sync=!0;var s=[];o.query(a,(function(t){s.push(t)}),o.fetcher,(function(){return 0===s.length?r("No match found to be patched:"+t.where):s.length>1?r("Patch ambiguous. No patch done."):(h=s[0],void n(r))}))}else n(r)}declareExistential(t){return this._existentialVariables||(this._existentialVariables=[]),this._existentialVariables.push(t),t}initPropertyActions(t){this.propertyActions[this.rdfFactory.id(this.rdfFactory.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"))]=[Dr],yr(t,"sameAs")>=0&&(this.propertyActions[this.rdfFactory.id(this.rdfFactory.namedNode(`${Pr}sameAs`))]=[function(t,e,r,i){return t.equate(e,i),!0}]),yr(t,"InverseFunctionalProperty")>=0&&(this.classActions[this.rdfFactory.id(this.rdfFactory.namedNode(`${Pr}InverseFunctionalProperty`))]=[function(t,e){return t.newPropertyAction(e,Tr)}]),yr(t,"FunctionalProperty")>=0&&(this.classActions[this.rdfFactory.id(this.rdfFactory.namedNode(`${Pr}FunctionalProperty`))]=[function(t,e){return t.newPropertyAction(e,Ar)}])}addStatement(t){return this.add(t.subject,t.predicate,t.object,t.graph),this.statements.length}add(t,e,r,i){var o,h,n;if(1===arguments.length){if(t instanceof Array)for(o=0;o<t.length;o++)this.add(t[o]);else Ie(t)?this.add(t.subject,t.predicate,t.object,t.graph):Te(t)&&this.add(t.statements);return this}i||(i=this.fetcher?this.fetcher.appNode:this.rdfFactory.defaultGraph()),"string"==typeof t&&(t=this.rdfFactory.namedNode(t)),e=br.fromValue(e);const a=br.fromValue(r);if(i=br.fromValue(i),!function(t){return t&&Object.prototype.hasOwnProperty.call(t,"termType")&&(t.termType===se||t.termType===le||t.termType===ce||t.termType===me||t.termType===pe||t.termType===fe)}(t))throw new Error("Subject is not a subject type");if(!function(t){return Re(t)&&(t.termType===se||t.termType===ce||t.termType===le)}(e))throw new Error(`Predicate ${e} is not a predicate type`);if(!function(t){return t&&Object.prototype.hasOwnProperty.call(t,"termType")&&(t.termType===se||t.termType===le||t.termType===ce||t.termType===me||t.termType===pe||t.termType===fe)}(a))throw new Error(`Object ${a} is not an object type`);if(!function(t){return Re(t)&&(t.termType===se||t.termType===le||t.termType===ce||t.termType===ge)}(i))throw new Error("Why is not a graph type");this.predicateCallback&&this.predicateCallback(this,e,i);var s=this.id(this.canon(e)),c=!1;if(h=this.propertyActions[s])for(o=0;o<h.length;o++)c=c||h[o](this,t,e,a,i);if(this.holds(t,e,a,i))return null;var p=[this.id(this.canon(t)),s,this.id(this.canon(a)),this.id(this.canon(i))];for(n=this.rdfFactory.quad(t,e,a,i),o=0;o<4;o++){var l=this.index[o],g=p[o];l[g]||(l[g]=[]),l[g].push(n)}this.statements.push(n);for(const t of this.dataCallbacks)t(n);return n}canon(t){if(!t)return t;const e=this.redirections[this.id(t)];if(e)return e;switch(t.termType){case ce:return new Pe(t.value);case me:return t;case ge:return new Fe;case ue:case fe:return t;case pe:return new Le(t.value,t.language,t.datatype);case se:return new Me(t.value);case le:return new Je(t.value);default:throw new Error(`Term Type not recognized for canonization: ${t.termType}`)}}check(){this.checkStatementList(this.statements);for(var t=0;t<4;t++){var e=this.index[t];for(var r in e)e.hasOwnProperty(r)&&this.checkStatementList(e[r],t)}}checkStatementList(t,e){void 0===e&&(e=0);for(var r,i=" found in "+["subject","predicate","object","why"][e]+" index.",o=0;o<t.length;o++){for(var h=[(r=t[o]).subject,r.predicate,r.object,r.graph],n=function(t,e){for(var r=0;r<t.length;r++)if(t[r].subject.equals(e.subject)&&t[r].predicate.equals(e.predicate)&&t[r].object.equals(e.object)&&t[r].why.equals(e.graph))return!0},a=0;a<4;a++){var s=this.canon(h[a]),c=this.id(s);this.index[a][c]&&n(this.index[a][c],r)}if(!n(this.statements,r))throw new Error("Statement list does not statement "+r+"@"+r.graph+i)}}close(){return this}compareTerms(t,e){return Object.prototype.hasOwnProperty.call(t,"compareTerm")?t.compareTerm(e):ne[t.termType]<ne[e.termType]?-1:ne[t.termType]>ne[e.termType]?1:t.value<e.value?-1:t.value>e.value?1:0}copyTo(t,e,r){r||(r=[]);var i=this.statementsMatching(t);-1!==yr(r,"two-direction")&&i.concat(this.statementsMatching(void 0,void 0,t));for(var o=0;o<i.length;o++){var h=i[o];switch(h.object.termType){case"NamedNode":this.add(e,h.predicate,h.object);break;case"Literal":case"BlankNode":case"Collection":this.add(e,h.predicate,h.object.copy(this))}-1!==yr(r,"delete")&&this.remove(h)}}equate(t,e){const r=this.canon(t),i=this.canon(e);var o=this.compareTerms(r,i);return!o||(o<0?this.replaceWith(i,r):this.replaceWith(r,i))}formula(e){return new t(e)}get length(){return this.statements.length}match(t,e,r,i){return this.statementsMatching(br.fromValue(t),br.fromValue(e),br.fromValue(r),br.fromValue(i))}mentionsURI(t){var e="<"+t+">";return!!this.subjectIndex[e]||!!this.objectIndex[e]||!!this.predicateIndex[e]}newExistential(t){if(!t)return this.bnode();var e=this.sym(t);return this.declareExistential(e)}newPropertyAction(t,e){var r=this.id(t);this.propertyActions[r]||(this.propertyActions[r]=[]),this.propertyActions[r].push(e);for(var i=this.statementsMatching(void 0,t,void 0),o=!1,h=0;h<i.length;h++)o=o||e(this,i[h].subject,t,i[h].object);return o}newUniversal(t){var e=this.sym(t);return this._universalVariables||(this._universalVariables=[]),this._universalVariables.push(e),e}variable(t){return new Je(t)}nextSymbol(t){for(var e=0;;e++){var r=t.value+"#n"+e;if(!this.mentionsURI(r))return this.sym(r)}}query(t,e,r,i){return Sr.call(this,t,e,r,i)}querySync(t){var e=[],r=!1;if(t.sync=!0,Sr.call(this,t,(function(t){e.push(t)}),null,(function(){r=!0})),!r)throw new Error("Sync query should have called done function");return e}remove(t){if(t instanceof Array){for(var e=0;e<t.length;e++)this.remove(t[e]);return this}if(Te(t))return this.remove(t.statements);var r=this.statementsMatching(t.subject,t.predicate,t.object,t.graph);if(!r.length)throw new Error("Statement to be removed is not on store: "+t);return this.removeStatement(r[0]),this}removeDocument(t){this.removeMetadata(t);for(var e=this.statementsMatching(void 0,void 0,void 0,t).slice(),r=0;r<e.length;r++)this.removeStatement(e[r]);return this.removeMatches(t,null,null),this}removeMetadata(t){const e=this.sym("chrome://TheCurrentSession"),r="http://www.w3.org/2007/ont/link#",i=this.statementsMatching(void 0,this.sym(`${r}requestedURI`),this.rdfFactory.literal(t.value),e).map((t=>t.subject));for(var o=0;o<i.length;o++){const t=i[o];if(null!=t){let i;const o=this.any(t,this.sym(`${r}status`),null,e);if(null!=o){i=this.statementsMatching(o,this.sym(`${r}status`),null,e).slice();for(var h=0;h<i.length;h++)this.removeStatement(i[h])}const n=this.any(t,this.sym(`${r}response`),null,e);if(null!=n)for(i=this.statementsMatching(n,null,null,e).slice(),h=0;h<i.length;h++)this.removeStatement(i[h]);for(i=this.statementsMatching(t,null,null,e).slice(),h=0;h<i.length;h++)this.removeStatement(i[h])}}return this.removeMatches(this.sym(t.value),null,null,e),this}removeMany(t,e,r,i,o){for(var h=this.statementsMatching(t,e,r,i,!1),n=[],a=0;a<h.length;a++)n.push(h[a]);for(o&&(n=n.slice(0,o)),a=0;a<n.length;a++)this.remove(n[a])}removeMatches(t,e,r,i){return this.removeMany(t,e,r,i),this}removeStatement(t){for(var e=[t.subject,t.predicate,t.object,t.graph],r=0;r<4;r++){var i=this.canon(e[r]),o=this.id(i);this.index[r][o]&&this.rdfArrayRemove(this.index[r][o],t)}this.rdfArrayRemove(this.statements,t);for(const e of this.dataRemovalCallbacks)e(t);return this}removeStatements(t){for(var e=0;e<t.length;e++)this.remove(t[e]);return this}replaceWith(t,e){for(var r=this.id(t),i=this.id(e),o=function(t){var e=t[r];if(e){var o=t[i];t[i]=o?e.concat(o):e,delete t[r]}},h=0;h<4;h++)o(this.index[h]);if(this.redirections[r]=e,t.value){if(this.aliases[i]||(this.aliases[i]=[]),this.aliases[i].push(t),this.aliases[r])for(h=0;h<this.aliases[r].length;h++)this.redirections[this.id(this.aliases[r][h])]=e,this.aliases[i].push(this.aliases[r][h]);this.add(e,this.sym("http://www.w3.org/2007/ont/link#uri"),t),this.fetcher&&this.fetcher.nowKnownAs(t,e)}return o(this.classActions),o(this.propertyActions),!0}allAliases(t){var e=this.aliases[this.id(this.canon(t))]||[];return e.push(this.canon(t)),e}sameThings(t,e){if(t.equals(e))return!0;var r=this.canon(t);if(!r)return!1;var i=this.canon(e);return!!i&&r.value===i.value}setPrefixForURI(t,e){if(("tab"!==t||!this.namespaces.tab)&&"ns"!==t.slice(0,2)&&"default"!==t.slice(0,7)){for(let t in this.namespaces)this.namespaces[t]==e&&delete this.namespaces[t];this.namespaces[t]=e}}statementsMatching(t,e,r,i,o){var h,n,a=[t,e,r,i],s=[],c=[],p=[];for(h=0;h<4;h++)s[h]=this.canon(br.fromValue(a[h])),s[h]&&(p.push(h),c[h]=this.id(s[h]));if(0===p.length)return this.statements;if(1===p.length)return(n=this.index[h=p[0]][c[h]])&&o&&n.length>1&&(n=n.slice(0,1)),n||[];var l,g,m=1e10;for(g=0;g<p.length;g++){if(!(n=this.index[h=p[g]][c[h]]))return[];n.length<m&&(m=n.length,l=g)}for(var u=p[l],f=this.index[u][c[u]],d=p.slice(0,l).concat(p.slice(l+1)),w=[],y=["subject","predicate","object","why"],v=0;v<f.length;v++){var b=f[v];for(g=0;g<d.length;g++)if(!this.canon(b[y[h=d[g]]]).equals(s[h])){b=null;break}if(null!=b&&(w.push(b),o))break}return w}uris(t){var e=this.canon(t),r=this.aliases[this.id(e)];if(!e.value)return[];var i=[e.value];if(r)for(var o=0;o<r.length;o++)i.push(r[o].uri);return i}serialize(t,e,r,i){return ur(r,this,t,e,void 0,i={...i||{},namespaces:i?.namespaces?{...this.namespaces,...i.namespaces}:{...this.namespaces}})}};he(Rr,"handleRDFType",void 0),Rr.handleRDFType=Dr;var xr=rr("http://www.w3.org/1999/02/22-rdf-syntax-ns#");function Ir(t,e){function r(i,o,h){const n=t.statementsMatching(i,xr("rest"),null,e);if(1!==n.length)throw new Error(`Bad list structure: no rest at ${i}`);const a=t.statementsMatching(i,xr("first"),null,e);if(1!==a.length)throw new Error(`Bad list structure: rest but ${a.length} firsts at ${i}`);const s=[a[0].object].concat(o),c=h.concat(n).concat(a),p=t.statementsMatching(null,xr("rest"),i,e);if(0===p.length){const r=new Be(s);return t.remove(c),void function(t,e,r,i){for(const o of t.statementsMatching(r,null,null,i)){const r=new Ve(e,o.predicate,o.object,i);t.remove(o),t.add(r)}for(const o of t.statementsMatching(null,r,null,i))t.remove(o),t.add(new Ve(o.subject,e,o.object,i));for(const o of t.statementsMatching(null,null,r,i))t.remove(o),t.add(new Ve(o.subject,o.predicate,e,i))}(t,r,i,e)}if(1!==p.length)throw new Error(`Bad list structure: ${p.length} pres at ${i}`);const l=p[0].subject;if("BlankNode"!==l.termType)throw new Error(`Bad list element node ${l} type: ${l.termType} `);r(l,s,c)}!function(t,e){const r=xr("nil");for(const i of t.statementsMatching(r,null,null,e)){t.remove(i);const r=new Be;t.add(new Ve(r,i.predicate,i.object,e))}for(const i of t.statementsMatching(null,null,r,e))if(!i.predicate.sameTerm(xr("rest"))){t.remove(i);const r=new Be;t.add(new Ve(i.subject,i.predicate,r,e))}}(t,e),t.statementsMatching(null,xr("rest"),xr("nil"),e).forEach((t=>{if("BlankNode"!==t.subject.termType)throw new Error(`Bad list element node ${t.subject} type: ${t.subject.termType} `);r(t.subject,[],[])}))}var Or="http://www.w3.org/2000/10/swap/log#",Er=function(t){return t},Mr=function(t){return t},kr=function(t){if(t.length>0)throw"missing.js: oops nnonempty dict not imp";return[]},Lr=function(t){return t.length},Nr=function(t,e,r){if(void 0===t.slice)throw"@@ mising.js: No .slice function for "+t+" of type "+typeof t;return void 0===r||null==r?t.slice(e):t.slice(e,r)},Br=Error("dummy error stop iteration"),qr=function(t){return this.last=0,this.li=t,this.next=function(){if(this.last==this.li.length)throw Br;return this.li[this.last++]},this},Fr=function(t,e){return t.indexOf(e)},Ur=function(t,e){if(!t){if(e)throw"python Assertion failed: "+e;throw"(python) Assertion failed."}};String.prototype.encode=function(t){if("utf-8"!=t)throw"UTF8_converter: can only do utf-8";return function(t){t=t.replace(/\r\n/g,"\n");for(var e="",r=0;r<t.length;r++){var i=t.charCodeAt(r);i<128?e+=String.fromCharCode(i):i>127&&i<2048?(e+=String.fromCharCode(i>>6|192),e+=String.fromCharCode(63&i|128)):(e+=String.fromCharCode(i>>12|224),e+=String.fromCharCode(i>>6&63|128),e+=String.fromCharCode(63&i|128))}return e}(this)},String.prototype.decode=function(t){if("utf-8"!=t)throw"UTF8_converter: can only do utf-8";return this};var jr=function(t,e){return Qe(e,t)},Vr="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil",Gr="http://www.w3.org/2002/07/owl#sameAs",zr="\t\r\n !\"#$%&'()*.,+/;<=>?@[\\]^`{|}~",Hr=zr+":",Wr=new RegExp("^([-+]?[0-9]+)(\\.[0-9]+)?([eE][-+]?[0-9]+)?","g"),$r=new RegExp("^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9](T[0-9][0-9]:[0-9][0-9](:[0-9][0-9](\\.[0-9]*)?)?)?Z?"),Qr=new RegExp("[\\s#]"),Xr=new RegExp('[\\\\\\r\\n\\"]',"g"),Kr=new RegExp("^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*","g");function Jr(t,e){var r=t.charAt(e+1);return""===r||Qr.test(r)}var Yr=function(t,e,r,i,o,h,n,a){return new Zr(t,e,r,i,o,h,n,a)},Zr=class{constructor(t,e,r,i,o,h,n,a){void 0===e&&(e=null),void 0===r&&(r=""),void 0===i&&(i=null),void 0===o&&(o=""),void 0===n&&(n=""),void 0===a&&(a=null),this._bindings=new kr([]),this._flags=n,""!=r&&(Ur(r.indexOf(":")>=0,"Document URI not absolute: "+r),this._bindings[""]=r+"#"),this._store=t,o&&t.setGenPrefix(o),this._thisDoc=r,this.source=t.sym(r),this.lines=0,this.statementCount=0,this.hasNil=!1,this.startOfLine=0,this.previousLine=0,this._genPrefix=o,this.keywords=new Mr(["a","this","bind","has","is","of","true","false"]),this.keywordsSet=0,this._anonymousNodes=new kr([]),this._variables=new kr([]),this._parentVariables=new kr([]),this._reason=a,this._reason2=null,this._baseURI=i||r||null,Ur(!this._baseURI||this._baseURI.indexOf(":")>=0),this._genPrefix||(this._genPrefix=this._thisDoc?this._thisDoc+"#_g":RDFSink_uniqueURI()),this._formula=null==e?this._thisDoc?t.formula(r+"#_formula"):t.formula():e,this._context=this._formula,this._parentContext=null}here(t){return this._genPrefix+"_L"+this.lines+"C"+(t-this.startOfLine+1)}formula(){return this._formula}loadStream(t){return this.loadBuf(t.read())}loadBuf(t){return this.startDoc(),this.feed(t),this.endDoc()}feed(t){for(var e=t.decode("utf-8"),r=0;r>=0;){var i=this.skipSpace(e,r);if(i<0)return;if((r=this.directiveOrStatement(e,i))<0)throw ti(this._thisDoc,this.lines,e,i,"expected directive or statement")}}directiveOrStatement(t,e){var r,i=this.skipSpace(t,e);return i<0?i:(r=this.directive(t,i))>=0||(r=this.statement(t,i))>=0?this.checkDot(t,r):r}tok(t,e,r){if("@"==e.slice(r,r+1))r+=1;else if(yr(this.keywords,t)<0)return-1;var i=r+Lr(t);return e.slice(r,i)==t&&zr.indexOf(e.charAt(i))>=0?i:-1}directive(t,e){if((h=this.skipSpace(t,e))<0)return h;var r=new Mr([]);if((h=this.tok("bind",t,e))>0)throw ti(this._thisDoc,this.lines,t,e,"keyword bind is obsolete: use @prefix");if((h=this.tok("keywords",t,e))>0){if((e=this.commaSeparatedList(t,h,r,!1))<0)throw ti(this._thisDoc,this.lines,t,e,"'@keywords' needs comma separated list of words");return this.setKeywords(Nr(r,null,null)),e}if((h=this.tok("forAll",t,e))>0){if((e=this.commaSeparatedList(t,h,r,!0))<0)throw ti(this._thisDoc,this.lines,t,e,"Bad variable list after @forAll");var i=new qr(r);try{for(;;){var o=i.next();(yr(this._variables,o)<0||yr(this._parentVariables,o)>=0)&&(this._variables[o]=this._context.newUniversal(o))}}catch(t){if(t!=Br)throw t}return e}if((h=this.tok("forSome",t,e))>0){if((e=this.commaSeparatedList(t,h,r,this.uri_ref2))<0)throw ti(this._thisDoc,this.lines,t,e,"Bad variable list after @forSome");i=new qr(r);try{for(;;)o=i.next(),this._context.declareExistential(o)}catch(t){if(t!=Br)throw t}return e}if((h=this.tok("prefix",t,e))>=0){var h,n=new Mr([]);if((e=this.qname(t,h,n))<0)throw ti(this._thisDoc,this.lines,t,h,"expected qname after @prefix");if((h=this.uri_ref2(t,e,n))<0)throw ti(this._thisDoc,this.lines,t,e,"expected <uriref> after @prefix _qname_");var a=n[1].uri;return this._baseURI?a=jr(this._baseURI,a):Ur(a.indexOf(":")>=0,"With no base URI, cannot handle relative URI for NS"),Ur(a.indexOf(":")>=0),this._bindings[n[0][0]]=a,this.bind(n[0][0],function(t){return encodeURI(t)}(a)),h}if((h=this.tok("base",t,e))>=0){if(n=new Mr([]),(e=this.uri_ref2(t,h,n))<0)throw ti(this._thisDoc,this.lines,t,h,"expected <uri> after @base ");if(a=n[0].uri,!this._baseURI)throw ti(this._thisDoc,this.lines,t,h,"With no previous base URI, cannot use relative URI in @base <"+a+">");return a=jr(this._baseURI,a),Ur(a.indexOf(":")>=0),this._baseURI=a,e}return-1}bind(t,e){""==t||this._store.setPrefixForURI(t,e)}setKeywords(t){null==t?this.keywordsSet=0:(this.keywords=t,this.keywordsSet=1)}startDoc(){}endDoc(){return this.hasNil&&this._store.rdfFactory.supports.COLLECTIONS&&Ir(this._store,this.source),this._formula}makeStatement(t){t[0].add(t[2],t[1],t[3],this.source),(t[2].uri&&t[2].uri===Vr||t[3].uri&&t[3].uri===Vr)&&(this.hasNil=!0),this.statementCount+=1}statement(t,e){var r=new Mr([]);if((e=this.object(t,e,r))<0)return e;var i=this.property_list(t,e,r[0]);if(i<0)throw ti(this._thisDoc,this.lines,t,e,"expected propertylist");return i}subject(t,e,r){return this.item(t,e,r)}verb(t,e,r){if((o=this.skipSpace(t,e))<0)return o;var i=new Mr([]);if((o=this.tok("has",t,e))>=0){if((e=this.prop(t,o,i))<0)throw ti(this._thisDoc,this.lines,t,o,"expected property after 'has'");return r.push(new Er(["->",i[0]])),e}if((o=this.tok("is",t,e))>=0){var o;if((e=this.prop(t,o,i))<0)throw ti(this._thisDoc,this.lines,t,o,"expected <property> after 'is'");if((o=this.skipSpace(t,e))<0)throw ti(this._thisDoc,this.lines,t,e,"End of file found, expected property after 'is'");if((o=this.tok("of",t,e=o))<0)throw ti(this._thisDoc,this.lines,t,e,"expected 'of' after 'is' <prop>");return r.push(new Er(["<-",i[0]])),o}if((o=this.tok("a",t,e))>=0)return r.push(new Er(["->",this._store.sym("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")])),o;if("<="==t.slice(e,e+2))return r.push(new Er(["<-",this._store.sym(Or+"implies")])),e+2;if("="==t.slice(e,e+1))return">"==t.slice(e+1,e+2)?(r.push(new Er(["->",this._store.sym(Or+"implies")])),e+2):(r.push(new Er(["->",this._store.sym(Gr)])),e+1);if(":="==t.slice(e,e+2))return r.push(new Er(["->",Or+"becomes"])),e+2;if((o=this.prop(t,e,i))>=0)return r.push(new Er(["->",i[0]])),o;if(">-"==t.slice(e,e+2)||"<-"==t.slice(e,e+2))throw ti(this._thisDoc,this.lines,t,o,">- ... -> syntax is obsolete.");return-1}prop(t,e,r){return this.item(t,e,r)}item(t,e,r){return this.path(t,e,r)}blankNode(t){return this._context.bnode(t,this._reason2)}path(t,e,r){if((h=this.nodeOrLiteral(t,e,r))<0)return h;for(;"!^.".indexOf(t.slice(h,h+1))>=0;){var i=t.slice(h,h+1);if("."==i){var o=t.slice(h+1,h+2);if(!o||Hr.indexOf(o)>=0&&":?<[{(".indexOf(o)<0)break}var h,n=r.pop(),a=this.blankNode(this.here(h));if((h=this.node(t,h+1,r))<0)throw ti(this._thisDoc,this.lines,t,h,"EOF found in middle of path syntax");var s=r.pop();this.makeStatement(new Er("^"==i?[this._context,s,a,n]:[this._context,s,n,a])),r.push(a)}return h}anonymousNode(t){if(e=this._anonymousNodes[t])return e;var e=this._store.bnode(t);return this._anonymousNodes[t]=e,e}node(t,e,r,i){void 0===i&&(i=null);var o=i;if((p=this.skipSpace(t,e))<0)return p;var h=t.slice(e=p,e+1);if("["==h){var n=this.here(e);if((p=this.skipSpace(t,e+1))<0)throw ti(this._thisDoc,this.lines,t,e,"EOF after '['");if("="==t.slice(p,p+1)){e=p+1;var a=new Mr([]);if(!((p=this.objectList(t,e,a))>=0))throw ti(this._thisDoc,this.lines,t,e,"objectList expected after [= ");if(o=a[0],Lr(a)>1){var s=new qr(a);try{for(;;){var c=s.next();this.makeStatement(new Er([this._context,this._store.sym(Gr),o,c]))}}catch(t){if(t!=Br)throw t}}if((p=this.skipSpace(t,p))<0)throw ti(this._thisDoc,this.lines,t,e,"EOF when objectList expected after [ = ");if(";"==t.slice(p,p+1))var p=p+1}if(null==o&&(o=this.blankNode(n)),(e=this.property_list(t,p,o))<0)throw ti(this._thisDoc,this.lines,t,p,"property_list expected");if((p=this.skipSpace(t,e))<0)throw ti(this._thisDoc,this.lines,t,e,"EOF when ']' expected after [ <propertyList>");if("."==t.slice(p,p+1))return r.push(o),p;if("]"!=t.slice(p,p+1))throw ti(this._thisDoc,this.lines,t,p,"']' expected");return r.push(o),p+1}if("{"==h){if("$"==t.slice(e+1,e+2)){p=(e+=1)+1;for(var l=new Mr([]),g=!0;;){if((e=this.skipSpace(t,p))<0)throw ti(this._thisDoc,this.lines,t,e,"needed '$}', found end.");if("$}"==t.slice(e,e+2)){p=e+2;break}if(g)g=!1;else{if(","!=t.slice(e,e+1))throw ti(this._thisDoc,this.lines,t,e,"expected: ','");e+=1}var m=new Mr([]);if((p=this.item(t,e,m))<0)throw ti(this._thisDoc,this.lines,t,e,"expected item in set or '$}'");l.push(m[0])}return r.push(this._store.newSet(l,this._context)),p}p=e+1;var u=this._parentContext;this._parentContext=this._context;var f=this._anonymousNodes,d=this._parentVariables;this._parentVariables=this._variables,this._anonymousNodes=new kr([]),this._variables=this._variables.slice();var w=this._reason2;for(this._reason2=null,null==o&&(o=this._store.formula()),this._context=o;;){if((e=this.skipSpace(t,p))<0)throw ti(this._thisDoc,this.lines,t,e,"needed '}', found end.");if("}"==t.slice(e,e+1)){p=e+1;break}if((p=this.directiveOrStatement(t,e))<0)throw ti(this._thisDoc,this.lines,t,e,"expected statement or '}'")}return this._anonymousNodes=f,this._variables=this._parentVariables,this._parentVariables=d,this._context=this._parentContext,this._reason2=w,this._parentContext=u,r.push(o.close()),p}if("("==h){var y=this._store.list;for("$"==t.slice(e+1,e+2)&&(y=this._store.newSet,e+=1),p=e+1,l=new Mr([]);;){if((e=this.skipSpace(t,p))<0)throw ti(this._thisDoc,this.lines,t,e,"needed ')', found end.");if(")"==t.slice(e,e+1)){p=e+1;break}if(m=new Mr([]),(p=this.item(t,e,m))<0)throw ti(this._thisDoc,this.lines,t,e,"expected item in list or ')'");l.push(m[0])}return r.push(y(l,this._context)),p}if((p=this.tok("this",t,e))>=0)throw ti(this._thisDoc,this.lines,t,e,"Keyword 'this' was ancient N3. Now use @forSome and @forAll keywords.");return(p=this.tok("true",t,e))>=0?(r.push(!0),p):(p=this.tok("false",t,e))>=0?(r.push(!1),p):null==o&&(p=this.uri_ref2(t,e,r))>=0?p:-1}property_list(t,e,r){for(;;){if((c=this.skipSpace(t,e))<0)throw ti(this._thisDoc,this.lines,t,e,"EOF found when expected verb in property list");if(":-"!=t.slice(c,c+2)){e=c;var i=new Mr([]);if((c=this.verb(t,e,i))<=0)return e;var o=new Mr([]);if((e=this.objectList(t,c,o))<0)throw ti(this._thisDoc,this.lines,t,c,"objectList expected");var h=new qr(o);try{for(;;){var n=h.next(),a=i[0],s=a[1];this.makeStatement(new Er("->"==a[0]?[this._context,s,r,n]:[this._context,s,n,r]))}}catch(t){if(t!=Br)throw t}if((c=this.skipSpace(t,e))<0)throw ti(this._thisDoc,this.lines,t,c,"EOF found in list of objects");if(";"!=t.slice(e,e+1))return e;e+=1}else{e=c+2;var c,p=new Mr([]);if((c=this.node(t,e,p,r))<0)throw ti(this._thisDoc,this.lines,t,e,"bad {} or () or [] node after :- ");e=c}}}commaSeparatedList(t,e,r,i){if((o=this.skipSpace(t,e))<0)throw ti(this._thisDoc,this.lines,t,o,"EOF found expecting comma sep list");if("."==t.charAt(o))return e;if(i)var o=this.uri_ref2(t,o,r);else o=this.bareWord(t,o,r);if(o<0)return-1;for(;;){if((e=this.skipSpace(t,o))<0)return e;var h=t.slice(e,e+1);if(","!=h)return"."!=h?-1:e;if((o=i?this.uri_ref2(t,e+1,r):this.bareWord(t,e+1,r))<0)throw ti(this._thisDoc,this.lines,t,o,"bad list content")}}objectList(t,e,r){if((e=this.object(t,e,r))<0)return-1;for(;;){var i=this.skipSpace(t,e);if(i<0)throw ti(this._thisDoc,this.lines,t,i,"EOF found after object");if(","!=t.slice(i,i+1))return i;if((e=this.object(t,i+1,r))<0)return e}}checkDot(t,e){var r=this.skipSpace(t,e);if(r<0)return r;if("."==t.slice(r,r+1))return r+1;if("}"==t.slice(r,r+1))return r;if("]"==t.slice(r,r+1))return r;throw ti(this._thisDoc,this.lines,t,r,"expected '.' or '}' or ']' at end of statement")}uri_ref2(t,e,r){var i=new Mr([]);if((g=this.qname(t,e,i))>=0){var o=i[0],h=o[0],n=o[1];if(null==h){Ur(0,"not used?");var a=this._baseURI+"#"}else if(!(a=this._bindings[h])){if("_"==h)return r.push(this.anonymousNode(n)),g;throw ti(this._thisDoc,this.lines,t,e,"Prefix "+h+" not bound.")}var s=this._store.sym(a+n);return yr(this._variables,s)>=0?r.push(this._variables[s]):r.push(s),g}if((e=this.skipSpace(t,e))<0)return-1;if("?"==t.charAt(e)){var c=new Mr([]);return(g=this.variable(t,e,c))>0?(r.push(c[0]),g):-1}if("<"==t.charAt(e)){for(var p=e+=1;e<Lr(t);){if(">"==t.charAt(e)){var l=t.slice(p,e);return this._baseURI?l=jr(this._baseURI,l):Ur(l.indexOf(":")>=0,"With no base URI, cannot deal with relative URIs"),"#"==t.slice(e-1,e)&&"#"!=Nr(l,-1,null)&&(l+="#"),s=this._store.sym(l),yr(this._variables,s)>=0?r.push(this._variables[s]):r.push(s),e+1}e+=1}throw ti(this._thisDoc,this.lines,t,g,"unterminated URI reference")}if(this.keywordsSet){var g;if(c=new Mr([]),(g=this.bareWord(t,e,c))<0)return-1;if(yr(this.keywords,c[0])>=0)throw ti(this._thisDoc,this.lines,t,e,'Keyword "'+c[0]+'" not allowed here.');return r.push(this._store.sym(this._bindings[""]+c[0])),g}return-1}skipSpace(t,e){for(var r=e||0;r<t.length;r++){var i=t.charAt(r);if(" \n\r\t\f\v            ​\u2028\u2029 ".indexOf(i)<0){if("#"!==t.charAt(r))return r;for(;;r++){if(r===t.length)return-1;if("\n"===t.charAt(r)){this.lines=this.lines+1;break}}}else"\n"===t.charAt(r)&&(this.lines=this.lines+1)}return-1}variable(t,e,r){if((i=this.skipSpace(t,e))<0)return-1;if("?"!=t.slice(i,i+1))return-1;var i;if(e=i+=1,"0123456789-".indexOf(t.charAt(i))>=0)throw ti(this._thisDoc,this.lines,t,i,"Varible name can't start with '"+t.charAt(i)+"s'");for(;e<Lr(t)&&Hr.indexOf(t.charAt(e))<0;)e+=1;if(null==this._parentContext)throw ti(this._thisDoc,this.lines,t,i,"Can't use ?xxx syntax for variable in outermost level: "+t.slice(i-1,e));return r.push(this._store.variable(t.slice(i,e))),e}bareWord(t,e,r){var i=this.skipSpace(t,e);if(i<0)return-1;var o=t.charAt(i);if("0123456789-".indexOf(o)>=0)return-1;if(Hr.indexOf(o)>=0)return-1;for(e=i;e<Lr(t);){var h=t.charAt(e);if("."===h){if(Jr(t,e))break}else if(Hr.indexOf(h)>=0)break;e+=1}return r.push(t.slice(i,e)),e}qname(t,e,r){if((e=this.skipSpace(t,e))<0)return-1;var i=t.charAt(e);if("0123456789-+".indexOf(i)>=0)return-1;if(Hr.indexOf(i)<0){var o=i;for(e+=1;e<Lr(t);){if("."===(i=t.charAt(e))){if(Jr(t,e))break}else if(Hr.indexOf(i)>=0)break;o+=i,e+=1}}else o="";if(e<Lr(t)&&":"==t.charAt(e)){var h=o;for(e+=1,o="";e<Lr(t);){if("."===(i=t.charAt(e))){if(Jr(t,e))break}else if(Hr.indexOf(i)>=0)break;o+=i,e+=1}return r.push(new Er([h,o])),e}return o&&this.keywordsSet&&yr(this.keywords,o)<0?(r.push(new Er(["",o])),e):-1}object(t,e,r){if((h=this.subject(t,e,r))>=0)return h;{if((h=this.skipSpace(t,e))<0)return-1;var i=null;let n=t.charAt(e=h);if('"'==n||"'"==n){i=t.slice(e,e+3==n+n)?n+n+n:n,e+=Lr(i);var o=this.strconst(t,e,i),h=o[0];return r.push(this._store.literal(o[1])),h}return-1}}nodeOrLiteral(t,e,r){if((l=this.node(t,e,r))>=0)return l;if((l=this.skipSpace(t,e))<0)return-1;var i=t.charAt(e=l);if("-+0987654321".indexOf(i)>=0){if($r.lastIndex=0,null!=(p=$r.exec(t.slice(e))))l=e+(o=p[0]).length,o.indexOf("T")>=0?r.push(this._store.literal(o,this._store.sym("http://www.w3.org/2001/XMLSchema#dateTime"))):r.push(this._store.literal(o,this._store.sym("http://www.w3.org/2001/XMLSchema#date")));else{var o;if(Wr.lastIndex=0,null==(p=Wr.exec(t.slice(e))))throw ti(this._thisDoc,this.lines,t,e,"Bad number or date syntax");(o=t.slice(e,l=e+Wr.lastIndex)).indexOf("e")>=0?r.push(this._store.literal(parseFloat(o),this._store.sym("http://www.w3.org/2001/XMLSchema#double"))):t.slice(e,l).indexOf(".")>=0?r.push(this._store.literal(parseFloat(o),this._store.sym("http://www.w3.org/2001/XMLSchema#decimal"))):r.push(this._store.literal(parseInt(o),this._store.sym("http://www.w3.org/2001/XMLSchema#integer")))}return l}if('"'==t.charAt(e)){if('"""'==t.slice(e,e+3))var h='"""';else h='"';e+=Lr(h);var n=null,a=this.strconst(t,e,h),s=a[1],c=null;if("@"==t.slice(l=a[0],l+1)){var p;if(Kr.lastIndex=0,null==(p=Kr.exec(t.slice(l+1))))throw ti(this._thisDoc,startline,t,e,"Bad language code syntax on string literal, after @");c=t.slice(l+1,e=Kr.lastIndex+l+1);var l=e}if("^^"==t.slice(l,l+2)){var g=new Mr([]);l=this.uri_ref2(t,l+2,g),n=g[0]}return r.push(this._store.literal(s,c||n)),l}return-1}strconst(t,e,r){for(var i=e,o="",h=this.lines;i<Lr(t);){if(e=i+Lr(r),t.slice(i,e)==r)return new Er([e,o]);if('"'!=t.charAt(i)){if(Xr.lastIndex=0,!Xr.exec(t.slice(i)))throw ti(this._thisDoc,h,t,i,"Closing quote missing in string at ^ in "+t.slice(i-20,i)+"^"+t.slice(i,i+20));if(o+=t.slice(i,e=i+Xr.lastIndex-1),'"'!=(s=t.charAt(e)))if("\r"!=s){if("\n"==s){if('"'==r)throw ti(this._thisDoc,h,t,e,"newline found in string literal");this.lines=this.lines+1,o+=s,i=e+1,this.previousLine=this.startOfLine,this.startOfLine=i}else if("\\"==s){if(!(s=t.slice(i=e+1,i+1)))throw ti(this._thisDoc,h,t,e,"unterminated string literal (2)");var n=Fr('abfrtvn\\"',s);if(n>=0)o+='a\b\f\r\t\v\n\\"'.charAt(n),i+=1;else if("u"==s)i=(a=this.uEscape(t,i+1,h))[0],o+=s=a[1];else{if("U"!=s)throw ti(this._thisDoc,this.lines,t,e,"bad escape");var a,s;i=(a=this.UEscape(t,i+1,h))[0],o+=s=a[1]}}}else i=e+1;else i=e}else o=o+'"',i=i+1}throw ti(this._thisDoc,this.lines,t,e,"unterminated string literal")}uEscape(t,e,r){for(var i=e,o=0,h=0;o<4;){var n=t.slice(i,i+1).toLowerCase();if(i+=1,""==n)throw ti(this._thisDoc,r,t,e,"unterminated string literal(3)");var a=Fr("0123456789abcdef",n);if(a<0)throw ti(this._thisDoc,r,t,e,"bad string literal hex escape");h=16*h+a,o+=1}var s=String.fromCharCode(h);return new Er([i,s])}UEscape(t,e,r){for(var i=e,o=0,h="\\U";o<8;){var n=t.slice(i,i+1).toLowerCase();if(i+=1,""==n)throw ti(this._thisDoc,r,t,e,"unterminated string literal(3)");if(Fr("0123456789abcdef",n)<0)throw ti(this._thisDoc,r,t,e,"bad string literal hex escape");h+=n,o+=1}var a,s=(a="0x"+Nr(h,2,10)-0,String.fromCharCode(a));return new Er([i,s])}};function ti(t,e,r,i,o){let h=e+1,n="Line "+h+" of <"+t+">: Bad syntax: "+o+'\nat: "'+r.slice(i,i+30)+'"',a=new SyntaxError(n,t,h);return a.lineNo=h,a.characterInFile=i,a.syntaxProblem=o,a}var ei={...tr,supports:{[Ye.collections]:!0,[Ye.defaultGraphType]:!1,[Ye.equalsMethod]:!0,[Ye.identity]:!1,[Ye.id]:!0,[Ye.reversibleId]:!1,[Ye.variableType]:!0},collection:t=>new Be(t),id(t){return De(t)?`( ${t.elements.map((t=>this.id(t))).join(", ")} )`:Re(e=t)&&e.termType===le?Je.toString(t):tr.id(t);var e},termToNQ:t=>t.termType===me?Be.toNT(t):tr.termToNQ(t)};function ri(t,e){return"string"==typeof e?t.rdfFactory.literal(e):Object.prototype.hasOwnProperty.call(e,"@list")?!0===t.rdfFactory.supports.COLLECTIONS?function(t,e){if(!Array.isArray(e))throw new TypeError("Object must be an array");return t.rdfFactory.collection(e.map((e=>ri(t,e))))}(t,e["@list"]):function(t,e){const r=e["@id"]?oi(t,e):t.rdfFactory.blankNode(),i=e["@list"].map((e=>ri(t,e))),o=wr(t.rdfFactory,r,i);return t.addAll(o),r}(t,e):Object.prototype.hasOwnProperty.call(e,"@id")?oi(t,e):Object.prototype.hasOwnProperty.call(e,"@language")?t.rdfFactory.literal(e["@value"],e["@language"]):Object.prototype.hasOwnProperty.call(e,"@type")?t.rdfFactory.literal(e["@value"],t.rdfFactory.namedNode(e["@type"])):Object.prototype.hasOwnProperty.call(e,"@value")?t.rdfFactory.literal(e["@value"]):t.rdfFactory.literal(e)}async function ii(t,e,r){const i=r&&Object.prototype.hasOwnProperty.call(r,"termType")?r.value:r,o=await import("./jsonld-V2RB47OZ.js");return(await o.default.flatten(JSON.parse(t),null,{base:i})).reduce(((t,e)=>hi(t,r,e)),e)}function oi(t,e){return e["@id"].startsWith("_:")?t.rdfFactory.blankNode(e["@id"].substring(2)):t.rdfFactory.namedNode(e["@id"])}function hi(t,e,r){const i=r["@id"]?oi(t,r):t.rdfFactory.blankNode();for(const o of Object.keys(r)){if("@id"===o)continue;if("@graph"==o){const e=i,h=r[o];for(let r=0;r<h.length;r++)t=hi(t,e,h[r])}const h=r[o];if(Array.isArray(h))for(let r=0;r<h.length;r++)t.addStatement(ni(t,i,o,h[r],e));else t.addStatement(ni(t,i,o,h,e))}return t}function ni(t,e,r,i,o){let h,n;return"@type"===r?(h=t.rdfFactory.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),n=t.rdfFactory.namedNode(i)):(h=t.rdfFactory.namedNode(r),n=ri(t,i)),t.rdfFactory.quad(e,h,n,t.rdfFactory.namedNode(o))}var ai,si=s(v()),ci="http://www.w3.org/1999/02/22-rdf-syntax-ns#",pi="http://www.w3.org/2001/XMLSchema#",li="http://www.w3.org/2000/10/swap/",gi={xsd:{decimal:`${pi}decimal`,boolean:`${pi}boolean`,double:`${pi}double`,integer:`${pi}integer`,string:`${pi}string`},rdf:{type:`${ci}type`,nil:`${ci}nil`,first:`${ci}first`,rest:`${ci}rest`,langString:`${ci}langString`},owl:{sameAs:"http://www.w3.org/2002/07/owl#sameAs"},r:{forSome:`${li}reify#forSome`,forAll:`${li}reify#forAll`},log:{implies:`${li}log#implies`,isImpliedBy:`${li}log#isImpliedBy`}},{xsd:mi}=gi,ui=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\([^])/g,fi={"\\":"\\","'":"'",'"':'"',n:"\n",r:"\r",t:"\t",f:"\f",b:"\b",_:"_","~":"~",".":".","-":"-","!":"!",$:"$","&":"&","(":"(",")":")","*":"*","+":"+",",":",",";":";","=":"=","/":"/","?":"?","#":"#","@":"@","%":"%"},di=/[\x00-\x20<>\\"\{\}\|\^\`]/,wi={_iri:!0,_unescapedIri:!0,_simpleQuotedString:!0,_langcode:!0,_blank:!0,_newline:!0,_comment:!0,_whitespace:!0,_endOfFile:!0},yi=/$0^/,vi=class{constructor(t){if(this._iri=/^<((?:[^ <>{}\\]|\\[uU])+)>[ \t]*/,this._unescapedIri=/^<([^\x00-\x20<>\\"\{\}\|\^\`]*)>[ \t]*/,this._simpleQuotedString=/^"([^"\\\r\n]*)"(?=[^"])/,this._simpleApostropheString=/^'([^'\\\r\n]*)'(?=[^'])/,this._langcode=/^@([a-z]+(?:-[a-z0-9]+)*)(?=[^a-z0-9\-])/i,this._prefix=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:(?=[#\s<])/,this._prefixed=/^((?:[A-Za-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)?:((?:(?:[0-:A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])(?:(?:[\.\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~])*(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff]|%[0-9a-fA-F]{2}|\\[!#-\/;=?\-@_~]))?)?)(?:[ \t]+|(?=\.?[,;!\^\s#()\[\]\{\}"'<>]))/,this._variable=/^\?(?:(?:[A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:[\-0-:A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?=[.,;!\^\s#()\[\]\{\}"'<>])/,this._blank=/^_:((?:[0-9A-Z_a-z\xc0-\xd6\xd8-\xf6\xf8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])(?:\.?[\-0-9A-Z_a-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c\u200d\u203f\u2040\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd]|[\ud800-\udb7f][\udc00-\udfff])*)(?:[ \t]+|(?=\.?[,;:\s#()\[\]\{\}"'<>]))/,this._number=/^[\-+]?(?:(\d+\.\d*|\.?\d+)[eE][\-+]?|\d*(\.)?)\d+(?=\.?[,;:\s#()\[\]\{\}"'<>])/,this._boolean=/^(?:true|false)(?=[.,;\s#()\[\]\{\}"'<>])/,this._keyword=/^@[a-z]+(?=[\s#<:])/i,this._sparqlKeyword=/^(?:PREFIX|BASE|GRAPH)(?=[\s#<])/i,this._shortPredicates=/^a(?=[\s#()\[\]\{\}"'<>])/,this._newline=/^[ \t]*(?:#[^\n\r]*)?(?:\r\n|\n|\r)[ \t]*/,this._comment=/#([^\n\r]*)/,this._whitespace=/^[ \t]+/,this._endOfFile=/^(?:#[^\n\r]*)?$/,this._isImpliedBy=(t=t||{}).isImpliedBy,this._lineMode=!!t.lineMode){this._n3Mode=!1;for(const t in this)!(t in wi)&&this[t]instanceof RegExp&&(this[t]=yi)}else this._n3Mode=!1!==t.n3;this.comments=!!t.comments,this._literalClosingPos=0}_tokenizeToEnd(t,e){let r=this._input,i=r.length;for(;;){let t,n;for(;t=this._newline.exec(r);)this.comments&&(n=this._comment.exec(t[0]))&&o("comment",n[1],"",this._line,t[0].length),r=r.substr(t[0].length,r.length),i=r.length,this._line++;if(!t&&(t=this._whitespace.exec(r))&&(r=r.substr(t[0].length,r.length)),this._endOfFile.test(r))return e&&(this.comments&&(n=this._comment.exec(r))&&o("comment",n[1],"",this._line,r.length),r=null,o("eof","","",this._line,0)),this._input=r;const a=this._line,s=r[0];let c="",p="",l="",g=null,m=0,u=!1;switch(s){case"^":if(r.length<3)break;if("^"!==r[1]){this._n3Mode&&(m=1,c="^");break}if(this._previousMarker="^^",r=r.substr(2),"<"!==r[0]){u=!0;break}case"<":if(g=this._unescapedIri.exec(r))c="IRI",p=g[1];else if(g=this._iri.exec(r)){if(p=this._unescape(g[1]),null===p||di.test(p))return h(this);c="IRI"}else r.length>1&&"<"===r[1]?(c="<<",m=2):this._n3Mode&&r.length>1&&"="===r[1]&&(m=2,this._isImpliedBy?(c="abbreviation",p="<"):(c="inverse",p=">"));break;case">":r.length>1&&">"===r[1]&&(c=">>",m=2);break;case"_":((g=this._blank.exec(r))||e&&(g=this._blank.exec(`${r} `)))&&(c="blank",l="_",p=g[1]);break;case'"':if(g=this._simpleQuotedString.exec(r))p=g[1];else if(({value:p,matchLength:m}=this._parseLiteral(r)),null===p)return h(this);null===g&&0===m||(c="literal",this._literalClosingPos=0);break;case"'":if(!this._lineMode){if(g=this._simpleApostropheString.exec(r))p=g[1];else if(({value:p,matchLength:m}=this._parseLiteral(r)),null===p)return h(this);null===g&&0===m||(c="literal",this._literalClosingPos=0)}break;case"?":this._n3Mode&&(g=this._variable.exec(r))&&(c="var",p=g[0]);break;case"@":"literal"===this._previousMarker&&(g=this._langcode.exec(r))?(c="langcode",p=g[1]):(g=this._keyword.exec(r))&&(c=g[0]);break;case".":if(1===r.length?e:r[1]<"0"||r[1]>"9"){c=".",m=1;break}case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"-":(g=this._number.exec(r)||e&&(g=this._number.exec(`${r} `)))&&(c="literal",p=g[0],l="string"==typeof g[1]?mi.double:"string"==typeof g[2]?mi.decimal:mi.integer);break;case"B":case"b":case"p":case"P":case"G":case"g":(g=this._sparqlKeyword.exec(r))?c=g[0].toUpperCase():u=!0;break;case"f":case"t":(g=this._boolean.exec(r))?(c="literal",p=g[0],l=mi.boolean):u=!0;break;case"a":(g=this._shortPredicates.exec(r))?(c="abbreviation",p="a"):u=!0;break;case"=":this._n3Mode&&r.length>1&&(c="abbreviation",">"!==r[1]?(m=1,p="="):(m=2,p=">"));break;case"!":if(!this._n3Mode)break;case",":case";":case"[":case"]":case"(":case")":case"}":this._lineMode||(m=1,c=s);break;case"{":!this._lineMode&&r.length>=2&&("|"===r[1]?(c="{|",m=2):(c=s,m=1));break;case"|":r.length>=2&&"}"===r[1]&&(c="|}",m=2);break;default:u=!0}if(u&&("@prefix"!==this._previousMarker&&"PREFIX"!==this._previousMarker||!(g=this._prefix.exec(r))?((g=this._prefixed.exec(r))||e&&(g=this._prefixed.exec(`${r} `)))&&(c="prefixed",l=g[1]||"",p=this._unescape(g[2])):(c="prefix",p=g[1]||"")),"^^"===this._previousMarker)switch(c){case"prefixed":c="type";break;case"IRI":c="typeIRI";break;default:c=""}if(!c)return e||!/^'''|^"""/.test(r)&&/\n|\r/.test(r)?h(this):this._input=r;const f=m||g[0].length,d=o(c,p,l,a,f);this.previousToken=d,this._previousMarker=c,r=r.substr(f,r.length)}function o(e,o,h,n,a){const s=r?i-r.length:i,c={type:e,value:o,prefix:h,line:n,start:s,end:s+a};return t(null,c),c}function h(e){t(e._syntaxError(/^\S*/.exec(r)[0]))}}_unescape(t){let e=!1;const r=t.replace(ui,((t,r,i,o)=>{if("string"==typeof r)return String.fromCharCode(Number.parseInt(r,16));if("string"==typeof i){let t=Number.parseInt(i,16);return t<=65535?String.fromCharCode(Number.parseInt(i,16)):String.fromCharCode(55296+((t-=65536)>>10),56320+(1023&t))}return o in fi?fi[o]:(e=!0,"")}));return e?null:r}_parseLiteral(t){if(t.length>=3){const e=t.match(/^(?:"""|"|'''|'|)/)[0],r=e.length;let i=Math.max(this._literalClosingPos,r);for(;(i=t.indexOf(e,i))>0;){let e=0;for(;"\\"===t[i-e-1];)e++;if(e%2==0){const e=t.substring(r,i),o=e.split(/\r\n|\r|\n/).length-1,h=i+r;if(1===r&&0!==o||3===r&&this._lineMode)break;return this._line+=o,{value:this._unescape(e),matchLength:h}}i++}this._literalClosingPos=t.length-r+1}return{value:"",matchLength:0}}_syntaxError(t){this._input=null;const e=new Error(`Unexpected "${t}" on line ${this._line}.`);return e.context={token:void 0,line:this._line,previousToken:this.previousToken},e}_readStartingBom(t){return t.startsWith("\ufeff")?t.substr(1):t}tokenize(t,e){if(this._line=1,"string"==typeof t){if(this._input=this._readStartingBom(t),"function"!=typeof e){const t=[];let e;if(this._tokenizeToEnd(((r,i)=>r?e=r:t.push(i)),!0),e)throw e;return t}queueMicrotask((()=>this._tokenizeToEnd(e,!0)))}else this._pendingBuffer=null,"function"==typeof t.setEncoding&&t.setEncoding("utf8"),t.on("data",(t=>{null!==this._input&&0!==t.length&&(this._pendingBuffer&&(t=si.Buffer.concat([this._pendingBuffer,t]),this._pendingBuffer=null),128&t[t.length-1]?this._pendingBuffer=t:(void 0===this._input?this._input=this._readStartingBom("string"==typeof t?t:t.toString()):this._input+=t,this._tokenizeToEnd(e,!1)))})),t.on("end",(()=>{"string"==typeof this._input&&this._tokenizeToEnd(e,!0)})),t.on("error",e)}},{rdf:bi,xsd:_i}=gi,Ci=0,Si={namedNode:Ii,blankNode:Oi,variable:Mi,literal:Ei,defaultGraph:function(){return ai},quad:ki,triple:ki,fromTerm:Li,fromQuad:Ni},Pi=class t{constructor(t){this.id=t}get value(){return this.id}equals(e){return e instanceof t?this.id===e.id:!!e&&this.termType===e.termType&&this.value===e.value}hashCode(){return 0}toJSON(){return{termType:this.termType,value:this.value}}},Ai=class extends Pi{get termType(){return"NamedNode"}},Ti=class t extends Pi{get termType(){return"Literal"}get value(){return this.id.substring(1,this.id.lastIndexOf('"'))}get language(){const t=this.id;let e=t.lastIndexOf('"')+1;return e<t.length&&"@"===t[e++]?t.substr(e).toLowerCase():""}get datatype(){return new Ai(this.datatypeString)}get datatypeString(){const t=this.id,e=t.lastIndexOf('"')+1,r=e<t.length?t[e]:"";return"^"===r?t.substr(e+2):"@"!==r?_i.string:bi.langString}equals(e){return e instanceof t?this.id===e.id:!!e&&!!e.datatype&&this.termType===e.termType&&this.value===e.value&&this.language===e.language&&this.datatype.value===e.datatype.value}toJSON(){return{termType:this.termType,value:this.value,language:this.language,datatype:{termType:"NamedNode",value:this.datatypeString}}}},Di=class extends Pi{constructor(t){super(`_:${t}`)}get termType(){return"BlankNode"}get value(){return this.id.substr(2)}},Ri=class extends Pi{constructor(t){super(`?${t}`)}get termType(){return"Variable"}get value(){return this.id.substr(1)}};ai=new class extends Pi{constructor(){return super(""),ai||this}get termType(){return"DefaultGraph"}equals(t){return this===t||!!t&&this.termType===t.termType}};var xi=class extends Pi{constructor(t,e,r,i){super(""),this._subject=t,this._predicate=e,this._object=r,this._graph=i||ai}get termType(){return"Quad"}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}get graph(){return this._graph}toJSON(){return{termType:this.termType,subject:this._subject.toJSON(),predicate:this._predicate.toJSON(),object:this._object.toJSON(),graph:this._graph.toJSON()}}equals(t){return!!t&&this._subject.equals(t.subject)&&this._predicate.equals(t.predicate)&&this._object.equals(t.object)&&this._graph.equals(t.graph)}};function Ii(t){return new Ai(t)}function Oi(t){return new Di(t||"n3-"+Ci++)}function Ei(t,e){if("string"==typeof e)return new Ti(`"${t}"@${e.toLowerCase()}`);let r=e?e.value:"";return""===r&&("boolean"==typeof t?r=_i.boolean:"number"==typeof t&&(Number.isFinite(t)?r=Number.isInteger(t)?_i.integer:_i.double:(r=_i.double,Number.isNaN(t)||(t=t>0?"INF":"-INF")))),new Ti(""===r||r===_i.string?`"${t}"`:`"${t}"^^${r}`)}function Mi(t){return new Ri(t)}function ki(t,e,r,i){return new xi(t,e,r,i)}function Li(t){if(t instanceof Pi)return t;switch(t.termType){case"NamedNode":return Ii(t.value);case"BlankNode":return Oi(t.value);case"Variable":return Mi(t.value);case"DefaultGraph":return ai;case"Literal":return Ei(t.value,t.language||t.datatype);case"Quad":return Ni(t);default:throw new Error(`Unexpected termType: ${t.termType}`)}}function Ni(t){if(t instanceof xi)return t;if("Quad"!==t.termType)throw new Error(`Unexpected termType: ${t.termType}`);return ki(Li(t.subject),Li(t.predicate),Li(t.object),Li(t.graph))}var Bi,qi=0,Fi=class{constructor(t){this._contextStack=[],this._graph=null,this._setBase((t=t||{}).baseIRI),t.factory&&ji(this,t.factory);const e="string"==typeof t.format?t.format.match(/\w*$/)[0].toLowerCase():"",r=/turtle/.test(e),i=/trig/.test(e),o=/triple/.test(e),h=/quad/.test(e),n=this._n3Mode=/n3/.test(e),a=o||h;(this._supportsNamedGraphs=!(r||n))||(this._readPredicateOrNamedGraph=this._readPredicate),this._supportsQuads=!(r||i||o||n),this._isImpliedBy=t.isImpliedBy,this._supportsRDFStar=""===e||/star|\*$/.test(e),a&&(this._resolveRelativeIRI=()=>null),this._blankNodePrefix="string"!=typeof t.blankNodePrefix?"":t.blankNodePrefix.replace(/^(?!_:)/,"_:"),this._lexer=t.lexer||new vi({lineMode:a,n3:n,isImpliedBy:this._isImpliedBy}),this._explicitQuantifiers=!!t.explicitQuantifiers}static _resetBlankNodePrefix(){qi=0}_setBase(t){if(t){const e=t.indexOf("#");e>=0&&(t=t.substr(0,e)),this._base=t,this._basePath=t.indexOf("/")<0?t:t.replace(/[^\/?]*(?:\?.*)?$/,""),t=t.match(/^(?:([a-z][a-z0-9+.-]*:))?(?:\/\/[^\/]*)?/i),this._baseRoot=t[0],this._baseScheme=t[1]}else this._base="",this._basePath=""}_saveContext(t,e,r,i,o){const h=this._n3Mode;this._contextStack.push({type:t,subject:r,predicate:i,object:o,graph:e,inverse:!!h&&this._inversePredicate,blankPrefix:h?this._prefixes._:"",quantified:h?this._quantified:null}),h&&(this._inversePredicate=!1,this._prefixes._=this._graph?`${this._graph.value}.`:".",this._quantified=Object.create(this._quantified))}_restoreContext(t,e){const r=this._contextStack.pop();if(!r||r.type!==t)return this._error(`Unexpected ${e.type}`,e);this._subject=r.subject,this._predicate=r.predicate,this._object=r.object,this._graph=r.graph,this._n3Mode&&(this._inversePredicate=r.inverse,this._prefixes._=r.blankPrefix,this._quantified=r.quantified)}_readInTopContext(t){switch(t.type){case"eof":return null!==this._graph?this._error("Unclosed graph",t):(delete this._prefixes._,this._callback(null,null,this._prefixes));case"PREFIX":this._sparqlStyle=!0;case"@prefix":return this._readPrefix;case"BASE":this._sparqlStyle=!0;case"@base":return this._readBaseIRI;case"{":if(this._supportsNamedGraphs)return this._graph="",this._subject=null,this._readSubject;case"GRAPH":if(this._supportsNamedGraphs)return this._readNamedGraphLabel;default:return this._readSubject(t)}}_readEntity(t,e){let r;switch(t.type){case"IRI":case"typeIRI":const e=this._resolveIRI(t.value);if(null===e)return this._error("Invalid IRI",t);r=this._factory.namedNode(e);break;case"type":case"prefixed":const i=this._prefixes[t.prefix];if(void 0===i)return this._error(`Undefined prefix "${t.prefix}:"`,t);r=this._factory.namedNode(i+t.value);break;case"blank":r=this._factory.blankNode(this._prefixes[t.prefix]+t.value);break;case"var":r=this._factory.variable(t.value.substr(1));break;default:return this._error(`Expected entity but got ${t.type}`,t)}return!e&&this._n3Mode&&r.id in this._quantified&&(r=this._quantified[r.id]),r}_readSubject(t){switch(this._predicate=null,t.type){case"[":return this._saveContext("blank",this._graph,this._subject=this._factory.blankNode(),null,null),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this.RDF_NIL,null,null),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._graph=this._factory.blankNode(),null,null),this._readSubject):this._error("Unexpected graph",t);case"}":return this._readPunctuation(t);case"@forSome":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORSOME,this._quantifier="blankNode",this._readQuantifierList):this._error('Unexpected "@forSome"',t);case"@forAll":return this._n3Mode?(this._subject=null,this._predicate=this.N3_FORALL,this._quantifier="variable",this._readQuantifierList):this._error('Unexpected "@forAll"',t);case"literal":if(!this._n3Mode)return this._error("Unexpected literal",t);if(0===t.prefix.length)return this._literalValue=t.value,this._completeSubjectLiteral;this._subject=this._factory.literal(t.value,this._factory.namedNode(t.prefix));break;case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,null,null,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",t);default:if(void 0===(this._subject=this._readEntity(t)))return;if(this._n3Mode)return this._getPathReader(this._readPredicateOrNamedGraph)}return this._readPredicateOrNamedGraph}_readPredicate(t){const e=t.type;switch(e){case"inverse":this._inversePredicate=!0;case"abbreviation":this._predicate=this.ABBREVIATIONS[t.value];break;case".":case"]":case"}":return null===this._predicate?this._error(`Unexpected ${e}`,t):(this._subject=null,"]"===e?this._readBlankNodeTail(t):this._readPunctuation(t));case";":return null!==this._predicate?this._readPredicate:this._error("Expected predicate but got ;",t);case"[":if(this._n3Mode)return this._saveContext("blank",this._graph,this._subject,this._subject=this._factory.blankNode(),null),this._readBlankNodeHead;case"blank":if(!this._n3Mode)return this._error("Disallowed blank node as predicate",t);default:if(void 0===(this._predicate=this._readEntity(t)))return}return this._readObject}_readObject(t){switch(t.type){case"literal":if(0===t.prefix.length)return this._literalValue=t.value,this._readDataTypeOrLang;this._object=this._factory.literal(t.value,this._factory.namedNode(t.prefix));break;case"[":return this._saveContext("blank",this._graph,this._subject,this._predicate,this._subject=this._factory.blankNode()),this._readBlankNodeHead;case"(":return this._saveContext("list",this._graph,this._subject,this._predicate,this.RDF_NIL),this._subject=null,this._readListItem;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",t);case"<<":return this._supportsRDFStar?(this._saveContext("<<",this._graph,this._subject,this._predicate,null),this._graph=null,this._readSubject):this._error("Unexpected RDF-star syntax",t);default:if(void 0===(this._object=this._readEntity(t)))return;if(this._n3Mode)return this._getPathReader(this._getContextEndReader())}return this._getContextEndReader()}_readPredicateOrNamedGraph(t){return"{"===t.type?this._readGraph(t):this._readPredicate(t)}_readGraph(t){return"{"!==t.type?this._error(`Expected graph but got ${t.type}`,t):(this._graph=this._subject,this._subject=null,this._readSubject)}_readBlankNodeHead(t){return"]"===t.type?(this._subject=null,this._readBlankNodeTail(t)):(this._predicate=null,this._readPredicate(t))}_readBlankNodeTail(t){if("]"!==t.type)return this._readBlankNodePunctuation(t);null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph);const e=null===this._predicate;return this._restoreContext("blank",t),null!==this._object?this._getContextEndReader():null!==this._predicate?this._readObject:e?this._readPredicateOrNamedGraph:this._readPredicateAfterBlank}_readPredicateAfterBlank(t){switch(t.type){case".":case"}":return this._subject=null,this._readPunctuation(t);default:return this._readPredicate(t)}}_readListItem(t){let e=null,r=null,i=this._readListItem;const o=this._subject,h=this._contextStack,n=h[h.length-1];switch(t.type){case"[":this._saveContext("blank",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this._subject=e=this._factory.blankNode()),i=this._readBlankNodeHead;break;case"(":this._saveContext("list",this._graph,r=this._factory.blankNode(),this.RDF_FIRST,this.RDF_NIL),this._subject=null;break;case")":if(this._restoreContext("list",t),0!==h.length&&"list"===h[h.length-1].type&&this._emit(this._subject,this._predicate,this._object,this._graph),null===this._predicate){if(i=this._readPredicate,this._subject===this.RDF_NIL)return i}else if(i=this._getContextEndReader(),this._object===this.RDF_NIL)return i;r=this.RDF_NIL;break;case"literal":0===t.prefix.length?(this._literalValue=t.value,i=this._readListItemDataTypeOrLang):(e=this._factory.literal(t.value,this._factory.namedNode(t.prefix)),i=this._getContextEndReader());break;case"{":return this._n3Mode?(this._saveContext("formula",this._graph,this._subject,this._predicate,this._graph=this._factory.blankNode()),this._readSubject):this._error("Unexpected graph",t);default:if(void 0===(e=this._readEntity(t)))return}if(null===r&&(this._subject=r=this._factory.blankNode()),null===o?null===n.predicate?n.subject=r:n.object=r:this._emit(o,this.RDF_REST,r,this._graph),null!==e){if(this._n3Mode&&("IRI"===t.type||"prefixed"===t.type))return this._saveContext("item",this._graph,r,this.RDF_FIRST,e),this._subject=e,this._predicate=null,this._getPathReader(this._readListItem);this._emit(r,this.RDF_FIRST,e,this._graph)}return i}_readDataTypeOrLang(t){return this._completeObjectLiteral(t,!1)}_readListItemDataTypeOrLang(t){return this._completeObjectLiteral(t,!0)}_completeLiteral(t){let e=this._factory.literal(this._literalValue);switch(t.type){case"type":case"typeIRI":const r=this._readEntity(t);if(void 0===r)return;e=this._factory.literal(this._literalValue,r),t=null;break;case"langcode":e=this._factory.literal(this._literalValue,t.value),t=null}return{token:t,literal:e}}_completeSubjectLiteral(t){return this._subject=this._completeLiteral(t).literal,this._readPredicateOrNamedGraph}_completeObjectLiteral(t,e){const r=this._completeLiteral(t);if(r)return this._object=r.literal,e&&this._emit(this._subject,this.RDF_FIRST,this._object,this._graph),null===r.token?this._getContextEndReader():(this._readCallback=this._getContextEndReader(),this._readCallback(r.token))}_readFormulaTail(t){return"}"!==t.type?this._readPunctuation(t):(null!==this._subject&&this._emit(this._subject,this._predicate,this._object,this._graph),this._restoreContext("formula",t),null===this._object?this._readPredicate:this._getContextEndReader())}_readPunctuation(t){let e,r=this._graph;const i=this._subject,o=this._inversePredicate;switch(t.type){case"}":if(null===this._graph)return this._error("Unexpected graph closing",t);if(this._n3Mode)return this._readFormulaTail(t);this._graph=null;case".":this._subject=null,e=this._contextStack.length?this._readSubject:this._readInTopContext,o&&(this._inversePredicate=!1);break;case";":e=this._readPredicate;break;case",":e=this._readObject;break;case"{|":if(!this._supportsRDFStar)return this._error("Unexpected RDF-star syntax",t);this._subject=this._factory.quad(i,this._predicate,this._object,this.DEFAULTGRAPH),e=this._readPredicate;break;case"|}":if("Quad"!==this._subject.termType)return this._error("Unexpected asserted triple closing",t);this._subject=null,e=this._readPunctuation;break;default:if(this._supportsQuads&&null===this._graph&&void 0!==(r=this._readEntity(t))){e=this._readQuadPunctuation;break}return this._error(`Expected punctuation to follow "${this._object.id}"`,t)}if(null!==i){const t=this._predicate,e=this._object;o?this._emit(e,t,i,r):this._emit(i,t,e,r)}return e}_readBlankNodePunctuation(t){let e;switch(t.type){case";":e=this._readPredicate;break;case",":e=this._readObject;break;default:return this._error(`Expected punctuation to follow "${this._object.id}"`,t)}return this._emit(this._subject,this._predicate,this._object,this._graph),e}_readQuadPunctuation(t){return"."!==t.type?this._error("Expected dot to follow quad",t):this._readInTopContext}_readPrefix(t){return"prefix"!==t.type?this._error("Expected prefix to follow @prefix",t):(this._prefix=t.value,this._readPrefixIRI)}_readPrefixIRI(t){if("IRI"!==t.type)return this._error(`Expected IRI to follow prefix "${this._prefix}:"`,t);const e=this._readEntity(t);return this._prefixes[this._prefix]=e.value,this._prefixCallback(this._prefix,e),this._readDeclarationPunctuation}_readBaseIRI(t){const e="IRI"===t.type&&this._resolveIRI(t.value);return e?(this._setBase(e),this._readDeclarationPunctuation):this._error("Expected valid IRI to follow base declaration",t)}_readNamedGraphLabel(t){switch(t.type){case"IRI":case"blank":case"prefixed":return this._readSubject(t),this._readGraph;case"[":return this._readNamedGraphBlankLabel;default:return this._error("Invalid graph label",t)}}_readNamedGraphBlankLabel(t){return"]"!==t.type?this._error("Invalid graph label",t):(this._subject=this._factory.blankNode(),this._readGraph)}_readDeclarationPunctuation(t){return this._sparqlStyle?(this._sparqlStyle=!1,this._readInTopContext(t)):"."!==t.type?this._error("Expected declaration to end with a dot",t):this._readInTopContext}_readQuantifierList(t){let e;switch(t.type){case"IRI":case"prefixed":if(void 0!==(e=this._readEntity(t,!0)))break;default:return this._error(`Unexpected ${t.type}`,t)}return this._explicitQuantifiers?(null===this._subject?this._emit(this._graph||this.DEFAULTGRAPH,this._predicate,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH):this._emit(this._subject,this.RDF_REST,this._subject=this._factory.blankNode(),this.QUANTIFIERS_GRAPH),this._emit(this._subject,this.RDF_FIRST,e,this.QUANTIFIERS_GRAPH)):this._quantified[e.id]=this._factory[this._quantifier](this._factory.blankNode().value),this._readQuantifierPunctuation}_readQuantifierPunctuation(t){return","===t.type?this._readQuantifierList:(this._explicitQuantifiers&&(this._emit(this._subject,this.RDF_REST,this.RDF_NIL,this.QUANTIFIERS_GRAPH),this._subject=null),this._readCallback=this._getContextEndReader(),this._readCallback(t))}_getPathReader(t){return this._afterPath=t,this._readPath}_readPath(t){switch(t.type){case"!":return this._readForwardPath;case"^":return this._readBackwardPath;default:const e=this._contextStack,r=e.length&&e[e.length-1];if(r&&"item"===r.type){const e=this._subject;this._restoreContext("item",t),this._emit(this._subject,this.RDF_FIRST,e,this._graph)}return this._afterPath(t)}}_readForwardPath(t){let e,r;const i=this._factory.blankNode();if(void 0!==(r=this._readEntity(t)))return null===this._predicate?(e=this._subject,this._subject=i):(e=this._object,this._object=i),this._emit(e,r,i,this._graph),this._readPath}_readBackwardPath(t){const e=this._factory.blankNode();let r,i;if(void 0!==(r=this._readEntity(t)))return null===this._predicate?(i=this._subject,this._subject=e):(i=this._object,this._object=e),this._emit(e,r,i,this._graph),this._readPath}_readRDFStarTailOrGraph(t){return">>"!==t.type?this._supportsQuads&&null===this._graph&&void 0!==(this._graph=this._readEntity(t))?this._readRDFStarTail:this._error(`Expected >> to follow "${this._object.id}"`,t):this._readRDFStarTail(t)}_readRDFStarTail(t){if(">>"!==t.type)return this._error(`Expected >> but got ${t.type}`,t);const e=this._factory.quad(this._subject,this._predicate,this._object,this._graph||this.DEFAULTGRAPH);return this._restoreContext("<<",t),null===this._subject?(this._subject=e,this._readPredicate):(this._object=e,this._getContextEndReader())}_getContextEndReader(){const t=this._contextStack;if(!t.length)return this._readPunctuation;switch(t[t.length-1].type){case"blank":return this._readBlankNodeTail;case"list":return this._readListItem;case"formula":return this._readFormulaTail;case"<<":return this._readRDFStarTailOrGraph}}_emit(t,e,r,i){this._callback(null,this._factory.quad(t,e,r,i||this.DEFAULTGRAPH))}_error(t,e){const r=new Error(`${t} on line ${e.line}.`);r.context={token:e,line:e.line,previousToken:this._lexer.previousToken},this._callback(r),this._callback=Ui}_resolveIRI(t){return/^[a-z][a-z0-9+.-]*:/i.test(t)?t:this._resolveRelativeIRI(t)}_resolveRelativeIRI(t){if(!t.length)return this._base;switch(t[0]){case"#":return this._base+t;case"?":return this._base.replace(/(?:\?.*)?$/,t);case"/":return("/"===t[1]?this._baseScheme:this._baseRoot)+this._removeDotSegments(t);default:return/^[^/:]*:/.test(t)?null:this._removeDotSegments(this._basePath+t)}}_removeDotSegments(t){if(!/(^|\/)\.\.?($|[/#?])/.test(t))return t;const e=t.length;let r="",i=-1,o=-1,h=0,n="/";for(;i<e;){switch(n){case":":if(o<0&&"/"===t[++i]&&"/"===t[++i])for(;(o=i+1)<e&&"/"!==t[o];)i=o;break;case"?":case"#":i=e;break;case"/":if("."===t[i+1])switch(n=t[1+ ++i],n){case"/":r+=t.substring(h,i-1),h=i+1;break;case void 0:case"?":case"#":return r+t.substring(h,i)+t.substr(i+1);case".":if(n=t[1+ ++i],void 0===n||"/"===n||"?"===n||"#"===n){if(r+=t.substring(h,i-2),(h=r.lastIndexOf("/"))>=o&&(r=r.substr(0,h)),"/"!==n)return`${r}/${t.substr(i+1)}`;h=i+1}}}n=t[++i]}return r+t.substring(h)}parse(t,e,r){let i,o,h;if(e&&(e.onQuad||e.onPrefix||e.onComment)?(i=e.onQuad,o=e.onPrefix,h=e.onComment):(i=e,o=r),this._readCallback=this._readInTopContext,this._sparqlStyle=!1,this._prefixes=Object.create(null),this._prefixes._=this._blankNodePrefix?this._blankNodePrefix.substr(2):`b${qi++}_`,this._prefixCallback=o||Ui,this._inversePredicate=!1,this._quantified=Object.create(null),!i){const e=[];let r;if(this._callback=(t,i)=>{t?r=t:i&&e.push(i)},this._lexer.tokenize(t).every((t=>this._readCallback=this._readCallback(t))),r)throw r;return e}let n=(t,e)=>{null!==t?(this._callback(t),this._callback=Ui):this._readCallback&&(this._readCallback=this._readCallback(e))};h&&(this._lexer.comments=!0,n=(t,e)=>{null!==t?(this._callback(t),this._callback=Ui):this._readCallback&&("comment"===e.type?h(e.value):this._readCallback=this._readCallback(e))}),this._callback=i,this._lexer.tokenize(t,n)}};function Ui(){}function ji(t,e){t._factory=e,t.DEFAULTGRAPH=e.defaultGraph(),t.RDF_FIRST=e.namedNode(gi.rdf.first),t.RDF_REST=e.namedNode(gi.rdf.rest),t.RDF_NIL=e.namedNode(gi.rdf.nil),t.N3_FORALL=e.namedNode(gi.r.forAll),t.N3_FORSOME=e.namedNode(gi.r.forSome),t.ABBREVIATIONS={a:e.namedNode(gi.rdf.type),"=":e.namedNode(gi.owl.sameAs),">":e.namedNode(gi.log.implies),"<":e.namedNode(gi.log.isImpliedBy)},t.QUANTIFIERS_GRAPH=e.namedNode("urn:n3:quantifiers")}ji(Fi.prototype,Si),void 0===Bi&&(Bi={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12});var Vi=class t{constructor(t,e){this.options=e||{},this.kb=t,this.target=e.target||{graph:{subjects:{},prefixes:{},terms:{}}},this.blankNodes=[],this.htmlOptions={selfClosing:"br img input area base basefont col colgroup source wbr isindex link meta param hr"},this.theOne="_:"+(new Date).getTime(),this.language=null,this.vocabulary=null,this.blankCounter=0,this.langAttributes=[{namespaceURI:"http://www.w3.org/XML/1998/namespace",localName:"lang"}],this.inXHTMLMode=!1,this.absURIRE=/[\w\_\-]+:\S+/,this.finishedHandlers=[],this.init()}addTriple(t,e,r,i){var o,h,n,a;o=void 0===e?tr.namedNode(this.options.base):this.toRDFNodeObject(e),n=this.toRDFNodeObject(r),h=this.toRDFNodeObject(i),a=tr.namedNode(this.options.base),this.kb.add(o,n,h,a)}ancestorPath(t){for(var e="";t&&t.nodeType!==Bi.DOCUMENT_NODE;)e="/"+t.localName+e,t=t.parentNode;return e}copyMappings(t){var e={};for(var r in t)e[r]=t[r];return e}copyProperties(){}deriveDateTimeType(e){for(var r=0;r<t.dateTimeTypes.length;r++){var i=t.dateTimeTypes[r].pattern.exec(e);if(i&&i[0].length===e.length)return t.dateTimeTypes[r].type}return null}init(){}newBlankNode(){return this.blankCounter++,"_:"+this.blankCounter}newSubjectOrigin(t,e){}parseCURIE(e,r,i){var o,h=e.indexOf(":");if(h>=0){var n=e.substring(0,h);if(""===n)return(o=r[""])?o+e.substring(h+1):null;if("_"===n)return"_:"+e.substring(h+1);if(t.NCNAME.test(n)&&(o=r[n]))return o+e.substring(h+1)}return null}parseCURIEOrURI(t,e,r){return this.parseCURIE(t,e,r)||this.resolveAndNormalize(r,t)}parsePredicate(t,e,r,i,o,h){if(""===t)return null;var n=this.parseTermOrCURIEOrAbsURI(t,e,h?null:r,i,o);return n&&0===n.indexOf("_:")?null:n}parsePrefixMappings(t,e){for(var r=this.tokenize(t),i=null,o=0;o<r.length;o++)":"===r[o][r[o].length-1]?i=r[o].substring(0,r[o].length-1):i&&(e[i]=this.options.base?Qe(r[o],this.options.base):r[o],i=null)}static parseRDFaDOM(e,r,i){var o=new t(r,{base:i});e.baseURI||(e.baseURI=i),o.process(e,{baseURI:i})}parseSafeCURIEOrCURIEOrURI(t,e,r){return"["===(t=this.trim(t)).charAt(0)&&"]"===t.charAt(t.length-1)?0===(t=(t=t.substring(1,t.length-1)).trim(t)).length?null:"_:"===t?this.theOne:this.parseCURIE(t,e,r):this.parseCURIEOrURI(t,e,r)}parseTermOrCURIEOrAbsURI(t,e,r,i,o){t=this.trim(t);var h=this.parseCURIE(t,i,o);if(h)return h;if(r){if(e&&!this.absURIRE.exec(t))return e+t;var n=r[t];if(n)return n;if(n=r[t.toLowerCase()])return n}return this.absURIRE.exec(t)?this.resolveAndNormalize(o,t):null}parseTermOrCURIEOrURI(t,e,r,i,o){t=this.trim(t);var h=this.parseCURIE(t,i,o);if(h)return h;var n=r[t];return n||((n=r[t.toLowerCase()])?n:e&&!this.absURIRE.exec(t)?e+t:this.resolveAndNormalize(o,t))}parseURI(t){return t}process(e,r){var i;r=r||{},e.nodeType===Bi.DOCUMENT_NODE?(e.baseURI&&!r.baseURI&&(r.baseURI=e.baseURI),i=e.baseURI,(e=e.documentElement).baseURI||(e.baseURI=i),this.setContext(e)):e.parentNode.nodeType===Bi.DOCUMENT_NODE&&this.setContext(e);var o=[],h=function(t){if(!t&&r&&r.baseURI)return r.baseURI;var e=t.indexOf("#");return e>=0&&(t=t.substring(0,e)),r&&r.baseURIMap&&(t=r.baseURIMap(t)),t};for(o.push({current:e,context:this.push(null,h(e.baseURI))});o.length>0;){var n=o.shift();if(n.parent){if(n.context.parent&&n.context.parent.listMapping===n.listMapping)continue;for(let e in n.listMapping){var a=n.listMapping[e];if(0!==a.length){var s=[];for(let t=0;t<a.length;t++)s.push(this.newBlankNode());for(let e=0;e<s.length;e++)this.addTriple(n.parent,s[e],"http://www.w3.org/1999/02/22-rdf-syntax-ns#first",a[e]),this.addTriple(n.parent,s[e],"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",{type:t.objectURI,value:e+1<s.length?s[e+1]:"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"});this.addTriple(n.parent,n.subject,e,{type:t.objectURI,value:s[0]})}else this.addTriple(n.parent,n.subject,e,{type:t.objectURI,value:"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"})}}else{var c=n.current,p=n.context,l=!1,g=null,m=null,u=null,f=p.prefixes,d=!1,w=[],y=p.listMapping,v=!p.parent,b=p.language,_=p.vocabulary;i=this.parseURI(h(c.baseURI)),c.item=null;var C=c.getAttributeNode("vocab");if(C){let e=this.trim(C.value);e.length>0?this.addTriple(c,i.spec,"http://www.w3.org/ns/rdfa#usesVocabulary",{type:t.objectURI,value:_=e}):_=this.vocabulary}for(var S=0;S<c.attributes.length;S++){var P=c.attributes[S];if("x"===P.nodeName.charAt(0)&&0===P.nodeName.indexOf("xmlns:")){d||(f=this.copyMappings(f),d=!0);var A=P.nodeName.substring(6),T=t.trim(P.value);f[A]=this.options.base?Qe(T,this.options.base):T}}var D=c.getAttributeNode("prefix");D&&(d||(f=this.copyMappings(f),d=!0),this.parsePrefixMappings(D.value,f));var R=null;for(let t=0;!R&&t<this.langAttributes.length;t++)R=c.getAttributeNodeNS(this.langAttributes[t].namespaceURI,this.langAttributes[t].localName);if(R){let e=t.trim(R.value);b=e.length>0?e:null}var x,I,O=c.getAttributeNode("rel"),E=c.getAttributeNode("rev"),M=c.getAttributeNode("typeof"),k=c.getAttributeNode("property"),L=c.getAttributeNode("datatype"),N=this.inHTMLMode?c.getAttributeNode("datetime"):null,B=c.getAttributeNode("content"),q=c.getAttributeNode("about"),F=c.getAttributeNode("src"),U=c.getAttributeNode("resource"),j=c.getAttributeNode("href"),V=c.getAttributeNode("inlist"),G=[];if(O){I=this.tokenize(O.value);for(let t=0;t<I.length;t++)(x=this.parsePredicate(I[t],_,p.terms,f,i,this.inHTMLMode&&null!==k))&&G.push(x)}var z=[];if(E){I=this.tokenize(E.value);for(let t=0;t<I.length;t++)(x=this.parsePredicate(I[t],_,p.terms,f,i,this.inHTMLMode&&k))&&z.push(x)}if(this.inHTMLMode&&(O||E)&&k&&(0===G.length&&(O=null),0===z.length&&(E=null)),O||E?(q&&(g=this.parseSafeCURIEOrCURIEOrURI(q.value,f,i)),M&&(u=g),g||(c.parentNode.nodeType===Bi.DOCUMENT_NODE?g=h(c.baseURI):p.parentObject&&(g=h(c.parentNode.baseURI)===p.parentObject?h(c.baseURI):p.parentObject)),U&&(m=this.parseSafeCURIEOrCURIEOrURI(U.value,f,i)),m||(j?m=this.resolveAndNormalize(i,encodeURI(j.value)):F?m=this.resolveAndNormalize(i,encodeURI(F.value)):!M||q||this.inXHTMLMode&&("head"===c.localName||"body"===c.localName)||(m=this.newBlankNode())),!M||q||!this.inXHTMLMode||"head"!==c.localName&&"body"!==c.localName?M&&!q&&(u=m):u=g):!k||B||L?(q&&(g=this.parseSafeCURIEOrCURIEOrURI(q.value,f,i)),!g&&U&&(g=this.parseSafeCURIEOrCURIEOrURI(U.value,f,i)),!g&&j&&(g=this.resolveAndNormalize(i,encodeURI(j.value))),!g&&F&&(g=this.resolveAndNormalize(i,encodeURI(F.value))),g||(c.parentNode.nodeType===Bi.DOCUMENT_NODE?g=h(c.baseURI):!this.inXHTMLMode&&!this.inHTMLMode||"head"!==c.localName&&"body"!==c.localName?M?g=this.newBlankNode():p.parentObject&&(g=h(c.parentNode.baseURI)===p.parentObject?h(c.baseURI):p.parentObject,k||(l=!0)):g=h(c.parentNode.baseURI)===p.parentObject?h(c.baseURI):p.parentObject),M&&(u=g)):(q&&(g=this.parseSafeCURIEOrCURIEOrURI(q.value,f,i),M&&(u=g)),g||c.parentNode.nodeType!==Bi.DOCUMENT_NODE?!g&&p.parentObject&&(g=h(c.parentNode.baseURI)===p.parentObject?h(c.baseURI):p.parentObject):(g=h(c.baseURI),M&&(u=g)),M&&!u&&(U&&(u=this.parseSafeCURIEOrCURIEOrURI(U.value,f,i)),!u&&j&&(u=this.resolveAndNormalize(i,encodeURI(j.value))),!u&&F&&(u=this.resolveAndNormalize(i,encodeURI(F.value))),u||!this.inXHTMLMode&&!this.inHTMLMode||"head"!==c.localName&&"body"!==c.localName||(u=g),u||(u=this.newBlankNode()),m=u)),g&&(q||U||u)){var H=g;M&&!q&&!U&&m&&(H=m),this.newSubjectOrigin(c,H)}if(u){I=this.tokenize(M.value);for(let e=0;e<I.length;e++){var W=this.parseTermOrCURIEOrAbsURI(I[e],_,p.terms,f,i);W&&this.addTriple(c,u,t.typeURI,{type:t.objectURI,value:W})}}if(g&&g!==p.parentObject&&(y={},v=!0),m){if(O&&V)for(let e=0;e<G.length;e++){let r=y[G[e]];r||(r=[],y[G[e]]=r),r.push({type:t.objectURI,value:m})}else if(O)for(let e=0;e<G.length;e++)this.addTriple(c,g,G[e],{type:t.objectURI,value:m});if(E)for(let e=0;e<z.length;e++)this.addTriple(c,m,z[e],{type:t.objectURI,value:g})}else{if(g&&!m&&(O||E)&&(m=this.newBlankNode()),O&&V)for(let t=0;t<G.length;t++){let e=y[G[t]];e||(e=[],y[x]=e),w.push({predicate:G[t],list:e})}else if(O)for(let t=0;t<G.length;t++)w.push({predicate:G[t],forward:!0});if(E)for(let t=0;t<z.length;t++)w.push({predicate:z[t],forward:!1})}if(k){var $=null,Q=null;L?($=""===L.value?t.PlainLiteralURI:this.parseTermOrCURIEOrAbsURI(L.value,_,p.terms,f,i),Q=N&&!B?N.value:$===t.XMLLiteralURI||$===t.HTMLLiteralURI?null:B?B.value:c.textContent):B?($=t.PlainLiteralURI,Q=B.value):N?($=t.deriveDateTimeType(Q=N.value))||($=t.PlainLiteralURI):O||E||(U&&(Q=this.parseSafeCURIEOrCURIEOrURI(U.value,f,i)),!Q&&j?Q=this.resolveAndNormalize(i,encodeURI(j.value)):!Q&&F&&(Q=this.resolveAndNormalize(i,encodeURI(F.value))),Q&&($=t.objectURI)),$||(M&&!q?($=t.objectURI,Q=u):(Q=c.textContent,this.inHTMLMode&&"time"===c.localName&&($=t.deriveDateTimeType(Q)),$||($=t.PlainLiteralURI))),I=this.tokenize(k.value);for(let e=0;e<I.length;e++){let r=this.parsePredicate(I[e],_,p.terms,f,i);if(r)if(V){let e=y[r];e||(e=[],y[r]=e),e.push($===t.XMLLiteralURI||$===t.HTMLLiteralURI?{type:$,value:c.childNodes}:{type:$||t.PlainLiteralURI,value:Q,language:b})}else this.addTriple(c,g,r,$===t.XMLLiteralURI||$===t.HTMLLiteralURI?{type:$,value:c.childNodes}:{type:$||t.PlainLiteralURI,value:Q,language:b})}}if(g&&!l)for(let e=0;e<p.incomplete.length;e++)p.incomplete[e].list?p.incomplete[e].list.push({type:t.objectURI,value:g}):p.incomplete[e].forward?this.addTriple(c,p.subject,p.incomplete[e].predicate,{type:t.objectURI,value:g}):this.addTriple(c,g,p.incomplete[e].predicate,{type:t.objectURI,value:p.subject});var X=null,K=g;l?((X=this.push(p,p.subject)).parentObject=h(c.parentNode.baseURI)===p.parentObject?h(c.baseURI):p.parentObject,X.incomplete=p.incomplete,X.language=b,X.prefixes=f,X.vocabulary=_):((X=this.push(p,g)).parentObject=m||g||p.subject,X.prefixes=f,X.incomplete=w,m&&(K=m,y={},v=!0),X.listMapping=y,X.language=b,X.vocabulary=_),v&&o.unshift({parent:c,context:p,subject:K,listMapping:y});for(var J=c.lastChild;J;J=J.previousSibling)J.nodeType===Bi.ELEMENT_NODE&&o.unshift({current:J,context:X})}}this.inHTMLMode&&this.copyProperties();for(let t=0;t<this.finishedHandlers.length;t++)this.finishedHandlers[t](e)}push(t,e){return{parent:t,subject:e||(t?t.subject:null),parentObject:null,incomplete:[],listMapping:t?t.listMapping:{},language:t?t.language:this.language,prefixes:t?t.prefixes:this.target.graph.prefixes,terms:t?t.terms:this.target.graph.terms,vocabulary:t?t.vocabulary:this.vocabulary}}resolveAndNormalize(t,e){return Qe(e,t)}setContext(t){"html"===t.localName&&"XHTML+RDFa 1.1"===t.getAttribute("version")?this.setXHTMLContext():"html"===t.localName||"http://www.w3.org/1999/xhtml"===t.namespaceURI?"undefined"!=typeof document&&document.doctype?"-//W3C//DTD XHTML+RDFa 1.0//EN"===document.doctype.publicId&&"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"===document.doctype.systemId?(console.log("WARNING: RDF 1.0 is not supported. Defaulting to HTML5 mode."),this.setHTMLContext()):"-//W3C//DTD XHTML+RDFa 1.1//EN"===document.doctype.publicId&&"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"===document.doctype.systemId?this.setXHTMLContext():this.setHTMLContext():this.setHTMLContext():this.setXMLContext()}setHTMLContext(){this.setInitialContext(),this.langAttributes=[{namespaceURI:"http://www.w3.org/XML/1998/namespace",localName:"lang"},{namespaceURI:null,localName:"lang"}],this.inXHTMLMode=!1,this.inHTMLMode=!0}setInitialContext(){this.vocabulary=null,this.langAttributes=[{namespaceURI:"http://www.w3.org/XML/1998/namespace",localName:"lang"}]}setXHTMLContext(){this.setInitialContext(),this.inXHTMLMode=!0,this.inHTMLMode=!1,this.langAttributes=[{namespaceURI:"http://www.w3.org/XML/1998/namespace",localName:"lang"},{namespaceURI:null,localName:"lang"}],this.target.graph.terms.alternate="http://www.w3.org/1999/xhtml/vocab#alternate",this.target.graph.terms.appendix="http://www.w3.org/1999/xhtml/vocab#appendix",this.target.graph.terms.bookmark="http://www.w3.org/1999/xhtml/vocab#bookmark",this.target.graph.terms.cite="http://www.w3.org/1999/xhtml/vocab#cite",this.target.graph.terms.chapter="http://www.w3.org/1999/xhtml/vocab#chapter",this.target.graph.terms.contents="http://www.w3.org/1999/xhtml/vocab#contents",this.target.graph.terms.copyright="http://www.w3.org/1999/xhtml/vocab#copyright",this.target.graph.terms.first="http://www.w3.org/1999/xhtml/vocab#first",this.target.graph.terms.glossary="http://www.w3.org/1999/xhtml/vocab#glossary",this.target.graph.terms.help="http://www.w3.org/1999/xhtml/vocab#help",this.target.graph.terms.icon="http://www.w3.org/1999/xhtml/vocab#icon",this.target.graph.terms.index="http://www.w3.org/1999/xhtml/vocab#index",this.target.graph.terms.last="http://www.w3.org/1999/xhtml/vocab#last",this.target.graph.terms.license="http://www.w3.org/1999/xhtml/vocab#license",this.target.graph.terms.meta="http://www.w3.org/1999/xhtml/vocab#meta",this.target.graph.terms.next="http://www.w3.org/1999/xhtml/vocab#next",this.target.graph.terms.prev="http://www.w3.org/1999/xhtml/vocab#prev",this.target.graph.terms.previous="http://www.w3.org/1999/xhtml/vocab#previous",this.target.graph.terms.section="http://www.w3.org/1999/xhtml/vocab#section",this.target.graph.terms.stylesheet="http://www.w3.org/1999/xhtml/vocab#stylesheet",this.target.graph.terms.subsection="http://www.w3.org/1999/xhtml/vocab#subsection",this.target.graph.terms.start="http://www.w3.org/1999/xhtml/vocab#start",this.target.graph.terms.top="http://www.w3.org/1999/xhtml/vocab#top",this.target.graph.terms.up="http://www.w3.org/1999/xhtml/vocab#up",this.target.graph.terms.p3pv1="http://www.w3.org/1999/xhtml/vocab#p3pv1",this.target.graph.terms.related="http://www.w3.org/1999/xhtml/vocab#related",this.target.graph.terms.role="http://www.w3.org/1999/xhtml/vocab#role",this.target.graph.terms.transformation="http://www.w3.org/1999/xhtml/vocab#transformation"}setXMLContext(){this.setInitialContext(),this.inXHTMLMode=!1,this.inHTMLMode=!1}tokenize(t){return this.trim(t).split(/\s+/)}static tokenize(t){return this.trim(t).split(/\s+/)}toRDFNodeObject(e){if(void 0!==e){if("string"==typeof e)return"_:"===e.substring(0,2)?(void 0===this.blankNodes[e.substring(2)]&&(this.blankNodes[e.substring(2)]=new Pe(e.substring(2))),this.blankNodes[e.substring(2)]):tr.namedNode(e);switch(e.type){case t.objectURI:return"_:"===e.value.substring(0,2)?(void 0===this.blankNodes[e.value.substring(2)]&&(this.blankNodes[e.value.substring(2)]=new Pe(e.value.substring(2))),this.blankNodes[e.value.substring(2)]):tr.namedNode(e.value);case t.PlainLiteralURI:return new Le(e.value,e.language||"");case t.XMLLiteralURI:case t.HTMLLiteralURI:var r="";return Object.keys(e.value).forEach((t=>{r+=nr(e.value[t],this.htmlOptions)})),new Le(r,"",new Me(e.type));default:return new Le(e.value,"",new Me(e.type))}}}trim(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}static trim(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}};Vi.XMLLiteralURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",Vi.HTMLLiteralURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML",Vi.PlainLiteralURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral",Vi.objectURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#object",Vi.typeURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#type",Vi.nameChar="[-A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�က0-F.0-9·̀-ͯ‿-⁀]",Vi.nameStartChar="[A-Za-zÀ-ÖØ-öø-ÿĀ-ıĴ-ľŁ-ňŊ-žƀ-ǃǍ-ǰǴ-ǵǺ-ȗɐ-ʨʻ-ˁΆΈ-ΊΌΎ-ΡΣ-ώϐ-ϖϚϜϞϠϢ-ϳЁ-ЌЎ-яё-ќў-ҁҐ-ӄӇ-ӈӋ-ӌӐ-ӫӮ-ӵӸ-ӹԱ-Ֆՙա-ֆא-תװ-ײء-غف-يٱ-ڷں-ھۀ-ێې-ۓەۥ-ۦअ-हऽक़-ॡঅ-ঌএ-ঐও-নপ-রলশ-হড়-ঢ়য়-ৡৰ-ৱਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઋઍએ-ઑઓ-નપ-રલ-ળવ-હઽૠଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଶ-ହଽଡ଼-ଢ଼ୟ-ୡஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-வஷ-ஹఅ-ఌఎ-ఐఒ-నప-ళవ-హౠ-ౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹೞೠ-ೡഅ-ഌഎ-ഐഒ-നപ-ഹൠ-ൡก-ฮะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ຮະາ-ຳຽເ-ໄཀ-ཇཉ-ཀྵႠ-Ⴥა-ჶᄀᄂ-ᄃᄅ-ᄇᄉᄋ-ᄌᄎ-ᄒᄼᄾᅀᅌᅎᅐᅔ-ᅕᅙᅟ-ᅡᅣᅥᅧᅩᅭ-ᅮᅲ-ᅳᅵᆞᆨᆫᆮ-ᆯᆷ-ᆸᆺᆼ-ᇂᇫᇰᇹḀ-ẛẠ-ỹἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼΩK-Å℮ↀ-ↂぁ-ゔァ-ヺㄅ-ㄬ가-힣一-龥〇〡-〩_]",Vi.NCNAME=new RegExp("^"+Vi.nameStartChar+Vi.nameChar+"*$"),Vi.dateTimeTypes=[{pattern:/-?P(?:[0-9]+Y)?(?:[0-9]+M)?(?:[0-9]+D)?(?:T(?:[0-9]+H)?(?:[0-9]+M)?(?:[0-9]+(?:\.[0-9]+)?S)?)?/,type:"http://www.w3.org/2001/XMLSchema#duration"},{pattern:/-?(?:[1-9][0-9][0-9][0-9]|0[1-9][0-9][0-9]|00[1-9][0-9]|000[1-9])-[0-9][0-9]-[0-9][0-9]T(?:[0-1][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9](?:\.[0-9]+)?(?:Z|[+\-][0-9][0-9]:[0-9][0-9])?/,type:"http://www.w3.org/2001/XMLSchema#dateTime"},{pattern:/-?(?:[1-9][0-9][0-9][0-9]|0[1-9][0-9][0-9]|00[1-9][0-9]|000[1-9])-[0-9][0-9]-[0-9][0-9](?:Z|[+\-][0-9][0-9]:[0-9][0-9])?/,type:"http://www.w3.org/2001/XMLSchema#date"},{pattern:/(?:[0-1][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9](?:\.[0-9]+)?(?:Z|[+\-][0-9][0-9]:[0-9][0-9])?/,type:"http://www.w3.org/2001/XMLSchema#time"},{pattern:/-?(?:[1-9][0-9][0-9][0-9]|0[1-9][0-9][0-9]|00[1-9][0-9]|000[1-9])-[0-9][0-9]/,type:"http://www.w3.org/2001/XMLSchema#gYearMonth"},{pattern:/-?[1-9][0-9][0-9][0-9]|0[1-9][0-9][0-9]|00[1-9][0-9]|000[1-9]/,type:"http://www.w3.org/2001/XMLSchema#gYear"}];var Gi=Vi.parseRDFaDOM,zi=class t{constructor(t){this.store=t,this.bnodes={},this.why=null,this.reify=!1}frameFactory(e,r,i){return{NODE:1,ARC:2,parent:r,parser:e,store:e.store,element:i,lastChild:0,base:null,lang:null,node:null,nodeType:null,listIndex:1,rdfid:null,datatype:null,collection:!1,terminateFrame:function(){this.collection&&this.node.close()},addSymbol:function(t,e){e=Qe(e,this.base),this.node=this.store.sym(e),this.nodeType=t},loadTriple:function(){if(this.parent.parent.collection?this.parent.parent.node.append(this.node):this.store.add(this.parent.parent.node,this.parent.node,this.node,this.parser.why),null!=this.parent.rdfid){var e=this.store.sym(Qe("#"+this.parent.rdfid,this.base));this.store.add(e,this.store.sym(t.ns.RDF+"type"),this.store.sym(t.ns.RDF+"Statement"),this.parser.why),this.store.add(e,this.store.sym(t.ns.RDF+"subject"),this.parent.parent.node,this.parser.why),this.store.add(e,this.store.sym(t.ns.RDF+"predicate"),this.parent.node,this.parser.why),this.store.add(e,this.store.sym(t.ns.RDF+"object"),this.node,this.parser.why)}},isTripleToLoad:function(){return null!=this.parent&&null!=this.parent.parent&&this.nodeType===this.NODE&&this.parent.nodeType===this.ARC&&this.parent.parent.nodeType===this.NODE},addNode:function(t){this.addSymbol(this.NODE,t),this.isTripleToLoad()&&this.loadTriple()},addCollection:function(){this.nodeType=this.NODE,this.node=this.store.collection(),this.collection=!0,this.isTripleToLoad()&&this.loadTriple()},addCollectionArc:function(){this.nodeType=this.ARC},addBNode:function(t){this.node=null!=t?null!=this.parser.bnodes[t]?this.parser.bnodes[t]:this.parser.bnodes[t]=this.store.bnode():this.store.bnode(),this.nodeType=this.NODE,this.isTripleToLoad()&&this.loadTriple()},addArc:function(e){e===t.ns.RDF+"li"&&(e=t.ns.RDF+"_"+this.parent.listIndex,this.parent.listIndex++),this.addSymbol(this.ARC,e)},addLiteral:function(e){this.node=this.store.literal(e,this.parent.datatype&&this.parent.datatype!==t.ns.RDF+"langString"?this.store.sym(this.parent.datatype):this.lang),this.nodeType=this.NODE,this.isTripleToLoad()&&this.loadTriple()}}}getAttributeNodeNS(t,e,r){var i=null;if(t.getAttributeNodeNS)i=t.getAttributeNodeNS(e,r);else for(var o,h=t.attributes,n=0;n<h.length;++n)if((o=h[n]).namespaceURI===e&&(o.prefix?o.prefix+":"+r:r)===o.nodeName){i=o;break}return i}parse(e,r,i){var o,h=e.childNodes;if(this.cleanParser(),e.nodeType===t.nodeType.DOCUMENT){for(var n=0;n<h.length;n++)if(h[n].nodeType===t.nodeType.ELEMENT){o=h[n];break}}else{if(e.nodeType!==t.nodeType.ELEMENT)throw new Error("RDFParser: can't find root in "+r+". Halting. ");o=e}this.why=i;var a=this.frameFactory(this);return this.base=r,a.base=r,a.lang=null,this.parseDOM(this.buildFrame(a,o)),!0}parseDOM(e){for(var r,i=function(t){var e="";if(null==t.namespaceURI)throw new Error("RDF/XML syntax error: No namespace for "+t.localName+" in "+this.base);return t.namespaceURI&&(e+=t.namespaceURI),t.localName?e+=t.localName:t.nodeName&&(t.nodeName.indexOf(":")>=0?e+=t.nodeName.split(":")[1]:e+=t.nodeName),e}.bind(this),o=!0;e.parent;){var h=e.element,n=h.attributes;if(h.nodeType===t.nodeType.TEXT||h.nodeType===t.nodeType.CDATA_SECTION)e.parent.nodeType===e.NODE&&(e.addArc(t.ns.RDF+"value"),e=this.buildFrame(e)),e.addLiteral(h.nodeValue);else if(i(h)!==t.ns.RDF+"RDF")if(e.parent&&e.parent.collection&&(e.addCollectionArc(),(e=this.buildFrame(e,e.element)).parent.element=null),e.parent&&e.parent.nodeType&&e.parent.nodeType!==e.ARC){e.addArc(i(h)),this.reify&&(r=this.getAttributeNodeNS(h,t.ns.RDF,"ID"))&&(e.rdfid=r.nodeValue,h.removeAttributeNode(r));var a=this.getAttributeNodeNS(h,t.ns.RDF,"parseType"),s=this.getAttributeNodeNS(h,t.ns.RDF,"datatype");if(s&&(e.datatype=s.nodeValue,h.removeAttributeNode(s)),a){var c=a.nodeValue;"Literal"===c?(e.datatype=t.ns.RDF+"XMLLiteral",(e=this.buildFrame(e)).addLiteral(h.innerHTML||h.childNodes),o=!1):"Resource"===c?((e=this.buildFrame(e,e.element)).parent.element=null,e.addBNode()):"Collection"===c&&((e=this.buildFrame(e,e.element)).parent.element=null,e.addCollection()),h.removeAttributeNode(a)}if(0!==n.length){var p=this.getAttributeNodeNS(h,t.ns.RDF,"resource"),l=this.getAttributeNodeNS(h,t.ns.RDF,"nodeID");e=this.buildFrame(e),p?(e.addNode(p.nodeValue),h.removeAttributeNode(p)):l?(e.addBNode(l.nodeValue),h.removeAttributeNode(l)):e.addBNode();for(var g=n.length-1;g>=0;g--){var m=this.buildFrame(e);m.addArc(i(n[g])),i(n[g])===t.ns.RDF+"type"?this.buildFrame(m).addNode(n[g].nodeValue):this.buildFrame(m).addLiteral(n[g].nodeValue)}}else 0===h.childNodes.length&&this.buildFrame(e).addLiteral("")}else{var u=this.getAttributeNodeNS(h,t.ns.RDF,"about");if(r=this.getAttributeNodeNS(h,t.ns.RDF,"ID"),u&&r)throw new Error("RDFParser: "+h.nodeName+" has both rdf:id and rdf:about. Halting. Only one of these properties may be specified on a node.");if(!u&&r)e.addNode("#"+r.nodeValue),h.removeAttributeNode(r);else if(null==u&&null==r){var f=this.getAttributeNodeNS(h,t.ns.RDF,"nodeID");f?(e.addBNode(f.nodeValue),h.removeAttributeNode(f)):e.addBNode()}else e.addNode(u.nodeValue),h.removeAttributeNode(u);var d=this.getAttributeNodeNS(h,t.ns.RDF,"type");t.ns.RDF+"Description"!==i(h)&&(d={nodeValue:i(h)}),null!=d&&(this.store.add(e.node,this.store.sym(t.ns.RDF+"type"),this.store.sym(Qe(d.nodeValue,e.base)),this.why),d.nodeName&&h.removeAttributeNode(d));for(var w=n.length-1;w>=0;w--)this.store.add(e.node,this.store.sym(i(n[w])),this.store.literal(n[w].nodeValue,e.lang),this.why)}for(h=e.element;e.parent;){for(var y=e;null==h;)h=(e=e.parent).element;var v=h.childNodes&&h.childNodes[e.lastChild];if(v&&o){if((v.nodeType===t.nodeType.ELEMENT||v.nodeType===t.nodeType.TEXT||v.nodeType===t.nodeType.CDATA_SECTION)&&(v.nodeType!==t.nodeType.TEXT&&v.nodeType!==t.nodeType.CDATA_SECTION||1===h.childNodes.length)){e.lastChild++,e=this.buildFrame(y,h.childNodes[e.lastChild-1]);break}e.lastChild++}else{if(e.terminateFrame(),!(e=e.parent))break;h=e.element,o=!0}}}}cleanParser(){this.bnodes={},this.why=null}buildFrame(e,r){var i=this.frameFactory(this,e,r);if(e&&(i.base=e.base,i.lang=e.lang),!r||r.nodeType===t.nodeType.TEXT||r.nodeType===t.nodeType.CDATA_SECTION)return i;var o=r.attributes,h=r.getAttributeNode("xml:base");null!=h&&(i.base=h.nodeValue,r.removeAttribute("xml:base"));var n=r.getAttributeNode("xml:lang");null!=n&&(i.lang=n.nodeValue,r.removeAttribute("xml:lang"));for(var a=o.length-1;a>=0;a--)if("xml"===o[a].nodeName.substr(0,3)){if("xmlns:"===o[a].name.slice(0,6)){var s=o[a].nodeValue;this.base&&(s=Qe(s,this.base)),this.store.setPrefixForURI(o[a].name.slice(6),s)}r.removeAttributeNode(o[a])}return i}};function Hi(t,e,r,i="text/turtle",o){i=(i=i||Ce).split(";")[0];try{if(i===ye||i===Ce)Yr(e,e,r,r,null,null,"",null).loadBuf(t),n();else if(i===_e)new zi(e).parse(cr(t),r,e.sym(r)),n();else if(i===Se)Gi(cr(t,{contentType:Se}),e,r),n();else if(i===de)Gi(cr(t,{contentType:de}),e,r),n();else if("application/sparql-update"===i||"application/sparql-update-single-match"===i)!function(t,e,r){var i,o,h,n=["INSERT","DELETE","WHERE"],a=rr("http://www.w3.org/ns/pim/patch#"),s=Yr(e,e,r,r,null,null,"",null),c={},p=function(t,e,r,i,o){return"Line "+(e+1)+" of <"+t+">: Bad syntax:\n "+o+'\n at: "'+r.slice(i,i+30)+'"'};i=0;var l=e.sym(r+"#query");for(c.query=l;;){if((o=s.skipSpace(t,i))<0)return c;if(";"===t[o]){if((i=s.skipSpace(t,o+1))<0)return c;o=i}var g=!1;for(h=0;h<n.length;h++){var m=n[h];if(t.slice(o,o+m.length)===m){if((i=s.skipSpace(t,o+m.length))<0)throw p(s._thisDoc,s.lines,t,o+m.length,"found EOF, needed {...} after "+m);if(("INSERT"===m||"DELETE"===m)&&"DATA"===t.slice(i,i+4)){if((o=s.skipSpace(t,i+4))<0)throw p(s._thisDoc,s.lines,t,i+4,"needed {...} after INSERT DATA "+m);i=o}var u=[];if((o=s.node(t,i,u))<0)throw p(s._thisDoc,s.lines,t,i,"bad syntax or EOF in {...} after "+m);c[m.toLowerCase()]=u[0],e.add(l,a(m.toLowerCase()),u[0]),g=!0,i=o}}if(!g&&"@prefix"===t.slice(o,o+7)){if((i=s.directive(t,o))<0)throw p(s._thisDoc,s.lines,t,i,"bad syntax or EOF after @prefix ");i=s.checkDot(t,i),g=!0}if(!g)throw p(s._thisDoc,s.lines,t,o,"Unknown syntax at start of statememt: '"+t.slice(o).slice(0,20)+"'")}}(t,e,r),n();else if(i===we)ii(t,e,r).then(n).catch(a);else{if(i!==be&&i!==ve)throw void 0===i?new Error("contentType is undefined"):new Error("Don't know how to parse "+i+" yet");var h=new Fi({factory:ei});!function(t,r){try{h.parse(r,s)}catch(t){o(t,e)}}(0,t)}}catch(t){a(t)}function n(){o&&o(null,e)}function a(t){if(i!==we||i!==be||i!==ve){if(!o){let e=new Error(t+" while trying to parse <"+r+"> as "+i);throw e.cause=t,e}o(t,e)}}function s(t,r){r?e.add(r.subject,r.predicate,r.object,r.graph):o(t,e)}Hi.handled={"text/n3":!0,"text/turtle":!0,"application/rdf+xml":!0,"application/xhtml+xml":!0,"text/html":!0,"application/sparql-update":!0,"application/sparql-update-single-match":!0,"application/ld+json":!0,"application/nquads":!0,"application/n-quads":!0}}he(zi,"ns",{RDF:"http://www.w3.org/1999/02/22-rdf-syntax-ns#",RDFS:"http://www.w3.org/2000/01/rdf-schema#"}),he(zi,"nodeType",{ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12});var Wi=s(b()),$i={"text/n3":!0,"text/turtle":!0,"application/rdf+xml":!0,"application/xhtml+xml":!0,"text/html":!0,"application/ld+json":!0},Qi={rdf:_e,owl:_e,n3:"text/n3",ttl:"text/turtle",nt:"text/n3",acl:"text/n3",html:"text/html",xml:"text/xml"},Xi=t=>({link:rr("http://www.w3.org/2007/ont/link#",t),http:rr("http://www.w3.org/2007/ont/http#",t),httph:rr("http://www.w3.org/2007/ont/httph#",t),rdf:rr("http://www.w3.org/1999/02/22-rdf-syntax-ns#",t),rdfs:rr("http://www.w3.org/2000/01/rdf-schema#",t),dc:rr("http://purl.org/dc/elements/1.1/",t),ldp:rr("http://www.w3.org/ns/ldp#",t)}),Ki=Xi(),Ji=class{constructor(t,e){he(this,"response",void 0),he(this,"dom",void 0),this.response=t,this.dom=e}};he(Ji,"pattern",void 0);var Yi=class extends Ji{static toString(){return"RDFXMLHandler"}static register(t){t.mediatypes[_e]={q:.9}}parse(t,e,r){let i=t.store;if(this.dom||(this.dom=cr(e)),"parsererror"===this.dom.documentElement.nodeName)return t.failFetch(r,"Badly formed XML in "+r.resource.value,"parse_error");let o=new zi(i);try{o.parse(this.dom,r.original.value,r.original)}catch(e){return t.failFetch(r,"Syntax error parsing RDF/XML! "+e,"parse_error")}return r.noMeta||i.add(r.original,Ki.rdf("type"),Ki.link("RDFDocument"),t.appNode),t.doneFetch(r,this.response)}};Yi.pattern=new RegExp("application/rdf\\+xml");var Zi=class extends Ji{static toString(){return"XHTMLHandler"}static register(t){t.mediatypes[Se]={q:.8}}parse(t,e,r){let i,o;this.dom||(this.dom=cr(e));let h=t.store,n=this.dom.getElementsByTagName("title");n.length>0&&h.add(r.resource,Ki.dc("title"),h.rdfFactory.literal(n[0].textContent),r.resource);let a=this.dom.getElementsByTagName("link");for(let e=a.length-1;e>=0;e--)i=a[e].getAttribute("rel"),o=!1,i||(i=a[e].getAttribute("rev"),o=!0),i&&t.linkData(r.original,i,a[e].getAttribute("href"),r.resource,o);let s=this.dom.getElementsByTagName("script");for(let t=0;t<s.length;t++){let e=s[t].getAttribute("type");$i[e]&&(Hi(s[t].textContent,h,r.original.value,e),Hi(s[t].textContent,h,r.original.value,e))}if(r.noMeta||h.add(r.resource,Ki.rdf("type"),Ki.link("WebPage"),t.appNode),!r.noRDFa&&Gi)try{Gi(this.dom,h,r.original.value)}catch(e){return t.failFetch(r,"Error trying to parse "+r.resource+" as RDFa:\n"+e+":\n"+e.stack,"parse_error")}return t.doneFetch(r,this.response)}};Zi.pattern=new RegExp("application/xhtml");var to=class t extends Ji{static toString(){return"XMLHandler"}static register(t){t.mediatypes["text/xml"]={q:.5},t.mediatypes["application/xml"]={q:.5}}static isElement(t){return t.nodeType===Node.ELEMENT_NODE}parse(e,r,i){let o=cr(r);for(let h=0;h<o.childNodes.length;h++){const n=o.childNodes[h];if(t.isElement(n)){let t=n.namespaceURI;if(t&&t===t.rdf)return e.addStatus(i.req,"Has XML root element in the RDF namespace, so assume RDF/XML."),new Yi(this.response,o).parse(e,r,i);break}}if(o.doctype&&"html"===o.doctype.name&&o.doctype.publicId.match(/^-\/\/W3C\/\/DTD XHTML/)&&o.doctype.systemId.match(/http:\/\/www.w3.org\/TR\/xhtml/))return e.addStatus(i.req,"Has XHTML DOCTYPE. Switching to XHTML Handler.\n"),new Zi(this.response,o).parse(e,r,i);let h=o.getElementsByTagName("html")[0];if(h){let t=h.getAttribute("xmlns");if(t&&t.match(/^http:\/\/www.w3.org\/1999\/xhtml/))return e.addStatus(i.req,"Has a default namespace for XHTML. Switching to XHTMLHandler.\n"),new Zi(this.response,o).parse(e,r,i)}return e.failFetch(i,"Unsupported dialect of XML: not RDF or XHTML namespace, etc.\n"+r.slice(0,80),901)}};to.pattern=new RegExp("(text|application)/(.*)xml");var eo=class extends Ji{static toString(){return"HTMLHandler"}static register(t){t.mediatypes["text/html"]={q:.8}}parse(t,e,r){let i=t.store;if(no(e))return t.addStatus(r.req,"Has an XML declaration. We'll assume it's XHTML as the content-type was text/html.\n"),new Zi(this.response).parse(t,e,r);if(function(t){const e=t.indexOf("<!DOCTYPE html"),r=t.indexOf(">");return!(-1===e||-1===r||e>r)&&-1!==t.substr(e,r-e).indexOf("XHTML")}(e))return t.addStatus(r.req,"Has XHTML DOCTYPE. Switching to XHTMLHandler.\n"),new Zi(this.response).parse(t,e,r);if(function(t){return!!t.match(/[^(<html)]*<html\s+[^<]*xmlns=['"]http:\/\/www.w3.org\/1999\/xhtml["'][^<]*>/)}(e))return t.addStatus(r.req,"Has default namespace for XHTML, so switching to XHTMLHandler.\n"),new Zi(this.response).parse(t,e,r);let o=new RegExp("<title>([\\s\\S]+?)</title>","im").exec(e);return o&&i.add(r.resource,Ki.dc("title"),i.rdfFactory.literal(o[1]),r.resource),i.add(r.resource,Ki.rdf("type"),Ki.link("WebPage"),t.appNode),t.addStatus(r.req,"non-XML HTML document, not parsed for data."),t.doneFetch(r,this.response)}};eo.pattern=new RegExp("text/html");var ro=class extends Ji{static toString(){return"JsonLdHandler"}static register(t){t.mediatypes["application/ld+json"]={q:.9}}async parse(t,e,r,i){const o=t.store;try{return await ii(e,o,r.original.value),t.store.add(r.original,Ki.rdf("type"),Ki.link("RDFDocument"),t.appNode),t.doneFetch(r,i)}catch(e){return t.failFetch(r,"Error trying to parse "+r.resource+" as JSON-LD:\n"+e,"parse_error",i)}}};ro.pattern=/application\/(ld\+json|activity\+json)/;var io=class extends Ji{static toString(){return"TextHandler"}static register(t){t.mediatypes["text/plain"]={q:.5}}parse(t,e,r){return no(e)?(t.addStatus(r.req,"Warning: "+r.resource+" has an XML declaration. We'll assume it's XML but its content-type wasn't XML.\n"),new to(this.response).parse(t,e,r)):e.slice(0,500).match(/xmlns:/)?(t.addStatus(r.req,"May have an XML namespace. We'll assume it's XML but its content-type wasn't XML.\n"),new to(this.response).parse(t,e,r)):(t.addStatus(r.req,"Plain text document, no known RDF semantics."),t.doneFetch(r,this.response))}};io.pattern=new RegExp("text/plain");var oo=class extends Ji{static toString(){return"N3Handler"}static register(t){t.mediatypes["text/n3"]={},t.mediatypes["text/turtle"]={}}parse(t,e,r,i){let o=t.store,h=Yr(o,o,r.original.value,r.original.value,null,null,"",null);try{h.loadBuf(e)}catch(e){return t.failFetch(r,"Error trying to parse "+r.resource+" as Notation3:\n"+e,"parse_error",i)}return t.addStatus(r.req,"N3 parsed: "+h.statementCount+" triples in "+h.lines+" lines."),t.store.add(r.original,Ki.rdf("type"),Ki.link("RDFDocument"),t.appNode),t.doneFetch(r,this.response)}};oo.pattern=new RegExp("(application|text)/(x-)?(rdf\\+)?(n3|turtle)");var ho={RDFXMLHandler:Yi,XHTMLHandler:Zi,XMLHandler:to,HTMLHandler:eo,TextHandler:io,N3Handler:oo,JsonLdHandler:ro};function no(t){return!!t.match(/\s*<\?xml\s+version\s*=[^<>]+\?>/)}var ao=class t{constructor(t,e={}){if(he(this,"store",void 0),he(this,"timeout",void 0),he(this,"_fetch",void 0),he(this,"mediatypes",void 0),he(this,"appNode",void 0),he(this,"requested",void 0),he(this,"timeouts",void 0),he(this,"redirectedTo",void 0),he(this,"fetchQueue",void 0),he(this,"fetchCallbacks",void 0),he(this,"nonexistent",void 0),he(this,"lookedUp",void 0),he(this,"handlers",void 0),he(this,"ns",void 0),he(this,"fireCallbacks",void 0),this.store=t||new Rr,this.ns=Xi(this.store.rdfFactory),this.timeout=e.timeout||3e4,this._fetch=e.fetch||"undefined"!=typeof global&&(global.solidFetcher||global.solidFetch)||"undefined"!=typeof window&&(window.solidFetcher||window.solidFetch)||Wi.default,!this._fetch)throw new Error("No _fetch function available for Fetcher");this.appNode=this.store.sym("chrome://TheCurrentSession"),this.store.fetcher=this,this.requested={},this.timeouts={},this.redirectedTo={},this.fetchQueue={},this.fetchCallbacks={},this.nonexistent={},this.lookedUp={},this.handlers=[],this.mediatypes={"image/*":{q:.9},"*/*":{q:.1}},function(t,e){t.callbacks={};for(var r=e.length-1;r>=0;r--)t.callbacks[e[r]]=[];t.addHook=function(e){t.callbacks[e]||(t.callbacks[e]=[])},t.addCallback=function(e,r){t.callbacks[e].push(r)},t.removeCallback=function(e,r){for(var i=0;i<t.callbacks[e].length;i++)if(t.callbacks[e][i].name===r)return t.callbacks[e].splice(i,1),!0;return!1},t.insertCallback=function(e,r){t.callbacks[e].unshift(r)},t.fireCallbacks=function(e,r){var i,o=[],h=[],n=t.callbacks[e].length;let a;for(i=n-1;i>=0;i--)a=t.callbacks[e][i],a&&a.apply(t,r)&&o.push(a);for(i=o.length-1;i>=0;i--)h.push(o[i]);for(i=n;i<t.callbacks[e].length;i++)h.push(t.callbacks[e][i]);t.callbacks[e]=h}}(this,["request","fail","refresh","retract","done"]),Object.keys(e.handlers||ho).map((t=>this.addHandler(ho[t])))}static crossSiteProxy(e){return t.crossSiteProxyTemplate?t.crossSiteProxyTemplate.replace("{uri}",encodeURIComponent(e)):void 0}static offlineOverride(t){let e=t;var r;return"undefined"!=typeof window&&window.panes&&(r=window.panes.UI)&&r.preferences&&r.preferences.get("offlineModeUsingLocalhost")&&"http://"===e.slice(0,7)&&"localhost/"!==e.slice(7,17)&&(e="http://localhost/"+e.slice(7)),e}static proxyIfNecessary(e){var r;if("undefined"!=typeof window&&window.panes&&(r=window.panes.UI)&&r.isExtension)return e;if("undefined"!=typeof $SolidTestEnvironment&&$SolidTestEnvironment.localSiteMap){let t=e.split("/").slice(2);const r=(t,e)=>{let i=e[t.shift()];return i?"string"==typeof i?i+t.join("/"):t?r(t,i):null:null},i=r(t,$SolidTestEnvironment.localSiteMap);if(i)return i}return t.crossSiteProxyTemplate&&"undefined"!=typeof document&&document.location&&"https:"===(""+document.location).slice(0,6)&&"http:"===e.slice(0,5)?t.crossSiteProxyTemplate.replace("{uri}",encodeURIComponent(e)):e}static unsupportedProtocol(t){let e=Xe(t);return"tel"===e||"mailto"===e||"urn"===e}static setCredentials(t,e={}){void 0===e.credentials&&(e.credentials=void 0!==e.withCredentials?e.withCredentials?"include":"omit":"include")}load(t,e={}){if(e=Object.assign({},e),t instanceof Array)return Promise.all(t.map((t=>this.load(t,Object.assign({},e)))));let r=Ae(t);r=r.split("#")[0],e=this.initFetchOptions(r,e);const i=this.appNode,o=this.store,h=o.statementsMatching(void 0,this.ns.link("requestedURI"),o.sym(r),i).map((t=>t.subject));for(const t of h){const r=o.any(t,this.ns.link("response"),null,i);if(null!=r){const t=o.statementsMatching(r,this.ns.link("outOfDate"),!0,i);o.remove(t),e.force=!0,e.clearPreviousData=!0}}const n=this.initFetchOptions(r,e);return this.pendingFetchPromise(r,n.baseURI,n)}async pendingFetchPromise(t,e,r){let i;return!r.force&&await this.fetchQueue[e]?i=this.fetchQueue[e]:(i=Promise.race([this.setRequestTimeout(t,r),this.fetchUri(t,r)]),this.fetchQueue[e]=i,this.cleanupFetchRequest(e,void 0,this.timeout)),i.then((e=>(t in this.timeouts&&(this.timeouts[t].forEach(clearTimeout),delete this.timeouts[t]),e)))}cleanupFetchRequest(t,e,r){void 0!==e&&console.warn("_options is deprecated"),this.timeouts[t]=(this.timeouts[t]||[]).concat(setTimeout((()=>{this.isPending(t)||delete this.fetchQueue[t]}),r))}initFetchOptions(e,r){let i=this.store;!r.method||"GET"===r.method.toUpperCase()||(r.force=!0),r.resource=i.rdfFactory.namedNode(e),r.baseURI=r.baseURI||e,r.original=i.rdfFactory.namedNode(r.baseURI),r.req=i.bnode(),r.headers=r.headers||{},r.contentType&&(r.headers["content-type"]=r.contentType),r.force&&(r.cache="no-cache");let o=this.acceptString();r.headers.accept=o;let h=t.offlineOverride(e);r.requestedURI=h,t.setCredentials(h,r);let n=t.proxyIfNecessary(h);return h!==n&&(r.proxyUsed=!0),r.actualProxyURI=n,r}fetchUri(e,r){if(!e)return Promise.reject(new Error("Cannot fetch an empty uri"));if(t.unsupportedProtocol(e))return this.failFetch(r,"fetcher: Unsupported protocol","unsupported_protocol");let i=this.getState(e);if(r.force)delete this.nonexistent[e];else{if("fetched"===i)return Promise.resolve(this.doneFetch(r,{status:200,ok:!0,statusText:"Already loaded into quadstore."}));if("failed"===i&&404===this.requested[e]){let t="Previously failed: "+this.requested[e],i={url:e,status:this.requested[e],statusText:t,responseText:t,headers:new Wi.Headers,ok:!1,body:null,bodyUsed:!1,size:0,timeout:0};return this.failFetch(r,t,this.requested[e],i)}}this.fireCallbacks("request",[e]),this.requested[e]=!0,r.noMeta||this.saveRequestMetadata(e,r);let{actualProxyURI:o}=r;return this._fetch(o,r).then((t=>this.handleResponse(t,e,r)),(t=>{let i={url:o,status:999,statusText:(t.name||"network failure")+": "+(t.errno||t.code||t.type),responseText:t.message,headers:new Wi.Headers,ok:!1,body:null,bodyUsed:!1,size:0,timeout:0};return this.handleError(i,e,r)}))}nowOrWhenFetched(t,e,r,i={}){const o=Ae(t);"function"==typeof e?r=e:void 0===e||(Oe(e)?i.referringTerm=e:i=e),this.load(o,i).then((t=>{if(r)if(t)if(t.ok)r(!0,"OK",t);else{let e="HTTP error: Status "+t.status+" ("+t.statusText+")";t.responseText&&(e+=" "+t.responseText),r(!1,e,t)}else r(!1,"@@ nowOrWhenFetched: no response object!")}),(function(t){var e=t.message||t.statusText;e="Failed to load <"+o+"> "+e,t.response&&t.response.status&&(e+=" status: "+t.response.status),r(!1,e,t.response)}))}addStatus(t,e){let r=new Date;e="["+r.getHours()+":"+r.getMinutes()+":"+r.getSeconds()+"."+r.getMilliseconds()+"] "+e;let i=this.store;const o=i.the(t,this.ns.link("status"));De(o)&&o.append(i.rdfFactory.literal(e))}failFetch(t,e,r,i){this.addStatus(t.req,e),t.noMeta||this.store.add(t.original,this.ns.link("error"),this.store.rdfFactory.literal(e));let o=(t.method||"GET").toUpperCase();("GET"===o||"HEAD"===o)&&(t.resource.equals(t.original),this.requested[He(t.original.value)]=r,this.fireCallbacks("fail",[t.original.value,e]));var h=new Error("Fetcher: "+e);return h.status=r,h.statusText=e,h.response=i,Promise.reject(h)}linkData(t,e,r,i,o){if(!r)return;let h,n=this.store,a=n.rdfFactory.namedNode(Qe(r,t.value));if("alternate"===e||"seeAlso"===e||"meta"===e||"describedby"===e){if(a.value===t.value)return;h=this.ns.rdfs("seeAlso")}else h=n.rdfFactory.namedNode("type"===e?"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":Qe(encodeURIComponent(e),"http://www.iana.org/assignments/link-relations/"));o?n.add(a,h,t,i):n.add(t,h,a,i)}parseLinkHeader(t,e,r){if(!t)return;const i=/[^\(\)<>@,;:"\/\[\]\?={} \t]+=(([^\(\)<>@,;:"\/\[\]\?={} \t]+)|("[^"]*"))/g,o=t.match(/<[^>]*>\s*(\s*;\s*[^()<>@,;:"/[\]?={} \t]+=(([^\(\)<>@,;:"\/\[\]\?={} \t]+)|("[^"]*")))*(,|$)/g);if(null!=o)for(let t=0;t<o.length;t++){let h=o[t].split(">"),n=h[0].substring(1),a=h[1].match(i);if(null==a)return;for(let t=0;t<a.length;t++){let i=a[t].split("=")[1].replace(/["']/g,"");this.linkData(e,i,n,r)}}}doneFetch(t,e){return this.addStatus(t.req,"Done."),this.requested[t.original.value]="done",this.fireCallbacks("done",[t.original.value]),e.req=t.req,e}nowKnownAs(t,e){this.lookedUp[t.value]?this.lookedUp[e.value]||this.lookUpThing(e,t):this.lookedUp[e.value]&&(this.lookedUp[t.value]||this.lookUpThing(t,e))}putBack(t,e={}){const r=Ae(t);let i=new Me(r).doc();return e.contentType=e["content-type"]||e["Content-Type"]||e.contentType||Ce,"application/ld+json"===e.contentType?new Promise(((r,o)=>{ur(i,this.store,i.uri,e.contentType,((i,h)=>{i?o(i):(e.data=h,this.webOperation("PUT",t,e).then((t=>r(t))).catch((t=>o(t))))}))})):(e.data=ur(i,this.store,i.value,e.contentType),this.webOperation("PUT",r,e))}webCopy(t,e,r){return this.webOperation("GET",t).then((t=>this.webOperation("PUT",e,{data:t.responseText,contentType:r})))}delete(t,e){return this.webOperation("DELETE",t,e).then((e=>(this.requested[t]=404,this.nonexistent[t]=!0,this.unload(this.store.rdfFactory.namedNode(t)),e)))}async createIfNotExists(t,e=Ce,r=""){const i=this;try{var o=await i.load(t)}catch(h){if(404===h.response.status){try{o=await i.webOperation("PUT",t.value,{data:r,contentType:e})}catch(t){throw t}return delete i.requested[t.value],o}throw h}return o}createContainer(t,e,r){let i={"content-type":Ce,link:this.ns.ldp("BasicContainer")+'; rel="type"'};e&&(i.slug=e);let o={headers:i};return r&&(o.body=r),this.webOperation("POST",t,o)}invalidateCache(t){const e=Ae(t),r=this;r.fetchQueue&&r.fetchQueue[e]&&delete r.fetchQueue[e],r.requested[e]&&"done"!==r.requested[e]&&"failed"!==r.requested[e]&&404!==r.requested[e]?console.error(`Rdflib: fetcher: Destructive operation on <${r.requested[e]}> file being fetched! `+e):(delete r.requested[e],delete r.nonexistent[e])}webOperation(e,r,i={}){const o=Ae(r);i.method=e,i.body=i.data||i.body,i.force=!0;const h=this;if(i.body&&!i.contentType)throw new Error("Web operation sending data must have a defined contentType.");return i.contentType&&(i.headers=i.headers||{},i.headers["content-type"]=i.contentType),t.setCredentials(o,i),new Promise((function(t,r){h._fetch(o,i).then((i=>{if(i.ok)"PUT"!==e&&"PATCH"!==e&&"POST"!==e&&"DELETE"!==e||h.invalidateCache(o),i.text?i.text().then((e=>{i.responseText=e,t(i)})):t(i);else{let t="Web error: "+i.status;i.statusText&&(t+=" ("+i.statusText+")"),t+=" on "+e+" of <"+o+">",i.responseText&&(t+=": "+i.responseText);let h=new Error(t);h.response=i,r(h)}}),(t=>{r(new Error("Fetch error for "+e+" of <"+o+">:"+t))}))}))}lookUpThing(t,e){let r=this.store.uris(t);return r=r.map((t=>He(t))),r.forEach((t=>{this.lookedUp[t]=!0})),this.load(r,{referringTerm:e})}getHeader(t,e){const r=this.store,i=t.value,o=r.each(void 0,this.ns.link("requestedURI"),r.rdfFactory.literal(i));for(let t=0;t<o.length;t++){let i=o[t];if(void 0!==i){let t=r.any(i,this.ns.link("response"));if(void 0!==t&&r.anyValue(t,this.ns.http("status"))&&r.anyValue(t,this.ns.http("status")).startsWith("2")){let i=r.each(t,this.ns.httph(e.toLowerCase()));return i.length?i.map((t=>t.value)):[]}}}}saveRequestMetadata(t,e){let r=e.req,i=this.store,o=e.referringTerm;this.addStatus(e.req,"Accept: "+e.headers.accept),Oe(o)&&i.add(i.rdfFactory.namedNode(t),this.ns.link("requestedBy"),o,this.appNode),e.original&&e.original.value!==t&&i.add(r,this.ns.link("orginalURI"),i.rdfFactory.literal(e.original.value),this.appNode);const h=new Date,n="["+h.getHours()+":"+h.getMinutes()+":"+h.getSeconds()+"] ";i.add(r,this.ns.rdfs("label"),i.rdfFactory.literal(n+" Request for "+t),this.appNode),i.add(r,this.ns.link("requestedURI"),i.rdfFactory.literal(t),this.appNode),i.add(r,this.ns.link("status"),i.collection(),this.appNode)}saveResponseMetadata(t,e){const r=this.store;let i=r.bnode();return r.add(e.req,this.ns.link("response"),i,this.appNode),r.add(i,this.ns.http("status"),r.rdfFactory.literal(t.status),this.appNode),r.add(i,this.ns.http("statusText"),r.rdfFactory.literal(t.statusText),this.appNode),t.headers.forEach(((t,o)=>{var h;r.add(i,this.ns.httph(o),this.store.rdfFactory.literal(t),this.appNode),"content-type"===o&&r.add(e.resource,this.ns.rdf("type"),r.rdfFactory.namedNode((h=t,h=h.split(";")[0].trim(),new Me("http://www.w3.org/ns/iana/media-types/"+h+"#Resource")).value),this.appNode)})),i}objectRefresh(t){let e=this.store.uris(t);if(void 0!==e)for(let t=0;t<e.length;t++)this.refresh(this.store.rdfFactory.namedNode(He(e[t])))}refresh(t,e){this.fireCallbacks("refresh",arguments),this.nowOrWhenFetched(t,{force:!0,clearPreviousData:!0},e)}refreshIfExpired(t,e){let r=this.getHeader(t,"Expires");!r||new Date(r[0]).getTime()<=(new Date).getTime()?this.refresh(t,e):e(!0,"Not expired",{})}retract(t){this.store.removeMany(void 0,void 0,void 0,t),t.value&&delete this.requested[He(t.value)],this.fireCallbacks("retract",arguments)}getState(t){return void 0===this.requested[t]?"unrequested":!0===this.requested[t]?"requested":"done"===this.requested[t]?"fetched":"redirected"===this.requested[t]?this.getState(this.redirectedTo[t]):"failed"}isPending(t){return!0===this.requested[t]}unload(t){this.store.removeDocument(t),delete this.requested[t.value]}addHandler(t){this.handlers.push(t),t.register(this)}retryNoCredentials(t,e){e.retriedWithNoCredentials=!0,delete this.requested[t],delete this.fetchQueue[t];let r=Object.assign({},e,{credentials:"omit"});return this.addStatus(e.req,"Abort: Will retry with credentials SUPPRESSED to see if that helps"),this.load(t,r)}isCrossSite(t){if("undefined"==typeof document||!document.location)return!1;const e=$e,r=""+document.location;return(e(r)&&e(t)&&e(r))!==e(t)}handleError(e,r,i){if(this.isCrossSite(r)){if(i.credentials&&"include"===i.credentials&&!i.retriedWithNoCredentials)return this.retryNoCredentials(r,i);let e=t.crossSiteProxy(r);if(e&&!i.proxyUsed)return this.redirectToProxy(e,i)}var o;return e instanceof Error?o="Fetch error: "+e.message:(o=e.statusText,e.responseText&&(o+=` ${e.responseText}`)),this.failFetch(i,o,e.status||998,e)}addType(t,e,r,i){let o=e;if(i){var h=r.any(o,this.ns.link("requestedURI"));h&&h.value!==i&&r.add(r.rdfFactory.namedNode(i),this.ns.rdf("type"),t,this.appNode)}for(;;){const e=r.any(o,this.ns.link("requestedURI"));if(e&&e.value&&r.add(r.rdfFactory.namedNode(e.value),this.ns.rdf("type"),t,this.appNode),o=r.any(void 0,r.rdfFactory.namedNode("http://www.w3.org/2007/ont/link#redirectedRequest"),o),!o)break;var n=r.any(o,r.rdfFactory.namedNode("http://www.w3.org/2007/ont/link#response"));if(!n)break;var a=r.any(n,r.rdfFactory.namedNode("http://www.w3.org/2007/ont/http#status"));if(!a)break;if("301"!==a&&"302"!==a)break}}handleResponse(t,e,r){const i=this.store,o=t.headers,h=r.req,n=this.saveResponseMetadata(t,r),a=this.normalizedContentType(r,o)||"";let s=o.get("content-location");if(0===t.status)return this.handleError(t,e,r);if(t.status>=400)return 404===t.status&&(this.nonexistent[r.original.value]=!0,this.nonexistent[e]=!0),this.saveErrorResponse(t,n).then((()=>this.failFetch(r,r.resource+" "+t.statusText,t.status,t)));var c=null,p=null;if(s&&(p=Qe(s,e))!==e&&(c=p),200===t.status){if(this.addType(this.ns.link("Document"),h,i,e),c&&this.addType(this.ns.link("Document"),h,i,c),r.clearPreviousData){const t=i.statementsMatching(void 0,void 0,void 0,r.resource).slice();for(let e=0;e<t.length;e++)i.removeStatement(t[e])}let t=a.includes("image/")||a.includes("application/pdf");a&&t&&(this.addType(i.rdfFactory.namedNode("http://purl.org/dc/terms/Image"),h,i,e),c&&this.addType(i.rdfFactory.namedNode("http://purl.org/dc/terms/Image"),h,i,c))}if(s){if(!r.force&&c&&"done"===this.requested[p])return this.doneFetch(r,t);this.requested[p]=!0}this.parseLinkHeader(o.get("link"),r.original,h);let l=this.handlerForContentType(a,t);return l?t.text().then((e=>(t.responseText=e,l.parse(this,e,r,t)))):(this.addStatus(h,"Fetch over. No data handled."),this.doneFetch(r,t))}saveErrorResponse(t,e){let r=this.store;return t.text().then((t=>{t.length>10&&r.add(e,this.ns.http("content"),r.rdfFactory.literal(t),e)}))}handlerForContentType(t,e){if(!t)return null;let r=this.handlers.find((e=>t.match(e.pattern)));return r?new r(e):null}guessContentType(t){return Qi[t.split(".").pop()]}normalizedContentType(t,e){if(t.forceContentType)return t.forceContentType;let r=e.get("content-type");if(!r||r.includes("application/octet-stream")){let e=this.guessContentType(t.resource.value);if(e)return e}let i=Xe(t.resource.value);return!r&&["file","chrome"].includes(i)?"text/xml":r}redirectToProxy(t,e){this.addStatus(e.req,"BLOCKED -> Cross-site Proxy to <"+t+">"),e.proxyUsed=!0;const r=this.store,i=e.req;e.noMeta||(r.add(i,this.ns.link("redirectedTo"),r.rdfFactory.namedNode(t),i),this.addStatus(i,"redirected to new request")),this.requested[e.resource.value]="redirected",this.redirectedTo[e.resource.value]=t;let o=Object.assign({},e);return o.baseURI=e.resource.value,this.fetchUri(t,o).then((t=>(o.noMeta||r.add(i,this.ns.link("redirectedRequest"),o.req,this.appNode),t)))}setRequestTimeout(t,e){return new Promise((r=>{this.timeouts[t]=(this.timeouts[t]||[]).concat(setTimeout((()=>{!this.isPending(t)||e.retriedWithNoCredentials||e.proxyUsed||r(this.failFetch(e,`Request to ${t} timed out`,"timeout"))}),this.timeout))}))}addFetchCallback(t,e){this.fetchCallbacks[t]?this.fetchCallbacks[t].push(e):this.fetchCallbacks[t]=[e]}acceptString(){let t="";for(let e in this.mediatypes){""!==t&&(t+=", "),t+=e;for(let r in this.mediatypes[e])t+=";"+r+"="+this.mediatypes[e][r]}return t}};he(ao,"HANDLERS",void 0),he(ao,"CONTENT_TYPE_BY_EXT",void 0),he(ao,"crossSiteProxyTemplate",void 0),ao.HANDLERS=ho,ao.CONTENT_TYPE_BY_EXT=Qi;var so=class{constructor(t){if(he(this,"store",void 0),he(this,"ifps",void 0),he(this,"fps",void 0),he(this,"patchControl",void 0),he(this,"ns",void 0),(t=t||new Rr).updater)throw new Error("You can't have two UpdateManagers for the same store");t.fetcher||(t.fetcher=new ao(t)),this.store=t,t.updater=this,this.ifps={},this.fps={},this.ns={},this.ns.link=rr("http://www.w3.org/2007/ont/link#"),this.ns.http=rr("http://www.w3.org/2007/ont/http#"),this.ns.httph=rr("http://www.w3.org/2007/ont/httph#"),this.ns.ldp=rr("http://www.w3.org/ns/ldp#"),this.ns.rdf=rr("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),this.ns.rdfs=rr("http://www.w3.org/2000/01/rdf-schema#"),this.ns.rdf=rr("http://www.w3.org/1999/02/22-rdf-syntax-ns#"),this.ns.owl=rr("http://www.w3.org/2002/07/owl#"),this.patchControl=[]}patchControlFor(t){return this.patchControl[t.value]||(this.patchControl[t.value]=[]),this.patchControl[t.value]}isHttpUri(t){return"http"===t.slice(0,4)}flagAuthorizationMetadata(t){t||(t=this.store);const e=t.fetcher?.appNode,r=t.statementsMatching(void 0,this.ns.link("requestedURI"),void 0,e).map((t=>t.subject));for(const i of r){const r=t.any(i,this.ns.link("response"),null,e);null!=r&&t.add(r,this.ns.link("outOfDate"),!0,e)}}async checkEditable(t,e){if(!t)return!1;e||(e=this.store);const r=this.editable(t,e);return void 0!==r?r:(await(e.fetcher?.load(t)),this.editable(t,e))}editable(t,e){if(!t)return!1;if(e||(e=this.store),t=Ae(t),!this.isHttpUri(t)&&e.holds(e.rdfFactory.namedNode(t),e.rdfFactory.namedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),e.rdfFactory.namedNode("http://www.w3.org/2007/ont/link#MachineEditableDocument")))return"LOCALFILE";var r,i=!1;const o=e.fetcher?.appNode;for(var h,n=e.each(void 0,this.ns.link("requestedURI"),He(t),o),a=0;a<n.length;a++)if(void 0!==(r=n[a])){const n=e.any(r,this.ns.link("response"),null,o);if(void 0!==n){if(e.anyJS(n,this.ns.link("outOfDate"),null,o))continue;var s=e.anyValue(n,this.ns.httph("wac-allow"));if(s)for(var c of s.split(",")){var p=c.split("=");if(p[0].includes("user")&&!p[1].includes("write")&&!p[1].includes("append"))return!1}var l=e.each(n,this.ns.httph("accept-patch"));if(l.length)for(let t=0;t<l.length;t++){if((h=l[t].value.trim()).indexOf("application/sparql-update")>=0)return"SPARQL";if(h.indexOf("application/sparql-update-single-match")>=0)return"SPARQL";if(h.indexOf("text/n3")>=0)return"N3PATCH"}var g=e.each(n,this.ns.httph("ms-author-via"));if(g.length)for(let t=0;t<g.length;t++){if((h=g[t].value.trim()).indexOf("SPARQL")>=0)return"SPARQL";if(h.indexOf("DAV")>=0)return"DAV"}if(!this.isHttpUri(t))return!!s&&"LOCALFILE";var m=e.each(n,this.ns.http("status"));if(m.length)for(let t=0;t<m.length;t++)200!==m[t]&&404!==m[t]||(i=!0)}}if(0===n.length);else if(i)return!1}anonymize(t){return"_:"===t.toNT().substr(0,2)&&this.mentioned(t)?"?"+t.toNT().substr(2):t.toNT()}anonymizeNT(t){return this.anonymize(t.subject)+" "+this.anonymize(t.predicate)+" "+this.anonymize(t.object)+" ."}nTriples(t){return`${t.subject.toNT()} ${t.predicate.toNT()} ${t.object.toNT()} .`}statementBnodes(t){return[t.subject,t.predicate,t.object].filter((function(t){return Ee(t)}))}statementArrayBnodes(t){var e=[];for(let r=0;r<t.length;r++)e=e.concat(this.statementBnodes(t[r]));e.sort();var r=[];for(let t=0;t<e.length;t++)0!==t&&e[t].equals(e[t-1])||r.push(e[t]);return r}cacheIfps(){this.ifps={};var t=this.store.each(void 0,this.ns.rdf("type"),this.ns.owl("InverseFunctionalProperty"));for(let e=0;e<t.length;e++)this.ifps[t[e].value]=!0;this.fps={},t=this.store.each(void 0,this.ns.rdf("type"),this.ns.owl("FunctionalProperty"));for(let e=0;e<t.length;e++)this.fps[t[e].value]=!0}bnodeContext2(t,e,r){var i,o,h=this.store.statementsMatching(void 0,void 0,t,e);for(let t=0;t<h.length;t++)if(this.fps[h[t].predicate.value]){if(!(i=h[t].subject).isBlank)return[h[t]];if(r&&(o=this.bnodeContext2(i,e,r-1)))return o.concat([h[t]])}h=this.store.statementsMatching(t,void 0,void 0,e);for(let t=0;t<h.length;t++)if(this.ifps[h[t].predicate.value]){if(!(i=h[t].object).isBlank)return[h[t]];if(r&&(o=this.bnodeContext2(i,e,r-1)))return o.concat([h[t]])}return null}bnodeContext1(t,e){for(var r=0;r<3;r++){var i=this.bnodeContext2(t,e,r);if(null!==i)return i}return this.store.connectedStatements(t,e)}mentioned(t){return 0!==this.store.statementsMatching(t,null,null,null).length||0!==this.store.statementsMatching(null,t).length||0!==this.store.statementsMatching(null,null,t).length}bnodeContext(t,e){var r=[];if(t.length){this.cacheIfps();for(let o=0;o<t.length;o++){var i=t[o];this.mentioned(i)&&(r=r.concat(this.bnodeContext1(i,e)))}}return r}statementContext(t){var e=this.statementBnodes(t);return this.bnodeContext(e,t.graph)}contextWhere(t){var e=this;return t&&0!==t.length?"WHERE { "+t.map((function(t){return e.anonymizeNT(t)})).join("\n")+" }\n":""}fire(t,e,r,i={}){return Promise.resolve().then((()=>{if(!t)throw new Error("No URI given for remote editing operation: "+e);return i.noMeta=!0,i.contentType=i.contentType||"application/sparql-update",i.body=e,this.store.fetcher.webOperation("PATCH",t,i)})).then((i=>{if(!i.ok)throw new Error("UpdateManager: update failed for <"+t+"> status="+i.status+", "+i.statusText+"\n for query: "+e);r(t,i.ok,i.responseText,i)})).catch((e=>{r(t,!1,e.message,e)}))}update_statement(t){if(!t||t.graph){var e=this,r=this.statementContext(t);return{statement:t?[t.subject,t.predicate,t.object,t.graph]:void 0,statementNT:t?this.anonymizeNT(t):void 0,where:e.contextWhere(r),set_object:function(t,r){var i=this.where;i+="DELETE DATA { "+this.statementNT+" } ;\n",i+="INSERT DATA { "+this.anonymize(this.statement[0])+" "+this.anonymize(this.statement[1])+" "+this.anonymize(t)+" . }\n",e.fire(this.statement[3].value,i,r)}}}}insert_statement(t,e){var r=t instanceof Array?t[0]:t,i=this.contextWhere(this.statementContext(r));if(t instanceof Array){var o="";for(let e=0;e<t.length;e++)o+=t[e]+"\n";i+="INSERT DATA { "+o+" }\n"}else i+="INSERT DATA { "+this.anonymize(t.subject)+" "+this.anonymize(t.predicate)+" "+this.anonymize(t.object)+" . }\n";this.fire(r.graph.value,i,e)}delete_statement(t,e){var r=t instanceof Array?t[0]:t,i=this.contextWhere(this.statementContext(r));if(t instanceof Array){var o="";for(let e=0;e<t.length;e++)o+=t[e]+"\n";i+="DELETE DATA { "+o+" }\n"}else i+="DELETE DATA { "+this.anonymize(t.subject)+" "+this.anonymize(t.predicate)+" "+this.anonymize(t.object)+" . }\n";this.fire(r.graph.value,i,e)}requestDownstreamAction(t,e){var r=this.patchControlFor(t);if(r.pendingUpstream)if(r.downstreamAction){if(""+r.downstreamAction!=""+e)throw new Error("Can't wait for > 1 different downstream actions")}else r.downstreamAction=e;else e(t)}clearUpstreamCount(t){this.patchControlFor(t).upstreamCount=0}getUpdatesVia(t){var e=this.store.fetcher.getHeader(t,"updates-via");return e&&e.length?e[0].trim():null}addDownstreamChangeListener(t,e){var r=this.patchControlFor(t);r.downstreamChangeListeners||(r.downstreamChangeListeners=[]),r.downstreamChangeListeners.push(e),this.setRefreshHandler(t,(t=>{this.reloadAndSync(t)}))}reloadAndSync(t){var e=this.patchControlFor(t),r=this;if(e.reloading)e.outOfDate=!0;else{e.reloading=!0;var i=1e3,o=function(){r.reload(r.store,t,(function(t,r,h){if(t){if(e.downstreamChangeListeners)for(let t=0;t<e.downstreamChangeListeners.length;t++)e.downstreamChangeListeners[t]();e.reloading=!1,e.outOfDate&&(e.outOfDate=!1,o())}else e.reloading=!1,h&&0===h.status&&(e.reloading=!0,setTimeout(o,i*=2))}))};o()}}setRefreshHandler(t,e){let r=this.getUpdatesVia(t);var i=e,o=this,h=this,n=1500,a=0;if(!r)return!1;r=Qe(r,t.value);const s=r.replace(/^http:/,"ws:").replace(/^https:/,"wss:");var c=function(){var e;if("undefined"!=typeof WebSocket)e=new WebSocket(s);else{if("undefined"==typeof window||!window.WebSocket)return;e=window.WebSocket(s)}e.onopen=function(){n=1500,this.send("sub "+t.value),a&&h.requestDownstreamAction(t,i)};var r=o.patchControlFor(t);r.upstreamCount=0,e.onerror=function(){},e.onclose=function(){n*=2,a+=1,setTimeout((function(){c()}),n)},e.onmessage=function(e){if(e.data&&"pub"===e.data.slice(0,3)){if("upstreamCount"in r&&(r.upstreamCount-=1,r.upstreamCount>=0))return;r.upstreamCount=0,o.requestDownstreamAction(t,i)}}};return c(),!0}updateMany(t,e=[]){const r=t.concat(e).map((t=>t.why)),i=this,o=[];r.forEach((t=>{o.find((e=>e.equals(t)))||o.push(t)}));const h=o.map((r=>i.update(t.filter((t=>t.why.equals(r))),e.filter((t=>t.why.equals(r))))));return Promise.all(h)}constructSparqlUpdateQuery(t,e,r){var i=this.contextWhere(r),o="";if(i.length){if(t.length){o+="DELETE { ";for(let e=0;e<t.length;e++)o+=this.anonymizeNT(t[e])+"\n";o+=" }\n"}if(e.length){o+="INSERT { ";for(let t=0;t<e.length;t++)o+=this.anonymizeNT(e[t])+"\n";o+=" }\n"}o+=i}else{if(t.length){o+="DELETE DATA { ";for(let e=0;e<t.length;e++)o+=this.anonymizeNT(t[e])+"\n";o+=" } \n"}if(e.length){t.length&&(o+=" ; "),o+="INSERT DATA { ";for(let t=0;t<e.length;t++)o+=this.nTriples(e[t])+"\n";o+=" }\n"}}return o}constructN3PatchQuery(t,e,r){var i="\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ex: <http://www.example.org/terms#>.\n\n_:patch\n";return r&&r.length>0&&(i+=`\n solid:where {\n ${r.map((t=>this.anonymizeNT(t))).join("\n ")}\n };`),t.length>0&&(i+=`\n solid:deletes {\n ${t.map((t=>this.anonymizeNT(t))).join("\n ")}\n };`),e.length>0&&(i+=`\n solid:inserts {\n ${e.map((t=>this.anonymizeNT(t))).join("\n ")}\n };`),i+" a solid:InsertDeletePatch .\n"}update(t,e,r,i,o={}){if(!r){var h=this;return new Promise((function(r,n){h.update(t,e,(function(t,e,i){e?r():n(new Error(i))}),i,o)}))}try{var n=this.store,a=t?Te(t)?t.statements:t instanceof Array?t:[t]:[],s=e?Te(e)?e.statements:e instanceof Array?e:[e]:[];if(!(a instanceof Array))throw new Error("Type Error "+typeof a+": "+a);if(!(s instanceof Array))throw new Error("Type Error "+typeof s+": "+s);if(0===a.length&&0===s.length)return r(null,!0);var c=a.length?a[0].graph:s[0].graph;if(!c)throw new Error("Error patching: statement does not specify which document to patch:"+a[0]+", "+s[0]);if("NamedNode"!==c.termType)throw new Error("Error patching: document not a NamedNode:"+a[0]+", "+s[0]);var p=this.patchControlFor(c),l=Date.now(),g=["subject","predicate","object","why"],m={delete:a,insert:s};["insert","delete"].map((function(t){m[t].map((function(t){if(!c.equals(t.graph))throw new Error("update: destination "+c+" inconsistent with delete quad "+t.graph);g.map((function(e){if(void 0===t[e])throw new Error("update: undefined "+e+" of statement.")}))}))}));var u=this.editable(c.value,n);if(!1===u)throw new Error("Update: Can't make changes in uneditable "+c);if(void 0===u){if(i)throw new Error("Update: Loaded "+c+"but still can't figure out what editing protocol it supports.");return void this.store.fetcher.load(c).then((()=>{this.update(t,e,r,!0,o)}),(i=>{if(404!==i.response.status)throw new Error(`Update: Can't get updatability status ${c} before patching: ${i}`);this.update(t,e,r,!0,o)}))}if(u.indexOf("SPARQL")>=0||u.indexOf("N3PATCH")>=0){var f=u.indexOf("SPARQL")>=0,d=[];a.length&&(d=this.statementArrayBnodes(a)),s.length&&(d=d.concat(this.statementArrayBnodes(s)));var w=this.bnodeContext(d,c),y=f?this.constructSparqlUpdateQuery(a,s,w):this.constructN3PatchQuery(a,s,w);o.contentType=f?"application/sparql-update":"text/n3",p.pendingUpstream=p.pendingUpstream?p.pendingUpstream+1:1,"upstreamCount"in p&&(p.upstreamCount+=1),this.fire(c.value,y,((t,e,i,o)=>{if(o.elapsedTimeMs=Date.now()-l,e){try{n.remove(a)}catch(t){e=!1,i="Remote Ok BUT error deleting "+a.length+" from store!!! "+t}for(let t=0;t<s.length;t++)n.add(s[t].subject,s[t].predicate,s[t].object,c)}if(r(t,e,i,o),p.pendingUpstream-=1,0===p.pendingUpstream&&p.downstreamAction){var h=p.downstreamAction;delete p.downstreamAction,h(c)}}),o)}else if(u.indexOf("DAV")>=0)this.updateDav(c,a,s,r,o);else{if(!(u.indexOf("LOCALFILE")>=0))throw new Error("Unhandled edit method: '"+u+"' for "+c);try{this.updateLocalFile(c,a,s,r,o)}catch(t){r(c.value,!1,"Exception trying to write back file <"+c.value+">\n")}}}catch(t){r(void 0,!1,"Exception in update: "+t+"\n"+function(t){var e=t+"\n";if(!t.stack)return e+"No stack available.\n";for(var r=t.stack.toString().split("\n"),i=[],o=0;o<r.length;o++){var h=r[o];if(h.indexOf("ecmaunit.js")>-1)break;"("==h.charAt(0)&&(h="function"+h);var n=h.split("@");i.push(n)}for(o=0;o<i.length;o++)e+=" "+i[o][1]+"\n "+i[o][0];return e}(t))}}updateDav(t,e,r,i,o={}){let h=this.store;var n=h.any(t,this.ns.link("request"));if(!n)throw new Error("No record of our HTTP GET request for document: "+t);var a=h.any(n,this.ns.link("response"));if(!a)return null;var s=h.the(a,this.ns.httph("content-type")).value;let c=h.statementsMatching(void 0,void 0,void 0,t).slice();for(let t=0;t<e.length;t++)pr(c,e[t]);for(let t=0;t<r.length;t++)c.push(r[t]);const p=this.serialize(t.value,c,s);var l,g=h.the(a,this.ns.httph("content-location"));return g&&(l=Qe(g.value,l)),o.contentType=s,o.noMeta=!0,o.body=p,h.fetcher.webOperation("PUT",l,o).then((o=>{if(!o.ok)throw new Error(o.error);for(let t=0;t<e.length;t++)h.remove(e[t]);for(let e=0;e<r.length;e++)h.add(r[e].subject,r[e].predicate,r[e].object,t);i(t.value,o.ok,o.responseText,o)})).catch((e=>{i(t.value,!1,e.message,e)}))}updateLocalFile(t,e,r,i,o={}){const h=this.store;let n=h.statementsMatching(void 0,void 0,void 0,t).slice();for(let t=0;t<e.length;t++)pr(n,e[t]);for(let t=0;t<r.length;t++)n.push(r[t]);var a=t.value.lastIndexOf(".");if(a<1)throw new Error("Rewriting file: No filename extension: "+t.value);var s=t.value.slice(a+1);let c=ao.CONTENT_TYPE_BY_EXT[s];if(!c)throw new Error("File extension ."+s+" not supported for data write");o.body=this.serialize(t.value,n,c),o.contentType=c,h.fetcher.webOperation("PUT",t.value,o).then((o=>{if(!o.ok)return i(t.value,!1,o.error);for(let t=0;t<e.length;t++)h.remove(e[t]);for(let e=0;e<r.length;e++)h.add(r[e].subject,r[e].predicate,r[e].object,t);i(t.value,!0,"")}))}serialize(t,e,r){const i=this.store;let o;if("string"==typeof e)return e;var h=gr(i);switch(h.suggestNamespaces(i.namespaces),h.setBase(t),r){case"text/xml":case"application/rdf+xml":o=h.statementsToXML(e);break;case"text/n3":case"text/turtle":case"application/x-turtle":case"application/n3":o=h.statementsToN3(e);break;default:throw new Error("Content-type "+r+" not supported for data serialization")}return o}put(t,e,r,i){const o=this.store;let h;return Promise.resolve().then((()=>(h=this.serialize(t.value,e,r),o.fetcher.webOperation("PUT",t.value,{contentType:r,body:h})))).then((r=>{if(!r.ok)return i(t.value,r.ok,r.error,r);delete o.fetcher.nonexistent[t.value],delete o.fetcher.requested[t.value],"string"!=typeof e&&e.map((t=>{o.addStatement(t)})),i(t.value,r.ok,"",r)})).catch((e=>{i(t.value,!1,e.message)}))}reload(t,e,r){var i=Date.now();t.fetcher.nowOrWhenFetched(e.value,{force:!0,noMeta:!0,clearPreviousData:!0},(function(t,o,h){if(t)if(h.onErrorWasCalled||200!==h.status)r(!1,"Non-HTTP error reloading data: "+o,h);else{var n=Date.now()-i;e.reloadTimeTotal||(e.reloadTimeTotal=0),e.reloadTimeCount||(e.reloadTimeCount=0),e.reloadTimeTotal+=n,e.reloadTimeCount+=1,r(!0)}else r(!1,"Error reloading data: "+o,h)}))}},co={...ei,fetcher:(t,e)=>new ao(t,e),graph:(t,e)=>new Rr(t,e||{rdfFactory:ei}),lit(t,e,r){return this.literal(""+t,e||r)},st(t,e,r,i){return this.quad(t,e,r,i)}},po={};for(const t in co)"function"==typeof co[t]&&(po[t]=co[t].bind(co));var{graph:lo,lit:go,st:mo,namedNode:uo}=po;new vr;var fo=rr("http://www.w3.org/2000/01/rdf-schema#"),wo=rr("http://www.w3.org/2005/01/wf/flow#"),yo=(t,e)=>{const r=t[e.predicate.uri];return{...t,[e.predicate.uri]:r?[...r,e.subject.value]:[e.subject.value]}},vo=(t,e)=>{const r=t[e.predicate.uri];return{...t,[e.predicate.uri]:r?[...r,e.object.value]:[e.object.value]}};function bo(t){return t.includes("#")?t.substring(t.lastIndexOf("#")+1):t.substring(t.lastIndexOf("/")+1)}function _o(t){const e=new URL(t);if(["#it","#this","#me","#i"].includes(e.hash))return(Co(e)||e.host+e.pathname)+e.hash;const r=((i=e.hash)?i.split("#")[1]:null)||Co(e)||e.host;var i;return r.endsWith("/")?r.slice(0,-1):r}function Co(t){if(t.pathname.endsWith("/")){const e=t.pathname.split("/").at(-2);return e?decodeURIComponent(e)+"/":null}{const e=t.pathname.split("/").pop();return e?decodeURIComponent(e):null}}var So=class{constructor(t,e,r=!1){this.uri=t,this.store=e,this.editable=r}label(){return this.anyValue("http://www.w3.org/2006/vcard/ns#fn","http://xmlns.com/foaf/0.1/name","http://xmlns.com/foaf/0.1/nick","https://schema.org/name","http://schema.org/name","http://purl.org/dc/terms/title","http://purl.org/dc/elements/1.1/title","http://www.w3.org/2000/01/rdf-schema#label","https://www.w3.org/ns/activitystreams#name","http://schema.org/caption","https://schema.org/caption")||_o(this.uri)}literals(){const t=this.store.statementsMatching(uo(this.uri)).filter((t=>xe(t.object))).reduce(vo,{});return Object.keys(t).map((e=>({predicate:e,label:_o(e),values:t[e]})))}relations(t){const e=this.store.statementsMatching(uo(this.uri),t?uo(t):null).filter((t=>Oe(t.object)&&!function(t){return t.sameTerm(uo("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"))}(t.predicate))).reduce(vo,{});return Object.keys(e).map((t=>({predicate:t,label:_o(t),uris:e[t]})))}reverseRelations(t){const e=this.store.statementsMatching(void 0,t?uo(t):null,uo(this.uri)).reduce(yo,{});return Object.keys(e).map((t=>({predicate:t,label:_o(t),uris:e[t]})))}anyValue(...t){let e;return t.some((t=>(e=this.store.anyValue(uo(this.uri),uo(t)),Boolean(e)))),e}description(){return this.anyValue("http://purl.org/dc/terms/description","http://purl.org/dc/elements/1.1/description","http://schema.org/description","https://schema.org/description","https://schema.org/text","http://www.w3.org/2000/01/rdf-schema#comment","https://www.w3.org/ns/activitystreams#summary","https://www.w3.org/ns/activitystreams#content","http://www.w3.org/2006/vcard/ns#note")}picture(){const t=this.anyValue("http://schema.org/image","https://schema.org/image","http://schema.org/logo","https://schema.org/logo","http://www.w3.org/2006/vcard/ns#hasPhoto","http://www.w3.org/2006/vcard/ns#photo","http://www.w3.org/2006/vcard/ns#hasLogo","http://www.w3.org/2006/vcard/ns#logo","http://xmlns.com/foaf/0.1/img","http://xmlns.com/foaf/0.1/depiction","http://xmlns.com/foaf/0.1/thumbnail");return t?{url:t}:this.findActivityStreamsPicture()}findActivityStreamsPicture(){const t=this.store.any(uo(this.uri),uo("https://www.w3.org/ns/activitystreams#image"))||this.store.any(uo(this.uri),uo("https://www.w3.org/ns/activitystreams#icon"));if(!t||!Ee(t)&&!Oe(t))return null;const e=this.store.anyValue(t,uo("https://www.w3.org/ns/activitystreams#url"));return e?{url:e}:null}types(){const t=this.store.findTypeURIs(uo(this.uri));return Object.keys(t).map((t=>({uri:t,label:bo(t)})))}attachments(){return this.store.statementsMatching(uo(this.uri),wo("attachment")).filter((t=>Oe(t.object))).map((t=>({uri:t.object.value,label:_o(t.object.value)})))}assume(t){return new t(this.uri,this.store,this.editable)}container(){const t=uo(this.uri).doc(),e=t.value.endsWith("/")?t.value.slice(0,-1):t.value;return{uri:new URL(".",e).toString()}}},Po=class extends So{constructor(t,e,r=!1){super(t,e,r),this.uri=t,this.store=e,this.editable=r}contains(){return this.store.statementsMatching(uo(this.uri),uo("http://www.w3.org/ns/ldp#contains"),null,uo(this.uri)).map((t=>({uri:t.object.value,name:_o(t.object.value)})))}},Ao=class{constructor(t,e){this.store=t,this.fileFetcher=e}uploadAndLinkFile(t,e,r){const i=this.getContainerFromThing(t);return this.fileFetcher.createNewFile(i,r).andThen((r=>this.linkFileToThing(t,e,r)))}linkFileToThing(t,e,r){const i=function(t,e,r){return{deletions:[],filesToCreate:[],insertions:[mo(uo(t.uri),uo(e),uo(r.url),uo(t.uri).doc())]}}(t,e,r);return qt.fromPromise(this.store.executeUpdate(i).then((()=>r)),(()=>({type:"network",title:"Failed to link file to thing"})))}getContainerFromThing(t){return this.store.get(t.container().uri).assume(Po)}},To=class{constructor(t){this.fileGateway=t}uploadAndAddAttachment(t,e){return this.fileGateway.uploadAndLinkFile(t,"http://www.w3.org/2005/01/wf/flow#attachment",e)}},Do=class{constructor(t){this.attachmentGateway=t}uploadAndAddPicture(t,e){return this.attachmentGateway.uploadAndLinkFile(t,"http://schema.org/image",e)}},Ro=rr("http://www.w3.org/ns/solid/terms#"),xo=rr("http://www.w3.org/ns/pim/space#"),Io=class{constructor(t,e,r){this.store=t,this.webIdNode=e,this.preferencesDoc=r}queryPrivateTypeIndex(){const t=this.store.any(this.webIdNode,Ro("privateTypeIndex"),null,this.preferencesDoc);return Oe(t)?t:null}},Oo=class{constructor(t,e){this.webIdNode=t,this.store=e}queryPublicTypeIndex(){const t=Ro("publicTypeIndex");return this.queryNamedNode(t)}queryPreferencesFile(){const t=xo("preferencesFile");return this.queryNamedNode(t)}queryNamedNode(t){const e=this.store.any(this.webIdNode,t,null,this.webIdNode.doc());return Oe(e)?e:null}};new(s(_(),1).default)({length:10});var Eo=class extends So{constructor(t,e,r=!1){super(t,e,r),this.webId=t,this.store=e,this.editable=r,this.profileQuery=new Oo(uo(this.webId),this.store)}getPreferencesFile(){return this.profileQuery.queryPreferencesFile()?.value}getPublicTypeIndex(){return this.profileQuery.queryPublicTypeIndex()?.value}getPrivateTypeIndex(){const t=this.profileQuery.queryPreferencesFile();if(!t)return;const e=new Io(this.store,uo(this.webId),t);return e.queryPrivateTypeIndex()?.value}getPrivateLabelIndexes(){const t=this.store.each(uo(this.webId),uo("http://www.w3.org/ns/solid/terms#privateLabelIndex"),void 0,uo(this.webId).doc()),e=this.getPreferencesFile();if(e){const r=this.store.each(uo(this.webId),uo("http://www.w3.org/ns/solid/terms#privateLabelIndex"),void 0,uo(e));return[...t,...r].map((t=>t.value))}return t.map((t=>t.value))}},Mo=class{constructor(t){this.store=t}async fetchProfile(t){await this.store.fetch(t);const e=this.store.get(t).assume(Eo),r=e.getPreferencesFile();if(r)try{await this.store.fetch(r)}catch(t){console.warn(`Failed to fetch preferences file ${r}:`,t)}const i=e.getPublicTypeIndex(),o=e.getPrivateTypeIndex();return await this.store.fetchAll([o,i].filter((t=>void 0!==t))),e}},ko=s(C(),1),Lo=class{constructor(t){this.labelIndexes=t,this.index=this.rebuild().index}rebuild(){const t=this.labelIndexes;return this.index=(0,ko.default)((function(){this.ref("uri"),this.field("uri"),this.field("label"),this.metadataWhitelist=["position"],t.flatMap((t=>t.getIndexedItems())).forEach((t=>{this.add({uri:t.uri,label:t.label})}))})),this}search(t,e=10){const r=t.replace(/[~^+:]/g,(t=>`\\${t}`));return this.index.search(`${r}^100 ${r}*^20 *${r}^10 *${r}*^5`).slice(0,e)}clear(){this.index=(0,ko.default)((()=>{}))}},No=class extends So{constructor(t,e,r=!1){super(t,e,r),this.uri=t,this.store=e,this.editable=r}subjects(){const t=this.store.statementsMatching(null,null,null,uo(this.uri)).filter((t=>Oe(t.subject))).map((t=>t.subject.value)),e=new Set(t);return e.delete(this.uri),[...e].map((t=>({uri:t})))}},Bo=class extends No{constructor(t,e,r=!1){super(t,e,r),this.uri=t,this.store=e,this.editable=r}getIndexedItems(){return this.store.statementsMatching(null,fo("label"),null,uo(this.uri)).map((t=>({uri:t.subject.value,label:t.object.value})))}contains(t){return this.store.holds(uo(t),fo("label"),null,uo(this.uri))}},qo=class{constructor(t){this.store=t}async buildSearchIndex(t){const e=t.getPrivateLabelIndexes();if(e.length>0){await this.store.fetchAll(e);const t=e.map((t=>this.store.get(t).assume(Bo)));return new Lo(t)}return new Lo([])}async addToLabelIndex(t,e){await this.store.executeUpdate(((t,e)=>({deletions:[],filesToCreate:[],insertions:[mo(uo(t.uri),fo("label"),go(t.label()),uo(e.uri))]}))(t,e))}async createDefaultLabelIndex(t){const e=function(t){const e=uo(t.webId),r=t.getPreferencesFile(),i="privateLabelIndex.ttl",o=r?new URL(i,r).href:new URL(i,e.uri).href,h=r?uo(r):e.doc(),n=uo(o);return{uri:n.uri,insertions:[mo(e,Ro("privateLabelIndex"),n,h),mo(n,fo("label"),go("Default Index"),n)],deletions:[],filesToCreate:[]}}(t);return await this.store.executeUpdate(e),this.store.get(e.uri).assume(Bo)}},Fo=class extends ao{constructor(t,e){const{offlineCache:r,isOnline:i,...o}=e;super(t,o),this.store=t,this.offlineCache=r,this.isOnline=i}async load(t,e){if(Array.isArray(t))return await super.load(t,e);const r=uo(Ae(t)),i=r.doc();if(!this.isOnline())return await this.retrieveFromCache(i,new Error(`You are offline and no data was found in the offline cache for ${i.uri}`));try{const t=await super.load(r,e),o=t.headers.get("etag");return this.putToCache(i,o),t}catch(t){const e=t;if(999===e.status)return await this.retrieveFromCache(i,e);throw e}}putToCache(t,e){const r=ur(t,this.store,null,"application/n-triples");this.offlineCache.put({url:t.uri,revision:e??`timestamp-${(new Date).getTime()}`,statements:r?.trim()??""})}async retrieveFromCache(t,e){const r=await this.offlineCache.get(t.uri);if(!r)throw e;return Hi(r.statements,this.store,t.uri,"text/turtle"),new Response(r.statements,{status:200,headers:{"Content-Type":"text/turtle",etag:r.revision}})}},Uo=class{put(){}async get(){}clear(){}},jo=class{isOnline(){return!0}},Vo=class{constructor(t,e=new Uo,r=new jo,i=lo()){this.internalStore=i,this.fetcher=new Fo(this.internalStore,{fetch:t.authenticatedFetch,offlineCache:e,isOnline:r.isOnline}),this.updater=new so(this.internalStore),this.additions$=new et,this.removals$=new et,this.internalStore.addDataCallback((t=>this.additions$.next(t))),this.internalStore.addDataRemovalCallback((t=>this.removals$.next(t)))}fetch(t){return this.fetcher.load(uo(t),{force:!0,credentials:"omit"})}fetchAll(t){const e=t.map((t=>this.fetch(t)));return Promise.allSettled(e)}get(t){const e=!!this.updater.editable(t);return new So(t,this.internalStore,e)}addPropertyValue(t,e,r){return this.updater.update([],[mo(uo(t.uri),uo(e),go(r),uo(t.uri).doc())],void 0,!1,{credentials:"omit"})}async addNewThing(t,e,r){await this.updater.update([],[mo(uo(t),uo("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),uo(r),uo(t).doc()),mo(uo(t),uo("http://www.w3.org/2000/01/rdf-schema#label"),go(e),uo(t).doc())],void 0,!1,{credentials:"omit"})}async executeUpdate(t){await async function(t,e,r){await e.updateMany(r.deletions,r.insertions),r.filesToCreate.map((e=>{!function(t,e){t.webOperation("PUT",e,{contentType:"text/turtle"})}(t,e.url)}))}(this.fetcher,this.updater,t)}flagAuthorizationMetadata(){this.updater.flagAuthorizationMetadata()}loadModule(t){return new t.default({store:this.internalStore,fetcher:this.fetcher,updater:this.updater})}findMembers(t){return Object.keys(this.internalStore.findMemberURIs(uo(t)))}observeFindMembers(t){return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var r=ht(t),i=function(t){return"number"==typeof ot(t)?t.pop():1/0}(t),o=t;return o.length?1===o.length?ft(o[0]):Pt(i)(_t(o,r)):it}(this.additions$,this.removals$).pipe((i=t=>"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"==t.predicate.value||"http://www.w3.org/2000/01/rdf-schema#subClassOf"==t.predicate.value,J((function(t,e){var r=0;t.subscribe(Y(e,(function(t){return i.call(undefined,t,r++)&&e.next(t)})))}))),Ct((()=>this.findMembers(t))),function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var r=ht(t);return J((function(e,i){(r?At(t,e,r):At(t,e)).subscribe(i)}))}(this.findMembers(t)),(void 0===r&&(r=Q),e=null!=(e=(t,e)=>t.length==e.length)?e:Tt,J((function(t,i){var o,h=!0;t.subscribe(Y(i,(function(t){var n=r(t);!h&&e(o,n)||(h=!1,o=n,i.next(t))})))}))));var e,r,i}},Go={};a(Go,{acl:()=>zo,arg:()=>Ho,as:()=>Wo,bookmark:()=>$o,cal:()=>Qo,contact:()=>Xo,dc:()=>Ko,dct:()=>Jo,fhir:()=>Yo,foaf:()=>Zo,http:()=>th,hydra:()=>eh,ldp:()=>rh,link:()=>ih,log:()=>oh,meeting:()=>hh,owl:()=>nh,qu:()=>ah,rdf:()=>ch,rdfs:()=>ph,sched:()=>lh,schema:()=>gh,schema_https:()=>mh,sec:()=>uh,shacl:()=>fh,shex:()=>dh,sioc:()=>wh,skos:()=>yh,solid:()=>vh,space:()=>bh,tab:()=>_h,tabont:()=>Ch,trip:()=>sh,vcard:()=>Sh,wf:()=>Ph,xsd:()=>Ah});var zo=Object.freeze({Access:"http://www.w3.org/ns/auth/acl#Access",Append:"http://www.w3.org/ns/auth/acl#Append",AuthenticatedAgent:"http://www.w3.org/ns/auth/acl#AuthenticatedAgent",Authorization:"http://www.w3.org/ns/auth/acl#Authorization",Control:"http://www.w3.org/ns/auth/acl#Control",Origin:"http://www.w3.org/ns/auth/acl#Origin",Read:"http://www.w3.org/ns/auth/acl#Read",Write:"http://www.w3.org/ns/auth/acl#Write",accessControl:"http://www.w3.org/ns/auth/acl#accessControl",accessTo:"http://www.w3.org/ns/auth/acl#accessTo",accessToClass:"http://www.w3.org/ns/auth/acl#accessToClass",agent:"http://www.w3.org/ns/auth/acl#agent",agentClass:"http://www.w3.org/ns/auth/acl#agentClass",agentGroup:"http://www.w3.org/ns/auth/acl#agentGroup",default__workaround:"http://www.w3.org/ns/auth/acl#default",defaultForNew:"http://www.w3.org/ns/auth/acl#defaultForNew",delegates:"http://www.w3.org/ns/auth/acl#delegates",mode:"http://www.w3.org/ns/auth/acl#mode",origin:"http://www.w3.org/ns/auth/acl#origin",owner:"http://www.w3.org/ns/auth/acl#owner"}),Ho=Object.freeze({Conjunction:"http://www.w3.org/ns/pim/arg#Conjunction",Position:"http://www.w3.org/ns/pim/arg#Position",Resolution:"http://www.w3.org/ns/pim/arg#Resolution",opposition:"http://www.w3.org/ns/pim/arg#opposition",requires:"http://www.w3.org/ns/pim/arg#requires",support:"http://www.w3.org/ns/pim/arg#support"}),Wo=Object.freeze({actor:"https://www.w3.org/ns/activitystreams#actor",attributedTo:"https://www.w3.org/ns/activitystreams#attributedTo",attachment:"https://www.w3.org/ns/activitystreams#attachment",attachments:"https://www.w3.org/ns/activitystreams#attachments",author:"https://www.w3.org/ns/activitystreams#author",bcc:"https://www.w3.org/ns/activitystreams#bcc",bto:"https://www.w3.org/ns/activitystreams#bto",cc:"https://www.w3.org/ns/activitystreams#cc",context:"https://www.w3.org/ns/activitystreams#context",current:"https://www.w3.org/ns/activitystreams#current",first:"https://www.w3.org/ns/activitystreams#first",generator:"https://www.w3.org/ns/activitystreams#generator",icon:"https://www.w3.org/ns/activitystreams#icon",image:"https://www.w3.org/ns/activitystreams#image",inReplyTo:"https://www.w3.org/ns/activitystreams#inReplyTo",items:"https://www.w3.org/ns/activitystreams#items",last:"https://www.w3.org/ns/activitystreams#last",location:"https://www.w3.org/ns/activitystreams#location",next:"https://www.w3.org/ns/activitystreams#next",object:"https://www.w3.org/ns/activitystreams#object",oneOf:"https://www.w3.org/ns/activitystreams#oneOf",anyOf:"https://www.w3.org/ns/activitystreams#anyOf",prev:"https://www.w3.org/ns/activitystreams#prev",preview:"https://www.w3.org/ns/activitystreams#preview",provider:"https://www.w3.org/ns/activitystreams#provider",replies:"https://www.w3.org/ns/activitystreams#replies",result:"https://www.w3.org/ns/activitystreams#result",audience:"https://www.w3.org/ns/activitystreams#audience",partOf:"https://www.w3.org/ns/activitystreams#partOf",tag:"https://www.w3.org/ns/activitystreams#tag",tags:"https://www.w3.org/ns/activitystreams#tags",target:"https://www.w3.org/ns/activitystreams#target",origin:"https://www.w3.org/ns/activitystreams#origin",instrument:"https://www.w3.org/ns/activitystreams#instrument",to:"https://www.w3.org/ns/activitystreams#to",url:"https://www.w3.org/ns/activitystreams#url",subject:"https://www.w3.org/ns/activitystreams#subject",relationship:"https://www.w3.org/ns/activitystreams#relationship",describes:"https://www.w3.org/ns/activitystreams#describes",formerType:"https://www.w3.org/ns/activitystreams#formerType",accuracy:"https://www.w3.org/ns/activitystreams#accuracy",altitude:"https://www.w3.org/ns/activitystreams#altitude",content:"https://www.w3.org/ns/activitystreams#content",name:"https://www.w3.org/ns/activitystreams#name",downstreamDuplicates:"https://www.w3.org/ns/activitystreams#downstreamDuplicates",duration:"https://www.w3.org/ns/activitystreams#duration",endTime:"https://www.w3.org/ns/activitystreams#endTime",height:"https://www.w3.org/ns/activitystreams#height",href:"https://www.w3.org/ns/activitystreams#href",hreflang:"https://www.w3.org/ns/activitystreams#hreflang",id:"https://www.w3.org/ns/activitystreams#id",latitude:"https://www.w3.org/ns/activitystreams#latitude",longitude:"https://www.w3.org/ns/activitystreams#longitude",mediaType:"https://www.w3.org/ns/activitystreams#mediaType",objectType:"https://www.w3.org/ns/activitystreams#objectType",published:"https://www.w3.org/ns/activitystreams#published",radius:"https://www.w3.org/ns/activitystreams#radius",rating:"https://www.w3.org/ns/activitystreams#rating",rel:"https://www.w3.org/ns/activitystreams#rel",startIndex:"https://www.w3.org/ns/activitystreams#startIndex",startTime:"https://www.w3.org/ns/activitystreams#startTime",summary:"https://www.w3.org/ns/activitystreams#summary",totalItems:"https://www.w3.org/ns/activitystreams#totalItems",units:"https://www.w3.org/ns/activitystreams#units",updated:"https://www.w3.org/ns/activitystreams#updated",upstreamDuplicates:"https://www.w3.org/ns/activitystreams#upstreamDuplicates",verb:"https://www.w3.org/ns/activitystreams#verb",width:"https://www.w3.org/ns/activitystreams#width",deleted:"https://www.w3.org/ns/activitystreams#deleted",Accept:"https://www.w3.org/ns/activitystreams#Accept",Activity:"https://www.w3.org/ns/activitystreams#Activity",Block:"https://www.w3.org/ns/activitystreams#Block",IntransitiveActivity:"https://www.w3.org/ns/activitystreams#IntransitiveActivity",Add:"https://www.w3.org/ns/activitystreams#Add",Announce:"https://www.w3.org/ns/activitystreams#Announce",Application:"https://www.w3.org/ns/activitystreams#Application",Arrive:"https://www.w3.org/ns/activitystreams#Arrive",Article:"https://www.w3.org/ns/activitystreams#Article",Audio:"https://www.w3.org/ns/activitystreams#Audio",Collection:"https://www.w3.org/ns/activitystreams#Collection",CollectionPage:"https://www.w3.org/ns/activitystreams#CollectionPage",OrderedCollectionPage:"https://www.w3.org/ns/activitystreams#OrderedCollectionPage",Relationship:"https://www.w3.org/ns/activitystreams#Relationship",Create:"https://www.w3.org/ns/activitystreams#Create",Delete:"https://www.w3.org/ns/activitystreams#Delete",Dislike:"https://www.w3.org/ns/activitystreams#Dislike",Document:"https://www.w3.org/ns/activitystreams#Document",Event:"https://www.w3.org/ns/activitystreams#Event",Flag:"https://www.w3.org/ns/activitystreams#Flag",Follow:"https://www.w3.org/ns/activitystreams#Follow",Group:"https://www.w3.org/ns/activitystreams#Group",Ignore:"https://www.w3.org/ns/activitystreams#Ignore",Image:"https://www.w3.org/ns/activitystreams#Image",Invite:"https://www.w3.org/ns/activitystreams#Invite",Join:"https://www.w3.org/ns/activitystreams#Join",Leave:"https://www.w3.org/ns/activitystreams#Leave",Like:"https://www.w3.org/ns/activitystreams#Like",View:"https://www.w3.org/ns/activitystreams#View",Listen:"https://www.w3.org/ns/activitystreams#Listen",Read:"https://www.w3.org/ns/activitystreams#Read",Move:"https://www.w3.org/ns/activitystreams#Move",Travel:"https://www.w3.org/ns/activitystreams#Travel",Link:"https://www.w3.org/ns/activitystreams#Link",Mention:"https://www.w3.org/ns/activitystreams#Mention",Note:"https://www.w3.org/ns/activitystreams#Note",Object__workaround:"https://www.w3.org/ns/activitystreams#Object",Offer:"https://www.w3.org/ns/activitystreams#Offer",OrderedCollection:"https://www.w3.org/ns/activitystreams#OrderedCollection",OrderedItems:"https://www.w3.org/ns/activitystreams#OrderedItems",Page:"https://www.w3.org/ns/activitystreams#Page",Person:"https://www.w3.org/ns/activitystreams#Person",Organization:"https://www.w3.org/ns/activitystreams#Organization",Profile:"https://www.w3.org/ns/activitystreams#Profile",Place:"https://www.w3.org/ns/activitystreams#Place",Question:"https://www.w3.org/ns/activitystreams#Question",Reject:"https://www.w3.org/ns/activitystreams#Reject",Remove:"https://www.w3.org/ns/activitystreams#Remove",Service:"https://www.w3.org/ns/activitystreams#Service",TentativeAccept:"https://www.w3.org/ns/activitystreams#TentativeAccept",TentativeReject:"https://www.w3.org/ns/activitystreams#TentativeReject",Tombstone:"https://www.w3.org/ns/activitystreams#Tombstone",Undo:"https://www.w3.org/ns/activitystreams#Undo",Update:"https://www.w3.org/ns/activitystreams#Update",Video:"https://www.w3.org/ns/activitystreams#Video"}),$o=Object.freeze({hasTopic:"http://www.w3.org/2002/01/bookmark#hasTopic",leadsTo:"http://www.w3.org/2002/01/bookmark#leadsTo",Topic:"http://www.w3.org/2002/01/bookmark#Topic",Shortcut:"http://www.w3.org/2002/01/bookmark#Shortcut",bookmarks:"http://www.w3.org/2002/01/bookmark#bookmarks",recalls:"http://www.w3.org/2002/01/bookmark#recalls",subTopicOf:"http://www.w3.org/2002/01/bookmark#subTopicOf",Bookmark:"http://www.w3.org/2002/01/bookmark#Bookmark"}),Qo=Object.freeze({Vevent:"http://www.w3.org/2002/12/cal/ical#Vevent",Vtodo:"http://www.w3.org/2002/12/cal/ical#Vtodo",Vjournal:"http://www.w3.org/2002/12/cal/ical#Vjournal",Vfreebusy:"http://www.w3.org/2002/12/cal/ical#Vfreebusy",Vtimezone:"http://www.w3.org/2002/12/cal/ical#Vtimezone",Valarm:"http://www.w3.org/2002/12/cal/ical#Valarm",calscale:"http://www.w3.org/2002/12/cal/ical#calscale",method:"http://www.w3.org/2002/12/cal/ical#method",prodid:"http://www.w3.org/2002/12/cal/ical#prodid",version:"http://www.w3.org/2002/12/cal/ical#version",attach:"http://www.w3.org/2002/12/cal/ical#attach",categories:"http://www.w3.org/2002/12/cal/ical#categories",class__workaround:"http://www.w3.org/2002/12/cal/ical#class",comment:"http://www.w3.org/2002/12/cal/ical#comment",description:"http://www.w3.org/2002/12/cal/ical#description",geo:"http://www.w3.org/2002/12/cal/ical#geo",List_of_Float:"http://www.w3.org/2002/12/cal/ical#List_of_Float",location:"http://www.w3.org/2002/12/cal/ical#location",percentComplete:"http://www.w3.org/2002/12/cal/ical#percentComplete",priority:"http://www.w3.org/2002/12/cal/ical#priority",resources:"http://www.w3.org/2002/12/cal/ical#resources",status:"http://www.w3.org/2002/12/cal/ical#status",summary:"http://www.w3.org/2002/12/cal/ical#summary",completed:"http://www.w3.org/2002/12/cal/ical#completed",dtend:"http://www.w3.org/2002/12/cal/ical#dtend",Value_DATE:"http://www.w3.org/2002/12/cal/ical#Value_DATE",due:"http://www.w3.org/2002/12/cal/ical#due",dtstart:"http://www.w3.org/2002/12/cal/ical#dtstart",duration:"http://www.w3.org/2002/12/cal/ical#duration",Value_DURATION:"http://www.w3.org/2002/12/cal/ical#Value_DURATION",freebusy:"http://www.w3.org/2002/12/cal/ical#freebusy",Value_PERIOD:"http://www.w3.org/2002/12/cal/ical#Value_PERIOD",transp:"http://www.w3.org/2002/12/cal/ical#transp",tzid:"http://www.w3.org/2002/12/cal/ical#tzid",tzname:"http://www.w3.org/2002/12/cal/ical#tzname",tzoffsetfrom:"http://www.w3.org/2002/12/cal/ical#tzoffsetfrom",tzoffsetto:"http://www.w3.org/2002/12/cal/ical#tzoffsetto",tzurl:"http://www.w3.org/2002/12/cal/ical#tzurl",attendee:"http://www.w3.org/2002/12/cal/ical#attendee",contact:"http://www.w3.org/2002/12/cal/ical#contact",organizer:"http://www.w3.org/2002/12/cal/ical#organizer",recurrenceId:"http://www.w3.org/2002/12/cal/ical#recurrenceId",DomainOf_rrule:"http://www.w3.org/2002/12/cal/ical#DomainOf_rrule",relatedTo:"http://www.w3.org/2002/12/cal/ical#relatedTo",url:"http://www.w3.org/2002/12/cal/ical#url",uid:"http://www.w3.org/2002/12/cal/ical#uid",exdate:"http://www.w3.org/2002/12/cal/ical#exdate",exrule:"http://www.w3.org/2002/12/cal/ical#exrule",Value_RECUR:"http://www.w3.org/2002/12/cal/ical#Value_RECUR",rdate:"http://www.w3.org/2002/12/cal/ical#rdate",rrule:"http://www.w3.org/2002/12/cal/ical#rrule",action:"http://www.w3.org/2002/12/cal/ical#action",repeat:"http://www.w3.org/2002/12/cal/ical#repeat",trigger:"http://www.w3.org/2002/12/cal/ical#trigger",created:"http://www.w3.org/2002/12/cal/ical#created",dtstamp:"http://www.w3.org/2002/12/cal/ical#dtstamp",lastModified:"http://www.w3.org/2002/12/cal/ical#lastModified",sequence:"http://www.w3.org/2002/12/cal/ical#sequence",requestStatus:"http://www.w3.org/2002/12/cal/ical#requestStatus"}),Xo=Object.freeze({Address:"http://www.w3.org/2000/10/swap/pim/contact#Address",ContactLocation:"http://www.w3.org/2000/10/swap/pim/contact#ContactLocation",Female:"http://www.w3.org/2000/10/swap/pim/contact#Female",LanguageCode:"http://www.w3.org/2000/10/swap/pim/contact#LanguageCode",Male:"http://www.w3.org/2000/10/swap/pim/contact#Male",Phone:"http://www.w3.org/2000/10/swap/pim/contact#Phone",SocialEntity:"http://www.w3.org/2000/10/swap/pim/contact#SocialEntity",_addressProperty:"http://www.w3.org/2000/10/swap/pim/contact#_addressProperty",address:"http://www.w3.org/2000/10/swap/pim/contact#address",assistant:"http://www.w3.org/2000/10/swap/pim/contact#assistant",birthday:"http://www.w3.org/2000/10/swap/pim/contact#birthday",child:"http://www.w3.org/2000/10/swap/pim/contact#child",description:"http://www.w3.org/2000/10/swap/pim/contact#description",emergency:"http://www.w3.org/2000/10/swap/pim/contact#emergency",fax:"http://www.w3.org/2000/10/swap/pim/contact#fax",fullName:"http://www.w3.org/2000/10/swap/pim/contact#fullName",home:"http://www.w3.org/2000/10/swap/pim/contact#home",knownAs:"http://www.w3.org/2000/10/swap/pim/contact#knownAs",mobile:"http://www.w3.org/2000/10/swap/pim/contact#mobile",motherTongue:"http://www.w3.org/2000/10/swap/pim/contact#motherTongue",nearestAirport:"http://www.w3.org/2000/10/swap/pim/contact#nearestAirport",office:"http://www.w3.org/2000/10/swap/pim/contact#office",participant:"http://www.w3.org/2000/10/swap/pim/contact#participant",partner:"http://www.w3.org/2000/10/swap/pim/contact#partner",phone:"http://www.w3.org/2000/10/swap/pim/contact#phone",preferredURI:"http://www.w3.org/2000/10/swap/pim/contact#preferredURI",region:"http://www.w3.org/2000/10/swap/pim/contact#region",sortName:"http://www.w3.org/2000/10/swap/pim/contact#sortName",vacationHome:"http://www.w3.org/2000/10/swap/pim/contact#vacationHome",webPage:"http://www.w3.org/2000/10/swap/pim/contact#webPage"}),Ko=Object.freeze({contributor:"http://purl.org/dc/elements/1.1/contributor",coverage:"http://purl.org/dc/elements/1.1/coverage",creator:"http://purl.org/dc/elements/1.1/creator",date:"http://purl.org/dc/elements/1.1/date",description:"http://purl.org/dc/elements/1.1/description",format:"http://purl.org/dc/elements/1.1/format",identifier:"http://purl.org/dc/elements/1.1/identifier",language:"http://purl.org/dc/elements/1.1/language",publisher:"http://purl.org/dc/elements/1.1/publisher",relation:"http://purl.org/dc/elements/1.1/relation",rights:"http://purl.org/dc/elements/1.1/rights",source:"http://purl.org/dc/elements/1.1/source",subject:"http://purl.org/dc/elements/1.1/subject",title:"http://purl.org/dc/elements/1.1/title",type:"http://purl.org/dc/elements/1.1/type"}),Jo=Object.freeze({Agent:"http://purl.org/dc/terms/Agent",AgentClass:"http://purl.org/dc/terms/AgentClass",BibliographicResource:"http://purl.org/dc/terms/BibliographicResource",Box:"http://purl.org/dc/terms/Box",FileFormat:"http://purl.org/dc/terms/FileFormat",Frequency:"http://purl.org/dc/terms/Frequency",ISO3166:"http://purl.org/dc/terms/ISO3166",Jurisdiction:"http://purl.org/dc/terms/Jurisdiction",LicenseDocument:"http://purl.org/dc/terms/LicenseDocument",LinguisticSystem:"http://purl.org/dc/terms/LinguisticSystem",Location:"http://purl.org/dc/terms/Location",LocationPeriodOrJurisdiction:"http://purl.org/dc/terms/LocationPeriodOrJurisdiction",MediaType:"http://purl.org/dc/terms/MediaType",MediaTypeOrExtent:"http://purl.org/dc/terms/MediaTypeOrExtent",MethodOfAccrual:"http://purl.org/dc/terms/MethodOfAccrual",MethodOfInstruction:"http://purl.org/dc/terms/MethodOfInstruction",Period:"http://purl.org/dc/terms/Period",PeriodOfTime:"http://purl.org/dc/terms/PeriodOfTime",PhysicalMedium:"http://purl.org/dc/terms/PhysicalMedium",PhysicalResource:"http://purl.org/dc/terms/PhysicalResource",Point:"http://purl.org/dc/terms/Point",Policy:"http://purl.org/dc/terms/Policy",ProvenanceStatement:"http://purl.org/dc/terms/ProvenanceStatement",RFC1766:"http://purl.org/dc/terms/RFC1766",RFC3066:"http://purl.org/dc/terms/RFC3066",RFC4646:"http://purl.org/dc/terms/RFC4646",RFC5646:"http://purl.org/dc/terms/RFC5646",RightsStatement:"http://purl.org/dc/terms/RightsStatement",SizeOrDuration:"http://purl.org/dc/terms/SizeOrDuration",Standard:"http://purl.org/dc/terms/Standard",URI:"http://purl.org/dc/terms/URI",W3CDTF:"http://purl.org/dc/terms/W3CDTF",abstract:"http://purl.org/dc/terms/abstract",accessRights:"http://purl.org/dc/terms/accessRights",accrualMethod:"http://purl.org/dc/terms/accrualMethod",accrualPeriodicity:"http://purl.org/dc/terms/accrualPeriodicity",accrualPolicy:"http://purl.org/dc/terms/accrualPolicy",alternative:"http://purl.org/dc/terms/alternative",audience:"http://purl.org/dc/terms/audience",available:"http://purl.org/dc/terms/available",bibliographicCitation:"http://purl.org/dc/terms/bibliographicCitation",conformsTo:"http://purl.org/dc/terms/conformsTo",contributor:"http://purl.org/dc/terms/contributor",coverage:"http://purl.org/dc/terms/coverage",created:"http://purl.org/dc/terms/created",creator:"http://purl.org/dc/terms/creator",date:"http://purl.org/dc/terms/date",dateAccepted:"http://purl.org/dc/terms/dateAccepted",dateCopyrighted:"http://purl.org/dc/terms/dateCopyrighted",dateSubmitted:"http://purl.org/dc/terms/dateSubmitted",description:"http://purl.org/dc/terms/description",educationLevel:"http://purl.org/dc/terms/educationLevel",extent:"http://purl.org/dc/terms/extent",format:"http://purl.org/dc/terms/format",hasFormat:"http://purl.org/dc/terms/hasFormat",hasPart:"http://purl.org/dc/terms/hasPart",hasVersion:"http://purl.org/dc/terms/hasVersion",identifier:"http://purl.org/dc/terms/identifier",instructionalMethod:"http://purl.org/dc/terms/instructionalMethod",isFormatOf:"http://purl.org/dc/terms/isFormatOf",isPartOf:"http://purl.org/dc/terms/isPartOf",isReferencedBy:"http://purl.org/dc/terms/isReferencedBy",isReplacedBy:"http://purl.org/dc/terms/isReplacedBy",isRequiredBy:"http://purl.org/dc/terms/isRequiredBy",isVersionOf:"http://purl.org/dc/terms/isVersionOf",issued:"http://purl.org/dc/terms/issued",language:"http://purl.org/dc/terms/language",license:"http://purl.org/dc/terms/license",mediator:"http://purl.org/dc/terms/mediator",medium:"http://purl.org/dc/terms/medium",modified:"http://purl.org/dc/terms/modified",provenance:"http://purl.org/dc/terms/provenance",publisher:"http://purl.org/dc/terms/publisher",references:"http://purl.org/dc/terms/references",relation:"http://purl.org/dc/terms/relation",replaces:"http://purl.org/dc/terms/replaces",requires:"http://purl.org/dc/terms/requires",rights:"http://purl.org/dc/terms/rights",rightsHolder:"http://purl.org/dc/terms/rightsHolder",source:"http://purl.org/dc/terms/source",spatial:"http://purl.org/dc/terms/spatial",subject:"http://purl.org/dc/terms/subject",tableOfContents:"http://purl.org/dc/terms/tableOfContents",temporal:"http://purl.org/dc/terms/temporal",title:"http://purl.org/dc/terms/title",type:"http://purl.org/dc/terms/type",valid:"http://purl.org/dc/terms/valid"}),Yo=Object.freeze({constituent:"http://hl7.org/fhir/constituent",_careTeam:"http://hl7.org/fhir/_careTeam",ClinicalUseDefinitionWarningComponent:"http://hl7.org/fhir/ClinicalUseDefinitionWarningComponent",PlanDefinitionActionParticipantComponent:"http://hl7.org/fhir/PlanDefinitionActionParticipantComponent",VisionPrescriptionLensSpecificationComponent:"http://hl7.org/fhir/VisionPrescriptionLensSpecificationComponent",_answerOption:"http://hl7.org/fhir/_answerOption",decimal:"http://hl7.org/fhir/decimal",_applies:"http://hl7.org/fhir/_applies",serviceProvider:"http://hl7.org/fhir/serviceProvider",NutritionProductIngredientComponent:"http://hl7.org/fhir/NutritionProductIngredientComponent",Error__workaround:"http://hl7.org/fhir/Error",productStatus:"http://hl7.org/fhir/productStatus",ImagingStudySeriesPerformerComponent:"http://hl7.org/fhir/ImagingStudySeriesPerformerComponent",_lowerLimit:"http://hl7.org/fhir/_lowerLimit",Medication:"http://hl7.org/fhir/Medication",header:"http://hl7.org/fhir/header",StructureMapGroupRuleComponent:"http://hl7.org/fhir/StructureMapGroupRuleComponent",_productType:"http://hl7.org/fhir/_productType",_relatedItem:"http://hl7.org/fhir/_relatedItem",author:"http://hl7.org/fhir/author",_direction:"http://hl7.org/fhir/_direction",_frequencyOfOccurrence:"http://hl7.org/fhir/_frequencyOfOccurrence",RequestOrchestration:"http://hl7.org/fhir/RequestOrchestration",Detail:"http://hl7.org/fhir/Detail",numberOfRepeatsAllowed:"http://hl7.org/fhir/numberOfRepeatsAllowed",_communicationRequest:"http://hl7.org/fhir/_communicationRequest",DocumentReferenceContentProfileComponent:"http://hl7.org/fhir/DocumentReferenceContentProfileComponent",_masterFile:"http://hl7.org/fhir/_masterFile",comment:"http://hl7.org/fhir/comment",availableTime:"http://hl7.org/fhir/availableTime",_assert:"http://hl7.org/fhir/_assert",listRuleId:"http://hl7.org/fhir/listRuleId",preAdmissionIdentifier:"http://hl7.org/fhir/preAdmissionIdentifier",participantType:"http://hl7.org/fhir/participantType",_related:"http://hl7.org/fhir/_related",SupplementSchedule:"http://hl7.org/fhir/SupplementSchedule",reAdmission:"http://hl7.org/fhir/reAdmission",_requestURL:"http://hl7.org/fhir/_requestURL",_caseSensitive:"http://hl7.org/fhir/_caseSensitive",_chargeItem:"http://hl7.org/fhir/_chargeItem",_withdrawalPeriod:"http://hl7.org/fhir/_withdrawalPeriod",CapabilityStatementImplementationComponent:"http://hl7.org/fhir/CapabilityStatementImplementationComponent",analysis:"http://hl7.org/fhir/analysis",monitoringProgram:"http://hl7.org/fhir/monitoringProgram",_date:"http://hl7.org/fhir/_date",satisfiedBy:"http://hl7.org/fhir/satisfiedBy",artifact:"http://hl7.org/fhir/artifact",timing:"http://hl7.org/fhir/timing",appliesToAll:"http://hl7.org/fhir/appliesToAll",_appointmentRequired:"http://hl7.org/fhir/_appointmentRequired",_canFilterBy:"http://hl7.org/fhir/_canFilterBy",filter:"http://hl7.org/fhir/filter",_targetNumber:"http://hl7.org/fhir/_targetNumber",_additive:"http://hl7.org/fhir/_additive",_management:"http://hl7.org/fhir/_management",_phylum:"http://hl7.org/fhir/_phylum",_distributor:"http://hl7.org/fhir/_distributor",_clinicalRecommendationStatement:"http://hl7.org/fhir/_clinicalRecommendationStatement",_manifest:"http://hl7.org/fhir/_manifest",cancellationDate:"http://hl7.org/fhir/cancellationDate",_doseQuantity:"http://hl7.org/fhir/_doseQuantity",DeviceDefinitionPackagingComponentUdiDeviceIdentifier:"http://hl7.org/fhir/DeviceDefinitionPackagingComponentUdiDeviceIdentifier",VerificationResult:"http://hl7.org/fhir/VerificationResult",preference:"http://hl7.org/fhir/preference",_asserter:"http://hl7.org/fhir/_asserter",_regulatoryIdentifier:"http://hl7.org/fhir/_regulatoryIdentifier",molecularFormula:"http://hl7.org/fhir/molecularFormula",isActive:"http://hl7.org/fhir/isActive",dispenserInstruction:"http://hl7.org/fhir/dispenserInstruction",MedicationKnowledgeRelatedMedicationKnowledgeComponent:"http://hl7.org/fhir/MedicationKnowledgeRelatedMedicationKnowledgeComponent",CapabilityStatementRestSecurityComponent:"http://hl7.org/fhir/CapabilityStatementRestSecurityComponent",initialSelected:"http://hl7.org/fhir/initialSelected",_preventiveAction:"http://hl7.org/fhir/_preventiveAction",DeviceDefinitionConformsToComponent:"http://hl7.org/fhir/DeviceDefinitionConformsToComponent",_MedicationStatement:"http://hl7.org/fhir/_MedicationStatement",_availableStartTime:"http://hl7.org/fhir/_availableStartTime",validationType:"http://hl7.org/fhir/validationType",_axis:"http://hl7.org/fhir/_axis",_serialNumber:"http://hl7.org/fhir/_serialNumber",Narrative:"http://hl7.org/fhir/Narrative",_dependency:"http://hl7.org/fhir/_dependency",endDate:"http://hl7.org/fhir/endDate",_prognosisReference:"http://hl7.org/fhir/_prognosisReference",_recruitment:"http://hl7.org/fhir/_recruitment",searchParam:"http://hl7.org/fhir/searchParam",_usageInstruction:"http://hl7.org/fhir/_usageInstruction",_generation:"http://hl7.org/fhir/_generation",artifactAssessment:"http://hl7.org/fhir/artifactAssessment",complete:"http://hl7.org/fhir/complete",_dependent:"http://hl7.org/fhir/_dependent",_due:"http://hl7.org/fhir/_due",_replaces:"http://hl7.org/fhir/_replaces",EvidenceStatisticModelCharacteristicComponent:"http://hl7.org/fhir/EvidenceStatisticModelCharacteristicComponent",_friday:"http://hl7.org/fhir/_friday",orderedBy:"http://hl7.org/fhir/orderedBy",_modality:"http://hl7.org/fhir/_modality",expirationType:"http://hl7.org/fhir/expirationType",party:"http://hl7.org/fhir/party",_objective:"http://hl7.org/fhir/_objective",_totalNet:"http://hl7.org/fhir/_totalNet",_adherence:"http://hl7.org/fhir/_adherence",_cardinalityBehavior:"http://hl7.org/fhir/_cardinalityBehavior",startDate:"http://hl7.org/fhir/startDate",basis:"http://hl7.org/fhir/basis",_minutesDuration:"http://hl7.org/fhir/_minutesDuration",instruction:"http://hl7.org/fhir/instruction",_targetDisease:"http://hl7.org/fhir/_targetDisease",eventTrigger:"http://hl7.org/fhir/eventTrigger",closure:"http://hl7.org/fhir/closure",numberOfParticipants:"http://hl7.org/fhir/numberOfParticipants",businessArrangement:"http://hl7.org/fhir/businessArrangement",requesterLinkId:"http://hl7.org/fhir/requesterLinkId",_programEligibility:"http://hl7.org/fhir/_programEligibility",_average:"http://hl7.org/fhir/_average",proxySignature:"http://hl7.org/fhir/proxySignature",_assessmentMethod:"http://hl7.org/fhir/_assessmentMethod",_series:"http://hl7.org/fhir/_series",_performingOrganization:"http://hl7.org/fhir/_performingOrganization",frames:"http://hl7.org/fhir/frames",_paternalOrganismName:"http://hl7.org/fhir/_paternalOrganismName",inputProfile:"http://hl7.org/fhir/inputProfile",_guarantor:"http://hl7.org/fhir/_guarantor",_human:"http://hl7.org/fhir/_human",NutritionProductCharacteristicComponent:"http://hl7.org/fhir/NutritionProductCharacteristicComponent",_orderDetail:"http://hl7.org/fhir/_orderDetail",maxParticipants:"http://hl7.org/fhir/maxParticipants",ClinicalUseDefinitionUndesirableEffectComponent:"http://hl7.org/fhir/ClinicalUseDefinitionUndesirableEffectComponent",_observed:"http://hl7.org/fhir/_observed",validityPeriod:"http://hl7.org/fhir/validityPeriod",ComputableLanguage:"http://hl7.org/fhir/ComputableLanguage",surfaceOrientation:"http://hl7.org/fhir/surfaceOrientation",_Provenance:"http://hl7.org/fhir/_Provenance",testRun:"http://hl7.org/fhir/testRun",SubstanceProtein:"http://hl7.org/fhir/SubstanceProtein",_focalDevice:"http://hl7.org/fhir/_focalDevice",_operationType:"http://hl7.org/fhir/_operationType",context:"http://hl7.org/fhir/context",occurrenceDateTime:"http://hl7.org/fhir/occurrenceDateTime",DetectedIssueEvidenceComponent:"http://hl7.org/fhir/DetectedIssueEvidenceComponent",_ExplanationOfBenefit:"http://hl7.org/fhir/_ExplanationOfBenefit",validated:"http://hl7.org/fhir/validated",_subunit:"http://hl7.org/fhir/_subunit",EvidenceStatisticAttributeEstimateComponent:"http://hl7.org/fhir/EvidenceStatisticAttributeEstimateComponent",replacedSequence:"http://hl7.org/fhir/replacedSequence",specimen:"http://hl7.org/fhir/specimen",rater:"http://hl7.org/fhir/rater",relatedMedicationKnowledge:"http://hl7.org/fhir/relatedMedicationKnowledge",lastModified:"http://hl7.org/fhir/lastModified",RequestOrchestrationActionParticipantComponent:"http://hl7.org/fhir/RequestOrchestrationActionParticipantComponent",_informationType:"http://hl7.org/fhir/_informationType",citation:"http://hl7.org/fhir/citation",paymentStatus:"http://hl7.org/fhir/paymentStatus",treatment:"http://hl7.org/fhir/treatment",_initial:"http://hl7.org/fhir/_initial",priceComponent:"http://hl7.org/fhir/priceComponent",_Linkage:"http://hl7.org/fhir/_Linkage",_indicationGuideline:"http://hl7.org/fhir/_indicationGuideline",SubstanceSourceMaterial:"http://hl7.org/fhir/SubstanceSourceMaterial",_conditionalRead:"http://hl7.org/fhir/_conditionalRead",managingEntity:"http://hl7.org/fhir/managingEntity",EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent:"http://hl7.org/fhir/EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent",operationalStatus:"http://hl7.org/fhir/operationalStatus",_module:"http://hl7.org/fhir/_module",MedicationAdministration:"http://hl7.org/fhir/MedicationAdministration",UdiDeviceIdentifierMarketDistribution:"http://hl7.org/fhir/UdiDeviceIdentifierMarketDistribution",_probability:"http://hl7.org/fhir/_probability",clinicalRecommendationStatement:"http://hl7.org/fhir/clinicalRecommendationStatement",_image:"http://hl7.org/fhir/_image",SubscriptionTopicNotificationShapeComponent:"http://hl7.org/fhir/SubscriptionTopicNotificationShapeComponent",_componentPart:"http://hl7.org/fhir/_componentPart",op:"http://hl7.org/fhir/op",_processingFacility:"http://hl7.org/fhir/_processingFacility",unit:"http://hl7.org/fhir/unit",_problem:"http://hl7.org/fhir/_problem",SubstanceDefinitionPropertyComponent:"http://hl7.org/fhir/SubstanceDefinitionPropertyComponent",_fluidConsistencyType:"http://hl7.org/fhir/_fluidConsistencyType",_SubstancePolymer:"http://hl7.org/fhir/_SubstancePolymer",ValueSetComposeIncludeConceptDesignationComponent:"http://hl7.org/fhir/ValueSetComposeIncludeConceptDesignationComponent",versionReference:"http://hl7.org/fhir/versionReference",_maxSingleDose:"http://hl7.org/fhir/_maxSingleDose",meaning:"http://hl7.org/fhir/meaning",measurementPoint:"http://hl7.org/fhir/measurementPoint",diagnosisRelatedGroup:"http://hl7.org/fhir/diagnosisRelatedGroup",_relative:"http://hl7.org/fhir/_relative",_publicationForm:"http://hl7.org/fhir/_publicationForm",_Patient:"http://hl7.org/fhir/_Patient",GuidanceResponse:"http://hl7.org/fhir/GuidanceResponse",entity:"http://hl7.org/fhir/entity",sourceReference:"http://hl7.org/fhir/sourceReference",valueFilter:"http://hl7.org/fhir/valueFilter",_useBy:"http://hl7.org/fhir/_useBy",bodyLandmarkOrientation:"http://hl7.org/fhir/bodyLandmarkOrientation",SubstanceDefinitionNameComponentName:"http://hl7.org/fhir/SubstanceDefinitionNameComponentName",_policyText:"http://hl7.org/fhir/_policyText",_changePattern:"http://hl7.org/fhir/_changePattern",subDetail:"http://hl7.org/fhir/subDetail",allDay:"http://hl7.org/fhir/allDay",_modification:"http://hl7.org/fhir/_modification",_nodeId:"http://hl7.org/fhir/_nodeId",AdverseEventContributingFactorComponent:"http://hl7.org/fhir/AdverseEventContributingFactorComponent",TestPlanTestCaseComponent:"http://hl7.org/fhir/TestPlanTestCaseComponent",sunday:"http://hl7.org/fhir/sunday",cancellationReason:"http://hl7.org/fhir/cancellationReason",_title:"http://hl7.org/fhir/_title",_sourceId:"http://hl7.org/fhir/_sourceId",_entityRelatedness:"http://hl7.org/fhir/_entityRelatedness",line:"http://hl7.org/fhir/line",_effectivePeriod:"http://hl7.org/fhir/_effectivePeriod",preAuthRef:"http://hl7.org/fhir/preAuthRef",requestId:"http://hl7.org/fhir/requestId",_autodelete:"http://hl7.org/fhir/_autodelete",_fundsReserve:"http://hl7.org/fhir/_fundsReserve",BundleEntryComponentLink:"http://hl7.org/fhir/BundleEntryComponentLink",DocumentReferenceContentComponent:"http://hl7.org/fhir/DocumentReferenceContentComponent",_holder:"http://hl7.org/fhir/_holder",_qualifiers:"http://hl7.org/fhir/_qualifiers",_Specimen:"http://hl7.org/fhir/_Specimen",CodeSystemFilterComponent:"http://hl7.org/fhir/CodeSystemFilterComponent",_replacementSequence:"http://hl7.org/fhir/_replacementSequence",serviceCategory:"http://hl7.org/fhir/serviceCategory",_next:"http://hl7.org/fhir/_next",paymentTerms:"http://hl7.org/fhir/paymentTerms",_started:"http://hl7.org/fhir/_started",offer:"http://hl7.org/fhir/offer",coordinateSystem:"http://hl7.org/fhir/coordinateSystem",DeviceDefinition:"http://hl7.org/fhir/DeviceDefinition",_intent:"http://hl7.org/fhir/_intent",_text:"http://hl7.org/fhir/_text",_level:"http://hl7.org/fhir/_level",facility:"http://hl7.org/fhir/facility",qualifiedValue:"http://hl7.org/fhir/qualifiedValue",ManifestResource:"http://hl7.org/fhir/ManifestResource",prism:"http://hl7.org/fhir/prism",MedicationBatchComponent:"http://hl7.org/fhir/MedicationBatchComponent",resultForDelete:"http://hl7.org/fhir/resultForDelete",_accept:"http://hl7.org/fhir/_accept",overbooked:"http://hl7.org/fhir/overbooked",_plan:"http://hl7.org/fhir/_plan",ReviewOutcome:"http://hl7.org/fhir/ReviewOutcome",CitationCitedArtifactContributorshipEntryComponent:"http://hl7.org/fhir/CitationCitedArtifactContributorshipEntryComponent",discriminator:"http://hl7.org/fhir/discriminator",ordered:"http://hl7.org/fhir/ordered",LegalLanguage:"http://hl7.org/fhir/LegalLanguage",frequencyOfOccurrence:"http://hl7.org/fhir/frequencyOfOccurrence",_validationType:"http://hl7.org/fhir/_validationType",PermissionRuleDataComponent:"http://hl7.org/fhir/PermissionRuleDataComponent",_versionNeeded:"http://hl7.org/fhir/_versionNeeded",PackagedProductDefinitionPackagingContainedItemComponent:"http://hl7.org/fhir/PackagedProductDefinitionPackagingContainedItemComponent",predecessor:"http://hl7.org/fhir/predecessor",ArtifactAssessment:"http://hl7.org/fhir/ArtifactAssessment",_dependsOn:"http://hl7.org/fhir/_dependsOn",evidence:"http://hl7.org/fhir/evidence",MeasureGroupPopulationComponent:"http://hl7.org/fhir/MeasureGroupPopulationComponent",opticalActivity:"http://hl7.org/fhir/opticalActivity",nutritionProduct:"http://hl7.org/fhir/nutritionProduct",specialMeasures:"http://hl7.org/fhir/specialMeasures",packageId:"http://hl7.org/fhir/packageId",TerminologyCapabilitiesCodeSystemVersionFilterComponent:"http://hl7.org/fhir/TerminologyCapabilitiesCodeSystemVersionFilterComponent",SubDetail:"http://hl7.org/fhir/SubDetail",_received:"http://hl7.org/fhir/_received",CapabilityStatementDocumentComponent:"http://hl7.org/fhir/CapabilityStatementDocumentComponent",observationResultRequirement:"http://hl7.org/fhir/observationResultRequirement",FriendlyLanguage:"http://hl7.org/fhir/FriendlyLanguage",_observedGroup:"http://hl7.org/fhir/_observedGroup",cancelledReason:"http://hl7.org/fhir/cancelledReason",_expirationType:"http://hl7.org/fhir/_expirationType",_actualNumber:"http://hl7.org/fhir/_actualNumber",derivation:"http://hl7.org/fhir/derivation",AdverseEventSuspectEntityComponent:"http://hl7.org/fhir/AdverseEventSuspectEntityComponent",ImmunizationRecommendation:"http://hl7.org/fhir/ImmunizationRecommendation",_BiologicallyDerivedProductDispense:"http://hl7.org/fhir/_BiologicallyDerivedProductDispense",_definitionId:"http://hl7.org/fhir/_definitionId",_authoredOn:"http://hl7.org/fhir/_authoredOn",keyword:"http://hl7.org/fhir/keyword",characteristic:"http://hl7.org/fhir/characteristic",_note:"http://hl7.org/fhir/_note",ImagingStudySeriesInstanceComponent:"http://hl7.org/fhir/ImagingStudySeriesInstanceComponent",_signature:"http://hl7.org/fhir/_signature",slicing:"http://hl7.org/fhir/slicing",_population:"http://hl7.org/fhir/_population",cap:"http://hl7.org/fhir/cap",given:"http://hl7.org/fhir/given",account:"http://hl7.org/fhir/account",_organism:"http://hl7.org/fhir/_organism",_need:"http://hl7.org/fhir/_need",environmentalSetting:"http://hl7.org/fhir/environmentalSetting",volume:"http://hl7.org/fhir/volume",weeklyTemplate:"http://hl7.org/fhir/weeklyTemplate",lowerLimit:"http://hl7.org/fhir/lowerLimit",_justification:"http://hl7.org/fhir/_justification",_fixture:"http://hl7.org/fhir/_fixture",unitPriceComponent:"http://hl7.org/fhir/unitPriceComponent",availabilityStatus:"http://hl7.org/fhir/availabilityStatus",_proxySignature:"http://hl7.org/fhir/_proxySignature",statusChanged:"http://hl7.org/fhir/statusChanged",_about:"http://hl7.org/fhir/_about",occurence:"http://hl7.org/fhir/occurence",actualPeriod:"http://hl7.org/fhir/actualPeriod",_originalPrescription:"http://hl7.org/fhir/_originalPrescription",_dosage:"http://hl7.org/fhir/_dosage",returnedAmount:"http://hl7.org/fhir/returnedAmount",_cTerminalModification:"http://hl7.org/fhir/_cTerminalModification",name:"http://hl7.org/fhir/name",masterFile:"http://hl7.org/fhir/masterFile",baseFormulaType:"http://hl7.org/fhir/baseFormulaType",threshold:"http://hl7.org/fhir/threshold",active:"http://hl7.org/fhir/active",IngredientSubstanceComponent:"http://hl7.org/fhir/IngredientSubstanceComponent",size:"http://hl7.org/fhir/size",_validityPeriod:"http://hl7.org/fhir/_validityPeriod",who:"http://hl7.org/fhir/who",ExampleScenarioProcessStepAlternativeComponent:"http://hl7.org/fhir/ExampleScenarioProcessStepAlternativeComponent",InsurancePlanPlanSpecificCostComponent:"http://hl7.org/fhir/InsurancePlanPlanSpecificCostComponent",interaction:"http://hl7.org/fhir/interaction",_beneficiary:"http://hl7.org/fhir/_beneficiary",requestURL:"http://hl7.org/fhir/requestURL",transform:"http://hl7.org/fhir/transform",sugar:"http://hl7.org/fhir/sugar",_subscriptionTopic:"http://hl7.org/fhir/_subscriptionTopic",_usageStatus:"http://hl7.org/fhir/_usageStatus",_recurring:"http://hl7.org/fhir/_recurring",chargeItem:"http://hl7.org/fhir/chargeItem",DiagnosticReportMediaComponent:"http://hl7.org/fhir/DiagnosticReportMediaComponent",validationProcess:"http://hl7.org/fhir/validationProcess",_DiagnosticReport:"http://hl7.org/fhir/_DiagnosticReport",moiety:"http://hl7.org/fhir/moiety",_marketingStatus:"http://hl7.org/fhir/_marketingStatus",_citedArtifact:"http://hl7.org/fhir/_citedArtifact",CitationCitedArtifactPartComponent:"http://hl7.org/fhir/CitationCitedArtifactPartComponent",TerminologyCapabilitiesImplementationComponent:"http://hl7.org/fhir/TerminologyCapabilitiesImplementationComponent",_immutable:"http://hl7.org/fhir/_immutable",_requester:"http://hl7.org/fhir/_requester",regionsStudied:"http://hl7.org/fhir/regionsStudied",_code:"http://hl7.org/fhir/_code",sourceMaterial:"http://hl7.org/fhir/sourceMaterial",subrogation:"http://hl7.org/fhir/subrogation",_structureVersion:"http://hl7.org/fhir/_structureVersion",_priceComponent:"http://hl7.org/fhir/_priceComponent",management:"http://hl7.org/fhir/management",_additionalInstruction:"http://hl7.org/fhir/_additionalInstruction",_managingEntity:"http://hl7.org/fhir/_managingEntity",patchFormat:"http://hl7.org/fhir/patchFormat",proxyIdentityCertificate:"http://hl7.org/fhir/proxyIdentityCertificate",DeviceVersionComponent:"http://hl7.org/fhir/DeviceVersionComponent",TaskRestrictionComponent:"http://hl7.org/fhir/TaskRestrictionComponent",_frameOfReferenceUid:"http://hl7.org/fhir/_frameOfReferenceUid",MedicinalProductDefinition:"http://hl7.org/fhir/MedicinalProductDefinition",paternalOrganismId:"http://hl7.org/fhir/paternalOrganismId",averageMolecularFormula:"http://hl7.org/fhir/averageMolecularFormula",EvidenceStatisticSampleSizeComponent:"http://hl7.org/fhir/EvidenceStatisticSampleSizeComponent",_occurred:"http://hl7.org/fhir/_occurred",definitionByCombination:"http://hl7.org/fhir/definitionByCombination",_compositional:"http://hl7.org/fhir/_compositional",financial:"http://hl7.org/fhir/financial",_bodysite:"http://hl7.org/fhir/_bodysite",sourceScope:"http://hl7.org/fhir/sourceScope",modifierExtensionClass:"http://hl7.org/fhir/modifierExtensionClass",parameter:"http://hl7.org/fhir/parameter",lineItem:"http://hl7.org/fhir/lineItem",_businessArrangement:"http://hl7.org/fhir/_businessArrangement",_ordinalPosition:"http://hl7.org/fhir/_ordinalPosition",dependency:"http://hl7.org/fhir/dependency",DeviceUsage:"http://hl7.org/fhir/DeviceUsage",sent:"http://hl7.org/fhir/sent",_associatedMedication:"http://hl7.org/fhir/_associatedMedication",ParametersParameterComponentParameter:"http://hl7.org/fhir/ParametersParameterComponentParameter",executionPeriod:"http://hl7.org/fhir/executionPeriod",_custodian:"http://hl7.org/fhir/_custodian",specification:"http://hl7.org/fhir/specification",HumanName:"http://hl7.org/fhir/HumanName",ObservationDefinitionComponentComponentQualifiedValue:"http://hl7.org/fhir/ObservationDefinitionComponentComponentQualifiedValue",_searchInclude:"http://hl7.org/fhir/_searchInclude",_technique:"http://hl7.org/fhir/_technique",legalStatusOfSupply:"http://hl7.org/fhir/legalStatusOfSupply",short:"http://hl7.org/fhir/short",generation:"http://hl7.org/fhir/generation",doseAndRate:"http://hl7.org/fhir/doseAndRate",_condition:"http://hl7.org/fhir/_condition",_followUp:"http://hl7.org/fhir/_followUp",manufacturer:"http://hl7.org/fhir/manufacturer",BiologicallyDerivedProductDispense:"http://hl7.org/fhir/BiologicallyDerivedProductDispense",_seriesUid:"http://hl7.org/fhir/_seriesUid",relatesTo:"http://hl7.org/fhir/relatesTo",temperatureQualifier:"http://hl7.org/fhir/temperatureQualifier",_PackagedProductDefinition:"http://hl7.org/fhir/_PackagedProductDefinition",_correspondingContact:"http://hl7.org/fhir/_correspondingContact",citeAs:"http://hl7.org/fhir/citeAs",_DeviceAssociation:"http://hl7.org/fhir/_DeviceAssociation",requireBoth:"http://hl7.org/fhir/requireBoth",provisionData:"http://hl7.org/fhir/provisionData",_characterization:"http://hl7.org/fhir/_characterization",criticality:"http://hl7.org/fhir/criticality",ConditionDefinitionPlanComponent:"http://hl7.org/fhir/ConditionDefinitionPlanComponent",canPushUpdates:"http://hl7.org/fhir/canPushUpdates",_nTerminalModificationId:"http://hl7.org/fhir/_nTerminalModificationId",_regionsCalled:"http://hl7.org/fhir/_regionsCalled",TestPlanTestCaseTestRunComponent:"http://hl7.org/fhir/TestPlanTestCaseTestRunComponent",_productOrService:"http://hl7.org/fhir/_productOrService",reviewOutcome:"http://hl7.org/fhir/reviewOutcome",maxDispense:"http://hl7.org/fhir/maxDispense",modifierExtensionProperty:"http://hl7.org/fhir/modifierExtensionProperty",filterDefinition:"http://hl7.org/fhir/filterDefinition",sourceAttachment:"http://hl7.org/fhir/sourceAttachment",provisionActor:"http://hl7.org/fhir/provisionActor",NamingSystem:"http://hl7.org/fhir/NamingSystem",dateOfService:"http://hl7.org/fhir/dateOfService",VisionPrescription:"http://hl7.org/fhir/VisionPrescription",_unitPrice:"http://hl7.org/fhir/_unitPrice",resource:"http://hl7.org/fhir/resource",_response:"http://hl7.org/fhir/_response",_agent:"http://hl7.org/fhir/_agent",contraindicatedVaccineCode:"http://hl7.org/fhir/contraindicatedVaccineCode",collector:"http://hl7.org/fhir/collector",enterer:"http://hl7.org/fhir/enterer",_supportedInteraction:"http://hl7.org/fhir/_supportedInteraction",_differential:"http://hl7.org/fhir/_differential",_qualifiedValue:"http://hl7.org/fhir/_qualifiedValue",ManufacturedItemDefinitionComponentConstituentComponent:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentConstituentComponent",_additionalMonitoringIndicator:"http://hl7.org/fhir/_additionalMonitoringIndicator",_position:"http://hl7.org/fhir/_position",limit:"http://hl7.org/fhir/limit",_reason:"http://hl7.org/fhir/_reason",_planningHorizon:"http://hl7.org/fhir/_planningHorizon",_safety:"http://hl7.org/fhir/_safety",Identifier:"http://hl7.org/fhir/Identifier",_mitigation:"http://hl7.org/fhir/_mitigation",_specialCourtesy:"http://hl7.org/fhir/_specialCourtesy",ExampleScenarioInstanceContainedInstanceComponent:"http://hl7.org/fhir/ExampleScenarioInstanceContainedInstanceComponent",edit:"http://hl7.org/fhir/edit",qualitativeRisk:"http://hl7.org/fhir/qualitativeRisk",immunizationEvent:"http://hl7.org/fhir/immunizationEvent",reference:"http://hl7.org/fhir/reference",reporter:"http://hl7.org/fhir/reporter",BackboneElement:"http://hl7.org/fhir/BackboneElement",_hasMember:"http://hl7.org/fhir/_hasMember",Provenance:"http://hl7.org/fhir/Provenance",reasonLinkId:"http://hl7.org/fhir/reasonLinkId",owner:"http://hl7.org/fhir/owner",_assignedComparisonGroup:"http://hl7.org/fhir/_assignedComparisonGroup",_Condition:"http://hl7.org/fhir/_Condition",ConsentPolicyBasisComponent:"http://hl7.org/fhir/ConsentPolicyBasisComponent",communicationMethod:"http://hl7.org/fhir/communicationMethod",_param:"http://hl7.org/fhir/_param",_power:"http://hl7.org/fhir/_power",_issue:"http://hl7.org/fhir/_issue",concept:"http://hl7.org/fhir/concept",decisionMode:"http://hl7.org/fhir/decisionMode",instantiatesUri:"http://hl7.org/fhir/instantiatesUri",_ifMatch:"http://hl7.org/fhir/_ifMatch",sequenceType:"http://hl7.org/fhir/sequenceType",_fastingStatus:"http://hl7.org/fhir/_fastingStatus",preferredReportName:"http://hl7.org/fhir/preferredReportName",_numberOfSeries:"http://hl7.org/fhir/_numberOfSeries",rankingOrder:"http://hl7.org/fhir/rankingOrder",_currency:"http://hl7.org/fhir/_currency",testTools:"http://hl7.org/fhir/testTools",_warning:"http://hl7.org/fhir/_warning",CoverageEligibilityResponseEventComponent:"http://hl7.org/fhir/CoverageEligibilityResponseEventComponent",_characteristic:"http://hl7.org/fhir/_characteristic",dataRequirement:"http://hl7.org/fhir/dataRequirement",_domain:"http://hl7.org/fhir/_domain",InventoryReport:"http://hl7.org/fhir/InventoryReport",_parameterName:"http://hl7.org/fhir/_parameterName",progressStatus:"http://hl7.org/fhir/progressStatus",_narrative:"http://hl7.org/fhir/_narrative",Endpoint:"http://hl7.org/fhir/Endpoint",subjectState:"http://hl7.org/fhir/subjectState",entry:"http://hl7.org/fhir/entry",_weeklyTemplate:"http://hl7.org/fhir/_weeklyTemplate",what:"http://hl7.org/fhir/what",whenPrepared:"http://hl7.org/fhir/whenPrepared",Action:"http://hl7.org/fhir/Action",_observationRequirement:"http://hl7.org/fhir/_observationRequirement",focal:"http://hl7.org/fhir/focal",verification:"http://hl7.org/fhir/verification",_availability:"http://hl7.org/fhir/_availability",resultingEffect:"http://hl7.org/fhir/resultingEffect",timeout:"http://hl7.org/fhir/timeout",CapabilityStatementMessagingSupportedMessageComponent:"http://hl7.org/fhir/CapabilityStatementMessagingSupportedMessageComponent",_revenue:"http://hl7.org/fhir/_revenue",_returnedAmount:"http://hl7.org/fhir/_returnedAmount",MedicationKnowledgeDefinitionalIngredientComponent:"http://hl7.org/fhir/MedicationKnowledgeDefinitionalIngredientComponent",candidate:"http://hl7.org/fhir/candidate",Subscription:"http://hl7.org/fhir/Subscription",relatedAction:"http://hl7.org/fhir/relatedAction",textPresentation:"http://hl7.org/fhir/textPresentation",_supplements:"http://hl7.org/fhir/_supplements",result:"http://hl7.org/fhir/result",policyText:"http://hl7.org/fhir/policyText",_regionType:"http://hl7.org/fhir/_regionType",StratifierGroup:"http://hl7.org/fhir/StratifierGroup",_contract:"http://hl7.org/fhir/_contract",_timeFromEvent:"http://hl7.org/fhir/_timeFromEvent",notificationEvent:"http://hl7.org/fhir/notificationEvent",_inclusionCriteria:"http://hl7.org/fhir/_inclusionCriteria",_orderMeaning:"http://hl7.org/fhir/_orderMeaning",autodelete:"http://hl7.org/fhir/autodelete",qualifiers:"http://hl7.org/fhir/qualifiers",_regionsStudied:"http://hl7.org/fhir/_regionsStudied",_application:"http://hl7.org/fhir/_application",frequency:"http://hl7.org/fhir/frequency",_sourceMaterial:"http://hl7.org/fhir/_sourceMaterial",regulatoryBasis:"http://hl7.org/fhir/regulatoryBasis",associationType:"http://hl7.org/fhir/associationType",_software:"http://hl7.org/fhir/_software",_copolymerConnectivity:"http://hl7.org/fhir/_copolymerConnectivity",_approvalDate:"http://hl7.org/fhir/_approvalDate",totalVolume:"http://hl7.org/fhir/totalVolume",AppointmentRecurrenceTemplateWeeklyTemplateComponent:"http://hl7.org/fhir/AppointmentRecurrenceTemplateWeeklyTemplateComponent",_requestedPerformer:"http://hl7.org/fhir/_requestedPerformer",packagedProduct:"http://hl7.org/fhir/packagedProduct",tissue:"http://hl7.org/fhir/tissue",isSubpotent:"http://hl7.org/fhir/isSubpotent",_supportingInfoSequence:"http://hl7.org/fhir/_supportingInfoSequence",_rating:"http://hl7.org/fhir/_rating",maternalOrganismName:"http://hl7.org/fhir/maternalOrganismName",CommunicationRequest:"http://hl7.org/fhir/CommunicationRequest",polymer:"http://hl7.org/fhir/polymer",initiatorActive:"http://hl7.org/fhir/initiatorActive",_productStatus:"http://hl7.org/fhir/_productStatus",strand:"http://hl7.org/fhir/strand",_outputParameters:"http://hl7.org/fhir/_outputParameters",participantStatus:"http://hl7.org/fhir/participantStatus",label:"http://hl7.org/fhir/label",manipulated:"http://hl7.org/fhir/manipulated",_geometry:"http://hl7.org/fhir/_geometry",Coding:"http://hl7.org/fhir/Coding",requisition:"http://hl7.org/fhir/requisition",InventoryReportInventoryListingComponent:"http://hl7.org/fhir/InventoryReportInventoryListingComponent",_parent:"http://hl7.org/fhir/_parent",_net:"http://hl7.org/fhir/_net",presentation:"http://hl7.org/fhir/presentation",flag:"http://hl7.org/fhir/flag",hoursOfOperation:"http://hl7.org/fhir/hoursOfOperation",encounter:"http://hl7.org/fhir/encounter",applicability:"http://hl7.org/fhir/applicability",releaseDate:"http://hl7.org/fhir/releaseDate",_relationshipType:"http://hl7.org/fhir/_relationshipType",_managingOrganization:"http://hl7.org/fhir/_managingOrganization",derivedFromCanonical:"http://hl7.org/fhir/derivedFromCanonical",_hasSeverity:"http://hl7.org/fhir/_hasSeverity",cTerminalModification:"http://hl7.org/fhir/cTerminalModification",ContentDefinition:"http://hl7.org/fhir/ContentDefinition",_bodyLandmarkOrientation:"http://hl7.org/fhir/_bodyLandmarkOrientation",relationship:"http://hl7.org/fhir/relationship",goal:"http://hl7.org/fhir/goal",_connectivity:"http://hl7.org/fhir/_connectivity",_listMode:"http://hl7.org/fhir/_listMode",_availableTime:"http://hl7.org/fhir/_availableTime",property:"http://hl7.org/fhir/property",_calibration:"http://hl7.org/fhir/_calibration",TerminologyCapabilitiesExpansionParameterComponent:"http://hl7.org/fhir/TerminologyCapabilitiesExpansionParameterComponent",adjustmentReason:"http://hl7.org/fhir/adjustmentReason",AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent:"http://hl7.org/fhir/AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent",Basic:"http://hl7.org/fhir/Basic",_isDerived:"http://hl7.org/fhir/_isDerived",hierarchical:"http://hl7.org/fhir/hierarchical",_resultForCreate:"http://hl7.org/fhir/_resultForCreate",_deviceName:"http://hl7.org/fhir/_deviceName",_startDate:"http://hl7.org/fhir/_startDate",Attachment:"http://hl7.org/fhir/Attachment",_patientPreparation:"http://hl7.org/fhir/_patientPreparation",CitationCitedArtifactPublicationFormComponent:"http://hl7.org/fhir/CitationCitedArtifactPublicationFormComponent",windowStart:"http://hl7.org/fhir/windowStart",_propertyGroup:"http://hl7.org/fhir/_propertyGroup",languageCode:"http://hl7.org/fhir/languageCode",_canPushUpdates:"http://hl7.org/fhir/_canPushUpdates",groupingBehavior:"http://hl7.org/fhir/groupingBehavior",for__workaround:"http://hl7.org/fhir/for",_studyUid:"http://hl7.org/fhir/_studyUid",_event:"http://hl7.org/fhir/_event",informationProvider:"http://hl7.org/fhir/informationProvider",network:"http://hl7.org/fhir/network",_manufacturedDoseForm:"http://hl7.org/fhir/_manufacturedDoseForm",assert:"http://hl7.org/fhir/assert",_warningOnly:"http://hl7.org/fhir/_warningOnly",isSummary:"http://hl7.org/fhir/isSummary",attachedDocument:"http://hl7.org/fhir/attachedDocument",_unit:"http://hl7.org/fhir/_unit",_endDate:"http://hl7.org/fhir/_endDate",authoredOn:"http://hl7.org/fhir/authoredOn",_geographicalLocation:"http://hl7.org/fhir/_geographicalLocation",CitationCitedArtifactClassificationComponent:"http://hl7.org/fhir/CitationCitedArtifactClassificationComponent",userSelected:"http://hl7.org/fhir/userSelected",_prognosisCodeableConcept:"http://hl7.org/fhir/_prognosisCodeableConcept",dateCriterion:"http://hl7.org/fhir/dateCriterion",additionalInstruction:"http://hl7.org/fhir/additionalInstruction",specialPrecautionsForStorage:"http://hl7.org/fhir/specialPrecautionsForStorage",population:"http://hl7.org/fhir/population",_member:"http://hl7.org/fhir/_member",securityLabel:"http://hl7.org/fhir/securityLabel",_renderedDosageInstruction:"http://hl7.org/fhir/_renderedDosageInstruction",Notes:"http://hl7.org/fhir/Notes",_dynamicValue:"http://hl7.org/fhir/_dynamicValue",_confidentialityIndicator:"http://hl7.org/fhir/_confidentialityIndicator",_intendedUse:"http://hl7.org/fhir/_intendedUse",lastUpdated:"http://hl7.org/fhir/lastUpdated",deceased:"http://hl7.org/fhir/deceased",NutritionOrderEnteralFormulaAdditiveComponent:"http://hl7.org/fhir/NutritionOrderEnteralFormulaAdditiveComponent",designation:"http://hl7.org/fhir/designation",reportedDateTime:"http://hl7.org/fhir/reportedDateTime",productOrServiceEnd:"http://hl7.org/fhir/productOrServiceEnd",teardown:"http://hl7.org/fhir/teardown",securityLabelNumber:"http://hl7.org/fhir/securityLabelNumber",_manufactureDate:"http://hl7.org/fhir/_manufactureDate",_textFilter:"http://hl7.org/fhir/_textFilter",_route:"http://hl7.org/fhir/_route",parentSubstanceName:"http://hl7.org/fhir/parentSubstanceName",_docStatus:"http://hl7.org/fhir/_docStatus",ArtifactAssessmentContentComponentContentContent:"http://hl7.org/fhir/ArtifactAssessmentContentComponentContentContent",_subscriber:"http://hl7.org/fhir/_subscriber",workflowStatus:"http://hl7.org/fhir/workflowStatus",phylum:"http://hl7.org/fhir/phylum",_mustSupport:"http://hl7.org/fhir/_mustSupport",forecastStatus:"http://hl7.org/fhir/forecastStatus",_closure:"http://hl7.org/fhir/_closure",_abstract:"http://hl7.org/fhir/_abstract",relatedClinicalInformation:"http://hl7.org/fhir/relatedClinicalInformation",PersonCommunicationComponent:"http://hl7.org/fhir/PersonCommunicationComponent",_relativePath:"http://hl7.org/fhir/_relativePath",CitationCitedArtifactVersionComponent:"http://hl7.org/fhir/CitationCitedArtifactVersionComponent",_paging:"http://hl7.org/fhir/_paging",_uniqueId:"http://hl7.org/fhir/_uniqueId",_readOnly:"http://hl7.org/fhir/_readOnly",_jurisdiction:"http://hl7.org/fhir/_jurisdiction",_treatment:"http://hl7.org/fhir/_treatment",_responsibleParty:"http://hl7.org/fhir/_responsibleParty",RequestOrchestrationActionComponentActionAction:"http://hl7.org/fhir/RequestOrchestrationActionComponentActionAction",_role:"http://hl7.org/fhir/_role",TestPlanDependencyComponent:"http://hl7.org/fhir/TestPlanDependencyComponent",Binary:"http://hl7.org/fhir/Binary",contentDerivative:"http://hl7.org/fhir/contentDerivative",inforce:"http://hl7.org/fhir/inforce",RiskAssessmentPredictionComponent:"http://hl7.org/fhir/RiskAssessmentPredictionComponent",_enteredDate:"http://hl7.org/fhir/_enteredDate",_legalStatusOfSupply:"http://hl7.org/fhir/_legalStatusOfSupply",valueAlternatives:"http://hl7.org/fhir/valueAlternatives",subject:"http://hl7.org/fhir/subject",_publicationDate:"http://hl7.org/fhir/_publicationDate",occurrenceChanged:"http://hl7.org/fhir/occurrenceChanged",_referralRequest:"http://hl7.org/fhir/_referralRequest",friday:"http://hl7.org/fhir/friday",productType:"http://hl7.org/fhir/productType",_payeeType:"http://hl7.org/fhir/_payeeType",_fixed:"http://hl7.org/fhir/_fixed",_nTerminalModification:"http://hl7.org/fhir/_nTerminalModification",_progressStatus:"http://hl7.org/fhir/_progressStatus",_age:"http://hl7.org/fhir/_age",_verificationDate:"http://hl7.org/fhir/_verificationDate",CompartmentDefinitionResourceComponent:"http://hl7.org/fhir/CompartmentDefinitionResourceComponent",_questionnaire:"http://hl7.org/fhir/_questionnaire",TestScript:"http://hl7.org/fhir/TestScript",billingStatus:"http://hl7.org/fhir/billingStatus",_resourceTrigger:"http://hl7.org/fhir/_resourceTrigger",compose:"http://hl7.org/fhir/compose",_submitter:"http://hl7.org/fhir/_submitter",_productReference:"http://hl7.org/fhir/_productReference",payment:"http://hl7.org/fhir/payment",rateAggregation:"http://hl7.org/fhir/rateAggregation",OrganizationQualificationComponent:"http://hl7.org/fhir/OrganizationQualificationComponent",identityCertificate:"http://hl7.org/fhir/identityCertificate",_subDetail:"http://hl7.org/fhir/_subDetail",contextInvariant:"http://hl7.org/fhir/contextInvariant",_suffix:"http://hl7.org/fhir/_suffix",_recurrenceId:"http://hl7.org/fhir/_recurrenceId",dispenseInterval:"http://hl7.org/fhir/dispenseInterval",_map:"http://hl7.org/fhir/_map",_lensSpecification:"http://hl7.org/fhir/_lensSpecification",allergyIntolerance:"http://hl7.org/fhir/allergyIntolerance",asset:"http://hl7.org/fhir/asset",CoverageEligibilityResponse:"http://hl7.org/fhir/CoverageEligibilityResponse",OperationDefinitionParameterComponentParameter:"http://hl7.org/fhir/OperationDefinitionParameterComponentParameter",packagedMedicinalProduct:"http://hl7.org/fhir/packagedMedicinalProduct",_count:"http://hl7.org/fhir/_count",SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent:"http://hl7.org/fhir/SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent",adjudication:"http://hl7.org/fhir/adjudication",RequestOrchestrationActionConditionComponent:"http://hl7.org/fhir/RequestOrchestrationActionConditionComponent",validator:"http://hl7.org/fhir/validator",_gene:"http://hl7.org/fhir/_gene",_length:"http://hl7.org/fhir/_length",series:"http://hl7.org/fhir/series",maxDosePerAdministration:"http://hl7.org/fhir/maxDosePerAdministration",_performerRole:"http://hl7.org/fhir/_performerRole",_balance:"http://hl7.org/fhir/_balance",_correctiveAction:"http://hl7.org/fhir/_correctiveAction",dispenser:"http://hl7.org/fhir/dispenser",NutritionOrderOralDietComponent:"http://hl7.org/fhir/NutritionOrderOralDietComponent",_meaning:"http://hl7.org/fhir/_meaning",endParam:"http://hl7.org/fhir/endParam",_provider:"http://hl7.org/fhir/_provider",inResponseTo:"http://hl7.org/fhir/inResponseTo",authorDescription:"http://hl7.org/fhir/authorDescription",_intendedExposure:"http://hl7.org/fhir/_intendedExposure",_cycle:"http://hl7.org/fhir/_cycle",ProvenanceEntityComponentAgent:"http://hl7.org/fhir/ProvenanceEntityComponentAgent",high:"http://hl7.org/fhir/high",_paymentStatus:"http://hl7.org/fhir/_paymentStatus",TestScriptVariableComponent:"http://hl7.org/fhir/TestScriptVariableComponent",_comparator:"http://hl7.org/fhir/_comparator",_instantiatesCanonical:"http://hl7.org/fhir/_instantiatesCanonical",class__workaround:"http://hl7.org/fhir/class",_countryOfOrigin:"http://hl7.org/fhir/_countryOfOrigin",structuralRepresentation:"http://hl7.org/fhir/structuralRepresentation",_communicationMethod:"http://hl7.org/fhir/_communicationMethod",_size:"http://hl7.org/fhir/_size",_averageMolecularFormula:"http://hl7.org/fhir/_averageMolecularFormula",_ingredientLabel:"http://hl7.org/fhir/_ingredientLabel",_landmarkDescription:"http://hl7.org/fhir/_landmarkDescription",_criticalCodedValueSet:"http://hl7.org/fhir/_criticalCodedValueSet",unmapped:"http://hl7.org/fhir/unmapped",_productCategory:"http://hl7.org/fhir/_productCategory",SubstanceReferenceInformationTargetComponent:"http://hl7.org/fhir/SubstanceReferenceInformationTargetComponent",_preferredReportName:"http://hl7.org/fhir/_preferredReportName",_maternalOrganismId:"http://hl7.org/fhir/_maternalOrganismId",_order:"http://hl7.org/fhir/_order",qualifier:"http://hl7.org/fhir/qualifier",recruitment:"http://hl7.org/fhir/recruitment",mitigation:"http://hl7.org/fhir/mitigation",Procedure:"http://hl7.org/fhir/Procedure",material:"http://hl7.org/fhir/material",_packageId:"http://hl7.org/fhir/_packageId",address:"http://hl7.org/fhir/address",module:"http://hl7.org/fhir/module",SubstanceNucleicAcidSubunitComponent:"http://hl7.org/fhir/SubstanceNucleicAcidSubunitComponent",_healthcareService:"http://hl7.org/fhir/_healthcareService",check:"http://hl7.org/fhir/check",_serviceProvisionCode:"http://hl7.org/fhir/_serviceProvisionCode",DeviceDefinitionHasPartComponent:"http://hl7.org/fhir/DeviceDefinitionHasPartComponent",hybrid:"http://hl7.org/fhir/hybrid",DeviceDefinitionPackagingComponentPackaging:"http://hl7.org/fhir/DeviceDefinitionPackagingComponentPackaging",extends__workaround:"http://hl7.org/fhir/extends",AdverseEventSupportingInfoComponent:"http://hl7.org/fhir/AdverseEventSupportingInfoComponent",_MedicationRequest:"http://hl7.org/fhir/_MedicationRequest",startingSequence:"http://hl7.org/fhir/startingSequence",MedicationKnowledgeMonographComponent:"http://hl7.org/fhir/MedicationKnowledgeMonographComponent",DetectedIssue:"http://hl7.org/fhir/DetectedIssue",targetLocation:"http://hl7.org/fhir/targetLocation",MedicinalProductDefinitionCrossReferenceComponent:"http://hl7.org/fhir/MedicinalProductDefinitionCrossReferenceComponent",_alternateMaterial:"http://hl7.org/fhir/_alternateMaterial",_ordered:"http://hl7.org/fhir/_ordered",_List:"http://hl7.org/fhir/_List",_gateway:"http://hl7.org/fhir/_gateway",_effect:"http://hl7.org/fhir/_effect",_coordinate:"http://hl7.org/fhir/_coordinate",case__workaround:"http://hl7.org/fhir/case",QuestionnaireItemComponentItem:"http://hl7.org/fhir/QuestionnaireItemComponentItem",DeviceConformsToComponent:"http://hl7.org/fhir/DeviceConformsToComponent",PatientLinkComponent:"http://hl7.org/fhir/PatientLinkComponent",testData:"http://hl7.org/fhir/testData",ProcedureFocalDeviceComponent:"http://hl7.org/fhir/ProcedureFocalDeviceComponent",_typeCanonical:"http://hl7.org/fhir/_typeCanonical",nodeId:"http://hl7.org/fhir/nodeId",CapabilityStatementSoftwareComponent:"http://hl7.org/fhir/CapabilityStatementSoftwareComponent",_preparation:"http://hl7.org/fhir/_preparation",_subType:"http://hl7.org/fhir/_subType",_definitionCodeableConcept:"http://hl7.org/fhir/_definitionCodeableConcept",benefitBalance:"http://hl7.org/fhir/benefitBalance",exclusionCriteria:"http://hl7.org/fhir/exclusionCriteria",numberOfStudies:"http://hl7.org/fhir/numberOfStudies",start:"http://hl7.org/fhir/start",AccountRelatedAccountComponent:"http://hl7.org/fhir/AccountRelatedAccountComponent",_OperationOutcome:"http://hl7.org/fhir/_OperationOutcome",orientation:"http://hl7.org/fhir/orientation",holder:"http://hl7.org/fhir/holder",_mitigatingAction:"http://hl7.org/fhir/_mitigatingAction",include:"http://hl7.org/fhir/include",_conditionalPatch:"http://hl7.org/fhir/_conditionalPatch",NamingSystemUniqueIdComponent:"http://hl7.org/fhir/NamingSystemUniqueIdComponent",_threshold:"http://hl7.org/fhir/_threshold",Count:"http://hl7.org/fhir/Count",_instantiates:"http://hl7.org/fhir/_instantiates",media:"http://hl7.org/fhir/media",appliesTo:"http://hl7.org/fhir/appliesTo",_implementationGuide:"http://hl7.org/fhir/_implementationGuide",RequestOrchestrationActionInputComponent:"http://hl7.org/fhir/RequestOrchestrationActionInputComponent",_discriminator:"http://hl7.org/fhir/_discriminator",ClaimResponse:"http://hl7.org/fhir/ClaimResponse",section:"http://hl7.org/fhir/section",_workflowStatus:"http://hl7.org/fhir/_workflowStatus",_DeviceMetric:"http://hl7.org/fhir/_DeviceMetric",diseaseSymptomProcedure:"http://hl7.org/fhir/diseaseSymptomProcedure",_keyword:"http://hl7.org/fhir/_keyword",_forecastStatus:"http://hl7.org/fhir/_forecastStatus",Bundle:"http://hl7.org/fhir/Bundle",_excluded:"http://hl7.org/fhir/_excluded",_transform:"http://hl7.org/fhir/_transform",intent:"http://hl7.org/fhir/intent",_slicing:"http://hl7.org/fhir/_slicing",generalPractitioner:"http://hl7.org/fhir/generalPractitioner",gestationalAge:"http://hl7.org/fhir/gestationalAge",_account:"http://hl7.org/fhir/_account",_administeredProduct:"http://hl7.org/fhir/_administeredProduct",answerOption:"http://hl7.org/fhir/answerOption",regionType:"http://hl7.org/fhir/regionType",_association:"http://hl7.org/fhir/_association",_messaging:"http://hl7.org/fhir/_messaging",organismType:"http://hl7.org/fhir/organismType",accept:"http://hl7.org/fhir/accept",_methodType:"http://hl7.org/fhir/_methodType",_authorizationRequired:"http://hl7.org/fhir/_authorizationRequired",includedStructure:"http://hl7.org/fhir/includedStructure",sourceIdentityCertificate:"http://hl7.org/fhir/sourceIdentityCertificate",foodType:"http://hl7.org/fhir/foodType",temperatureRange:"http://hl7.org/fhir/temperatureRange",ManifestPage:"http://hl7.org/fhir/ManifestPage",DeviceRequest:"http://hl7.org/fhir/DeviceRequest",_contextLinkId:"http://hl7.org/fhir/_contextLinkId",ExampleScenarioProcessStepOperationComponent:"http://hl7.org/fhir/ExampleScenarioProcessStepOperationComponent",SubstanceDefinitionStructureComponent:"http://hl7.org/fhir/SubstanceDefinitionStructureComponent",calculatedAt:"http://hl7.org/fhir/calculatedAt",MarketingStatus:"http://hl7.org/fhir/MarketingStatus",_emptyReason:"http://hl7.org/fhir/_emptyReason",_offsets:"http://hl7.org/fhir/_offsets",_financial:"http://hl7.org/fhir/_financial",_exposureRoute:"http://hl7.org/fhir/_exposureRoute",_policyHolder:"http://hl7.org/fhir/_policyHolder",SupplyDeliverySuppliedItemComponent:"http://hl7.org/fhir/SupplyDeliverySuppliedItemComponent",intendedRoute:"http://hl7.org/fhir/intendedRoute",_paymentDate:"http://hl7.org/fhir/_paymentDate",GenomicStudyAnalysisDeviceComponent:"http://hl7.org/fhir/GenomicStudyAnalysisDeviceComponent",_informationProvider:"http://hl7.org/fhir/_informationProvider",_outsideFoodAllowed:"http://hl7.org/fhir/_outsideFoodAllowed",feature:"http://hl7.org/fhir/feature",needsMap:"http://hl7.org/fhir/needsMap",_dataAbsentReason:"http://hl7.org/fhir/_dataAbsentReason",_definition:"http://hl7.org/fhir/_definition",creation:"http://hl7.org/fhir/creation",_minValue:"http://hl7.org/fhir/_minValue",width:"http://hl7.org/fhir/width",_Permission:"http://hl7.org/fhir/_Permission",AllergyIntolerance:"http://hl7.org/fhir/AllergyIntolerance",_Encounter:"http://hl7.org/fhir/_Encounter",targetNumber:"http://hl7.org/fhir/targetNumber",severity:"http://hl7.org/fhir/severity",ObservationDefinitionQualifiedValueComponent:"http://hl7.org/fhir/ObservationDefinitionQualifiedValueComponent",filterBy:"http://hl7.org/fhir/filterBy",packaging:"http://hl7.org/fhir/packaging",endorser:"http://hl7.org/fhir/endorser",_relatesTo:"http://hl7.org/fhir/_relatesTo",_sourceSignature:"http://hl7.org/fhir/_sourceSignature",abnormalCodedValueSet:"http://hl7.org/fhir/abnormalCodedValueSet",lastOccurrenceDate:"http://hl7.org/fhir/lastOccurrenceDate",_securityLabelNumber:"http://hl7.org/fhir/_securityLabelNumber",_queryCriteria:"http://hl7.org/fhir/_queryCriteria",_multipleResultsAllowed:"http://hl7.org/fhir/_multipleResultsAllowed",_allowed:"http://hl7.org/fhir/_allowed",_TestReport:"http://hl7.org/fhir/_TestReport",_Location:"http://hl7.org/fhir/_Location",deviceName:"http://hl7.org/fhir/deviceName",ImmunizationReactionComponent:"http://hl7.org/fhir/ImmunizationReactionComponent",ConceptMap:"http://hl7.org/fhir/ConceptMap",_daysOfWeek:"http://hl7.org/fhir/_daysOfWeek",ParameterDefinition:"http://hl7.org/fhir/ParameterDefinition",_packageCode:"http://hl7.org/fhir/_packageCode",Insurance:"http://hl7.org/fhir/Insurance",lastPerformed:"http://hl7.org/fhir/lastPerformed",IngredientManufacturerComponent:"http://hl7.org/fhir/IngredientManufacturerComponent",nthWeekOfMonth:"http://hl7.org/fhir/nthWeekOfMonth",targetSpecies:"http://hl7.org/fhir/targetSpecies",authorization:"http://hl7.org/fhir/authorization",_RequestOrchestration:"http://hl7.org/fhir/_RequestOrchestration",_endpoint:"http://hl7.org/fhir/_endpoint",triggeredBy:"http://hl7.org/fhir/triggeredBy",_Dosage:"http://hl7.org/fhir/_Dosage",_doNotPerform:"http://hl7.org/fhir/_doNotPerform",careTeam:"http://hl7.org/fhir/careTeam",_meta:"http://hl7.org/fhir/_meta",TerminologyCapabilitiesCodeSystemVersionComponent:"http://hl7.org/fhir/TerminologyCapabilitiesCodeSystemVersionComponent",entryQuantity:"http://hl7.org/fhir/entryQuantity",CapabilityStatementMessagingEndpointComponent:"http://hl7.org/fhir/CapabilityStatementMessagingEndpointComponent",nTerminalModification:"http://hl7.org/fhir/nTerminalModification",_asNeededFor:"http://hl7.org/fhir/_asNeededFor",_link:"http://hl7.org/fhir/_link",attribute:"http://hl7.org/fhir/attribute",Note:"http://hl7.org/fhir/Note",textFilter:"http://hl7.org/fhir/textFilter",disposition:"http://hl7.org/fhir/disposition",PackagedProductDefinition:"http://hl7.org/fhir/PackagedProductDefinition",Accident:"http://hl7.org/fhir/Accident",_reference:"http://hl7.org/fhir/_reference",StructureMapGroupRuleTargetParameterComponent:"http://hl7.org/fhir/StructureMapGroupRuleTargetParameterComponent",subscriber:"http://hl7.org/fhir/subscriber",structureType:"http://hl7.org/fhir/structureType",_detail:"http://hl7.org/fhir/_detail",meaningWhenMissing:"http://hl7.org/fhir/meaningWhenMissing",modelCharacteristic:"http://hl7.org/fhir/modelCharacteristic",mapping:"http://hl7.org/fhir/mapping",_Person:"http://hl7.org/fhir/_Person",_eligibility:"http://hl7.org/fhir/_eligibility",SubstanceSourceMaterialFractionDescriptionComponent:"http://hl7.org/fhir/SubstanceSourceMaterialFractionDescriptionComponent",typeCollected:"http://hl7.org/fhir/typeCollected",timestamp:"http://hl7.org/fhir/timestamp",_subpotentReason:"http://hl7.org/fhir/_subpotentReason",_relatedMedicationKnowledge:"http://hl7.org/fhir/_relatedMedicationKnowledge",_inventoryStatus:"http://hl7.org/fhir/_inventoryStatus",synonym:"http://hl7.org/fhir/synonym",_category:"http://hl7.org/fhir/_category",_regulatory:"http://hl7.org/fhir/_regulatory",birthDate:"http://hl7.org/fhir/birthDate",_priorPrescription:"http://hl7.org/fhir/_priorPrescription",Base:"http://hl7.org/fhir/Base",_testTools:"http://hl7.org/fhir/_testTools",_targetLocation:"http://hl7.org/fhir/_targetLocation",substanceDefinition:"http://hl7.org/fhir/substanceDefinition",_medication:"http://hl7.org/fhir/_medication",_vaccineCode:"http://hl7.org/fhir/_vaccineCode",_dateAsserted:"http://hl7.org/fhir/_dateAsserted",DeviceDefinitionMaterialComponent:"http://hl7.org/fhir/DeviceDefinitionMaterialComponent",_codeSearch:"http://hl7.org/fhir/_codeSearch",range:"http://hl7.org/fhir/range",NutritionOrder:"http://hl7.org/fhir/NutritionOrder",_dispenserInstruction:"http://hl7.org/fhir/_dispenserInstruction",_summary:"http://hl7.org/fhir/_summary",_synthesisType:"http://hl7.org/fhir/_synthesisType",productName:"http://hl7.org/fhir/productName",_reviewOutcome:"http://hl7.org/fhir/_reviewOutcome",claimResponse:"http://hl7.org/fhir/claimResponse",path:"http://hl7.org/fhir/path",additive:"http://hl7.org/fhir/additive",ElementDefinition:"http://hl7.org/fhir/ElementDefinition",fundingSource:"http://hl7.org/fhir/fundingSource",instantiatesCanonical:"http://hl7.org/fhir/instantiatesCanonical",family:"http://hl7.org/fhir/family",NutritionIntake:"http://hl7.org/fhir/NutritionIntake",EvidenceReport:"http://hl7.org/fhir/EvidenceReport",billablePeriod:"http://hl7.org/fhir/billablePeriod",_otherTherapy:"http://hl7.org/fhir/_otherTherapy",_dateOfService:"http://hl7.org/fhir/_dateOfService",_benefitBalance:"http://hl7.org/fhir/_benefitBalance",_information:"http://hl7.org/fhir/_information",_CareTeam:"http://hl7.org/fhir/_CareTeam",_aggregateMethod:"http://hl7.org/fhir/_aggregateMethod",generatedBy:"http://hl7.org/fhir/generatedBy",_tag:"http://hl7.org/fhir/_tag",asserter:"http://hl7.org/fhir/asserter",_revInclude:"http://hl7.org/fhir/_revInclude",onset:"http://hl7.org/fhir/onset",criticalCodedValueSet:"http://hl7.org/fhir/criticalCodedValueSet",_mode:"http://hl7.org/fhir/_mode",anchor:"http://hl7.org/fhir/anchor",_substitution:"http://hl7.org/fhir/_substitution",_consent:"http://hl7.org/fhir/_consent",_candidate:"http://hl7.org/fhir/_candidate",_concept:"http://hl7.org/fhir/_concept",MeasureReportGroupStratifierStratumComponentComponent:"http://hl7.org/fhir/MeasureReportGroupStratifierStratumComponentComponent",ifNoneExist:"http://hl7.org/fhir/ifNoneExist",GraphDefinitionNodeComponent:"http://hl7.org/fhir/GraphDefinitionNodeComponent",_answer:"http://hl7.org/fhir/_answer",_schedule:"http://hl7.org/fhir/_schedule",administrationTreatment:"http://hl7.org/fhir/administrationTreatment",_baseFormulaProductName:"http://hl7.org/fhir/_baseFormulaProductName",PermissionRuleDataResourceComponent:"http://hl7.org/fhir/PermissionRuleDataResourceComponent",_gestationalAge:"http://hl7.org/fhir/_gestationalAge",carrierAIDC:"http://hl7.org/fhir/carrierAIDC",_capability:"http://hl7.org/fhir/_capability",usageStatus:"http://hl7.org/fhir/usageStatus",_knownAllergen:"http://hl7.org/fhir/_knownAllergen",storageTempRequirements:"http://hl7.org/fhir/storageTempRequirements",definitionReference:"http://hl7.org/fhir/definitionReference",experimental:"http://hl7.org/fhir/experimental",_numberOfParticipants:"http://hl7.org/fhir/_numberOfParticipants",_repeat:"http://hl7.org/fhir/_repeat",displayName:"http://hl7.org/fhir/displayName",replaces:"http://hl7.org/fhir/replaces",_distanceFromLandmark:"http://hl7.org/fhir/_distanceFromLandmark",_frequency:"http://hl7.org/fhir/_frequency",shortDoco:"http://hl7.org/fhir/shortDoco",ImagingSelection:"http://hl7.org/fhir/ImagingSelection",modality:"http://hl7.org/fhir/modality",_targetId:"http://hl7.org/fhir/_targetId",_amount:"http://hl7.org/fhir/_amount",species:"http://hl7.org/fhir/species",totalNet:"http://hl7.org/fhir/totalNet",observationRequirement:"http://hl7.org/fhir/observationRequirement",InsurancePlanPlanGeneralCostComponent:"http://hl7.org/fhir/InsurancePlanPlanGeneralCostComponent",InvoiceLineItemComponent:"http://hl7.org/fhir/InvoiceLineItemComponent",requestor:"http://hl7.org/fhir/requestor",dietPreference:"http://hl7.org/fhir/dietPreference",comparator:"http://hl7.org/fhir/comparator",_combinedPharmaceuticalDoseForm:"http://hl7.org/fhir/_combinedPharmaceuticalDoseForm",servicePeriod:"http://hl7.org/fhir/servicePeriod",_rater:"http://hl7.org/fhir/_rater",receiverActive:"http://hl7.org/fhir/receiverActive",modification:"http://hl7.org/fhir/modification",practitioner:"http://hl7.org/fhir/practitioner",_normalCodedValueSet:"http://hl7.org/fhir/_normalCodedValueSet",TestCaseDependency:"http://hl7.org/fhir/TestCaseDependency",_costToBeneficiary:"http://hl7.org/fhir/_costToBeneficiary",MessageHeader:"http://hl7.org/fhir/MessageHeader",ResearchStudyRecruitmentComponent:"http://hl7.org/fhir/ResearchStudyRecruitmentComponent",_forenameInitials:"http://hl7.org/fhir/_forenameInitials",plannedStartDate:"http://hl7.org/fhir/plannedStartDate",study:"http://hl7.org/fhir/study",groupIdentifier:"http://hl7.org/fhir/groupIdentifier",_participatingOrganization:"http://hl7.org/fhir/_participatingOrganization",MeasureGroupStratifierComponent:"http://hl7.org/fhir/MeasureGroupStratifierComponent",wednesday:"http://hl7.org/fhir/wednesday",_diameter:"http://hl7.org/fhir/_diameter",enteralFormula:"http://hl7.org/fhir/enteralFormula",_stabilityDuration:"http://hl7.org/fhir/_stabilityDuration",integer:"http://hl7.org/fhir/integer",domain:"http://hl7.org/fhir/domain",_periodType:"http://hl7.org/fhir/_periodType",_ImagingStudy:"http://hl7.org/fhir/_ImagingStudy",searchRevInclude:"http://hl7.org/fhir/searchRevInclude",_relatedAction:"http://hl7.org/fhir/_relatedAction",observed:"http://hl7.org/fhir/observed",born:"http://hl7.org/fhir/born",_ImmunizationRecommendation:"http://hl7.org/fhir/_ImmunizationRecommendation",service:"http://hl7.org/fhir/service",_requestIdentifier:"http://hl7.org/fhir/_requestIdentifier",maxDosePerLifetime:"http://hl7.org/fhir/maxDosePerLifetime",format:"http://hl7.org/fhir/format",_isSummary:"http://hl7.org/fhir/_isSummary",supportingInfoSequence:"http://hl7.org/fhir/supportingInfoSequence",EvidenceStatisticModelCharacteristicVariableComponent:"http://hl7.org/fhir/EvidenceStatisticModelCharacteristicVariableComponent",ManufacturedItemDefinitionPropertyComponent:"http://hl7.org/fhir/ManufacturedItemDefinitionPropertyComponent",_concentration:"http://hl7.org/fhir/_concentration",coordinate:"http://hl7.org/fhir/coordinate",AddedItemDetailSubDetail:"http://hl7.org/fhir/AddedItemDetailSubDetail",TerminologyCapabilitiesTranslationComponent:"http://hl7.org/fhir/TerminologyCapabilitiesTranslationComponent",_generalPractitioner:"http://hl7.org/fhir/_generalPractitioner",_protocol:"http://hl7.org/fhir/_protocol",_exception:"http://hl7.org/fhir/_exception",_complication:"http://hl7.org/fhir/_complication",value:"http://hl7.org/fhir/value",_nthWeekOfMonth:"http://hl7.org/fhir/_nthWeekOfMonth",_url:"http://hl7.org/fhir/_url",SubstanceSourceMaterialOrganismHybridComponent:"http://hl7.org/fhir/SubstanceSourceMaterialOrganismHybridComponent",SubscriptionTopicEventTriggerComponent:"http://hl7.org/fhir/SubscriptionTopicEventTriggerComponent",MedicinalProductDefinitionNameComponent:"http://hl7.org/fhir/MedicinalProductDefinitionNameComponent",SubstanceSourceMaterialOrganismComponent:"http://hl7.org/fhir/SubstanceSourceMaterialOrganismComponent",overrideReason:"http://hl7.org/fhir/overrideReason",pages:"http://hl7.org/fhir/pages",_conclusion:"http://hl7.org/fhir/_conclusion",_combined:"http://hl7.org/fhir/_combined",_contains:"http://hl7.org/fhir/_contains",_documentType:"http://hl7.org/fhir/_documentType",MeasureGroupStratifierComponentComponent:"http://hl7.org/fhir/MeasureGroupStratifierComponentComponent",_numberOfInstances:"http://hl7.org/fhir/_numberOfInstances",PlanDefinitionActionComponent:"http://hl7.org/fhir/PlanDefinitionActionComponent",_processor:"http://hl7.org/fhir/_processor",actualNumber:"http://hl7.org/fhir/actualNumber",_network:"http://hl7.org/fhir/_network",effective:"http://hl7.org/fhir/effective",textEquivalent:"http://hl7.org/fhir/textEquivalent",preferred:"http://hl7.org/fhir/preferred",ImplementationGuide:"http://hl7.org/fhir/ImplementationGuide",EvidenceReportRelatesToTargetComponent:"http://hl7.org/fhir/EvidenceReportRelatesToTargetComponent",_applicability:"http://hl7.org/fhir/_applicability",min:"http://hl7.org/fhir/min",DeviceNameComponent:"http://hl7.org/fhir/DeviceNameComponent",Payment:"http://hl7.org/fhir/Payment",organismName:"http://hl7.org/fhir/organismName",relative:"http://hl7.org/fhir/relative",Ratio:"http://hl7.org/fhir/Ratio",item:"http://hl7.org/fhir/item",rating:"http://hl7.org/fhir/rating",_numerator:"http://hl7.org/fhir/_numerator",TestScriptScopeComponent:"http://hl7.org/fhir/TestScriptScopeComponent",_aggregation:"http://hl7.org/fhir/_aggregation",minutesDuration:"http://hl7.org/fhir/minutesDuration",AuditEventEntityComponent:"http://hl7.org/fhir/AuditEventEntityComponent",rate:"http://hl7.org/fhir/rate",CompartmentDefinition:"http://hl7.org/fhir/CompartmentDefinition",renderedDosageInstruction:"http://hl7.org/fhir/renderedDosageInstruction",methodType:"http://hl7.org/fhir/methodType",parent:"http://hl7.org/fhir/parent",sourceId:"http://hl7.org/fhir/sourceId",_requestedPeriod:"http://hl7.org/fhir/_requestedPeriod",_chromosome:"http://hl7.org/fhir/_chromosome",isSubPotent:"http://hl7.org/fhir/isSubPotent",presentedForm:"http://hl7.org/fhir/presentedForm",repetitions:"http://hl7.org/fhir/repetitions",aggregate:"http://hl7.org/fhir/aggregate",EvidenceStatisticComponent:"http://hl7.org/fhir/EvidenceStatisticComponent",ImplementationGuideDefinitionParameterComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionParameterComponent",CompositionEventComponent:"http://hl7.org/fhir/CompositionEventComponent",_NutritionOrder:"http://hl7.org/fhir/_NutritionOrder",TaskInputComponent:"http://hl7.org/fhir/TaskInputComponent",rule:"http://hl7.org/fhir/rule",Specimen:"http://hl7.org/fhir/Specimen",_MedicinalProductDefinition:"http://hl7.org/fhir/_MedicinalProductDefinition",OperationDefinition:"http://hl7.org/fhir/OperationDefinition",process:"http://hl7.org/fhir/process",CitationCitedArtifactContributorshipEntryContributionInstanceComponent:"http://hl7.org/fhir/CitationCitedArtifactContributorshipEntryContributionInstanceComponent",EncounterAdmissionComponent:"http://hl7.org/fhir/EncounterAdmissionComponent",_MedicationDispense:"http://hl7.org/fhir/_MedicationDispense",translation:"http://hl7.org/fhir/translation",ObservationTriggeredByComponent:"http://hl7.org/fhir/ObservationTriggeredByComponent",_etag:"http://hl7.org/fhir/_etag",_dateCriterion:"http://hl7.org/fhir/_dateCriterion",_administrationInstruction:"http://hl7.org/fhir/_administrationInstruction",part:"http://hl7.org/fhir/part",_billablePeriod:"http://hl7.org/fhir/_billablePeriod",requestHeader:"http://hl7.org/fhir/requestHeader",_shortTitle:"http://hl7.org/fhir/_shortTitle",_securityLabel:"http://hl7.org/fhir/_securityLabel",_procedure:"http://hl7.org/fhir/_procedure",periodMax:"http://hl7.org/fhir/periodMax",monograph:"http://hl7.org/fhir/monograph",_eventsSinceSubscriptionStart:"http://hl7.org/fhir/_eventsSinceSubscriptionStart",QuestionnaireResponseItemAnswerComponent:"http://hl7.org/fhir/QuestionnaireResponseItemAnswerComponent",formatted:"http://hl7.org/fhir/formatted",restoreDate:"http://hl7.org/fhir/restoreDate",_grouping:"http://hl7.org/fhir/_grouping",definition:"http://hl7.org/fhir/definition",BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent:"http://hl7.org/fhir/BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent",dayOfWeek:"http://hl7.org/fhir/dayOfWeek",_variableDefinition:"http://hl7.org/fhir/_variableDefinition",nodeRole:"http://hl7.org/fhir/nodeRole",Permission:"http://hl7.org/fhir/Permission",dateWritten:"http://hl7.org/fhir/dateWritten",ratioHighLimitAmount:"http://hl7.org/fhir/ratioHighLimitAmount",_relatedData:"http://hl7.org/fhir/_relatedData",_inforce:"http://hl7.org/fhir/_inforce",_reportingVendor:"http://hl7.org/fhir/_reportingVendor",_sequenceRange:"http://hl7.org/fhir/_sequenceRange",member:"http://hl7.org/fhir/member",_versionAlgorithm:"http://hl7.org/fhir/_versionAlgorithm",_subject:"http://hl7.org/fhir/_subject",_case:"http://hl7.org/fhir/_case",_ClinicalUseDefinition:"http://hl7.org/fhir/_ClinicalUseDefinition",_cylinder:"http://hl7.org/fhir/_cylinder",_saturday:"http://hl7.org/fhir/_saturday",ConceptMapGroupUnmappedComponent:"http://hl7.org/fhir/ConceptMapGroupUnmappedComponent",Address:"http://hl7.org/fhir/Address",_validateCode:"http://hl7.org/fhir/_validateCode",_dispenser:"http://hl7.org/fhir/_dispenser",_issued:"http://hl7.org/fhir/_issued",TestReport:"http://hl7.org/fhir/TestReport",conditionalRead:"http://hl7.org/fhir/conditionalRead",fullUrl:"http://hl7.org/fhir/fullUrl",parameterFocus:"http://hl7.org/fhir/parameterFocus",_currentState:"http://hl7.org/fhir/_currentState",ActivityDefinition:"http://hl7.org/fhir/ActivityDefinition",daysOfWeek:"http://hl7.org/fhir/daysOfWeek",containedInstance:"http://hl7.org/fhir/containedInstance",StructureMapGroupRuleSourceComponent:"http://hl7.org/fhir/StructureMapGroupRuleSourceComponent",application:"http://hl7.org/fhir/application",received:"http://hl7.org/fhir/received",AuditEventEntityComponentAgent:"http://hl7.org/fhir/AuditEventEntityComponentAgent",element:"http://hl7.org/fhir/element",_compose:"http://hl7.org/fhir/_compose",_environmentalSetting:"http://hl7.org/fhir/_environmentalSetting",_payment:"http://hl7.org/fhir/_payment",_preparedDate:"http://hl7.org/fhir/_preparedDate",ImagingSelectionInstanceComponent:"http://hl7.org/fhir/ImagingSelectionInstanceComponent",_responseRequired:"http://hl7.org/fhir/_responseRequired",_contraindication:"http://hl7.org/fhir/_contraindication",_operator:"http://hl7.org/fhir/_operator",ActivityDefinitionParticipantComponent:"http://hl7.org/fhir/ActivityDefinitionParticipantComponent",_contraindicatedVaccineCode:"http://hl7.org/fhir/_contraindicatedVaccineCode",_membership:"http://hl7.org/fhir/_membership",_recordedDate:"http://hl7.org/fhir/_recordedDate",_provision:"http://hl7.org/fhir/_provision",_dietPreference:"http://hl7.org/fhir/_dietPreference",_laterality:"http://hl7.org/fhir/_laterality",_parentSubstanceId:"http://hl7.org/fhir/_parentSubstanceId",_report:"http://hl7.org/fhir/_report",MedicationDispensePerformerComponent:"http://hl7.org/fhir/MedicationDispensePerformerComponent",FamilyMemberHistoryConditionComponent:"http://hl7.org/fhir/FamilyMemberHistoryConditionComponent",_editor:"http://hl7.org/fhir/_editor",instant:"http://hl7.org/fhir/instant",paging:"http://hl7.org/fhir/paging",_receiverActive:"http://hl7.org/fhir/_receiverActive",publicationForm:"http://hl7.org/fhir/publicationForm",operation:"http://hl7.org/fhir/operation",organism:"http://hl7.org/fhir/organism",focus:"http://hl7.org/fhir/focus",_reviewer:"http://hl7.org/fhir/_reviewer",validCodedValueSet:"http://hl7.org/fhir/validCodedValueSet",Signatory:"http://hl7.org/fhir/Signatory",clockFacePosition:"http://hl7.org/fhir/clockFacePosition",_instanceReference:"http://hl7.org/fhir/_instanceReference",withdrawalPeriod:"http://hl7.org/fhir/withdrawalPeriod",conformance:"http://hl7.org/fhir/conformance",effectivePeriod:"http://hl7.org/fhir/effectivePeriod",_matchStatus:"http://hl7.org/fhir/_matchStatus",virtualService:"http://hl7.org/fhir/virtualService",Communication:"http://hl7.org/fhir/Communication",_enteralFormula:"http://hl7.org/fhir/_enteralFormula",whenHandedOver:"http://hl7.org/fhir/whenHandedOver",EvidenceReportSubjectComponent:"http://hl7.org/fhir/EvidenceReportSubjectComponent",substance:"http://hl7.org/fhir/substance",Section:"http://hl7.org/fhir/Section",_valueRange:"http://hl7.org/fhir/_valueRange",regulatoryIdentifier:"http://hl7.org/fhir/regulatoryIdentifier",kind:"http://hl7.org/fhir/kind",hasIngredient:"http://hl7.org/fhir/hasIngredient",detailSequence:"http://hl7.org/fhir/detailSequence",NutritionProductNutrientComponent:"http://hl7.org/fhir/NutritionProductNutrientComponent",_fractionDescription:"http://hl7.org/fhir/_fractionDescription",_degreeOfPolymerisation:"http://hl7.org/fhir/_degreeOfPolymerisation",_Account:"http://hl7.org/fhir/_Account",rangeCategory:"http://hl7.org/fhir/rangeCategory",_index:"http://hl7.org/fhir/_index",ValueSetComposeComponentInclude:"http://hl7.org/fhir/ValueSetComposeComponentInclude",regulatory:"http://hl7.org/fhir/regulatory",_modifier:"http://hl7.org/fhir/_modifier",_short:"http://hl7.org/fhir/_short",medication:"http://hl7.org/fhir/medication",codeSearch:"http://hl7.org/fhir/codeSearch",suffix:"http://hl7.org/fhir/suffix",MedicationDispenseSubstitutionComponent:"http://hl7.org/fhir/MedicationDispenseSubstitutionComponent",foodPreferenceModifier:"http://hl7.org/fhir/foodPreferenceModifier",Immunization:"http://hl7.org/fhir/Immunization",AppointmentRecurrenceTemplateMonthlyTemplateComponent:"http://hl7.org/fhir/AppointmentRecurrenceTemplateMonthlyTemplateComponent",preventiveAction:"http://hl7.org/fhir/preventiveAction",_AdministrableProductDefinition:"http://hl7.org/fhir/_AdministrableProductDefinition",_deliverFrom:"http://hl7.org/fhir/_deliverFrom",_address:"http://hl7.org/fhir/_address",intendedUse:"http://hl7.org/fhir/intendedUse",ElementDefinitionSlicingDiscriminatorComponent:"http://hl7.org/fhir/ElementDefinitionSlicingDiscriminatorComponent",SubscriptionTopic:"http://hl7.org/fhir/SubscriptionTopic",GenomicStudy:"http://hl7.org/fhir/GenomicStudy",_partLocation:"http://hl7.org/fhir/_partLocation",_subsumption:"http://hl7.org/fhir/_subsumption",BenefitBalance:"http://hl7.org/fhir/BenefitBalance",script:"http://hl7.org/fhir/script",_resourceReference:"http://hl7.org/fhir/_resourceReference",lastReviewDate:"http://hl7.org/fhir/lastReviewDate",SubstanceDefinitionNameComponentNameName:"http://hl7.org/fhir/SubstanceDefinitionNameComponentNameName",length:"http://hl7.org/fhir/length",_overrideReason:"http://hl7.org/fhir/_overrideReason",_period:"http://hl7.org/fhir/_period",TerminologyCapabilities:"http://hl7.org/fhir/TerminologyCapabilities",_supportingPatientInformation:"http://hl7.org/fhir/_supportingPatientInformation",OperationDefinitionParameterBindingComponent:"http://hl7.org/fhir/OperationDefinitionParameterBindingComponent",Task:"http://hl7.org/fhir/Task",MeasureReportGroupPopulationComponent:"http://hl7.org/fhir/MeasureReportGroupPopulationComponent",revInclude:"http://hl7.org/fhir/revInclude",_appliesTo:"http://hl7.org/fhir/_appliesTo",MedicationKnowledgeDefinitionalComponent:"http://hl7.org/fhir/MedicationKnowledgeDefinitionalComponent",usageInstruction:"http://hl7.org/fhir/usageInstruction",trigger:"http://hl7.org/fhir/trigger",mustSupport:"http://hl7.org/fhir/mustSupport",TimingRepeatComponent:"http://hl7.org/fhir/TimingRepeatComponent",effectiveDosePeriod:"http://hl7.org/fhir/effectiveDosePeriod",_textEquivalent:"http://hl7.org/fhir/_textEquivalent",bodysite:"http://hl7.org/fhir/bodysite",_appliesToAll:"http://hl7.org/fhir/_appliesToAll",comorbidity:"http://hl7.org/fhir/comorbidity",TestScriptFixtureComponent:"http://hl7.org/fhir/TestScriptFixtureComponent",oligoNucleotideType:"http://hl7.org/fhir/oligoNucleotideType",intendedEffect:"http://hl7.org/fhir/intendedEffect",_conformsTo:"http://hl7.org/fhir/_conformsTo",copyright:"http://hl7.org/fhir/copyright",_insurance:"http://hl7.org/fhir/_insurance",_partDescription:"http://hl7.org/fhir/_partDescription",_genomeBuild:"http://hl7.org/fhir/_genomeBuild",Slot:"http://hl7.org/fhir/Slot",_medium:"http://hl7.org/fhir/_medium",followUp:"http://hl7.org/fhir/followUp",maxDuration:"http://hl7.org/fhir/maxDuration",lotNumber:"http://hl7.org/fhir/lotNumber",EncounterHistoryLocationComponent:"http://hl7.org/fhir/EncounterHistoryLocationComponent",_owner:"http://hl7.org/fhir/_owner",InventoryItem:"http://hl7.org/fhir/InventoryItem",content:"http://hl7.org/fhir/content",DeviceDefinitionPropertyComponent:"http://hl7.org/fhir/DeviceDefinitionPropertyComponent",enteredDate:"http://hl7.org/fhir/enteredDate",_district:"http://hl7.org/fhir/_district",QuestionnaireItemComponentItemItem:"http://hl7.org/fhir/QuestionnaireItemComponentItemItem",eye:"http://hl7.org/fhir/eye",facilityType:"http://hl7.org/fhir/facilityType",markdown:"http://hl7.org/fhir/markdown",_friendly:"http://hl7.org/fhir/_friendly",ManufacturedItemDefinitionComponentComponentComponent:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentComponentComponent",basedOn:"http://hl7.org/fhir/basedOn",assessmentMethod:"http://hl7.org/fhir/assessmentMethod",_sourceMaterialClass:"http://hl7.org/fhir/_sourceMaterialClass",CarePlanActivityComponent:"http://hl7.org/fhir/CarePlanActivityComponent",response:"http://hl7.org/fhir/response",_singleUse:"http://hl7.org/fhir/_singleUse",ProvenanceAgentComponent:"http://hl7.org/fhir/ProvenanceAgentComponent",_kingdom:"http://hl7.org/fhir/_kingdom",error:"http://hl7.org/fhir/error",effect:"http://hl7.org/fhir/effect",verifiedWith:"http://hl7.org/fhir/verifiedWith",_packaging:"http://hl7.org/fhir/_packaging",position:"http://hl7.org/fhir/position",EvidenceCertaintyComponentCertainty:"http://hl7.org/fhir/EvidenceCertaintyComponentCertainty",low:"http://hl7.org/fhir/low",_Device:"http://hl7.org/fhir/_Device",AddedItemSubDetail:"http://hl7.org/fhir/AddedItemSubDetail",_responsible:"http://hl7.org/fhir/_responsible",excludingDate:"http://hl7.org/fhir/excludingDate",_verified:"http://hl7.org/fhir/_verified",TestScriptMetadataCapabilityComponent:"http://hl7.org/fhir/TestScriptMetadataCapabilityComponent",marketingStatus:"http://hl7.org/fhir/marketingStatus",_ClaimResponse:"http://hl7.org/fhir/_ClaimResponse",request:"http://hl7.org/fhir/request",MolecularSequenceRelativeEditComponent:"http://hl7.org/fhir/MolecularSequenceRelativeEditComponent",periodType:"http://hl7.org/fhir/periodType",approvalDate:"http://hl7.org/fhir/approvalDate",_monomerSet:"http://hl7.org/fhir/_monomerSet",_eventTrigger:"http://hl7.org/fhir/_eventTrigger",_ingredient:"http://hl7.org/fhir/_ingredient",_biologicalSourceEvent:"http://hl7.org/fhir/_biologicalSourceEvent",durationMax:"http://hl7.org/fhir/durationMax",_MolecularSequence:"http://hl7.org/fhir/_MolecularSequence",_permittedDataType:"http://hl7.org/fhir/_permittedDataType",subtitle:"http://hl7.org/fhir/subtitle",_SubscriptionStatus:"http://hl7.org/fhir/_SubscriptionStatus",maxTreatmentPeriod:"http://hl7.org/fhir/maxTreatmentPeriod",_relatedIdentifier:"http://hl7.org/fhir/_relatedIdentifier",_feature:"http://hl7.org/fhir/_feature",ValueSetExpansionComponent:"http://hl7.org/fhir/ValueSetExpansionComponent",_parameterFocus:"http://hl7.org/fhir/_parameterFocus",_maxDosePerDay:"http://hl7.org/fhir/_maxDosePerDay",CapabilityStatementMessagingComponent:"http://hl7.org/fhir/CapabilityStatementMessagingComponent",ResearchStudyObjectiveComponent:"http://hl7.org/fhir/ResearchStudyObjectiveComponent",MedicationIngredientComponent:"http://hl7.org/fhir/MedicationIngredientComponent",SourceElement:"http://hl7.org/fhir/SourceElement",_sequence:"http://hl7.org/fhir/_sequence",_validateProfileId:"http://hl7.org/fhir/_validateProfileId",responsibility:"http://hl7.org/fhir/responsibility",containedItem:"http://hl7.org/fhir/containedItem",completionTime:"http://hl7.org/fhir/completionTime",_identifier:"http://hl7.org/fhir/_identifier",_scope:"http://hl7.org/fhir/_scope",currency:"http://hl7.org/fhir/currency",_inputProfile:"http://hl7.org/fhir/_inputProfile",TestAction:"http://hl7.org/fhir/TestAction",_performer:"http://hl7.org/fhir/_performer",QuestionnaireResponseItemComponentItemItem:"http://hl7.org/fhir/QuestionnaireResponseItemComponentItemItem",_pushTypeAvailable:"http://hl7.org/fhir/_pushTypeAvailable",communication:"http://hl7.org/fhir/communication",interpretation:"http://hl7.org/fhir/interpretation",_capacity:"http://hl7.org/fhir/_capacity",topic:"http://hl7.org/fhir/topic",_undesirableEffect:"http://hl7.org/fhir/_undesirableEffect",_noteNumber:"http://hl7.org/fhir/_noteNumber",_DeviceRequest:"http://hl7.org/fhir/_DeviceRequest",courseOfTherapyType:"http://hl7.org/fhir/courseOfTherapyType",ordinalPosition:"http://hl7.org/fhir/ordinalPosition",ObservationComponentComponentReferenceRange:"http://hl7.org/fhir/ObservationComponentComponentReferenceRange",_actorId:"http://hl7.org/fhir/_actorId",conclusion:"http://hl7.org/fhir/conclusion",Resource:"http://hl7.org/fhir/Resource",accountNumber:"http://hl7.org/fhir/accountNumber",deliverTo:"http://hl7.org/fhir/deliverTo",multipleResultsAllowed:"http://hl7.org/fhir/multipleResultsAllowed",_asNeeded:"http://hl7.org/fhir/_asNeeded",_onHold:"http://hl7.org/fhir/_onHold",genomeAssembly:"http://hl7.org/fhir/genomeAssembly",_preAuthRefPeriod:"http://hl7.org/fhir/_preAuthRefPeriod",itemSequence:"http://hl7.org/fhir/itemSequence",_relatedClinicalInformation:"http://hl7.org/fhir/_relatedClinicalInformation",ResearchStudy:"http://hl7.org/fhir/ResearchStudy",_action:"http://hl7.org/fhir/_action",_DocumentReference:"http://hl7.org/fhir/_DocumentReference",_coverageArea:"http://hl7.org/fhir/_coverageArea",DataType:"http://hl7.org/fhir/DataType",Duration:"http://hl7.org/fhir/Duration",_Consent:"http://hl7.org/fhir/_Consent",_referencePolicy:"http://hl7.org/fhir/_referencePolicy",_virtualService:"http://hl7.org/fhir/_virtualService",_lastModified:"http://hl7.org/fhir/_lastModified",destination:"http://hl7.org/fhir/destination",_whenHandedOver:"http://hl7.org/fhir/_whenHandedOver",_typeTested:"http://hl7.org/fhir/_typeTested",product:"http://hl7.org/fhir/product",_referrer:"http://hl7.org/fhir/_referrer",plannedEndDate:"http://hl7.org/fhir/plannedEndDate",_birthDate:"http://hl7.org/fhir/_birthDate",_mustHaveValue:"http://hl7.org/fhir/_mustHaveValue",ClinicalUseDefinition:"http://hl7.org/fhir/ClinicalUseDefinition",dynamicValue:"http://hl7.org/fhir/dynamicValue",_detailSequence:"http://hl7.org/fhir/_detailSequence",SupportingInformation:"http://hl7.org/fhir/SupportingInformation",CitationStatusDateComponent:"http://hl7.org/fhir/CitationStatusDateComponent",subscriberId:"http://hl7.org/fhir/subscriberId",node:"http://hl7.org/fhir/node",details:"http://hl7.org/fhir/details",GenomicStudyAnalysisInputComponent:"http://hl7.org/fhir/GenomicStudyAnalysisInputComponent",contract:"http://hl7.org/fhir/contract",_paymentIssuer:"http://hl7.org/fhir/_paymentIssuer",_clinicalTrial:"http://hl7.org/fhir/_clinicalTrial",Adjudication:"http://hl7.org/fhir/Adjudication",AdverseEventMitigatingActionComponent:"http://hl7.org/fhir/AdverseEventMitigatingActionComponent",ratioType:"http://hl7.org/fhir/ratioType",authoritative:"http://hl7.org/fhir/authoritative",chromosome:"http://hl7.org/fhir/chromosome",referralMethod:"http://hl7.org/fhir/referralMethod",MedicationKnowledgeDefinitionalDrugCharacteristicComponent:"http://hl7.org/fhir/MedicationKnowledgeDefinitionalDrugCharacteristicComponent",_filterParameter:"http://hl7.org/fhir/_filterParameter",_costCenter:"http://hl7.org/fhir/_costCenter",_maternalOrganismName:"http://hl7.org/fhir/_maternalOrganismName",_CommunicationRequest:"http://hl7.org/fhir/_CommunicationRequest",_mapping:"http://hl7.org/fhir/_mapping",_spatialReference:"http://hl7.org/fhir/_spatialReference",_AppointmentResponse:"http://hl7.org/fhir/_AppointmentResponse",preparation:"http://hl7.org/fhir/preparation",_outcome:"http://hl7.org/fhir/_outcome",_policy:"http://hl7.org/fhir/_policy",planningHorizon:"http://hl7.org/fhir/planningHorizon",_targetSpecies:"http://hl7.org/fhir/_targetSpecies",EvidenceVariableCharacteristicComponent:"http://hl7.org/fhir/EvidenceVariableCharacteristicComponent",_authorization:"http://hl7.org/fhir/_authorization",software:"http://hl7.org/fhir/software",_lastReviewDate:"http://hl7.org/fhir/_lastReviewDate",_derivedFromCanonical:"http://hl7.org/fhir/_derivedFromCanonical",specialCourtesy:"http://hl7.org/fhir/specialCourtesy",intraspecificType:"http://hl7.org/fhir/intraspecificType",shortTitle:"http://hl7.org/fhir/shortTitle",channelType:"http://hl7.org/fhir/channelType",_subSite:"http://hl7.org/fhir/_subSite",use:"http://hl7.org/fhir/use",webLocation:"http://hl7.org/fhir/webLocation",PlanDefinitionGoalTargetComponent:"http://hl7.org/fhir/PlanDefinitionGoalTargetComponent",_entryQuantity:"http://hl7.org/fhir/_entryQuantity",_seriousness:"http://hl7.org/fhir/_seriousness",_born:"http://hl7.org/fhir/_born",initiator:"http://hl7.org/fhir/initiator",geometry:"http://hl7.org/fhir/geometry",_organismGeneral:"http://hl7.org/fhir/_organismGeneral",TestReportSetupComponent:"http://hl7.org/fhir/TestReportSetupComponent",message:"http://hl7.org/fhir/message",PlanDefinitionActionInputComponent:"http://hl7.org/fhir/PlanDefinitionActionInputComponent",Dosage:"http://hl7.org/fhir/Dosage",_structureType:"http://hl7.org/fhir/_structureType",onAdmission:"http://hl7.org/fhir/onAdmission",EncounterLocationComponent:"http://hl7.org/fhir/EncounterLocationComponent",statusHistory:"http://hl7.org/fhir/statusHistory",CitationCitedArtifactComponent:"http://hl7.org/fhir/CitationCitedArtifactComponent",_paymentTerms:"http://hl7.org/fhir/_paymentTerms",_intendedEffect:"http://hl7.org/fhir/_intendedEffect",SubstanceSourceMaterialOrganismAuthorComponent:"http://hl7.org/fhir/SubstanceSourceMaterialOrganismAuthorComponent",listMode:"http://hl7.org/fhir/listMode",_typeCollected:"http://hl7.org/fhir/_typeCollected",definitional:"http://hl7.org/fhir/definitional",improvementNotation:"http://hl7.org/fhir/improvementNotation",ValuedItem:"http://hl7.org/fhir/ValuedItem",ElementDefinitionBaseComponent:"http://hl7.org/fhir/ElementDefinitionBaseComponent",Errors:"http://hl7.org/fhir/Errors",pattern:"http://hl7.org/fhir/pattern",TestScriptDestinationComponent:"http://hl7.org/fhir/TestScriptDestinationComponent",CoveragePaymentByComponent:"http://hl7.org/fhir/CoveragePaymentByComponent",_AuditEvent:"http://hl7.org/fhir/_AuditEvent",requirements:"http://hl7.org/fhir/requirements",authority:"http://hl7.org/fhir/authority",_compareToSourceId:"http://hl7.org/fhir/_compareToSourceId",_Contract:"http://hl7.org/fhir/_Contract",_occurrenceChanged:"http://hl7.org/fhir/_occurrenceChanged",typeReference:"http://hl7.org/fhir/typeReference",detail:"http://hl7.org/fhir/detail",_alternative:"http://hl7.org/fhir/_alternative",ClaimResponseAdjudication:"http://hl7.org/fhir/ClaimResponseAdjudication",Person:"http://hl7.org/fhir/Person",readHistory:"http://hl7.org/fhir/readHistory",_subjects:"http://hl7.org/fhir/_subjects",membership:"http://hl7.org/fhir/membership",studyUid:"http://hl7.org/fhir/studyUid",GraphDefinitionLinkCompartmentComponent:"http://hl7.org/fhir/GraphDefinitionLinkCompartmentComponent",_occurrence:"http://hl7.org/fhir/_occurrence",_dayOfMonth:"http://hl7.org/fhir/_dayOfMonth",Extension:"http://hl7.org/fhir/Extension",_proxyIdentityCertificate:"http://hl7.org/fhir/_proxyIdentityCertificate",emptyReason:"http://hl7.org/fhir/emptyReason",ConceptMapGroupComponent:"http://hl7.org/fhir/ConceptMapGroupComponent",laterality:"http://hl7.org/fhir/laterality",_previous:"http://hl7.org/fhir/_previous",_claimResponse:"http://hl7.org/fhir/_claimResponse",dataUpdateType:"http://hl7.org/fhir/dataUpdateType",paymentDate:"http://hl7.org/fhir/paymentDate",baseFormulaProductName:"http://hl7.org/fhir/baseFormulaProductName",performed:"http://hl7.org/fhir/performed",ServiceRequestOrderDetailComponent:"http://hl7.org/fhir/ServiceRequestOrderDetailComponent",_informationSequence:"http://hl7.org/fhir/_informationSequence",_wednesday:"http://hl7.org/fhir/_wednesday",_id:"http://hl7.org/fhir/_id",nucleicAcid:"http://hl7.org/fhir/nucleicAcid",implementation:"http://hl7.org/fhir/implementation",_species:"http://hl7.org/fhir/_species",_goalId:"http://hl7.org/fhir/_goalId",manager:"http://hl7.org/fhir/manager",Meta:"http://hl7.org/fhir/Meta",interpreter:"http://hl7.org/fhir/interpreter",situation:"http://hl7.org/fhir/situation",_recorded:"http://hl7.org/fhir/_recorded",DiagnosticReport:"http://hl7.org/fhir/DiagnosticReport",drugCharacteristic:"http://hl7.org/fhir/drugCharacteristic",SubstanceDefinitionStructureRepresentationComponent:"http://hl7.org/fhir/SubstanceDefinitionStructureRepresentationComponent",RequestOrchestrationActionRelatedActionComponent:"http://hl7.org/fhir/RequestOrchestrationActionRelatedActionComponent",variableRole:"http://hl7.org/fhir/variableRole",failureAction:"http://hl7.org/fhir/failureAction",suppliedItem:"http://hl7.org/fhir/suppliedItem",abstract:"http://hl7.org/fhir/abstract",valueRange:"http://hl7.org/fhir/valueRange",_query:"http://hl7.org/fhir/_query",sigFormat:"http://hl7.org/fhir/sigFormat",VirtualServiceDetail:"http://hl7.org/fhir/VirtualServiceDetail",_rest:"http://hl7.org/fhir/_rest",packageCode:"http://hl7.org/fhir/packageCode",_reaction:"http://hl7.org/fhir/_reaction",_contributor:"http://hl7.org/fhir/_contributor",_normalValue:"http://hl7.org/fhir/_normalValue",_resultsInterpreter:"http://hl7.org/fhir/_resultsInterpreter",_tester:"http://hl7.org/fhir/_tester",denominator:"http://hl7.org/fhir/denominator",uniqueId:"http://hl7.org/fhir/uniqueId",readOnly:"http://hl7.org/fhir/readOnly",_effectiveDosePeriod:"http://hl7.org/fhir/_effectiveDosePeriod",_patientInstruction:"http://hl7.org/fhir/_patientInstruction",focusReference:"http://hl7.org/fhir/focusReference",_sopClass:"http://hl7.org/fhir/_sopClass",_brand:"http://hl7.org/fhir/_brand",SubscriptionStatusNotificationEventComponent:"http://hl7.org/fhir/SubscriptionStatusNotificationEventComponent",specialArrangement:"http://hl7.org/fhir/specialArrangement",_autocreate:"http://hl7.org/fhir/_autocreate",_responsibility:"http://hl7.org/fhir/_responsibility",any:"http://hl7.org/fhir/any",protocolApplied:"http://hl7.org/fhir/protocolApplied",PaymentNotice:"http://hl7.org/fhir/PaymentNotice",_completionTime:"http://hl7.org/fhir/_completionTime",_preAdmissionIdentifier:"http://hl7.org/fhir/_preAdmissionIdentifier",_interpretation:"http://hl7.org/fhir/_interpretation",testingDestination:"http://hl7.org/fhir/testingDestination",ExtendedContactDetail:"http://hl7.org/fhir/ExtendedContactDetail",administrableDoseForm:"http://hl7.org/fhir/administrableDoseForm",repeat:"http://hl7.org/fhir/repeat",CapabilityStatementRestResourceSearchParamComponent:"http://hl7.org/fhir/CapabilityStatementRestResourceSearchParamComponent",interactant:"http://hl7.org/fhir/interactant",_groupDefinition:"http://hl7.org/fhir/_groupDefinition",_effective:"http://hl7.org/fhir/_effective",_service:"http://hl7.org/fhir/_service",admitSource:"http://hl7.org/fhir/admitSource",_cap:"http://hl7.org/fhir/_cap",_structure:"http://hl7.org/fhir/_structure",_preferred:"http://hl7.org/fhir/_preferred",human:"http://hl7.org/fhir/human",_genomeAssembly:"http://hl7.org/fhir/_genomeAssembly",_dimensions:"http://hl7.org/fhir/_dimensions",Reason:"http://hl7.org/fhir/Reason",eligibility:"http://hl7.org/fhir/eligibility",resultForCreate:"http://hl7.org/fhir/resultForCreate",PersonLinkComponent:"http://hl7.org/fhir/PersonLinkComponent",EvidenceCertaintyComponent:"http://hl7.org/fhir/EvidenceCertaintyComponent",texture:"http://hl7.org/fhir/texture",characterization:"http://hl7.org/fhir/characterization",TerminologyCapabilitiesExpansionComponent:"http://hl7.org/fhir/TerminologyCapabilitiesExpansionComponent",DataRequirementCodeFilterComponent:"http://hl7.org/fhir/DataRequirementCodeFilterComponent",_derivedFrom:"http://hl7.org/fhir/_derivedFrom",_doseAdministrationAid:"http://hl7.org/fhir/_doseAdministrationAid",productOrService:"http://hl7.org/fhir/productOrService",_plannedEndDate:"http://hl7.org/fhir/_plannedEndDate",conformsTo:"http://hl7.org/fhir/conformsTo",_detected:"http://hl7.org/fhir/_detected",_threePrime:"http://hl7.org/fhir/_threePrime",referencedFrom:"http://hl7.org/fhir/referencedFrom",targetFormat:"http://hl7.org/fhir/targetFormat",_characteristicType:"http://hl7.org/fhir/_characteristicType",StructureDefinitionMappingComponent:"http://hl7.org/fhir/StructureDefinitionMappingComponent",_initiatorActive:"http://hl7.org/fhir/_initiatorActive",supportedInteraction:"http://hl7.org/fhir/supportedInteraction",vaccineCode:"http://hl7.org/fhir/vaccineCode",seriesNumber:"http://hl7.org/fhir/seriesNumber",pageCount:"http://hl7.org/fhir/pageCount",_who:"http://hl7.org/fhir/_who",PermissionRuleActivityComponent:"http://hl7.org/fhir/PermissionRuleActivityComponent",careManager:"http://hl7.org/fhir/careManager",CodeSystem:"http://hl7.org/fhir/CodeSystem",MedicinalProductDefinitionNamePartComponent:"http://hl7.org/fhir/MedicinalProductDefinitionNamePartComponent",_requestingOrganization:"http://hl7.org/fhir/_requestingOrganization",_referralMethod:"http://hl7.org/fhir/_referralMethod",_suspectEntity:"http://hl7.org/fhir/_suspectEntity",_exclusionCriteria:"http://hl7.org/fhir/_exclusionCriteria",ObservationComponentComponent:"http://hl7.org/fhir/ObservationComponentComponent",_testScript:"http://hl7.org/fhir/_testScript",manufactureDate:"http://hl7.org/fhir/manufactureDate",_textPresentation:"http://hl7.org/fhir/_textPresentation",TestReportSetupActionOperationComponent:"http://hl7.org/fhir/TestReportSetupActionOperationComponent",legal:"http://hl7.org/fhir/legal",provider:"http://hl7.org/fhir/provider",exitCriteria:"http://hl7.org/fhir/exitCriteria",image:"http://hl7.org/fhir/image",SupplyRequest:"http://hl7.org/fhir/SupplyRequest",_periodMax:"http://hl7.org/fhir/_periodMax",_monograph:"http://hl7.org/fhir/_monograph",_decision:"http://hl7.org/fhir/_decision",_diagnostics:"http://hl7.org/fhir/_diagnostics",_origin:"http://hl7.org/fhir/_origin",_durationUnit:"http://hl7.org/fhir/_durationUnit",contact:"http://hl7.org/fhir/contact",_disabledDisplay:"http://hl7.org/fhir/_disabledDisplay",_attestation:"http://hl7.org/fhir/_attestation",PackagedProductDefinitionPackagingComponentPackaging:"http://hl7.org/fhir/PackagedProductDefinitionPackagingComponentPackaging",OperationOutcomeIssueComponent:"http://hl7.org/fhir/OperationOutcomeIssueComponent",_hash:"http://hl7.org/fhir/_hash",_pageString:"http://hl7.org/fhir/_pageString",_constituent:"http://hl7.org/fhir/_constituent",DeviceAssociation:"http://hl7.org/fhir/DeviceAssociation",_dayOfWeek:"http://hl7.org/fhir/_dayOfWeek",_inventoryListing:"http://hl7.org/fhir/_inventoryListing",_hierarchyMeaning:"http://hl7.org/fhir/_hierarchyMeaning",_dispenseRequest:"http://hl7.org/fhir/_dispenseRequest",legallyBinding:"http://hl7.org/fhir/legallyBinding",_manufacturer:"http://hl7.org/fhir/_manufacturer",_answerConstraint:"http://hl7.org/fhir/_answerConstraint",_when:"http://hl7.org/fhir/_when",_form:"http://hl7.org/fhir/_form",businessStatus:"http://hl7.org/fhir/businessStatus",comparisonGroup:"http://hl7.org/fhir/comparisonGroup",_instance:"http://hl7.org/fhir/_instance",_itemStatus:"http://hl7.org/fhir/_itemStatus",_conditionalDelete:"http://hl7.org/fhir/_conditionalDelete",_grade:"http://hl7.org/fhir/_grade",_process:"http://hl7.org/fhir/_process",_articleDate:"http://hl7.org/fhir/_articleDate",additionalMonitoringIndicator:"http://hl7.org/fhir/additionalMonitoringIndicator",title:"http://hl7.org/fhir/title",_courseOfTherapyType:"http://hl7.org/fhir/_courseOfTherapyType",_identity:"http://hl7.org/fhir/_identity",CapabilityStatementRestComponent:"http://hl7.org/fhir/CapabilityStatementRestComponent",additionalAttribute:"http://hl7.org/fhir/additionalAttribute",monomerSet:"http://hl7.org/fhir/monomerSet",ingredient:"http://hl7.org/fhir/ingredient",_subPotentReason:"http://hl7.org/fhir/_subPotentReason",_supportedMessage:"http://hl7.org/fhir/_supportedMessage",DataRequirementDateFilterComponent:"http://hl7.org/fhir/DataRequirementDateFilterComponent",_performedActivity:"http://hl7.org/fhir/_performedActivity",_specialty:"http://hl7.org/fhir/_specialty",_weekInterval:"http://hl7.org/fhir/_weekInterval",publicationDate:"http://hl7.org/fhir/publicationDate",administrationInstruction:"http://hl7.org/fhir/administrationInstruction",fivePrime:"http://hl7.org/fhir/fivePrime",_points:"http://hl7.org/fhir/_points",TestScriptSetupActionAssertComponent:"http://hl7.org/fhir/TestScriptSetupActionAssertComponent",referralRequest:"http://hl7.org/fhir/referralRequest",_timeAspect:"http://hl7.org/fhir/_timeAspect",_presentedForm:"http://hl7.org/fhir/_presentedForm",_seriesDoses:"http://hl7.org/fhir/_seriesDoses",milestone:"http://hl7.org/fhir/milestone",MedicationAdministrationPerformerComponent:"http://hl7.org/fhir/MedicationAdministrationPerformerComponent",Invoice:"http://hl7.org/fhir/Invoice",additionalContext:"http://hl7.org/fhir/additionalContext",_satisfiedBy:"http://hl7.org/fhir/_satisfiedBy",identifier:"http://hl7.org/fhir/identifier",SubstanceNucleicAcid:"http://hl7.org/fhir/SubstanceNucleicAcid",resourceTrigger:"http://hl7.org/fhir/resourceTrigger",_overload:"http://hl7.org/fhir/_overload",organization:"http://hl7.org/fhir/organization",PlanDefinitionActionConditionComponent:"http://hl7.org/fhir/PlanDefinitionActionConditionComponent",RegulatedAuthorizationCaseComponentCaseCase:"http://hl7.org/fhir/RegulatedAuthorizationCaseComponentCaseCase",sliceIsConstraining:"http://hl7.org/fhir/sliceIsConstraining",_dataUpdateType:"http://hl7.org/fhir/_dataUpdateType",noteNumber:"http://hl7.org/fhir/noteNumber",installDate:"http://hl7.org/fhir/installDate",cardBrand:"http://hl7.org/fhir/cardBrand",_fullUrl:"http://hl7.org/fhir/_fullUrl",codeMap:"http://hl7.org/fhir/codeMap",ConditionDefinitionObservationComponent:"http://hl7.org/fhir/ConditionDefinitionObservationComponent",FamilyMemberHistory:"http://hl7.org/fhir/FamilyMemberHistory",operationTypeReason:"http://hl7.org/fhir/operationTypeReason",SpecimenDefinitionTypeTestedContainerAdditiveComponent:"http://hl7.org/fhir/SpecimenDefinitionTypeTestedContainerAdditiveComponent",_element:"http://hl7.org/fhir/_element",_attachedDocument:"http://hl7.org/fhir/_attachedDocument",_implementation:"http://hl7.org/fhir/_implementation",sourceMaterialType:"http://hl7.org/fhir/sourceMaterialType",_substance:"http://hl7.org/fhir/_substance",_qualification:"http://hl7.org/fhir/_qualification",_countType:"http://hl7.org/fhir/_countType",sourceMaterialState:"http://hl7.org/fhir/sourceMaterialState",_observationResultRequirement:"http://hl7.org/fhir/_observationResultRequirement",attestationSignature:"http://hl7.org/fhir/attestationSignature",PackagedProductDefinitionPackagingComponentPackagingPackaging:"http://hl7.org/fhir/PackagedProductDefinitionPackagingComponentPackagingPackaging",_marketingAuthorizationHolder:"http://hl7.org/fhir/_marketingAuthorizationHolder",_decisionMode:"http://hl7.org/fhir/_decisionMode",repeats:"http://hl7.org/fhir/repeats",typeTested:"http://hl7.org/fhir/typeTested",_rankingOrder:"http://hl7.org/fhir/_rankingOrder",end:"http://hl7.org/fhir/end",GenomicStudyAnalysisComponent:"http://hl7.org/fhir/GenomicStudyAnalysisComponent",excluded:"http://hl7.org/fhir/excluded",BundleEntryRequestComponent:"http://hl7.org/fhir/BundleEntryRequestComponent",DeviceDefinitionDeviceNameComponent:"http://hl7.org/fhir/DeviceDefinitionDeviceNameComponent",_eventNumber:"http://hl7.org/fhir/_eventNumber",FormularyItem:"http://hl7.org/fhir/FormularyItem",_marketDistribution:"http://hl7.org/fhir/_marketDistribution",_searchParam:"http://hl7.org/fhir/_searchParam",countryOfOrigin:"http://hl7.org/fhir/countryOfOrigin",AuditEventAgentComponent:"http://hl7.org/fhir/AuditEventAgentComponent",_regulatoryAuthority:"http://hl7.org/fhir/_regulatoryAuthority",_subjectState:"http://hl7.org/fhir/_subjectState",actualComparisonGroup:"http://hl7.org/fhir/actualComparisonGroup",_focusReference:"http://hl7.org/fhir/_focusReference",_statusReason:"http://hl7.org/fhir/_statusReason",ingredientLabel:"http://hl7.org/fhir/ingredientLabel",_whenPrepared:"http://hl7.org/fhir/_whenPrepared",costCenter:"http://hl7.org/fhir/costCenter",outputParameters:"http://hl7.org/fhir/outputParameters",DevicePropertyComponent:"http://hl7.org/fhir/DevicePropertyComponent",productCategory:"http://hl7.org/fhir/productCategory",serviceType:"http://hl7.org/fhir/serviceType",_verification:"http://hl7.org/fhir/_verification",reliableCache:"http://hl7.org/fhir/reliableCache",_Flag:"http://hl7.org/fhir/_Flag",numberAffected:"http://hl7.org/fhir/numberAffected",StructureMapGroupRuleDependentComponent:"http://hl7.org/fhir/StructureMapGroupRuleDependentComponent",relationshipType:"http://hl7.org/fhir/relationshipType",_statement:"http://hl7.org/fhir/_statement",_Goal:"http://hl7.org/fhir/_Goal",issued:"http://hl7.org/fhir/issued",_instruction:"http://hl7.org/fhir/_instruction",inclusionCriteria:"http://hl7.org/fhir/inclusionCriteria",about:"http://hl7.org/fhir/about",Practitioner:"http://hl7.org/fhir/Practitioner",prognosisCodeableConcept:"http://hl7.org/fhir/prognosisCodeableConcept",AdverseEventParticipantComponent:"http://hl7.org/fhir/AdverseEventParticipantComponent",_maxValue:"http://hl7.org/fhir/_maxValue",ItemDetail:"http://hl7.org/fhir/ItemDetail",_hasBodySite:"http://hl7.org/fhir/_hasBodySite",_metadata:"http://hl7.org/fhir/_metadata",rejectionCriterion:"http://hl7.org/fhir/rejectionCriterion",cors:"http://hl7.org/fhir/cors",_option:"http://hl7.org/fhir/_option",TypeRefComponent:"http://hl7.org/fhir/TypeRefComponent",minValue:"http://hl7.org/fhir/minValue",_tuesday:"http://hl7.org/fhir/_tuesday",_offset:"http://hl7.org/fhir/_offset",report:"http://hl7.org/fhir/report",_fhirPathCriteria:"http://hl7.org/fhir/_fhirPathCriteria",editor:"http://hl7.org/fhir/editor",_firstDose:"http://hl7.org/fhir/_firstDose",procedureSequence:"http://hl7.org/fhir/procedureSequence",MedicinalProductDefinitionContactComponent:"http://hl7.org/fhir/MedicinalProductDefinitionContactComponent",_Communication:"http://hl7.org/fhir/_Communication",_controller:"http://hl7.org/fhir/_controller",TestScriptSetupActionAssertRequirementComponent:"http://hl7.org/fhir/TestScriptSetupActionAssertRequirementComponent",_allocation:"http://hl7.org/fhir/_allocation",otherTherapy:"http://hl7.org/fhir/otherTherapy",_requestedLocation:"http://hl7.org/fhir/_requestedLocation",_referencedFrom:"http://hl7.org/fhir/_referencedFrom",eventsSinceSubscriptionStart:"http://hl7.org/fhir/eventsSinceSubscriptionStart",_question:"http://hl7.org/fhir/_question",_drugCharacteristic:"http://hl7.org/fhir/_drugCharacteristic",_total:"http://hl7.org/fhir/_total",AuditEvent:"http://hl7.org/fhir/AuditEvent",_environmentType:"http://hl7.org/fhir/_environmentType",AssetContext:"http://hl7.org/fhir/AssetContext",_rangeCategory:"http://hl7.org/fhir/_rangeCategory",Location:"http://hl7.org/fhir/Location",rank:"http://hl7.org/fhir/rank",PlanDefinitionActionComponentActionAction:"http://hl7.org/fhir/PlanDefinitionActionComponentActionAction",_occurrenceCount:"http://hl7.org/fhir/_occurrenceCount",entryType:"http://hl7.org/fhir/entryType",_trigger:"http://hl7.org/fhir/_trigger",_contextInvariant:"http://hl7.org/fhir/_contextInvariant",id:"http://hl7.org/fhir/id",_productionIdentifierInUDI:"http://hl7.org/fhir/_productionIdentifierInUDI",_variable:"http://hl7.org/fhir/_variable",occurrence:"http://hl7.org/fhir/occurrence",dayOfMonth:"http://hl7.org/fhir/dayOfMonth",_maxDosePerPeriod:"http://hl7.org/fhir/_maxDosePerPeriod",_MeasureReport:"http://hl7.org/fhir/_MeasureReport",MedicationKnowledgeCostComponent:"http://hl7.org/fhir/MedicationKnowledgeCostComponent",uuid:"http://hl7.org/fhir/uuid",_range:"http://hl7.org/fhir/_range",related:"http://hl7.org/fhir/related",endpoint:"http://hl7.org/fhir/endpoint",ValueSetExpansionParameterComponent:"http://hl7.org/fhir/ValueSetExpansionParameterComponent",_logMessage:"http://hl7.org/fhir/_logMessage",SubscriptionTopicResourceTriggerQueryCriteriaComponent:"http://hl7.org/fhir/SubscriptionTopicResourceTriggerQueryCriteriaComponent",_supportingImmunization:"http://hl7.org/fhir/_supportingImmunization",StructureMapConstComponent:"http://hl7.org/fhir/StructureMapConstComponent",NutritionIntakeConsumedItemComponent:"http://hl7.org/fhir/NutritionIntakeConsumedItemComponent",PlanDefinitionGoalComponent:"http://hl7.org/fhir/PlanDefinitionGoalComponent",precondition:"http://hl7.org/fhir/precondition",_CoverageEligibilityResponse:"http://hl7.org/fhir/_CoverageEligibilityResponse",_duration:"http://hl7.org/fhir/_duration",_routeOfAdministration:"http://hl7.org/fhir/_routeOfAdministration",_legallyBinding:"http://hl7.org/fhir/_legallyBinding",rendering:"http://hl7.org/fhir/rendering",_hierarchical:"http://hl7.org/fhir/_hierarchical",_nameType:"http://hl7.org/fhir/_nameType",_businessStatus:"http://hl7.org/fhir/_businessStatus",_maxLength:"http://hl7.org/fhir/_maxLength",SubstancePolymerRepeatComponent:"http://hl7.org/fhir/SubstancePolymerRepeatComponent",responsibleParty:"http://hl7.org/fhir/responsibleParty",BundleEntryComponent:"http://hl7.org/fhir/BundleEntryComponent",_input:"http://hl7.org/fhir/_input",_languageCode:"http://hl7.org/fhir/_languageCode",_patient:"http://hl7.org/fhir/_patient",direction:"http://hl7.org/fhir/direction",_publicationDateSeason:"http://hl7.org/fhir/_publicationDateSeason",maritalStatus:"http://hl7.org/fhir/maritalStatus",AllergyIntoleranceReactionComponent:"http://hl7.org/fhir/AllergyIntoleranceReactionComponent",_observer:"http://hl7.org/fhir/_observer",SubscriptionParameterComponent:"http://hl7.org/fhir/SubscriptionParameterComponent",doseAdministrationAid:"http://hl7.org/fhir/doseAdministrationAid",DeviceDefinitionClassificationComponent:"http://hl7.org/fhir/DeviceDefinitionClassificationComponent",_measure:"http://hl7.org/fhir/_measure",_maxDosePerAdministration:"http://hl7.org/fhir/_maxDosePerAdministration",CompositionAttesterComponent:"http://hl7.org/fhir/CompositionAttesterComponent",_valueFilter:"http://hl7.org/fhir/_valueFilter",studyDesign:"http://hl7.org/fhir/studyDesign",_relation:"http://hl7.org/fhir/_relation",_priority:"http://hl7.org/fhir/_priority",MessageDefinition:"http://hl7.org/fhir/MessageDefinition",_description:"http://hl7.org/fhir/_description",TestPlanTestCaseTestDataComponent:"http://hl7.org/fhir/TestPlanTestCaseTestDataComponent",HealthcareServiceEligibilityComponent:"http://hl7.org/fhir/HealthcareServiceEligibilityComponent",category:"http://hl7.org/fhir/category",Details:"http://hl7.org/fhir/Details",verificationDate:"http://hl7.org/fhir/verificationDate",ExampleScenarioActorComponent:"http://hl7.org/fhir/ExampleScenarioActorComponent",_specimenQuantity:"http://hl7.org/fhir/_specimenQuantity",DeviceDefinitionPackagingComponent:"http://hl7.org/fhir/DeviceDefinitionPackagingComponent",autocreate:"http://hl7.org/fhir/autocreate",_structuralRepresentation:"http://hl7.org/fhir/_structuralRepresentation",agent:"http://hl7.org/fhir/agent",_request:"http://hl7.org/fhir/_request",_deliverTo:"http://hl7.org/fhir/_deliverTo",_textConcentration:"http://hl7.org/fhir/_textConcentration",benefitPeriod:"http://hl7.org/fhir/benefitPeriod",SpecimenDefinitionTypeTestedContainerComponent:"http://hl7.org/fhir/SpecimenDefinitionTypeTestedContainerComponent",ServiceRequestPatientInstructionComponent:"http://hl7.org/fhir/ServiceRequestPatientInstructionComponent",_adjustment:"http://hl7.org/fhir/_adjustment",_guidance:"http://hl7.org/fhir/_guidance",productReference:"http://hl7.org/fhir/productReference",_for:"http://hl7.org/fhir/_for",_intended:"http://hl7.org/fhir/_intended",_additionalUse:"http://hl7.org/fhir/_additionalUse",MetadataResource:"http://hl7.org/fhir/MetadataResource",_startingSequence:"http://hl7.org/fhir/_startingSequence",MedicationStatement:"http://hl7.org/fhir/MedicationStatement",medium:"http://hl7.org/fhir/medium",_baseUnit:"http://hl7.org/fhir/_baseUnit",_doseStatusReason:"http://hl7.org/fhir/_doseStatusReason",unitOfPresentation:"http://hl7.org/fhir/unitOfPresentation",CareTeam:"http://hl7.org/fhir/CareTeam",sourceSignature:"http://hl7.org/fhir/sourceSignature",availableStartTime:"http://hl7.org/fhir/availableStartTime",_effectiveDate:"http://hl7.org/fhir/_effectiveDate",_relevantHistory:"http://hl7.org/fhir/_relevantHistory",ParametersParameterComponent:"http://hl7.org/fhir/ParametersParameterComponent",MessageDefinitionFocusComponent:"http://hl7.org/fhir/MessageDefinitionFocusComponent",EnrollmentResponse:"http://hl7.org/fhir/EnrollmentResponse",ListEntryComponent:"http://hl7.org/fhir/ListEntryComponent",_subset:"http://hl7.org/fhir/_subset",dimensions:"http://hl7.org/fhir/dimensions",_function:"http://hl7.org/fhir/_function",recommendation:"http://hl7.org/fhir/recommendation",_prescription:"http://hl7.org/fhir/_prescription",prognosisReference:"http://hl7.org/fhir/prognosisReference",_hint:"http://hl7.org/fhir/_hint",_ownedBy:"http://hl7.org/fhir/_ownedBy",measurementFrequency:"http://hl7.org/fhir/measurementFrequency",_traceNumber:"http://hl7.org/fhir/_traceNumber",_excludingDate:"http://hl7.org/fhir/_excludingDate",_required:"http://hl7.org/fhir/_required",correctiveAction:"http://hl7.org/fhir/correctiveAction",schedule:"http://hl7.org/fhir/schedule",_referral:"http://hl7.org/fhir/_referral",alternate:"http://hl7.org/fhir/alternate",intendedExposure:"http://hl7.org/fhir/intendedExposure",threePrime:"http://hl7.org/fhir/threePrime",param:"http://hl7.org/fhir/param",_proposedNewTime:"http://hl7.org/fhir/_proposedNewTime",power:"http://hl7.org/fhir/power",cardinalityBehavior:"http://hl7.org/fhir/cardinalityBehavior",supportingPatientInformation:"http://hl7.org/fhir/supportingPatientInformation",_predecessor:"http://hl7.org/fhir/_predecessor",allergenicIndicator:"http://hl7.org/fhir/allergenicIndicator",_regulator:"http://hl7.org/fhir/_regulator",issue:"http://hl7.org/fhir/issue",_admission:"http://hl7.org/fhir/_admission",_extension:"http://hl7.org/fhir/_extension",_notificationShape:"http://hl7.org/fhir/_notificationShape",Device:"http://hl7.org/fhir/Device",Range:"http://hl7.org/fhir/Range",ItemBodySite:"http://hl7.org/fhir/ItemBodySite",average:"http://hl7.org/fhir/average",SubstanceNucleicAcidSubunitSugarComponent:"http://hl7.org/fhir/SubstanceNucleicAcidSubunitSugarComponent",Composition:"http://hl7.org/fhir/Composition",_otherMap:"http://hl7.org/fhir/_otherMap",Rule:"http://hl7.org/fhir/Rule",testScript:"http://hl7.org/fhir/testScript",targetId:"http://hl7.org/fhir/targetId",_additionalAttribute:"http://hl7.org/fhir/_additionalAttribute",_validity:"http://hl7.org/fhir/_validity",_product:"http://hl7.org/fhir/_product",objective:"http://hl7.org/fhir/objective",_containedItem:"http://hl7.org/fhir/_containedItem",MedicationKnowledgePackagingComponentCost:"http://hl7.org/fhir/MedicationKnowledgePackagingComponentCost",relatedDevice:"http://hl7.org/fhir/relatedDevice",QuestionnaireItemEnableWhenComponent:"http://hl7.org/fhir/QuestionnaireItemEnableWhenComponent",_numberAffected:"http://hl7.org/fhir/_numberAffected",_batch:"http://hl7.org/fhir/_batch",preparationInstruction:"http://hl7.org/fhir/preparationInstruction",EpisodeOfCare:"http://hl7.org/fhir/EpisodeOfCare",_entity:"http://hl7.org/fhir/_entity",_initiator:"http://hl7.org/fhir/_initiator",_communication:"http://hl7.org/fhir/_communication",programEligibility:"http://hl7.org/fhir/programEligibility",addItem:"http://hl7.org/fhir/addItem",_details:"http://hl7.org/fhir/_details",pageString:"http://hl7.org/fhir/pageString",expansion:"http://hl7.org/fhir/expansion",MedicationKnowledgeRegulatoryComponent:"http://hl7.org/fhir/MedicationKnowledgeRegulatoryComponent",_affiliation:"http://hl7.org/fhir/_affiliation",_contentDefinition:"http://hl7.org/fhir/_contentDefinition",marketPeriod:"http://hl7.org/fhir/marketPeriod",_reportingPeriod:"http://hl7.org/fhir/_reportingPeriod",_accountNumber:"http://hl7.org/fhir/_accountNumber",_geneSequenceOrigin:"http://hl7.org/fhir/_geneSequenceOrigin",subpotentReason:"http://hl7.org/fhir/subpotentReason",inventoryStatus:"http://hl7.org/fhir/inventoryStatus",subunit:"http://hl7.org/fhir/subunit",orderer:"http://hl7.org/fhir/orderer",ExampleScenarioInstanceVersionComponent:"http://hl7.org/fhir/ExampleScenarioInstanceVersionComponent",itemStatus:"http://hl7.org/fhir/itemStatus",_ResearchStudy:"http://hl7.org/fhir/_ResearchStudy",resourceType:"http://hl7.org/fhir/resourceType",Quantity:"http://hl7.org/fhir/Quantity",contained:"http://hl7.org/fhir/contained",_appointmentType:"http://hl7.org/fhir/_appointmentType",SpecimenDefinitionTypeTestedComponent:"http://hl7.org/fhir/SpecimenDefinitionTypeTestedComponent",_actual:"http://hl7.org/fhir/_actual",CostToBeneficiary:"http://hl7.org/fhir/CostToBeneficiary",_Schedule:"http://hl7.org/fhir/_Schedule",programCode:"http://hl7.org/fhir/programCode",_PractitionerRole:"http://hl7.org/fhir/_PractitionerRole",guarantor:"http://hl7.org/fhir/guarantor",_FamilyMemberHistory:"http://hl7.org/fhir/_FamilyMemberHistory",_operationTypeReason:"http://hl7.org/fhir/_operationTypeReason",_programStatus:"http://hl7.org/fhir/_programStatus",_performerLinkId:"http://hl7.org/fhir/_performerLinkId",onHold:"http://hl7.org/fhir/onHold",_copackagedIndicator:"http://hl7.org/fhir/_copackagedIndicator",storageGuideline:"http://hl7.org/fhir/storageGuideline",_receiver:"http://hl7.org/fhir/_receiver",_whyStopped:"http://hl7.org/fhir/_whyStopped",_packageFor:"http://hl7.org/fhir/_packageFor",action:"http://hl7.org/fhir/action",_sourceMaterialState:"http://hl7.org/fhir/_sourceMaterialState",indicationGuideline:"http://hl7.org/fhir/indicationGuideline",_interaction:"http://hl7.org/fhir/_interaction",aggregateMethod:"http://hl7.org/fhir/aggregateMethod",_authorizingPrescription:"http://hl7.org/fhir/_authorizingPrescription",_authoritative:"http://hl7.org/fhir/_authoritative",timeAspect:"http://hl7.org/fhir/timeAspect",_valueSet:"http://hl7.org/fhir/_valueSet",OperationOutcome:"http://hl7.org/fhir/OperationOutcome",Contributor:"http://hl7.org/fhir/Contributor",_message:"http://hl7.org/fhir/_message",import__workaround:"http://hl7.org/fhir/import",definitionByTypeAndValue:"http://hl7.org/fhir/definitionByTypeAndValue",TestScriptSetupActionOperationComponent:"http://hl7.org/fhir/TestScriptSetupActionOperationComponent",mitigatingAction:"http://hl7.org/fhir/mitigatingAction",validationDate:"http://hl7.org/fhir/validationDate",healthcareService:"http://hl7.org/fhir/healthcareService",conditionalPatch:"http://hl7.org/fhir/conditionalPatch",minimumVolume:"http://hl7.org/fhir/minimumVolume",_practiceSetting:"http://hl7.org/fhir/_practiceSetting",protocol:"http://hl7.org/fhir/protocol",_structureProfile:"http://hl7.org/fhir/_structureProfile",_Coverage:"http://hl7.org/fhir/_Coverage",_issuerType:"http://hl7.org/fhir/_issuerType",MedicationRequest:"http://hl7.org/fhir/MedicationRequest",_pattern:"http://hl7.org/fhir/_pattern",processingFacility:"http://hl7.org/fhir/processingFacility",_situation:"http://hl7.org/fhir/_situation",_patchFormat:"http://hl7.org/fhir/_patchFormat",alternateMaterial:"http://hl7.org/fhir/alternateMaterial",responsible:"http://hl7.org/fhir/responsible",PlanDefinitionActionRelatedActionComponent:"http://hl7.org/fhir/PlanDefinitionActionRelatedActionComponent",_security:"http://hl7.org/fhir/_security",combined:"http://hl7.org/fhir/combined",contains:"http://hl7.org/fhir/contains",_addresses:"http://hl7.org/fhir/_addresses",expirationDate:"http://hl7.org/fhir/expirationDate",compartment:"http://hl7.org/fhir/compartment",_scoring:"http://hl7.org/fhir/_scoring",policy:"http://hl7.org/fhir/policy",recordedDate:"http://hl7.org/fhir/recordedDate",_sourceScope:"http://hl7.org/fhir/_sourceScope",_chain:"http://hl7.org/fhir/_chain",ImplementationGuideManifestComponent:"http://hl7.org/fhir/ImplementationGuideManifestComponent",_contributedToDeath:"http://hl7.org/fhir/_contributedToDeath",_diagnosisRelatedGroup:"http://hl7.org/fhir/_diagnosisRelatedGroup",_referenceNumber:"http://hl7.org/fhir/_referenceNumber",_template:"http://hl7.org/fhir/_template",_preConditions:"http://hl7.org/fhir/_preConditions",_score:"http://hl7.org/fhir/_score",SubstancePolymerMonomerSetComponent:"http://hl7.org/fhir/SubstancePolymerMonomerSetComponent",_requiredBehavior:"http://hl7.org/fhir/_requiredBehavior",_statusHistory:"http://hl7.org/fhir/_statusHistory",replacementSequence:"http://hl7.org/fhir/replacementSequence",_file:"http://hl7.org/fhir/_file",_height:"http://hl7.org/fhir/_height",_groupSize:"http://hl7.org/fhir/_groupSize",observedGroup:"http://hl7.org/fhir/observedGroup",receivedTime:"http://hl7.org/fhir/receivedTime",_doseAndRate:"http://hl7.org/fhir/_doseAndRate",definitionCanonical:"http://hl7.org/fhir/definitionCanonical",QuestionnaireResponseItemComponent:"http://hl7.org/fhir/QuestionnaireResponseItemComponent",_typeReference:"http://hl7.org/fhir/_typeReference",PractitionerQualificationComponent:"http://hl7.org/fhir/PractitionerQualificationComponent",cTerminalModificationId:"http://hl7.org/fhir/cTerminalModificationId",_requireBoth:"http://hl7.org/fhir/_requireBoth",dataAbsentReason:"http://hl7.org/fhir/dataAbsentReason",_criticality:"http://hl7.org/fhir/_criticality",_subjectStatus:"http://hl7.org/fhir/_subjectStatus",_expiry:"http://hl7.org/fhir/_expiry",usage:"http://hl7.org/fhir/usage",city:"http://hl7.org/fhir/city",_instances:"http://hl7.org/fhir/_instances",stratum:"http://hl7.org/fhir/stratum",MeasureReportGroupStratifierComponent:"http://hl7.org/fhir/MeasureReportGroupStratifierComponent",_ratioHighLimitAmount:"http://hl7.org/fhir/_ratioHighLimitAmount",route:"http://hl7.org/fhir/route",TestScriptMetadataLinkComponent:"http://hl7.org/fhir/TestScriptMetadataLinkComponent",DeviceDispensePerformerComponent:"http://hl7.org/fhir/DeviceDispensePerformerComponent",frequencyMax:"http://hl7.org/fhir/frequencyMax",_number:"http://hl7.org/fhir/_number",QuestionnaireResponse:"http://hl7.org/fhir/QuestionnaireResponse",MappingProperty:"http://hl7.org/fhir/MappingProperty",_securityContext:"http://hl7.org/fhir/_securityContext",display:"http://hl7.org/fhir/display",yearlyTemplate:"http://hl7.org/fhir/yearlyTemplate",ChargeItemPerformerComponent:"http://hl7.org/fhir/ChargeItemPerformerComponent",Contact:"http://hl7.org/fhir/Contact",EndpointPayloadComponent:"http://hl7.org/fhir/EndpointPayloadComponent",_relatedArtifact:"http://hl7.org/fhir/_relatedArtifact",updateCreate:"http://hl7.org/fhir/updateCreate",_subtype:"http://hl7.org/fhir/_subtype",_stereochemistry:"http://hl7.org/fhir/_stereochemistry",_upperLimit:"http://hl7.org/fhir/_upperLimit",routeOfAdministration:"http://hl7.org/fhir/routeOfAdministration",_amountType:"http://hl7.org/fhir/_amountType",_organismType:"http://hl7.org/fhir/_organismType",bodySite:"http://hl7.org/fhir/bodySite",_moiety:"http://hl7.org/fhir/_moiety",_recommendation:"http://hl7.org/fhir/_recommendation",grouping:"http://hl7.org/fhir/grouping",_pause:"http://hl7.org/fhir/_pause",_primaryPurposeType:"http://hl7.org/fhir/_primaryPurposeType",ConceptSubProperty:"http://hl7.org/fhir/ConceptSubProperty",subscription:"http://hl7.org/fhir/subscription",_lastPage:"http://hl7.org/fhir/_lastPage",partLocation:"http://hl7.org/fhir/partLocation",controller:"http://hl7.org/fhir/controller",publicationDateSeason:"http://hl7.org/fhir/publicationDateSeason",imports:"http://hl7.org/fhir/imports",allocation:"http://hl7.org/fhir/allocation",_pageCount:"http://hl7.org/fhir/_pageCount",_failureAction:"http://hl7.org/fhir/_failureAction",profile:"http://hl7.org/fhir/profile",cylinder:"http://hl7.org/fhir/cylinder",deleted:"http://hl7.org/fhir/deleted",episodeOfCare:"http://hl7.org/fhir/episodeOfCare",saturday:"http://hl7.org/fhir/saturday",_expectedInResearchStudy:"http://hl7.org/fhir/_expectedInResearchStudy",CommunicationRequestPayloadComponent:"http://hl7.org/fhir/CommunicationRequestPayloadComponent",_calculatedAt:"http://hl7.org/fhir/_calculatedAt",_impurity:"http://hl7.org/fhir/_impurity",type:"http://hl7.org/fhir/type",goalId:"http://hl7.org/fhir/goalId",ObservationDefinitionComponentComponent:"http://hl7.org/fhir/ObservationDefinitionComponentComponent",TestScriptSetupComponent:"http://hl7.org/fhir/TestScriptSetupComponent",Appointment:"http://hl7.org/fhir/Appointment",_groupIdentifier:"http://hl7.org/fhir/_groupIdentifier",_countMax:"http://hl7.org/fhir/_countMax",patientCharacteristic:"http://hl7.org/fhir/patientCharacteristic",lowNumerator:"http://hl7.org/fhir/lowNumerator",_texture:"http://hl7.org/fhir/_texture",_causality:"http://hl7.org/fhir/_causality",operator:"http://hl7.org/fhir/operator",fixed:"http://hl7.org/fhir/fixed",nTerminalModificationId:"http://hl7.org/fhir/nTerminalModificationId",InventoryItemNameComponent:"http://hl7.org/fhir/InventoryItemNameComponent",_minimumId:"http://hl7.org/fhir/_minimumId",verificationStatus:"http://hl7.org/fhir/verificationStatus",_PaymentNotice:"http://hl7.org/fhir/_PaymentNotice",_dateAccessed:"http://hl7.org/fhir/_dateAccessed",logMessage:"http://hl7.org/fhir/logMessage",ResearchStudyProgressStatusComponent:"http://hl7.org/fhir/ResearchStudyProgressStatusComponent",_residueSite:"http://hl7.org/fhir/_residueSite",MonetaryComponent:"http://hl7.org/fhir/MonetaryComponent",TeardownAction:"http://hl7.org/fhir/TeardownAction",clinicalUseIssue:"http://hl7.org/fhir/clinicalUseIssue",classification:"http://hl7.org/fhir/classification",_lifecycleStatus:"http://hl7.org/fhir/_lifecycleStatus",signature:"http://hl7.org/fhir/signature",reviewer:"http://hl7.org/fhir/reviewer",_usePeriod:"http://hl7.org/fhir/_usePeriod",BodyStructureIncludedStructureComponent:"http://hl7.org/fhir/BodyStructureIncludedStructureComponent",next:"http://hl7.org/fhir/next",_changeType:"http://hl7.org/fhir/_changeType",_ImmunizationEvaluation:"http://hl7.org/fhir/_ImmunizationEvaluation",requestingOrganization:"http://hl7.org/fhir/requestingOrganization",_unitOfPresentation:"http://hl7.org/fhir/_unitOfPresentation",requestedPeriod:"http://hl7.org/fhir/requestedPeriod",Answer:"http://hl7.org/fhir/Answer",count:"http://hl7.org/fhir/count",ContractOffer:"http://hl7.org/fhir/ContractOffer",composition:"http://hl7.org/fhir/composition",_EnrollmentResponse:"http://hl7.org/fhir/_EnrollmentResponse",ConditionStageComponent:"http://hl7.org/fhir/ConditionStageComponent",ResearchSubjectProgressComponent:"http://hl7.org/fhir/ResearchSubjectProgressComponent",key:"http://hl7.org/fhir/key",assertion:"http://hl7.org/fhir/assertion",MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent:"http://hl7.org/fhir/MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent",alternative:"http://hl7.org/fhir/alternative",plan:"http://hl7.org/fhir/plan",_criteria:"http://hl7.org/fhir/_criteria",cycle:"http://hl7.org/fhir/cycle",_latitude:"http://hl7.org/fhir/_latitude",modifier:"http://hl7.org/fhir/modifier",_scoringUnit:"http://hl7.org/fhir/_scoringUnit",subJurisdiction:"http://hl7.org/fhir/subJurisdiction",_search:"http://hl7.org/fhir/_search",assignedComparisonGroup:"http://hl7.org/fhir/assignedComparisonGroup",_alias:"http://hl7.org/fhir/_alias",_status:"http://hl7.org/fhir/_status",recurring:"http://hl7.org/fhir/recurring",InventoryItemInstanceComponent:"http://hl7.org/fhir/InventoryItemInstanceComponent",frameOfReferenceUid:"http://hl7.org/fhir/frameOfReferenceUid",_validationDate:"http://hl7.org/fhir/_validationDate",NutritionOrderEnteralFormulaComponent:"http://hl7.org/fhir/NutritionOrderEnteralFormulaComponent",deliveryDevice:"http://hl7.org/fhir/deliveryDevice",_cardBrand:"http://hl7.org/fhir/_cardBrand",adjustment:"http://hl7.org/fhir/adjustment",_cors:"http://hl7.org/fhir/_cors",_allergenicIndicator:"http://hl7.org/fhir/_allergenicIndicator",_timezone:"http://hl7.org/fhir/_timezone",_actor:"http://hl7.org/fhir/_actor",valueQuantity:"http://hl7.org/fhir/valueQuantity",_versionId:"http://hl7.org/fhir/_versionId",requester:"http://hl7.org/fhir/requester",_SupplyRequest:"http://hl7.org/fhir/_SupplyRequest",MeasureTermComponent:"http://hl7.org/fhir/MeasureTermComponent",_containedItemQuantity:"http://hl7.org/fhir/_containedItemQuantity",_daysSupply:"http://hl7.org/fhir/_daysSupply",reportingVendor:"http://hl7.org/fhir/reportingVendor",current:"http://hl7.org/fhir/current",uid:"http://hl7.org/fhir/uid",order:"http://hl7.org/fhir/order",priorPrescription:"http://hl7.org/fhir/priorPrescription",distanceFromLandmark:"http://hl7.org/fhir/distanceFromLandmark",VerificationResultValidatorComponent:"http://hl7.org/fhir/VerificationResultValidatorComponent",_recurrenceTemplate:"http://hl7.org/fhir/_recurrenceTemplate",tenderedAmount:"http://hl7.org/fhir/tenderedAmount",_diseaseStatus:"http://hl7.org/fhir/_diseaseStatus",_expirationDate:"http://hl7.org/fhir/_expirationDate",_dataPeriod:"http://hl7.org/fhir/_dataPeriod",note:"http://hl7.org/fhir/note",_manipulated:"http://hl7.org/fhir/_manipulated",_Invoice:"http://hl7.org/fhir/_Invoice",RatioRange:"http://hl7.org/fhir/RatioRange",_requisition:"http://hl7.org/fhir/_requisition",ClinicalImpression:"http://hl7.org/fhir/ClinicalImpression",_claim:"http://hl7.org/fhir/_claim",need:"http://hl7.org/fhir/need",contributor:"http://hl7.org/fhir/contributor",ConceptProperty:"http://hl7.org/fhir/ConceptProperty",ConsentVerificationComponent:"http://hl7.org/fhir/ConsentVerificationComponent",TestReportTeardownComponent:"http://hl7.org/fhir/TestReportTeardownComponent",_genus:"http://hl7.org/fhir/_genus",extraDetails:"http://hl7.org/fhir/extraDetails",_location:"http://hl7.org/fhir/_location",_reported:"http://hl7.org/fhir/_reported",_codeMap:"http://hl7.org/fhir/_codeMap",firstPage:"http://hl7.org/fhir/firstPage",_setup:"http://hl7.org/fhir/_setup",_paymentBy:"http://hl7.org/fhir/_paymentBy",custodian:"http://hl7.org/fhir/custodian",estimatedAge:"http://hl7.org/fhir/estimatedAge",_observation:"http://hl7.org/fhir/_observation",technique:"http://hl7.org/fhir/technique",Requirements:"http://hl7.org/fhir/Requirements",supplementalData:"http://hl7.org/fhir/supplementalData",SimpleQuantity:"http://hl7.org/fhir/SimpleQuantity",ProvenanceEntityComponent:"http://hl7.org/fhir/ProvenanceEntityComponent",condition:"http://hl7.org/fhir/condition",excludeFoodModifier:"http://hl7.org/fhir/excludeFoodModifier",coverageArea:"http://hl7.org/fhir/coverageArea",contributionInstance:"http://hl7.org/fhir/contributionInstance",_productCode:"http://hl7.org/fhir/_productCode",_language:"http://hl7.org/fhir/_language",base:"http://hl7.org/fhir/base",_windowStart:"http://hl7.org/fhir/_windowStart",district:"http://hl7.org/fhir/district",forenameInitials:"http://hl7.org/fhir/forenameInitials",_state:"http://hl7.org/fhir/_state",friendly:"http://hl7.org/fhir/friendly",AdditionalAttribute:"http://hl7.org/fhir/AdditionalAttribute",_Transport:"http://hl7.org/fhir/_Transport",xhtml:"http://hl7.org/fhir/xhtml",_official:"http://hl7.org/fhir/_official",CodeSystemConceptDesignationComponent:"http://hl7.org/fhir/CodeSystemConceptDesignationComponent",_precedence:"http://hl7.org/fhir/_precedence",_result:"http://hl7.org/fhir/_result",_sliceName:"http://hl7.org/fhir/_sliceName",points:"http://hl7.org/fhir/points",finding:"http://hl7.org/fhir/finding",_yearlyTemplate:"http://hl7.org/fhir/_yearlyTemplate",_isModifierReason:"http://hl7.org/fhir/_isModifierReason",_experimental:"http://hl7.org/fhir/_experimental",_overbooked:"http://hl7.org/fhir/_overbooked",ExampleScenario:"http://hl7.org/fhir/ExampleScenario",AvailabilityNotAvailableTimeComponent:"http://hl7.org/fhir/AvailabilityNotAvailableTimeComponent",derivedFrom:"http://hl7.org/fhir/derivedFrom",_postalCode:"http://hl7.org/fhir/_postalCode",_endorser:"http://hl7.org/fhir/_endorser",modifierExtension:"http://hl7.org/fhir/modifierExtension",verified:"http://hl7.org/fhir/verified",warning:"http://hl7.org/fhir/warning",_color:"http://hl7.org/fhir/_color",_global:"http://hl7.org/fhir/_global",_policyBasis:"http://hl7.org/fhir/_policyBasis",timeFromEvent:"http://hl7.org/fhir/timeFromEvent",costToBeneficiary:"http://hl7.org/fhir/costToBeneficiary",Questionnaire:"http://hl7.org/fhir/Questionnaire",_FormularyItem:"http://hl7.org/fhir/_FormularyItem",_permittedUnit:"http://hl7.org/fhir/_permittedUnit",data:"http://hl7.org/fhir/data",_targetItem:"http://hl7.org/fhir/_targetItem",whyStopped:"http://hl7.org/fhir/whyStopped",_practitioner:"http://hl7.org/fhir/_practitioner",packageFor:"http://hl7.org/fhir/packageFor",_informationSource:"http://hl7.org/fhir/_informationSource",hasMember:"http://hl7.org/fhir/hasMember",_paymentIdentifier:"http://hl7.org/fhir/_paymentIdentifier",allowedType:"http://hl7.org/fhir/allowedType",_intraspecificType:"http://hl7.org/fhir/_intraspecificType",_isDefault:"http://hl7.org/fhir/_isDefault",_supportedProfile:"http://hl7.org/fhir/_supportedProfile",_authored:"http://hl7.org/fhir/_authored",stabilityDuration:"http://hl7.org/fhir/stabilityDuration",InsurancePlanCoverageBenefitLimitComponent:"http://hl7.org/fhir/InsurancePlanCoverageBenefitLimitComponent",compareToSourcePath:"http://hl7.org/fhir/compareToSourcePath",_dosageInstruction:"http://hl7.org/fhir/_dosageInstruction",sequence:"http://hl7.org/fhir/sequence",revenue:"http://hl7.org/fhir/revenue",SystemInteraction:"http://hl7.org/fhir/SystemInteraction",SubscriptionFilterByComponent:"http://hl7.org/fhir/SubscriptionFilterByComponent",_requirement:"http://hl7.org/fhir/_requirement",_reliableCache:"http://hl7.org/fhir/_reliableCache",nextScheduled:"http://hl7.org/fhir/nextScheduled",MeasureGroupComponent:"http://hl7.org/fhir/MeasureGroupComponent",processNote:"http://hl7.org/fhir/processNote",StratifierGroupPopulation:"http://hl7.org/fhir/StratifierGroupPopulation",issuerType:"http://hl7.org/fhir/issuerType",capacity:"http://hl7.org/fhir/capacity",_rendering:"http://hl7.org/fhir/_rendering",TestScriptTeardownComponent:"http://hl7.org/fhir/TestScriptTeardownComponent",requestIdentifier:"http://hl7.org/fhir/requestIdentifier",_definitionCanonical:"http://hl7.org/fhir/_definitionCanonical",v:"http://hl7.org/fhir/v",_classification:"http://hl7.org/fhir/_classification",Claim:"http://hl7.org/fhir/Claim",asNeeded:"http://hl7.org/fhir/asNeeded",defaultManualCompletion:"http://hl7.org/fhir/defaultManualCompletion",partDescription:"http://hl7.org/fhir/partDescription",articleDate:"http://hl7.org/fhir/articleDate",narrative:"http://hl7.org/fhir/narrative",participant:"http://hl7.org/fhir/participant",incidence:"http://hl7.org/fhir/incidence",div:"http://hl7.org/fhir/div",_versioning:"http://hl7.org/fhir/_versioning",RelatedClaim:"http://hl7.org/fhir/RelatedClaim",_page:"http://hl7.org/fhir/_page",appointment:"http://hl7.org/fhir/appointment",AuditEventEntityDetailComponent:"http://hl7.org/fhir/AuditEventEntityDetailComponent",productionIdentifierInUDI:"http://hl7.org/fhir/productionIdentifierInUDI",_photo:"http://hl7.org/fhir/_photo",formOf:"http://hl7.org/fhir/formOf",referrer:"http://hl7.org/fhir/referrer",_subdetailSequence:"http://hl7.org/fhir/_subdetailSequence",CareTeamParticipantComponent:"http://hl7.org/fhir/CareTeamParticipantComponent",SpecimenDefinition:"http://hl7.org/fhir/SpecimenDefinition",_affectsState:"http://hl7.org/fhir/_affectsState",_inputPopulationId:"http://hl7.org/fhir/_inputPopulationId",outputProfile:"http://hl7.org/fhir/outputProfile",MessageDefinitionAllowedResponseComponent:"http://hl7.org/fhir/MessageDefinitionAllowedResponseComponent",numberOfInstances:"http://hl7.org/fhir/numberOfInstances",Term:"http://hl7.org/fhir/Term",supportingImmunization:"http://hl7.org/fhir/supportingImmunization",previousAppointment:"http://hl7.org/fhir/previousAppointment",seriesDoses:"http://hl7.org/fhir/seriesDoses",propertyGroup:"http://hl7.org/fhir/propertyGroup",option:"http://hl7.org/fhir/option",component:"http://hl7.org/fhir/component",offset:"http://hl7.org/fhir/offset",materialType:"http://hl7.org/fhir/materialType",marketingAuthorizationHolder:"http://hl7.org/fhir/marketingAuthorizationHolder",requestedPerformer:"http://hl7.org/fhir/requestedPerformer",developmentStage:"http://hl7.org/fhir/developmentStage",_deliveryDevice:"http://hl7.org/fhir/_deliveryDevice",_Timing:"http://hl7.org/fhir/_Timing",AdverseEventSuspectEntityCausalityComponent:"http://hl7.org/fhir/AdverseEventSuspectEntityCausalityComponent",add:"http://hl7.org/fhir/add",ImmunizationPerformerComponent:"http://hl7.org/fhir/ImmunizationPerformerComponent",_BodyStructure:"http://hl7.org/fhir/_BodyStructure",_organismName:"http://hl7.org/fhir/_organismName",_monthlyTemplate:"http://hl7.org/fhir/_monthlyTemplate",versionAlgorithm:"http://hl7.org/fhir/versionAlgorithm",_deliverFor:"http://hl7.org/fhir/_deliverFor",ElementDefinitionSlicingComponent:"http://hl7.org/fhir/ElementDefinitionSlicingComponent",_responseId:"http://hl7.org/fhir/_responseId",_tenderedAmount:"http://hl7.org/fhir/_tenderedAmount",upperLimit:"http://hl7.org/fhir/upperLimit",_verificationStatus:"http://hl7.org/fhir/_verificationStatus",amountType:"http://hl7.org/fhir/amountType",_patientPaid:"http://hl7.org/fhir/_patientPaid",RequestOrchestrationActionOutputComponent:"http://hl7.org/fhir/RequestOrchestrationActionOutputComponent",_quantity:"http://hl7.org/fhir/_quantity",InsurancePlanPlanSpecificCostBenefitCostComponent:"http://hl7.org/fhir/InsurancePlanPlanSpecificCostBenefitCostComponent",_alternate:"http://hl7.org/fhir/_alternate",_contributingFactor:"http://hl7.org/fhir/_contributingFactor",_sourceIdentityCertificate:"http://hl7.org/fhir/_sourceIdentityCertificate",eventNumber:"http://hl7.org/fhir/eventNumber",AdministrableProductDefinitionPropertyComponent:"http://hl7.org/fhir/AdministrableProductDefinitionPropertyComponent",responseRequired:"http://hl7.org/fhir/responseRequired",_verifiedBy:"http://hl7.org/fhir/_verifiedBy",_maritalStatus:"http://hl7.org/fhir/_maritalStatus",_timeOfDay:"http://hl7.org/fhir/_timeOfDay",contraindication:"http://hl7.org/fhir/contraindication",patientPreparation:"http://hl7.org/fhir/patientPreparation",_expression:"http://hl7.org/fhir/_expression",_min:"http://hl7.org/fhir/_min",_attester:"http://hl7.org/fhir/_attester",_progress:"http://hl7.org/fhir/_progress",_collection:"http://hl7.org/fhir/_collection",base64Binary:"http://hl7.org/fhir/base64Binary",ExampleScenarioProcessStepComponent:"http://hl7.org/fhir/ExampleScenarioProcessStepComponent",_comprisedOf:"http://hl7.org/fhir/_comprisedOf",_factor:"http://hl7.org/fhir/_factor",_endRelationship:"http://hl7.org/fhir/_endRelationship",_startingMaterial:"http://hl7.org/fhir/_startingMaterial",expectedSupplyDuration:"http://hl7.org/fhir/expectedSupplyDuration",totalPriceComponent:"http://hl7.org/fhir/totalPriceComponent",_signer:"http://hl7.org/fhir/_signer",enableBehavior:"http://hl7.org/fhir/enableBehavior",Contract:"http://hl7.org/fhir/Contract",_cTerminalModificationId:"http://hl7.org/fhir/_cTerminalModificationId",ObservationReferenceRangeComponent:"http://hl7.org/fhir/ObservationReferenceRangeComponent",maxVolumeToDeliver:"http://hl7.org/fhir/maxVolumeToDeliver",CapabilityStatementRestResourceOperationComponent:"http://hl7.org/fhir/CapabilityStatementRestResourceOperationComponent",isDerived:"http://hl7.org/fhir/isDerived",conditionalUpdate:"http://hl7.org/fhir/conditionalUpdate",repeatUnitAmountType:"http://hl7.org/fhir/repeatUnitAmountType",subjects:"http://hl7.org/fhir/subjects",EvidenceVariableCharacteristicTimeFromEventComponent:"http://hl7.org/fhir/EvidenceVariableCharacteristicTimeFromEventComponent",_expansion:"http://hl7.org/fhir/_expansion",_Ingredient:"http://hl7.org/fhir/_Ingredient",_phase:"http://hl7.org/fhir/_phase",_benefitPeriod:"http://hl7.org/fhir/_benefitPeriod",Organization:"http://hl7.org/fhir/Organization",_referenceStrength:"http://hl7.org/fhir/_referenceStrength",StructureMapGroupComponent:"http://hl7.org/fhir/StructureMapGroupComponent",referencePolicy:"http://hl7.org/fhir/referencePolicy",previous:"http://hl7.org/fhir/previous",_stage:"http://hl7.org/fhir/_stage",PlanDefinitionActionOutputComponent:"http://hl7.org/fhir/PlanDefinitionActionOutputComponent",_publisherLocation:"http://hl7.org/fhir/_publisherLocation",MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent:"http://hl7.org/fhir/MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent",containedItemQuantity:"http://hl7.org/fhir/containedItemQuantity",copyrightLabel:"http://hl7.org/fhir/copyrightLabel",BodyStructureIncludedStructureBodyLandmarkOrientationComponent:"http://hl7.org/fhir/BodyStructureIncludedStructureBodyLandmarkOrientationComponent",hasBodySite:"http://hl7.org/fhir/hasBodySite",_valuedItem:"http://hl7.org/fhir/_valuedItem",Period:"http://hl7.org/fhir/Period",questionnaire:"http://hl7.org/fhir/questionnaire",specificCost:"http://hl7.org/fhir/specificCost",_collected:"http://hl7.org/fhir/_collected",_notAvailableTime:"http://hl7.org/fhir/_notAvailableTime",AllergyIntoleranceParticipantComponent:"http://hl7.org/fhir/AllergyIntoleranceParticipantComponent",headerField:"http://hl7.org/fhir/headerField",_contained:"http://hl7.org/fhir/_contained",_assigner:"http://hl7.org/fhir/_assigner",_ifNoneMatch:"http://hl7.org/fhir/_ifNoneMatch",DeviceAssociationOperationComponent:"http://hl7.org/fhir/DeviceAssociationOperationComponent",_graph:"http://hl7.org/fhir/_graph",changeType:"http://hl7.org/fhir/changeType",_orientation:"http://hl7.org/fhir/_orientation",parentSubstanceId:"http://hl7.org/fhir/parentSubstanceId",recorded:"http://hl7.org/fhir/recorded",_contributionType:"http://hl7.org/fhir/_contributionType",filterParameter:"http://hl7.org/fhir/filterParameter",positiveInt:"http://hl7.org/fhir/positiveInt",docStatus:"http://hl7.org/fhir/docStatus",CoverageBenefit:"http://hl7.org/fhir/CoverageBenefit",durationUnit:"http://hl7.org/fhir/durationUnit",contentType:"http://hl7.org/fhir/contentType",_addItem:"http://hl7.org/fhir/_addItem",MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent:"http://hl7.org/fhir/MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent",dateRange:"http://hl7.org/fhir/dateRange",used:"http://hl7.org/fhir/used",_city:"http://hl7.org/fhir/_city",reaction:"http://hl7.org/fhir/reaction",subset:"http://hl7.org/fhir/subset",performerRole:"http://hl7.org/fhir/performerRole",retentionTime:"http://hl7.org/fhir/retentionTime",_ClinicalImpression:"http://hl7.org/fhir/_ClinicalImpression",_generalCost:"http://hl7.org/fhir/_generalCost",instanceReference:"http://hl7.org/fhir/instanceReference",_history:"http://hl7.org/fhir/_history",molecularFormulaByMoiety:"http://hl7.org/fhir/molecularFormulaByMoiety",_orderer:"http://hl7.org/fhir/_orderer",_payee:"http://hl7.org/fhir/_payee",_windowEnd:"http://hl7.org/fhir/_windowEnd",_maxDosePerTreatmentPeriod:"http://hl7.org/fhir/_maxDosePerTreatmentPeriod",sopClass:"http://hl7.org/fhir/sopClass",PlanDefinitionActorOptionComponent:"http://hl7.org/fhir/PlanDefinitionActorOptionComponent",ExampleScenarioInstanceComponent:"http://hl7.org/fhir/ExampleScenarioInstanceComponent",organismGeneral:"http://hl7.org/fhir/organismGeneral",abatement:"http://hl7.org/fhir/abatement",_relatedDevice:"http://hl7.org/fhir/_relatedDevice",daysSupply:"http://hl7.org/fhir/daysSupply",_legal:"http://hl7.org/fhir/_legal",_EpisodeOfCare:"http://hl7.org/fhir/_EpisodeOfCare",_excludeFoodModifier:"http://hl7.org/fhir/_excludeFoodModifier",weekInterval:"http://hl7.org/fhir/weekInterval",_measureScore:"http://hl7.org/fhir/_measureScore",_const:"http://hl7.org/fhir/_const",_hybrid:"http://hl7.org/fhir/_hybrid",PackagedProductDefinitionPackagingComponent:"http://hl7.org/fhir/PackagedProductDefinitionPackagingComponent",_prefix:"http://hl7.org/fhir/_prefix",_publicationDateText:"http://hl7.org/fhir/_publicationDateText",ConceptSet:"http://hl7.org/fhir/ConceptSet",payeeType:"http://hl7.org/fhir/payeeType",_shelfLifeStorage:"http://hl7.org/fhir/_shelfLifeStorage",balance:"http://hl7.org/fhir/balance",_type:"http://hl7.org/fhir/_type",dataPeriod:"http://hl7.org/fhir/dataPeriod",_Immunization:"http://hl7.org/fhir/_Immunization",resourceReference:"http://hl7.org/fhir/resourceReference",_providedBy:"http://hl7.org/fhir/_providedBy",_fhirVersion:"http://hl7.org/fhir/_fhirVersion",_HealthcareService:"http://hl7.org/fhir/_HealthcareService",submitter:"http://hl7.org/fhir/submitter",description:"http://hl7.org/fhir/description",combinedPharmaceuticalDoseForm:"http://hl7.org/fhir/combinedPharmaceuticalDoseForm",_targetScope:"http://hl7.org/fhir/_targetScope",Parameter:"http://hl7.org/fhir/Parameter",BiologicallyDerivedProduct:"http://hl7.org/fhir/BiologicallyDerivedProduct",_GenomicStudy:"http://hl7.org/fhir/_GenomicStudy",_NutritionProduct:"http://hl7.org/fhir/_NutritionProduct",_additionalContext:"http://hl7.org/fhir/_additionalContext",version:"http://hl7.org/fhir/version",detected:"http://hl7.org/fhir/detected",_statistic:"http://hl7.org/fhir/_statistic",_bodyStructure:"http://hl7.org/fhir/_bodyStructure",_definitionExpression:"http://hl7.org/fhir/_definitionExpression",translations:"http://hl7.org/fhir/translations",_targetProfile:"http://hl7.org/fhir/_targetProfile",_notPerformedReason:"http://hl7.org/fhir/_notPerformedReason",ArtifactAssessmentContentComponent:"http://hl7.org/fhir/ArtifactAssessmentContentComponent",cost:"http://hl7.org/fhir/cost",CanonicalResource:"http://hl7.org/fhir/CanonicalResource",_authorizationSupporting:"http://hl7.org/fhir/_authorizationSupporting",team:"http://hl7.org/fhir/team",actual:"http://hl7.org/fhir/actual",landmarkDescription:"http://hl7.org/fhir/landmarkDescription",typeCanonical:"http://hl7.org/fhir/typeCanonical",ArtifactAssessmentContentComponentContent:"http://hl7.org/fhir/ArtifactAssessmentContentComponentContent",_organizationReference:"http://hl7.org/fhir/_organizationReference",_minimumVolume:"http://hl7.org/fhir/_minimumVolume",precedence:"http://hl7.org/fhir/precedence",CitationSummaryComponent:"http://hl7.org/fhir/CitationSummaryComponent",decision:"http://hl7.org/fhir/decision",role:"http://hl7.org/fhir/role",maternalOrganismId:"http://hl7.org/fhir/maternalOrganismId",_triggeredBy:"http://hl7.org/fhir/_triggeredBy",MedicationKnowledgeStorageGuidelineComponent:"http://hl7.org/fhir/MedicationKnowledgeStorageGuidelineComponent",dischargeDisposition:"http://hl7.org/fhir/dischargeDisposition",_output:"http://hl7.org/fhir/_output",QuestionnaireItemComponent:"http://hl7.org/fhir/QuestionnaireItemComponent",_compareToSourcePath:"http://hl7.org/fhir/_compareToSourcePath",traceNumber:"http://hl7.org/fhir/traceNumber",InsurancePlanPlanComponent:"http://hl7.org/fhir/InsurancePlanPlanComponent",object:"http://hl7.org/fhir/object",statusReason:"http://hl7.org/fhir/statusReason",recall:"http://hl7.org/fhir/recall",_codeSystem:"http://hl7.org/fhir/_codeSystem",_processing:"http://hl7.org/fhir/_processing",gateway:"http://hl7.org/fhir/gateway",_performerType:"http://hl7.org/fhir/_performerType",_subcomponent:"http://hl7.org/fhir/_subcomponent",postalCode:"http://hl7.org/fhir/postalCode",AddedItemDetail:"http://hl7.org/fhir/AddedItemDetail",instance:"http://hl7.org/fhir/instance",_disposition:"http://hl7.org/fhir/_disposition",_statusDate:"http://hl7.org/fhir/_statusDate",_facilityType:"http://hl7.org/fhir/_facilityType",_stratum:"http://hl7.org/fhir/_stratum",Payee:"http://hl7.org/fhir/Payee",_measurementType:"http://hl7.org/fhir/_measurementType",RelatedArtifact:"http://hl7.org/fhir/RelatedArtifact",RequestOrchestrationActionDynamicValueComponent:"http://hl7.org/fhir/RequestOrchestrationActionDynamicValueComponent",identity:"http://hl7.org/fhir/identity",subType:"http://hl7.org/fhir/subType",ValueSetExpansionContainsComponent:"http://hl7.org/fhir/ValueSetExpansionContainsComponent",MedicationKnowledgePackagingComponent:"http://hl7.org/fhir/MedicationKnowledgePackagingComponent",_display:"http://hl7.org/fhir/_display",ImplementationGuideGlobalComponent:"http://hl7.org/fhir/ImplementationGuideGlobalComponent",_SubstanceNucleicAcid:"http://hl7.org/fhir/_SubstanceNucleicAcid",TestScriptSetupActionOperationRequestHeaderComponent:"http://hl7.org/fhir/TestScriptSetupActionOperationRequestHeaderComponent",targetItem:"http://hl7.org/fhir/targetItem",_dosingGuideline:"http://hl7.org/fhir/_dosingGuideline",_totalGross:"http://hl7.org/fhir/_totalGross",Reference:"http://hl7.org/fhir/Reference",_precheckBehavior:"http://hl7.org/fhir/_precheckBehavior",_enableBehavior:"http://hl7.org/fhir/_enableBehavior",slot:"http://hl7.org/fhir/slot",groupDefinition:"http://hl7.org/fhir/groupDefinition",_verifiedWith:"http://hl7.org/fhir/_verifiedWith",ResourceInteraction:"http://hl7.org/fhir/ResourceInteraction",_numberOfSubunits:"http://hl7.org/fhir/_numberOfSubunits",numberOfSeries:"http://hl7.org/fhir/numberOfSeries",preAuthRefPeriod:"http://hl7.org/fhir/preAuthRefPeriod",_excludingRecurrenceId:"http://hl7.org/fhir/_excludingRecurrenceId",_baseCitation:"http://hl7.org/fhir/_baseCitation",ContractAsset:"http://hl7.org/fhir/ContractAsset",ClinicalImpressionFindingComponent:"http://hl7.org/fhir/ClinicalImpressionFindingComponent",stopTestOnFail:"http://hl7.org/fhir/stopTestOnFail",_selectionBehavior:"http://hl7.org/fhir/_selectionBehavior",_imports:"http://hl7.org/fhir/_imports",contextLinkId:"http://hl7.org/fhir/contextLinkId",_eye:"http://hl7.org/fhir/_eye",affiliation:"http://hl7.org/fhir/affiliation",defaultValue:"http://hl7.org/fhir/defaultValue",MolecularSequence:"http://hl7.org/fhir/MolecularSequence",overload:"http://hl7.org/fhir/overload",_productName:"http://hl7.org/fhir/_productName",_comment:"http://hl7.org/fhir/_comment",_profile:"http://hl7.org/fhir/_profile",_deleted:"http://hl7.org/fhir/_deleted",_workflow:"http://hl7.org/fhir/_workflow",_attestationSignature:"http://hl7.org/fhir/_attestationSignature",permittedDataType:"http://hl7.org/fhir/permittedDataType",gene:"http://hl7.org/fhir/gene",_prediction:"http://hl7.org/fhir/_prediction",exposureRoute:"http://hl7.org/fhir/exposureRoute",height:"http://hl7.org/fhir/height",_entryClassifier:"http://hl7.org/fhir/_entryClassifier",test:"http://hl7.org/fhir/test",_previousAppointment:"http://hl7.org/fhir/_previousAppointment",implementationGuide:"http://hl7.org/fhir/implementationGuide",UsageContext:"http://hl7.org/fhir/UsageContext",EventDefinition:"http://hl7.org/fhir/EventDefinition",relatedIdentifier:"http://hl7.org/fhir/relatedIdentifier",ImplementationGuideDependsOnComponent:"http://hl7.org/fhir/ImplementationGuideDependsOnComponent",_procedureSequence:"http://hl7.org/fhir/_procedureSequence",_copyrightLabel:"http://hl7.org/fhir/_copyrightLabel",_navigationLinks:"http://hl7.org/fhir/_navigationLinks",_generatedBy:"http://hl7.org/fhir/_generatedBy",administeredProduct:"http://hl7.org/fhir/administeredProduct",validateProfileId:"http://hl7.org/fhir/validateProfileId",MedicationKnowledgeIndicationGuidelineComponent:"http://hl7.org/fhir/MedicationKnowledgeIndicationGuidelineComponent",intraspecificDescription:"http://hl7.org/fhir/intraspecificDescription",_protocolApplied:"http://hl7.org/fhir/_protocolApplied",_VerificationResult:"http://hl7.org/fhir/_VerificationResult",monthInterval:"http://hl7.org/fhir/monthInterval",expiry:"http://hl7.org/fhir/expiry",versioning:"http://hl7.org/fhir/versioning",pushTypeAvailable:"http://hl7.org/fhir/pushTypeAvailable",CitationCitedArtifactStatusDateComponent:"http://hl7.org/fhir/CitationCitedArtifactStatusDateComponent",_assertion:"http://hl7.org/fhir/_assertion",diagnosis:"http://hl7.org/fhir/diagnosis",_ifNoneExist:"http://hl7.org/fhir/_ifNoneExist",_low:"http://hl7.org/fhir/_low",undesirableEffect:"http://hl7.org/fhir/undesirableEffect",_base:"http://hl7.org/fhir/_base",queryCriteria:"http://hl7.org/fhir/queryCriteria",_availableEndTime:"http://hl7.org/fhir/_availableEndTime",number:"http://hl7.org/fhir/number",spatialReference:"http://hl7.org/fhir/spatialReference",conditionality:"http://hl7.org/fhir/conditionality",_codeFilter:"http://hl7.org/fhir/_codeFilter",SubstanceDefinitionCharacterizationComponent:"http://hl7.org/fhir/SubstanceDefinitionCharacterizationComponent",offsets:"http://hl7.org/fhir/offsets",_orderedBy:"http://hl7.org/fhir/_orderedBy",_authorizationUrl:"http://hl7.org/fhir/_authorizationUrl",_carrierAIDC:"http://hl7.org/fhir/_carrierAIDC",_episodeOfCare:"http://hl7.org/fhir/_episodeOfCare",disabledDisplay:"http://hl7.org/fhir/disabledDisplay",DocumentReference:"http://hl7.org/fhir/DocumentReference",compositeScoring:"http://hl7.org/fhir/compositeScoring",_yearInterval:"http://hl7.org/fhir/_yearInterval",RelatedPersonCommunicationComponent:"http://hl7.org/fhir/RelatedPersonCommunicationComponent",_displayName:"http://hl7.org/fhir/_displayName",_monday:"http://hl7.org/fhir/_monday",messaging:"http://hl7.org/fhir/messaging",geneElement:"http://hl7.org/fhir/geneElement",exclude:"http://hl7.org/fhir/exclude",_itemSequence:"http://hl7.org/fhir/_itemSequence",_artifactAssessment:"http://hl7.org/fhir/_artifactAssessment",dispenseRequest:"http://hl7.org/fhir/dispenseRequest",intendedJurisdiction:"http://hl7.org/fhir/intendedJurisdiction",_restriction:"http://hl7.org/fhir/_restriction",ImmunizationEvaluation:"http://hl7.org/fhir/ImmunizationEvaluation",Observation:"http://hl7.org/fhir/Observation",_supplier:"http://hl7.org/fhir/_supplier",NutritionIntakePerformerComponent:"http://hl7.org/fhir/NutritionIntakePerformerComponent",CapabilityStatementRestComponentSearchParam:"http://hl7.org/fhir/CapabilityStatementRestComponentSearchParam",_SubstanceReferenceInformation:"http://hl7.org/fhir/_SubstanceReferenceInformation",_CarePlan:"http://hl7.org/fhir/_CarePlan",AdverseEventPreventiveActionComponent:"http://hl7.org/fhir/AdverseEventPreventiveActionComponent",outsideFoodAllowed:"http://hl7.org/fhir/outsideFoodAllowed",_maxVolumeToDeliver:"http://hl7.org/fhir/_maxVolumeToDeliver",InventoryItemAssociationComponent:"http://hl7.org/fhir/InventoryItemAssociationComponent",deliverFor:"http://hl7.org/fhir/deliverFor",ElementDefinitionExampleComponent:"http://hl7.org/fhir/ElementDefinitionExampleComponent",_totalPriceComponent:"http://hl7.org/fhir/_totalPriceComponent",_carrierHRF:"http://hl7.org/fhir/_carrierHRF",_subProperty:"http://hl7.org/fhir/_subProperty",allowed:"http://hl7.org/fhir/allowed",_searchType:"http://hl7.org/fhir/_searchType",List:"http://hl7.org/fhir/List",responseId:"http://hl7.org/fhir/responseId",_defaultManualCompletion:"http://hl7.org/fhir/_defaultManualCompletion",_subscriberId:"http://hl7.org/fhir/_subscriberId",_groupingId:"http://hl7.org/fhir/_groupingId",_protocolPerformed:"http://hl7.org/fhir/_protocolPerformed",subPotentReason:"http://hl7.org/fhir/subPotentReason",maxValue:"http://hl7.org/fhir/maxValue",_data:"http://hl7.org/fhir/_data",_disulfideLinkage:"http://hl7.org/fhir/_disulfideLinkage",metadata:"http://hl7.org/fhir/metadata",ConditionParticipantComponent:"http://hl7.org/fhir/ConditionParticipantComponent",rationale:"http://hl7.org/fhir/rationale",tax:"http://hl7.org/fhir/tax",_line:"http://hl7.org/fhir/_line",index:"http://hl7.org/fhir/index",_firstPage:"http://hl7.org/fhir/_firstPage",verifiedBy:"http://hl7.org/fhir/verifiedBy",_requestProvider:"http://hl7.org/fhir/_requestProvider",Diagnosis:"http://hl7.org/fhir/Diagnosis",_hybridType:"http://hl7.org/fhir/_hybridType",_abnormalCodedValueSet:"http://hl7.org/fhir/_abnormalCodedValueSet",Encounter:"http://hl7.org/fhir/Encounter",expression:"http://hl7.org/fhir/expression",_current:"http://hl7.org/fhir/_current",BackboneType:"http://hl7.org/fhir/BackboneType",collection:"http://hl7.org/fhir/collection",_family:"http://hl7.org/fhir/_family",_validated:"http://hl7.org/fhir/_validated",question:"http://hl7.org/fhir/question",_noMap:"http://hl7.org/fhir/_noMap",_comparisonGroup:"http://hl7.org/fhir/_comparisonGroup",EnrollmentRequest:"http://hl7.org/fhir/EnrollmentRequest",_surfaceOrientation:"http://hl7.org/fhir/_surfaceOrientation",prescription:"http://hl7.org/fhir/prescription",_contributorship:"http://hl7.org/fhir/_contributorship",synthesisType:"http://hl7.org/fhir/synthesisType",_anchor:"http://hl7.org/fhir/_anchor",_suppress:"http://hl7.org/fhir/_suppress",_other:"http://hl7.org/fhir/_other",variable:"http://hl7.org/fhir/variable",MolecularSequenceRelativeComponent:"http://hl7.org/fhir/MolecularSequenceRelativeComponent",Ingredient:"http://hl7.org/fhir/Ingredient",_occurrenceDateTime:"http://hl7.org/fhir/_occurrenceDateTime",Annotation:"http://hl7.org/fhir/Annotation",SubstanceReferenceInformationGeneComponent:"http://hl7.org/fhir/SubstanceReferenceInformationGeneComponent",_valueQuantity:"http://hl7.org/fhir/_valueQuantity",DeviceDefinitionCorrectiveActionComponent:"http://hl7.org/fhir/DeviceDefinitionCorrectiveActionComponent",OperationDefinitionParameterComponent:"http://hl7.org/fhir/OperationDefinitionParameterComponent",EvidenceVariableCharacteristicDefinitionByCombinationComponent:"http://hl7.org/fhir/EvidenceVariableCharacteristicDefinitionByCombinationComponent",SpecimenDefinitionTypeTestedHandlingComponent:"http://hl7.org/fhir/SpecimenDefinitionTypeTestedHandlingComponent",_testRun:"http://hl7.org/fhir/_testRun",compareToSourceId:"http://hl7.org/fhir/compareToSourceId",_definitional:"http://hl7.org/fhir/_definitional",_testCase:"http://hl7.org/fhir/_testCase",_PaymentReconciliation:"http://hl7.org/fhir/_PaymentReconciliation",valuedItem:"http://hl7.org/fhir/valuedItem",relatedItem:"http://hl7.org/fhir/relatedItem",consumedItem:"http://hl7.org/fhir/consumedItem",search:"http://hl7.org/fhir/search",duration:"http://hl7.org/fhir/duration",status:"http://hl7.org/fhir/status",_context:"http://hl7.org/fhir/_context",_requirements:"http://hl7.org/fhir/_requirements",_subjectType:"http://hl7.org/fhir/_subjectType",_use:"http://hl7.org/fhir/_use",udi:"http://hl7.org/fhir/udi",nameType:"http://hl7.org/fhir/nameType",_producedFrom:"http://hl7.org/fhir/_producedFrom",_interval:"http://hl7.org/fhir/_interval",summary:"http://hl7.org/fhir/summary",MedicinalProductDefinitionCharacteristicComponent:"http://hl7.org/fhir/MedicinalProductDefinitionCharacteristicComponent",sex:"http://hl7.org/fhir/sex",AdministrableProductDefinition:"http://hl7.org/fhir/AdministrableProductDefinition",SecurityLabel:"http://hl7.org/fhir/SecurityLabel",SubstanceDefinitionRelationshipComponent:"http://hl7.org/fhir/SubstanceDefinitionRelationshipComponent",knownAllergen:"http://hl7.org/fhir/knownAllergen",knownDataCount:"http://hl7.org/fhir/knownDataCount",observer:"http://hl7.org/fhir/observer",_subtitle:"http://hl7.org/fhir/_subtitle",accessionNumber:"http://hl7.org/fhir/accessionNumber",_finding:"http://hl7.org/fhir/_finding",_style:"http://hl7.org/fhir/_style",relation:"http://hl7.org/fhir/relation",priority:"http://hl7.org/fhir/priority",_requestId:"http://hl7.org/fhir/_requestId",ElementDefinitionBindingComponent:"http://hl7.org/fhir/ElementDefinitionBindingComponent",sequenceAttachment:"http://hl7.org/fhir/sequenceAttachment",AddedItemBodySite:"http://hl7.org/fhir/AddedItemBodySite",_group:"http://hl7.org/fhir/_group",publisher:"http://hl7.org/fhir/publisher",consent:"http://hl7.org/fhir/consent",site:"http://hl7.org/fhir/site",canFilterBy:"http://hl7.org/fhir/canFilterBy",TerminologyCapabilitiesValidateCodeComponent:"http://hl7.org/fhir/TerminologyCapabilitiesValidateCodeComponent",_isSubPotent:"http://hl7.org/fhir/_isSubPotent",EncounterParticipantComponent:"http://hl7.org/fhir/EncounterParticipantComponent",_cancellationReason:"http://hl7.org/fhir/_cancellationReason",_repetitions:"http://hl7.org/fhir/_repetitions",TestPlanTestCaseTestRunScriptComponent:"http://hl7.org/fhir/TestPlanTestCaseTestRunScriptComponent",distributor:"http://hl7.org/fhir/distributor",_stopTestOnFail:"http://hl7.org/fhir/_stopTestOnFail",organizationReference:"http://hl7.org/fhir/organizationReference",residueSite:"http://hl7.org/fhir/residueSite",guidance:"http://hl7.org/fhir/guidance",_originatingAppointment:"http://hl7.org/fhir/_originatingAppointment",intended:"http://hl7.org/fhir/intended",_measurementFrequency:"http://hl7.org/fhir/_measurementFrequency",_variableRole:"http://hl7.org/fhir/_variableRole",assurance:"http://hl7.org/fhir/assurance",literal:"http://hl7.org/fhir/literal",_suppliedItem:"http://hl7.org/fhir/_suppliedItem",ProcedurePerformerComponent:"http://hl7.org/fhir/ProcedurePerformerComponent",baseUnit:"http://hl7.org/fhir/baseUnit",_translation:"http://hl7.org/fhir/_translation",StructureDefinitionSnapshotComponent:"http://hl7.org/fhir/StructureDefinitionSnapshotComponent",_name:"http://hl7.org/fhir/_name",MedicationRequestDispenseRequestInitialFillComponent:"http://hl7.org/fhir/MedicationRequestDispenseRequestInitialFillComponent",_incidence:"http://hl7.org/fhir/_incidence",_during:"http://hl7.org/fhir/_during",_snapshot:"http://hl7.org/fhir/_snapshot",SubstancePolymerRepeatRepeatUnitComponent:"http://hl7.org/fhir/SubstancePolymerRepeatRepeatUnitComponent",_format:"http://hl7.org/fhir/_format",PlanBenefit:"http://hl7.org/fhir/PlanBenefit",_foodPreferenceModifier:"http://hl7.org/fhir/_foodPreferenceModifier",function__workaround:"http://hl7.org/fhir/function",environmentType:"http://hl7.org/fhir/environmentType",SubscriptionTopicCanFilterByComponent:"http://hl7.org/fhir/SubscriptionTopicCanFilterByComponent",occurrenceCount:"http://hl7.org/fhir/occurrenceCount",careTeamSequence:"http://hl7.org/fhir/careTeamSequence",_notConsumedReason:"http://hl7.org/fhir/_notConsumedReason",_restoreDate:"http://hl7.org/fhir/_restoreDate",providedBy:"http://hl7.org/fhir/providedBy",meta:"http://hl7.org/fhir/meta",_subDetailSequence:"http://hl7.org/fhir/_subDetailSequence",required:"http://hl7.org/fhir/required",_dateWritten:"http://hl7.org/fhir/_dateWritten",_deviceIdentifier:"http://hl7.org/fhir/_deviceIdentifier",referral:"http://hl7.org/fhir/referral",_conditionality:"http://hl7.org/fhir/_conditionality",AuditEventSourceComponent:"http://hl7.org/fhir/AuditEventSourceComponent",_component:"http://hl7.org/fhir/_component",link:"http://hl7.org/fhir/link",_hasStage:"http://hl7.org/fhir/_hasStage",_contentReference:"http://hl7.org/fhir/_contentReference",program:"http://hl7.org/fhir/program",OtherElement:"http://hl7.org/fhir/OtherElement",scoringUnit:"http://hl7.org/fhir/scoringUnit",_maxCount:"http://hl7.org/fhir/_maxCount",ExplanationOfBenefitEventComponent:"http://hl7.org/fhir/ExplanationOfBenefitEventComponent",_ArtifactAssessment:"http://hl7.org/fhir/_ArtifactAssessment",scope:"http://hl7.org/fhir/scope",inventoryListing:"http://hl7.org/fhir/inventoryListing",concentration:"http://hl7.org/fhir/concentration",_device:"http://hl7.org/fhir/_device",hierarchyMeaning:"http://hl7.org/fhir/hierarchyMeaning",CapabilityStatementRestComponentOperation:"http://hl7.org/fhir/CapabilityStatementRestComponentOperation",otherMap:"http://hl7.org/fhir/otherMap",answerConstraint:"http://hl7.org/fhir/answerConstraint",normalCodedValueSet:"http://hl7.org/fhir/normalCodedValueSet",global:"http://hl7.org/fhir/global",excludingRecurrenceId:"http://hl7.org/fhir/excludingRecurrenceId",_SubstanceSourceMaterial:"http://hl7.org/fhir/_SubstanceSourceMaterial",validity:"http://hl7.org/fhir/validity",subjectReport:"http://hl7.org/fhir/subjectReport",_any:"http://hl7.org/fhir/_any",_nextScheduled:"http://hl7.org/fhir/_nextScheduled",administration:"http://hl7.org/fhir/administration",sort:"http://hl7.org/fhir/sort",ManufacturedItemDefinitionComponentComponentProperty:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentComponentProperty",_sent:"http://hl7.org/fhir/_sent",_directnessMatch:"http://hl7.org/fhir/_directnessMatch",_targetFormat:"http://hl7.org/fhir/_targetFormat",_used:"http://hl7.org/fhir/_used",_occurence:"http://hl7.org/fhir/_occurence",_partOf:"http://hl7.org/fhir/_partOf",relativeRisk:"http://hl7.org/fhir/relativeRisk",supportedMessage:"http://hl7.org/fhir/supportedMessage",_dateOfDiagnosis:"http://hl7.org/fhir/_dateOfDiagnosis",_seriesNumber:"http://hl7.org/fhir/_seriesNumber",DataRequirementSortComponent:"http://hl7.org/fhir/DataRequirementSortComponent",ChargeItemDefinitionPropertyGroupComponentApplicability:"http://hl7.org/fhir/ChargeItemDefinitionPropertyGroupComponentApplicability",codeSystem:"http://hl7.org/fhir/codeSystem",processing:"http://hl7.org/fhir/processing",_ResearchSubject:"http://hl7.org/fhir/_ResearchSubject",_heartbeatPeriod:"http://hl7.org/fhir/_heartbeatPeriod",ValueSetExpansionPropertyComponent:"http://hl7.org/fhir/ValueSetExpansionPropertyComponent",orderDetail:"http://hl7.org/fhir/orderDetail",Group:"http://hl7.org/fhir/Group",statusDate:"http://hl7.org/fhir/statusDate",uri:"http://hl7.org/fhir/uri",max:"http://hl7.org/fhir/max",_conformance:"http://hl7.org/fhir/_conformance",_unitPriceComponent:"http://hl7.org/fhir/_unitPriceComponent",_availabilityStatus:"http://hl7.org/fhir/_availabilityStatus",_exitCriteria:"http://hl7.org/fhir/_exitCriteria",Schedule:"http://hl7.org/fhir/Schedule",BiologicallyDerivedProductCollectionComponent:"http://hl7.org/fhir/BiologicallyDerivedProductCollectionComponent",DomainResource:"http://hl7.org/fhir/DomainResource",_AdverseEvent:"http://hl7.org/fhir/_AdverseEvent",focalDevice:"http://hl7.org/fhir/focalDevice",_authorType:"http://hl7.org/fhir/_authorType",mode:"http://hl7.org/fhir/mode",observation:"http://hl7.org/fhir/observation",_issuer:"http://hl7.org/fhir/_issuer",ClaimEventComponent:"http://hl7.org/fhir/ClaimEventComponent",FamilyMemberHistoryParticipantComponent:"http://hl7.org/fhir/FamilyMemberHistoryParticipantComponent",_validationStatus:"http://hl7.org/fhir/_validationStatus",string:"http://hl7.org/fhir/string",productCode:"http://hl7.org/fhir/productCode",receiver:"http://hl7.org/fhir/receiver",CitationCitedArtifactTitleComponent:"http://hl7.org/fhir/CitationCitedArtifactTitleComponent",totalGross:"http://hl7.org/fhir/totalGross",_outputProfile:"http://hl7.org/fhir/_outputProfile",conditionalDelete:"http://hl7.org/fhir/conditionalDelete",baseDefinition:"http://hl7.org/fhir/baseDefinition",NutritionProductInstanceComponent:"http://hl7.org/fhir/NutritionProductInstanceComponent",ClinicalUseDefinitionIndicationComponent:"http://hl7.org/fhir/ClinicalUseDefinitionIndicationComponent",relevantHistory:"http://hl7.org/fhir/relevantHistory",referenceInformation:"http://hl7.org/fhir/referenceInformation",valueSet:"http://hl7.org/fhir/valueSet",library:"http://hl7.org/fhir/library",InventoryReportInventoryListingItemComponent:"http://hl7.org/fhir/InventoryReportInventoryListingItemComponent",performedActivity:"http://hl7.org/fhir/performedActivity",Coverage:"http://hl7.org/fhir/Coverage",probability:"http://hl7.org/fhir/probability",TerminologyCapabilitiesSoftwareComponent:"http://hl7.org/fhir/TerminologyCapabilitiesSoftwareComponent",_activity:"http://hl7.org/fhir/_activity",prediction:"http://hl7.org/fhir/prediction",_mimeType:"http://hl7.org/fhir/_mimeType",exception:"http://hl7.org/fhir/exception",ImplementationGuideDefinitionTemplateComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionTemplateComponent",_edit:"http://hl7.org/fhir/_edit",_usage:"http://hl7.org/fhir/_usage",proposedNewTime:"http://hl7.org/fhir/proposedNewTime",security:"http://hl7.org/fhir/security",_parameter:"http://hl7.org/fhir/_parameter",InventoryItemDescriptionComponent:"http://hl7.org/fhir/InventoryItemDescriptionComponent",ConditionDefinitionPreconditionComponent:"http://hl7.org/fhir/ConditionDefinitionPreconditionComponent",LocationPositionComponent:"http://hl7.org/fhir/LocationPositionComponent",sequenceRange:"http://hl7.org/fhir/sequenceRange",policyBasis:"http://hl7.org/fhir/policyBasis",_inputParameters:"http://hl7.org/fhir/_inputParameters",_dateRange:"http://hl7.org/fhir/_dateRange",_cost:"http://hl7.org/fhir/_cost",Timing:"http://hl7.org/fhir/Timing",_team:"http://hl7.org/fhir/_team",_paternalOrganismId:"http://hl7.org/fhir/_paternalOrganismId",_statusChanged:"http://hl7.org/fhir/_statusChanged",ActivityDefinitionDynamicValueComponent:"http://hl7.org/fhir/ActivityDefinitionDynamicValueComponent",processor:"http://hl7.org/fhir/processor",_constraint:"http://hl7.org/fhir/_constraint",_sampleSize:"http://hl7.org/fhir/_sampleSize",ClinicalUseDefinitionContraindicationComponent:"http://hl7.org/fhir/ClinicalUseDefinitionContraindicationComponent",_comorbidity:"http://hl7.org/fhir/_comorbidity",_knownDataCount:"http://hl7.org/fhir/_knownDataCount",template:"http://hl7.org/fhir/template",codeFilter:"http://hl7.org/fhir/codeFilter",dateAccessed:"http://hl7.org/fhir/dateAccessed",_organization:"http://hl7.org/fhir/_organization",_ifModifiedSince:"http://hl7.org/fhir/_ifModifiedSince",_lastRevisionDate:"http://hl7.org/fhir/_lastRevisionDate",_strength:"http://hl7.org/fhir/_strength",numerator:"http://hl7.org/fhir/numerator",_altitude:"http://hl7.org/fhir/_altitude",_countingDateTime:"http://hl7.org/fhir/_countingDateTime",MedicationDispense:"http://hl7.org/fhir/MedicationDispense",_maxDuration:"http://hl7.org/fhir/_maxDuration",requirement:"http://hl7.org/fhir/requirement",SubstanceProteinSubunitComponent:"http://hl7.org/fhir/SubstanceProteinSubunitComponent",_abatement:"http://hl7.org/fhir/_abatement",reportingPeriod:"http://hl7.org/fhir/reportingPeriod",dosage:"http://hl7.org/fhir/dosage",_supplement:"http://hl7.org/fhir/_supplement",_treatmentIntent:"http://hl7.org/fhir/_treatmentIntent",performingOrganization:"http://hl7.org/fhir/performingOrganization",_what:"http://hl7.org/fhir/_what",intervalUnit:"http://hl7.org/fhir/intervalUnit",preAuthPeriod:"http://hl7.org/fhir/preAuthPeriod",fhirPathCriteria:"http://hl7.org/fhir/fhirPathCriteria",administeredBy:"http://hl7.org/fhir/administeredBy",factor:"http://hl7.org/fhir/factor",ContactPoint:"http://hl7.org/fhir/ContactPoint",appointmentType:"http://hl7.org/fhir/appointmentType",_collector:"http://hl7.org/fhir/_collector",answerValueSet:"http://hl7.org/fhir/answerValueSet",_achievementStatus:"http://hl7.org/fhir/_achievementStatus",carrierHRF:"http://hl7.org/fhir/carrierHRF",_evaluatedResource:"http://hl7.org/fhir/_evaluatedResource",signer:"http://hl7.org/fhir/signer",_usageReason:"http://hl7.org/fhir/_usageReason",variableDefinition:"http://hl7.org/fhir/variableDefinition",manifestation:"http://hl7.org/fhir/manifestation",searchType:"http://hl7.org/fhir/searchType",PaymentReconciliation:"http://hl7.org/fhir/PaymentReconciliation",_modelNumber:"http://hl7.org/fhir/_modelNumber",groupingId:"http://hl7.org/fhir/groupingId",_VisionPrescription:"http://hl7.org/fhir/_VisionPrescription",performerLinkId:"http://hl7.org/fhir/performerLinkId",procedure:"http://hl7.org/fhir/procedure",implicitRules:"http://hl7.org/fhir/implicitRules",query:"http://hl7.org/fhir/query",Items:"http://hl7.org/fhir/Items",_slot:"http://hl7.org/fhir/_slot",_conditionalCreate:"http://hl7.org/fhir/_conditionalCreate",PatientCommunicationComponent:"http://hl7.org/fhir/PatientCommunicationComponent",ConditionDefinitionMedicationComponent:"http://hl7.org/fhir/ConditionDefinitionMedicationComponent",documentation:"http://hl7.org/fhir/documentation",maxDosePerTreatmentPeriod:"http://hl7.org/fhir/maxDosePerTreatmentPeriod",example:"http://hl7.org/fhir/example",_sessionKey:"http://hl7.org/fhir/_sessionKey",lastPage:"http://hl7.org/fhir/lastPage",hybridType:"http://hl7.org/fhir/hybridType",field:"http://hl7.org/fhir/field",maxDosePerPeriod:"http://hl7.org/fhir/maxDosePerPeriod",_excludedStructure:"http://hl7.org/fhir/_excludedStructure",_script:"http://hl7.org/fhir/_script",acceptLanguage:"http://hl7.org/fhir/acceptLanguage",practiceSetting:"http://hl7.org/fhir/practiceSetting",brand:"http://hl7.org/fhir/brand",_attributeEstimate:"http://hl7.org/fhir/_attributeEstimate",_end:"http://hl7.org/fhir/_end",diagnosisSequence:"http://hl7.org/fhir/diagnosisSequence",_specification:"http://hl7.org/fhir/_specification",_test:"http://hl7.org/fhir/_test",_durationMax:"http://hl7.org/fhir/_durationMax",impurity:"http://hl7.org/fhir/impurity",_Practitioner:"http://hl7.org/fhir/_Practitioner",SubstanceIngredientComponent:"http://hl7.org/fhir/SubstanceIngredientComponent",control:"http://hl7.org/fhir/control",_enterer:"http://hl7.org/fhir/_enterer",TransportOutputComponent:"http://hl7.org/fhir/TransportOutputComponent",_retentionTime:"http://hl7.org/fhir/_retentionTime",_encodeRequestUrl:"http://hl7.org/fhir/_encodeRequestUrl",countMax:"http://hl7.org/fhir/countMax",_netContent:"http://hl7.org/fhir/_netContent",AccountBalanceComponent:"http://hl7.org/fhir/AccountBalanceComponent",_sequenceAttachment:"http://hl7.org/fhir/_sequenceAttachment",requestedLocation:"http://hl7.org/fhir/requestedLocation",DeviceDefinitionRegulatoryIdentifierComponent:"http://hl7.org/fhir/DeviceDefinitionRegulatoryIdentifierComponent",_target:"http://hl7.org/fhir/_target",_implicated:"http://hl7.org/fhir/_implicated",_administration:"http://hl7.org/fhir/_administration",_flag:"http://hl7.org/fhir/_flag",_party:"http://hl7.org/fhir/_party",_version:"http://hl7.org/fhir/_version",provision:"http://hl7.org/fhir/provision",patientPaid:"http://hl7.org/fhir/patientPaid",referenceNumber:"http://hl7.org/fhir/referenceNumber",manifest:"http://hl7.org/fhir/manifest",Account:"http://hl7.org/fhir/Account",_goal:"http://hl7.org/fhir/_goal",_basis:"http://hl7.org/fhir/_basis",MessageSource:"http://hl7.org/fhir/MessageSource",_formCode:"http://hl7.org/fhir/_formCode",_disclaimer:"http://hl7.org/fhir/_disclaimer",_definitionByCombination:"http://hl7.org/fhir/_definitionByCombination",step:"http://hl7.org/fhir/step",fractionDescription:"http://hl7.org/fhir/fractionDescription",valueCategory:"http://hl7.org/fhir/valueCategory",requestMethod:"http://hl7.org/fhir/requestMethod",BodySite:"http://hl7.org/fhir/BodySite",etag:"http://hl7.org/fhir/etag",specimenQuantity:"http://hl7.org/fhir/specimenQuantity",comprisedOf:"http://hl7.org/fhir/comprisedOf",_pediatricUseIndicator:"http://hl7.org/fhir/_pediatricUseIndicator",_destination:"http://hl7.org/fhir/_destination",_evaluationMessage:"http://hl7.org/fhir/_evaluationMessage",ResearchStudyComparisonGroupComponent:"http://hl7.org/fhir/ResearchStudyComparisonGroupComponent",_DomainResource:"http://hl7.org/fhir/_DomainResource",CitationCitedArtifactWebLocationComponent:"http://hl7.org/fhir/CitationCitedArtifactWebLocationComponent",beneficiary:"http://hl7.org/fhir/beneficiary",prefix:"http://hl7.org/fhir/prefix",effectiveTime:"http://hl7.org/fhir/effectiveTime",RegulatedAuthorizationCaseComponent:"http://hl7.org/fhir/RegulatedAuthorizationCaseComponent",AccountProcedureComponent:"http://hl7.org/fhir/AccountProcedureComponent",doseStatusReason:"http://hl7.org/fhir/doseStatusReason",ResearchStudyAssociatedPartyComponent:"http://hl7.org/fhir/ResearchStudyAssociatedPartyComponent",reason:"http://hl7.org/fhir/reason",_precondition:"http://hl7.org/fhir/_precondition",criteria:"http://hl7.org/fhir/criteria",MedicationAdministrationDosageComponent:"http://hl7.org/fhir/MedicationAdministrationDosageComponent",latitude:"http://hl7.org/fhir/latitude",IngredientSubstanceStrengthReferenceStrengthComponent:"http://hl7.org/fhir/IngredientSubstanceStrengthReferenceStrengthComponent",_thursday:"http://hl7.org/fhir/_thursday",securityContext:"http://hl7.org/fhir/securityContext",_baseDefinition:"http://hl7.org/fhir/_baseDefinition",_publicationStatus:"http://hl7.org/fhir/_publicationStatus",relatedArtifact:"http://hl7.org/fhir/relatedArtifact",safety:"http://hl7.org/fhir/safety",stereochemistry:"http://hl7.org/fhir/stereochemistry",_timeout:"http://hl7.org/fhir/_timeout",primarySource:"http://hl7.org/fhir/primarySource",NutritionOrderOralDietNutrientComponent:"http://hl7.org/fhir/NutritionOrderOralDietNutrientComponent",responseCode:"http://hl7.org/fhir/responseCode",eventHistory:"http://hl7.org/fhir/eventHistory",_doseForm:"http://hl7.org/fhir/_doseForm",_allowedResponse:"http://hl7.org/fhir/_allowedResponse",_storageGuideline:"http://hl7.org/fhir/_storageGuideline",timezone:"http://hl7.org/fhir/timezone",copolymerConnectivity:"http://hl7.org/fhir/copolymerConnectivity",GenomicStudyAnalysisOutputComponent:"http://hl7.org/fhir/GenomicStudyAnalysisOutputComponent",_molecularWeight:"http://hl7.org/fhir/_molecularWeight",ObservationDefinition:"http://hl7.org/fhir/ObservationDefinition",ifNoneMatch:"http://hl7.org/fhir/ifNoneMatch",_notConsumed:"http://hl7.org/fhir/_notConsumed",grade:"http://hl7.org/fhir/grade",OralDietSchedule:"http://hl7.org/fhir/OralDietSchedule",_diagnosis:"http://hl7.org/fhir/_diagnosis",_channelType:"http://hl7.org/fhir/_channelType",_encounter:"http://hl7.org/fhir/_encounter",SubstancePolymerMonomerSetStartingMaterialComponent:"http://hl7.org/fhir/SubstancePolymerMonomerSetStartingMaterialComponent",statisticType:"http://hl7.org/fhir/statisticType",_webLocation:"http://hl7.org/fhir/_webLocation",SubstanceSourceMaterialOrganismOrganismGeneralComponent:"http://hl7.org/fhir/SubstanceSourceMaterialOrganismOrganismGeneralComponent",textConcentration:"http://hl7.org/fhir/textConcentration",_multipleAnd:"http://hl7.org/fhir/_multipleAnd",_freeToShare:"http://hl7.org/fhir/_freeToShare",_contributionInstance:"http://hl7.org/fhir/_contributionInstance",MedicationStatementAdherenceComponent:"http://hl7.org/fhir/MedicationStatementAdherenceComponent",_onAdmission:"http://hl7.org/fhir/_onAdmission",output:"http://hl7.org/fhir/output",_indication:"http://hl7.org/fhir/_indication",DeviceDefinitionChargeItemComponent:"http://hl7.org/fhir/DeviceDefinitionChargeItemComponent",location:"http://hl7.org/fhir/location",generalCost:"http://hl7.org/fhir/generalCost",_plannedActivityReference:"http://hl7.org/fhir/_plannedActivityReference",rules:"http://hl7.org/fhir/rules",reported:"http://hl7.org/fhir/reported",maxDosePerDay:"http://hl7.org/fhir/maxDosePerDay",NutritionOrderOralDietTextureComponent:"http://hl7.org/fhir/NutritionOrderOralDietTextureComponent",_definitionByTypeAndValue:"http://hl7.org/fhir/_definitionByTypeAndValue",GroupMemberComponent:"http://hl7.org/fhir/GroupMemberComponent",_verificationType:"http://hl7.org/fhir/_verificationType",_supportingInformation:"http://hl7.org/fhir/_supportingInformation",kingdom:"http://hl7.org/fhir/kingdom",sourceMaterialClass:"http://hl7.org/fhir/sourceMaterialClass",_polymer:"http://hl7.org/fhir/_polymer",insurance:"http://hl7.org/fhir/insurance",_handling:"http://hl7.org/fhir/_handling",supportingInfo:"http://hl7.org/fhir/supportingInfo",lifecycleStatus:"http://hl7.org/fhir/lifecycleStatus",_symptomConditionEffect:"http://hl7.org/fhir/_symptomConditionEffect",_fraction:"http://hl7.org/fhir/_fraction",language:"http://hl7.org/fhir/language",combining:"http://hl7.org/fhir/combining",country:"http://hl7.org/fhir/country",isExample:"http://hl7.org/fhir/isExample",_readHistory:"http://hl7.org/fhir/_readHistory",BundleLinkComponent:"http://hl7.org/fhir/BundleLinkComponent",currentLocation:"http://hl7.org/fhir/currentLocation",official:"http://hl7.org/fhir/official",_EncounterHistory:"http://hl7.org/fhir/_EncounterHistory",EvidenceVariableCategoryComponent:"http://hl7.org/fhir/EvidenceVariableCategoryComponent",_administeredBy:"http://hl7.org/fhir/_administeredBy",_ProductShelfLife:"http://hl7.org/fhir/_ProductShelfLife",SubstanceDefinitionMolecularWeightComponent:"http://hl7.org/fhir/SubstanceDefinitionMolecularWeightComponent",affectsState:"http://hl7.org/fhir/affectsState",notificationShape:"http://hl7.org/fhir/notificationShape",descriptionSummary:"http://hl7.org/fhir/descriptionSummary",_answerValueSet:"http://hl7.org/fhir/_answerValueSet",PractitionerRole:"http://hl7.org/fhir/PractitionerRole",_rationale:"http://hl7.org/fhir/_rationale",_ChargeItem:"http://hl7.org/fhir/_ChargeItem",_offer:"http://hl7.org/fhir/_offer",OperationDefinitionParameterReferencedFromComponent:"http://hl7.org/fhir/OperationDefinitionParameterReferencedFromComponent",singleUse:"http://hl7.org/fhir/singleUse",_exclude:"http://hl7.org/fhir/_exclude",fhirVersion:"http://hl7.org/fhir/fhirVersion",_nucleicAcid:"http://hl7.org/fhir/_nucleicAcid",CodeableConcept:"http://hl7.org/fhir/CodeableConcept",_Claim:"http://hl7.org/fhir/_Claim",_site:"http://hl7.org/fhir/_site",targetScope:"http://hl7.org/fhir/targetScope",_monthInterval:"http://hl7.org/fhir/_monthInterval",_monitoringProgram:"http://hl7.org/fhir/_monitoringProgram",mustHaveValue:"http://hl7.org/fhir/mustHaveValue",_interpreter:"http://hl7.org/fhir/_interpreter",SubscriptionStatus:"http://hl7.org/fhir/SubscriptionStatus",_productOrServiceEnd:"http://hl7.org/fhir/_productOrServiceEnd",doseQuantity:"http://hl7.org/fhir/doseQuantity",_prism:"http://hl7.org/fhir/_prism",highNumerator:"http://hl7.org/fhir/highNumerator",contentDefinition:"http://hl7.org/fhir/contentDefinition",due:"http://hl7.org/fhir/due",structureProfile:"http://hl7.org/fhir/structureProfile",_acceptLanguage:"http://hl7.org/fhir/_acceptLanguage",_RegulatedAuthorization:"http://hl7.org/fhir/_RegulatedAuthorization",authorType:"http://hl7.org/fhir/authorType",paymentIssuer:"http://hl7.org/fhir/paymentIssuer",clinicalTrial:"http://hl7.org/fhir/clinicalTrial",_parentSubstanceName:"http://hl7.org/fhir/_parentSubstanceName",_high:"http://hl7.org/fhir/_high",actorId:"http://hl7.org/fhir/actorId",_document:"http://hl7.org/fhir/_document",_marketPeriod:"http://hl7.org/fhir/_marketPeriod",_denominator:"http://hl7.org/fhir/_denominator",accessionIdentifier:"http://hl7.org/fhir/accessionIdentifier",VerificationResultPrimarySourceComponent:"http://hl7.org/fhir/VerificationResultPrimarySourceComponent",authored:"http://hl7.org/fhir/authored",serialNumber:"http://hl7.org/fhir/serialNumber",Consent:"http://hl7.org/fhir/Consent",_resourceType:"http://hl7.org/fhir/_resourceType",outcomeMeasure:"http://hl7.org/fhir/outcomeMeasure",purpose:"http://hl7.org/fhir/purpose",DiagnosticReportSupportingInfoComponent:"http://hl7.org/fhir/DiagnosticReportSupportingInfoComponent",Citation:"http://hl7.org/fhir/Citation",_serviced:"http://hl7.org/fhir/_serviced",performer:"http://hl7.org/fhir/performer",_stratifier:"http://hl7.org/fhir/_stratifier",InvoiceParticipantComponent:"http://hl7.org/fhir/InvoiceParticipantComponent",requiredBehavior:"http://hl7.org/fhir/requiredBehavior",_oralDiet:"http://hl7.org/fhir/_oralDiet",monday:"http://hl7.org/fhir/monday",MedicationRequestDispenseRequestComponent:"http://hl7.org/fhir/MedicationRequestDispenseRequestComponent",_subJurisdiction:"http://hl7.org/fhir/_subJurisdiction",_interactant:"http://hl7.org/fhir/_interactant",_admitSource:"http://hl7.org/fhir/_admitSource",TargetElement:"http://hl7.org/fhir/TargetElement",_given:"http://hl7.org/fhir/_given",_recorder:"http://hl7.org/fhir/_recorder",hasPart:"http://hl7.org/fhir/hasPart",_cancellationDate:"http://hl7.org/fhir/_cancellationDate",supplements:"http://hl7.org/fhir/supplements",constraint:"http://hl7.org/fhir/constraint",total:"http://hl7.org/fhir/total",outcome:"http://hl7.org/fhir/outcome",sampleSize:"http://hl7.org/fhir/sampleSize",ContributorshipSummary:"http://hl7.org/fhir/ContributorshipSummary",PrimitiveType:"http://hl7.org/fhir/PrimitiveType",caloricDensity:"http://hl7.org/fhir/caloricDensity",MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent:"http://hl7.org/fhir/MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent",_clinicalUseIssue:"http://hl7.org/fhir/_clinicalUseIssue",LinkageItemComponent:"http://hl7.org/fhir/LinkageItemComponent",AdministrableProductDefinitionRouteOfAdministrationComponent:"http://hl7.org/fhir/AdministrableProductDefinitionRouteOfAdministrationComponent",_conditionalUpdate:"http://hl7.org/fhir/_conditionalUpdate",_publisher:"http://hl7.org/fhir/_publisher",MolecularSequenceRelativeStartingSequenceComponent:"http://hl7.org/fhir/MolecularSequenceRelativeStartingSequenceComponent",_validator:"http://hl7.org/fhir/_validator",_inactive:"http://hl7.org/fhir/_inactive",AppointmentResponse:"http://hl7.org/fhir/AppointmentResponse",_molecularFormula:"http://hl7.org/fhir/_molecularFormula",payload:"http://hl7.org/fhir/payload",subSite:"http://hl7.org/fhir/subSite",_sort:"http://hl7.org/fhir/_sort",TestScriptOriginComponent:"http://hl7.org/fhir/TestScriptOriginComponent",_allergyIntolerance:"http://hl7.org/fhir/_allergyIntolerance",_identityCertificate:"http://hl7.org/fhir/_identityCertificate",_additional:"http://hl7.org/fhir/_additional",_assurance:"http://hl7.org/fhir/_assurance",_careManager:"http://hl7.org/fhir/_careManager",ImageRegion2D:"http://hl7.org/fhir/ImageRegion2D",forecastReason:"http://hl7.org/fhir/forecastReason",supplement:"http://hl7.org/fhir/supplement",_nutrient:"http://hl7.org/fhir/_nutrient",_sugar:"http://hl7.org/fhir/_sugar",entryReference:"http://hl7.org/fhir/entryReference",_citedMedium:"http://hl7.org/fhir/_citedMedium",MeasureSupplementalDataComponent:"http://hl7.org/fhir/MeasureSupplementalDataComponent",input:"http://hl7.org/fhir/input",ManufacturedItemDefinition:"http://hl7.org/fhir/ManufacturedItemDefinition",Prism:"http://hl7.org/fhir/Prism",GroupCharacteristicComponent:"http://hl7.org/fhir/GroupCharacteristicComponent",_qualifier:"http://hl7.org/fhir/_qualifier",GraphDefinition:"http://hl7.org/fhir/GraphDefinition",_BiologicallyDerivedProduct:"http://hl7.org/fhir/_BiologicallyDerivedProduct",_Procedure:"http://hl7.org/fhir/_Procedure",_receivedTime:"http://hl7.org/fhir/_receivedTime",quantity:"http://hl7.org/fhir/quantity",_linkId:"http://hl7.org/fhir/_linkId",ManufacturedItemDefinitionComponentComponentComponentComponent:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentComponentComponentComponent",_prescriber:"http://hl7.org/fhir/_prescriber",EvidenceReportSubjectCharacteristicComponent:"http://hl7.org/fhir/EvidenceReportSubjectCharacteristicComponent",hasSeverity:"http://hl7.org/fhir/hasSeverity",_estimate:"http://hl7.org/fhir/_estimate",certainty:"http://hl7.org/fhir/certainty",_billingStatus:"http://hl7.org/fhir/_billingStatus",ContactDetail:"http://hl7.org/fhir/ContactDetail",sessionKey:"http://hl7.org/fhir/sessionKey",calibration:"http://hl7.org/fhir/calibration",_literal:"http://hl7.org/fhir/_literal",ConditionDefinitionQuestionnaireComponent:"http://hl7.org/fhir/ConditionDefinitionQuestionnaireComponent",_dateTime:"http://hl7.org/fhir/_dateTime",CoverageEligibilityRequest:"http://hl7.org/fhir/CoverageEligibilityRequest",_repeatUnitAmountType:"http://hl7.org/fhir/_repeatUnitAmountType",pediatricUseIndicator:"http://hl7.org/fhir/pediatricUseIndicator",SampledData:"http://hl7.org/fhir/SampledData",attester:"http://hl7.org/fhir/attester",originatingAppointment:"http://hl7.org/fhir/originatingAppointment",progress:"http://hl7.org/fhir/progress",_frequencyMax:"http://hl7.org/fhir/_frequencyMax",measureScore:"http://hl7.org/fhir/measureScore",InsurancePlanCoverageComponent:"http://hl7.org/fhir/InsurancePlanCoverageComponent",Evidence:"http://hl7.org/fhir/Evidence",_operationalStatus:"http://hl7.org/fhir/_operationalStatus",ImagingSelectionPerformerComponent:"http://hl7.org/fhir/ImagingSelectionPerformerComponent",restriction:"http://hl7.org/fhir/restriction",_issues:"http://hl7.org/fhir/_issues",dose:"http://hl7.org/fhir/dose",_updateCreate:"http://hl7.org/fhir/_updateCreate",_supportingInfo:"http://hl7.org/fhir/_supportingInfo",warningOnly:"http://hl7.org/fhir/warningOnly",_coverage:"http://hl7.org/fhir/_coverage",informationSequence:"http://hl7.org/fhir/informationSequence",netContent:"http://hl7.org/fhir/netContent",representation:"http://hl7.org/fhir/representation",_typeMode:"http://hl7.org/fhir/_typeMode",subProperty:"http://hl7.org/fhir/subProperty",_subscription:"http://hl7.org/fhir/_subscription",Library:"http://hl7.org/fhir/Library",DeviceMetricCalibrationComponent:"http://hl7.org/fhir/DeviceMetricCalibrationComponent",implicated:"http://hl7.org/fhir/implicated",_actualGroup:"http://hl7.org/fhir/_actualGroup",_SubstanceProtein:"http://hl7.org/fhir/_SubstanceProtein",_capabilities:"http://hl7.org/fhir/_capabilities",_associatedParty:"http://hl7.org/fhir/_associatedParty",_supplementalData:"http://hl7.org/fhir/_supplementalData",_program:"http://hl7.org/fhir/_program",offeredIn:"http://hl7.org/fhir/offeredIn",TerminologyCapabilitiesCodeSystemComponent:"http://hl7.org/fhir/TerminologyCapabilitiesCodeSystemComponent",multipleBirth:"http://hl7.org/fhir/multipleBirth",_replacedSequence:"http://hl7.org/fhir/_replacedSequence",disclaimer:"http://hl7.org/fhir/disclaimer",InsurancePlan:"http://hl7.org/fhir/InsurancePlan",_installDate:"http://hl7.org/fhir/_installDate",_extends:"http://hl7.org/fhir/_extends",fundsReserve:"http://hl7.org/fhir/fundsReserve",assigner:"http://hl7.org/fhir/assigner",SpecimenProcessingComponent:"http://hl7.org/fhir/SpecimenProcessingComponent",occurred:"http://hl7.org/fhir/occurred",_lockedDate:"http://hl7.org/fhir/_lockedDate",GenomicStudyAnalysisPerformerComponent:"http://hl7.org/fhir/GenomicStudyAnalysisPerformerComponent",_lowNumerator:"http://hl7.org/fhir/_lowNumerator",_classifier:"http://hl7.org/fhir/_classifier",resultsInterpreter:"http://hl7.org/fhir/resultsInterpreter",_limit:"http://hl7.org/fhir/_limit",_serviceProvider:"http://hl7.org/fhir/_serviceProvider",patientInstruction:"http://hl7.org/fhir/patientInstruction",binding:"http://hl7.org/fhir/binding",recurrenceType:"http://hl7.org/fhir/recurrenceType",during:"http://hl7.org/fhir/during",capability:"http://hl7.org/fhir/capability",Substance:"http://hl7.org/fhir/Substance",suspectEntity:"http://hl7.org/fhir/suspectEntity",QuestionnaireItemInitialComponent:"http://hl7.org/fhir/QuestionnaireItemInitialComponent",occurrenceDate:"http://hl7.org/fhir/occurrenceDate",monthlyTemplate:"http://hl7.org/fhir/monthlyTemplate",supportingInformation:"http://hl7.org/fhir/supportingInformation",authorizationRequired:"http://hl7.org/fhir/authorizationRequired",_versionReference:"http://hl7.org/fhir/_versionReference",ImmunizationRecommendationRecommendationComponent:"http://hl7.org/fhir/ImmunizationRecommendationRecommendationComponent",_measurementPoint:"http://hl7.org/fhir/_measurementPoint",batch:"http://hl7.org/fhir/batch",_include:"http://hl7.org/fhir/_include",ValueSetComposeIncludeFilterComponent:"http://hl7.org/fhir/ValueSetComposeIncludeFilterComponent",subcomponent:"http://hl7.org/fhir/subcomponent",_DetectedIssue:"http://hl7.org/fhir/_DetectedIssue",_GuidanceResponse:"http://hl7.org/fhir/_GuidanceResponse",_participantType:"http://hl7.org/fhir/_participantType",_division:"http://hl7.org/fhir/_division",_section:"http://hl7.org/fhir/_section",_MedicationAdministration:"http://hl7.org/fhir/_MedicationAdministration",_outcomeMeasure:"http://hl7.org/fhir/_outcomeMeasure",PackagingDistributor:"http://hl7.org/fhir/PackagingDistributor",_serviceType:"http://hl7.org/fhir/_serviceType",_subjectReport:"http://hl7.org/fhir/_subjectReport",_initialFill:"http://hl7.org/fhir/_initialFill",_administrableDoseForm:"http://hl7.org/fhir/_administrableDoseForm",areaOfHybridisation:"http://hl7.org/fhir/areaOfHybridisation",subjectType:"http://hl7.org/fhir/subjectType",device:"http://hl7.org/fhir/device",AddedItem:"http://hl7.org/fhir/AddedItem",_region:"http://hl7.org/fhir/_region",MedicationKnowledgeRegulatorySubstitutionComponent:"http://hl7.org/fhir/MedicationKnowledgeRegulatorySubstitutionComponent",MeasureReportGroupComponent:"http://hl7.org/fhir/MeasureReportGroupComponent",_accident:"http://hl7.org/fhir/_accident",endRelationship:"http://hl7.org/fhir/endRelationship",structure:"http://hl7.org/fhir/structure",_library:"http://hl7.org/fhir/_library",_descriptionSummary:"http://hl7.org/fhir/_descriptionSummary",baseCitation:"http://hl7.org/fhir/baseCitation",definitionId:"http://hl7.org/fhir/definitionId",_coordinateSystem:"http://hl7.org/fhir/_coordinateSystem",characteristicType:"http://hl7.org/fhir/characteristicType",_entry:"http://hl7.org/fhir/_entry",imageRegion2D:"http://hl7.org/fhir/imageRegion2D",_DeviceDefinition:"http://hl7.org/fhir/_DeviceDefinition",conclusionCode:"http://hl7.org/fhir/conclusionCode",BiologicallyDerivedProductDispensePerformerComponent:"http://hl7.org/fhir/BiologicallyDerivedProductDispensePerformerComponent",_caloricDensity:"http://hl7.org/fhir/_caloricDensity",ManufacturedItemDefinitionComponentComponent:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentComponent",_focal:"http://hl7.org/fhir/_focal",indication:"http://hl7.org/fhir/indication",_AllergyIntolerance:"http://hl7.org/fhir/_AllergyIntolerance",_publishedIn:"http://hl7.org/fhir/_publishedIn",partOf:"http://hl7.org/fhir/partOf",_initialSelected:"http://hl7.org/fhir/_initialSelected",_key:"http://hl7.org/fhir/_key",backCurve:"http://hl7.org/fhir/backCurve",_path:"http://hl7.org/fhir/_path",definitionUri:"http://hl7.org/fhir/definitionUri",ExplanationOfBenefitItemReviewOutcomeComponent:"http://hl7.org/fhir/ExplanationOfBenefitItemReviewOutcomeComponent",DetectedIssueMitigationComponent:"http://hl7.org/fhir/DetectedIssueMitigationComponent",_lastOccurrenceDate:"http://hl7.org/fhir/_lastOccurrenceDate",_enableWhen:"http://hl7.org/fhir/_enableWhen",time:"http://hl7.org/fhir/time",MedicinalProductDefinitionNameUsageComponent:"http://hl7.org/fhir/MedicinalProductDefinitionNameUsageComponent",ChargeItemDefinitionApplicabilityComponent:"http://hl7.org/fhir/ChargeItemDefinitionApplicabilityComponent",InventoryItemCharacteristicComponent:"http://hl7.org/fhir/InventoryItemCharacteristicComponent",_dischargeDisposition:"http://hl7.org/fhir/_dischargeDisposition",isModifierReason:"http://hl7.org/fhir/isModifierReason",StructureDefinitionContextComponent:"http://hl7.org/fhir/StructureDefinitionContextComponent",_forecastReason:"http://hl7.org/fhir/_forecastReason",SubstanceDefinitionMoietyComponent:"http://hl7.org/fhir/SubstanceDefinitionMoietyComponent",_step:"http://hl7.org/fhir/_step",rest:"http://hl7.org/fhir/rest",issuer:"http://hl7.org/fhir/issuer",_nutritionProduct:"http://hl7.org/fhir/_nutritionProduct",SubstancePolymer:"http://hl7.org/fhir/SubstancePolymer",ValueSetComposeComponent:"http://hl7.org/fhir/ValueSetComposeComponent",_doseNumber:"http://hl7.org/fhir/_doseNumber",SubstanceDefinitionNameComponent:"http://hl7.org/fhir/SubstanceDefinitionNameComponent",derivedFromUri:"http://hl7.org/fhir/derivedFromUri",_startParam:"http://hl7.org/fhir/_startParam",_attribute:"http://hl7.org/fhir/_attribute",_extraDetails:"http://hl7.org/fhir/_extraDetails",_accessionIdentifier:"http://hl7.org/fhir/_accessionIdentifier",_entryReference:"http://hl7.org/fhir/_entryReference",Parameters:"http://hl7.org/fhir/Parameters",ChargeItem:"http://hl7.org/fhir/ChargeItem",_uid:"http://hl7.org/fhir/_uid",chain:"http://hl7.org/fhir/chain",_bodySite:"http://hl7.org/fhir/_bodySite",qualification:"http://hl7.org/fhir/qualification",yearInterval:"http://hl7.org/fhir/yearInterval",_developmentStage:"http://hl7.org/fhir/_developmentStage",riskAdjustment:"http://hl7.org/fhir/riskAdjustment",_estimatedAge:"http://hl7.org/fhir/_estimatedAge",RequirementsStatementComponent:"http://hl7.org/fhir/RequirementsStatementComponent",_intendedRoute:"http://hl7.org/fhir/_intendedRoute",score:"http://hl7.org/fhir/score",DeviceRequestParameterComponent:"http://hl7.org/fhir/DeviceRequestParameterComponent",_diseaseSymptomProcedure:"http://hl7.org/fhir/_diseaseSymptomProcedure",_validationProcess:"http://hl7.org/fhir/_validationProcess",ExampleScenarioProcessComponent:"http://hl7.org/fhir/ExampleScenarioProcessComponent",_timestamp:"http://hl7.org/fhir/_timestamp",supportedProfile:"http://hl7.org/fhir/supportedProfile",TestReportSetupActionAssertComponent:"http://hl7.org/fhir/TestReportSetupActionAssertComponent",_label:"http://hl7.org/fhir/_label",_preparationInstruction:"http://hl7.org/fhir/_preparationInstruction",InventoryItemResponsibleOrganizationComponent:"http://hl7.org/fhir/InventoryItemResponsibleOrganizationComponent",informationType:"http://hl7.org/fhir/informationType",BodyStructureIncludedStructure:"http://hl7.org/fhir/BodyStructureIncludedStructure",_requesterLinkId:"http://hl7.org/fhir/_requesterLinkId",PlanDefinition:"http://hl7.org/fhir/PlanDefinition",postConditions:"http://hl7.org/fhir/postConditions",EvidenceVariableDefinitionComponent:"http://hl7.org/fhir/EvidenceVariableDefinitionComponent",_meaningWhenMissing:"http://hl7.org/fhir/_meaningWhenMissing",DeviceDispense:"http://hl7.org/fhir/DeviceDispense",_modelCharacteristic:"http://hl7.org/fhir/_modelCharacteristic",SetupAction:"http://hl7.org/fhir/SetupAction",_studyDesign:"http://hl7.org/fhir/_studyDesign",_analysis:"http://hl7.org/fhir/_analysis",insurancePlan:"http://hl7.org/fhir/insurancePlan",communicationRequest:"http://hl7.org/fhir/communicationRequest",specialty:"http://hl7.org/fhir/specialty",_artifact:"http://hl7.org/fhir/_artifact",chargeItemCode:"http://hl7.org/fhir/chargeItemCode",actuality:"http://hl7.org/fhir/actuality",_maxParticipants:"http://hl7.org/fhir/_maxParticipants",_Basic:"http://hl7.org/fhir/_Basic",_example:"http://hl7.org/fhir/_example",_representation:"http://hl7.org/fhir/_representation",telecom:"http://hl7.org/fhir/telecom",EvidenceCertaintyComponentCertaintyCertainty:"http://hl7.org/fhir/EvidenceCertaintyComponentCertaintyCertainty",_lastPerformed:"http://hl7.org/fhir/_lastPerformed",_legalState:"http://hl7.org/fhir/_legalState",_preAuthPeriod:"http://hl7.org/fhir/_preAuthPeriod",GraphDefinitionLinkComponent:"http://hl7.org/fhir/GraphDefinitionLinkComponent",workflow:"http://hl7.org/fhir/workflow",_incomplete:"http://hl7.org/fhir/_incomplete",_sphere:"http://hl7.org/fhir/_sphere",_substanceDefinition:"http://hl7.org/fhir/_substanceDefinition",informationSource:"http://hl7.org/fhir/informationSource",_periodUnit:"http://hl7.org/fhir/_periodUnit",paymentIdentifier:"http://hl7.org/fhir/paymentIdentifier",stratifier:"http://hl7.org/fhir/stratifier",pause:"http://hl7.org/fhir/pause",_isActive:"http://hl7.org/fhir/_isActive",_synonym:"http://hl7.org/fhir/_synonym",_manifestation:"http://hl7.org/fhir/_manifestation",_control:"http://hl7.org/fhir/_control",RegulatedAuthorizationCaseComponentCase:"http://hl7.org/fhir/RegulatedAuthorizationCaseComponentCase",dosageInstruction:"http://hl7.org/fhir/dosageInstruction",_implicitRules:"http://hl7.org/fhir/_implicitRules",AvailabilityAvailableTimeComponent:"http://hl7.org/fhir/AvailabilityAvailableTimeComponent",SpecimenCollectionComponent:"http://hl7.org/fhir/SpecimenCollectionComponent",regulatoryAuthority:"http://hl7.org/fhir/regulatoryAuthority",_EnrollmentRequest:"http://hl7.org/fhir/_EnrollmentRequest",hash:"http://hl7.org/fhir/hash",marketDistribution:"http://hl7.org/fhir/marketDistribution",countType:"http://hl7.org/fhir/countType",_documentation:"http://hl7.org/fhir/_documentation",association:"http://hl7.org/fhir/association",_intendedJurisdiction:"http://hl7.org/fhir/_intendedJurisdiction",_recurrenceType:"http://hl7.org/fhir/_recurrenceType",when:"http://hl7.org/fhir/when",form:"http://hl7.org/fhir/form",_complete:"http://hl7.org/fhir/_complete",_shortDoco:"http://hl7.org/fhir/_shortDoco",differential:"http://hl7.org/fhir/differential",_occurrenceDate:"http://hl7.org/fhir/_occurrenceDate",additional:"http://hl7.org/fhir/additional",canonical:"http://hl7.org/fhir/canonical",_actualComparisonGroup:"http://hl7.org/fhir/_actualComparisonGroup",_requestor:"http://hl7.org/fhir/_requestor",CommunicationPayloadComponent:"http://hl7.org/fhir/CommunicationPayloadComponent",AccountDiagnosisComponent:"http://hl7.org/fhir/AccountDiagnosisComponent",_doseStatus:"http://hl7.org/fhir/_doseStatus",TestScriptTestComponent:"http://hl7.org/fhir/TestScriptTestComponent",TaskOutputComponent:"http://hl7.org/fhir/TaskOutputComponent",MeasureReport:"http://hl7.org/fhir/MeasureReport",producedFrom:"http://hl7.org/fhir/producedFrom",tuesday:"http://hl7.org/fhir/tuesday",_sourceReference:"http://hl7.org/fhir/_sourceReference",crossReference:"http://hl7.org/fhir/crossReference",_Composition:"http://hl7.org/fhir/_Composition",subdetailSequence:"http://hl7.org/fhir/subdetailSequence",_definitionReference:"http://hl7.org/fhir/_definitionReference",supplier:"http://hl7.org/fhir/supplier",inputPopulationId:"http://hl7.org/fhir/inputPopulationId",CarePlan:"http://hl7.org/fhir/CarePlan",clinicalStatus:"http://hl7.org/fhir/clinicalStatus",measurementType:"http://hl7.org/fhir/measurementType",ImplementationGuideDefinitionGroupingComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionGroupingComponent",_fundingSource:"http://hl7.org/fhir/_fundingSource",_immunizationEvent:"http://hl7.org/fhir/_immunizationEvent",ClaimResponseEventComponent:"http://hl7.org/fhir/ClaimResponseEventComponent",statement:"http://hl7.org/fhir/statement",ImageRegion3D:"http://hl7.org/fhir/ImageRegion3D",_item:"http://hl7.org/fhir/_item",_repeatUnit:"http://hl7.org/fhir/_repeatUnit",startingMaterial:"http://hl7.org/fhir/startingMaterial",_temperatureQualifier:"http://hl7.org/fhir/_temperatureQualifier",dosingGuideline:"http://hl7.org/fhir/dosingGuideline",_serviceCategory:"http://hl7.org/fhir/_serviceCategory",_rate:"http://hl7.org/fhir/_rate",_filterDefinition:"http://hl7.org/fhir/_filterDefinition",prescriber:"http://hl7.org/fhir/prescriber",oid:"http://hl7.org/fhir/oid",_attachment:"http://hl7.org/fhir/_attachment",_sourceAttachment:"http://hl7.org/fhir/_sourceAttachment",_materialType:"http://hl7.org/fhir/_materialType",target:"http://hl7.org/fhir/target",_valueCategory:"http://hl7.org/fhir/_valueCategory",_requestMethod:"http://hl7.org/fhir/_requestMethod",linkage:"http://hl7.org/fhir/linkage",DeviceUdiCarrierComponent:"http://hl7.org/fhir/DeviceUdiCarrierComponent",TerminologyCapabilitiesClosureComponent:"http://hl7.org/fhir/TerminologyCapabilitiesClosureComponent",_conclusionCode:"http://hl7.org/fhir/_conclusionCode",_div:"http://hl7.org/fhir/_div",processingMode:"http://hl7.org/fhir/processingMode",_rule:"http://hl7.org/fhir/_rule",StructureMap:"http://hl7.org/fhir/StructureMap",_molecularFormulaByMoiety:"http://hl7.org/fhir/_molecularFormulaByMoiety",firstDose:"http://hl7.org/fhir/firstDose",BundleEntryResponseComponent:"http://hl7.org/fhir/BundleEntryResponseComponent",structureVersion:"http://hl7.org/fhir/structureVersion",alias:"http://hl7.org/fhir/alias",_programCode:"http://hl7.org/fhir/_programCode",_resultForDelete:"http://hl7.org/fhir/_resultForDelete",grantee:"http://hl7.org/fhir/grantee",_effectiveTime:"http://hl7.org/fhir/_effectiveTime",definitionCodeableConcept:"http://hl7.org/fhir/definitionCodeableConcept",Property:"http://hl7.org/fhir/Property",entryClassifier:"http://hl7.org/fhir/entryClassifier",_combining:"http://hl7.org/fhir/_combining",paternalOrganismName:"http://hl7.org/fhir/paternalOrganismName",_asset:"http://hl7.org/fhir/_asset",PaymentReconciliationAllocationComponent:"http://hl7.org/fhir/PaymentReconciliationAllocationComponent",_part:"http://hl7.org/fhir/_part",actor:"http://hl7.org/fhir/actor",_isExample:"http://hl7.org/fhir/_isExample",navigationLinks:"http://hl7.org/fhir/navigationLinks",availability:"http://hl7.org/fhir/availability",_specimen:"http://hl7.org/fhir/_specimen",term:"http://hl7.org/fhir/term",notAvailableTime:"http://hl7.org/fhir/notAvailableTime",specimenRequirement:"http://hl7.org/fhir/specimenRequirement",answer:"http://hl7.org/fhir/answer",_citation:"http://hl7.org/fhir/_citation",patient:"http://hl7.org/fhir/patient",suppress:"http://hl7.org/fhir/suppress",additionalUse:"http://hl7.org/fhir/additionalUse",_maxDosePerLifetime:"http://hl7.org/fhir/_maxDosePerLifetime",Distance:"http://hl7.org/fhir/Distance",_primarySource:"http://hl7.org/fhir/_primarySource",_opticalActivity:"http://hl7.org/fhir/_opticalActivity",_multipleOr:"http://hl7.org/fhir/_multipleOr",_specialMeasures:"http://hl7.org/fhir/_specialMeasures",usageReason:"http://hl7.org/fhir/usageReason",GoalTargetComponent:"http://hl7.org/fhir/GoalTargetComponent",measure:"http://hl7.org/fhir/measure",contributionType:"http://hl7.org/fhir/contributionType",modelNumber:"http://hl7.org/fhir/modelNumber",_derivedFromUri:"http://hl7.org/fhir/_derivedFromUri",_method:"http://hl7.org/fhir/_method",effectiveDate:"http://hl7.org/fhir/effectiveDate",_servicePeriod:"http://hl7.org/fhir/_servicePeriod",asNeededFor:"http://hl7.org/fhir/asNeededFor",ExplanationOfBenefit:"http://hl7.org/fhir/ExplanationOfBenefit",_add:"http://hl7.org/fhir/_add",_cancelledReason:"http://hl7.org/fhir/_cancelledReason",orderMeaning:"http://hl7.org/fhir/orderMeaning",testCase:"http://hl7.org/fhir/testCase",net:"http://hl7.org/fhir/net",VerificationResultAttestationComponent:"http://hl7.org/fhir/VerificationResultAttestationComponent",_class:"http://hl7.org/fhir/_class",claim:"http://hl7.org/fhir/claim",Flag:"http://hl7.org/fhir/Flag",_riskAdjustment:"http://hl7.org/fhir/_riskAdjustment",_compareToSourceExpression:"http://hl7.org/fhir/_compareToSourceExpression",_notificationEvent:"http://hl7.org/fhir/_notificationEvent",guideline:"http://hl7.org/fhir/guideline",amount:"http://hl7.org/fhir/amount",_dateFilter:"http://hl7.org/fhir/_dateFilter",_statisticType:"http://hl7.org/fhir/_statisticType",genus:"http://hl7.org/fhir/genus",_MessageHeader:"http://hl7.org/fhir/_MessageHeader",_administrationTreatment:"http://hl7.org/fhir/_administrationTreatment",_country:"http://hl7.org/fhir/_country",insurer:"http://hl7.org/fhir/insurer",DeviceDefinitionLinkComponent:"http://hl7.org/fhir/DeviceDefinitionLinkComponent",container:"http://hl7.org/fhir/container",_params:"http://hl7.org/fhir/_params",Goal:"http://hl7.org/fhir/Goal",lockedDate:"http://hl7.org/fhir/lockedDate",symptomConditionEffect:"http://hl7.org/fhir/symptomConditionEffect",referenceStrength:"http://hl7.org/fhir/referenceStrength",interval:"http://hl7.org/fhir/interval",_compartment:"http://hl7.org/fhir/_compartment",classifier:"http://hl7.org/fhir/classifier",PackagedProductDefinitionPackagingPropertyComponent:"http://hl7.org/fhir/PackagedProductDefinitionPackagingPropertyComponent",setup:"http://hl7.org/fhir/setup",_areaOfHybridisation:"http://hl7.org/fhir/_areaOfHybridisation",maxLength:"http://hl7.org/fhir/maxLength",publisherLocation:"http://hl7.org/fhir/publisherLocation",RelatedPerson:"http://hl7.org/fhir/RelatedPerson",_storageTempRequirements:"http://hl7.org/fhir/_storageTempRequirements",_Organization:"http://hl7.org/fhir/_Organization",_postConditions:"http://hl7.org/fhir/_postConditions",_DeviceDispense:"http://hl7.org/fhir/_DeviceDispense",state:"http://hl7.org/fhir/state",SubstanceDefinitionSourceMaterialComponent:"http://hl7.org/fhir/SubstanceDefinitionSourceMaterialComponent",_aggregate:"http://hl7.org/fhir/_aggregate",fluidConsistencyType:"http://hl7.org/fhir/fluidConsistencyType",MoneyQuantity:"http://hl7.org/fhir/MoneyQuantity",_specificCost:"http://hl7.org/fhir/_specificCost",_organismId:"http://hl7.org/fhir/_organismId",StructureMapGroupInputComponent:"http://hl7.org/fhir/StructureMapGroupInputComponent",_check:"http://hl7.org/fhir/_check",_chargeItemCode:"http://hl7.org/fhir/_chargeItemCode",ownedBy:"http://hl7.org/fhir/ownedBy",_participantStatus:"http://hl7.org/fhir/_participantStatus",_baseFormulaType:"http://hl7.org/fhir/_baseFormulaType",shelfLifeStorage:"http://hl7.org/fhir/shelfLifeStorage",authorizingPrescription:"http://hl7.org/fhir/authorizingPrescription",protein:"http://hl7.org/fhir/protein",connectivity:"http://hl7.org/fhir/connectivity",information:"http://hl7.org/fhir/information",DeviceDefinitionVersionComponent:"http://hl7.org/fhir/DeviceDefinitionVersionComponent",AdverseEvent:"http://hl7.org/fhir/AdverseEvent",_originRelationshipType:"http://hl7.org/fhir/_originRelationshipType",definitionExpression:"http://hl7.org/fhir/definitionExpression",ServiceRequestOrderDetailParameterComponent:"http://hl7.org/fhir/ServiceRequestOrderDetailParameterComponent",TestPlan:"http://hl7.org/fhir/TestPlan",requestProvider:"http://hl7.org/fhir/requestProvider",_formatted:"http://hl7.org/fhir/_formatted",NutritionProduct:"http://hl7.org/fhir/NutritionProduct",ActorDefinition:"http://hl7.org/fhir/ActorDefinition",RegulatedAuthorization:"http://hl7.org/fhir/RegulatedAuthorization",_facility:"http://hl7.org/fhir/_facility",sourceDocument:"http://hl7.org/fhir/sourceDocument",_morphology:"http://hl7.org/fhir/_morphology",_kind:"http://hl7.org/fhir/_kind",color:"http://hl7.org/fhir/color",_bounds:"http://hl7.org/fhir/_bounds",snapshot:"http://hl7.org/fhir/snapshot",SpecimenContainerComponent:"http://hl7.org/fhir/SpecimenContainerComponent",unsignedInt:"http://hl7.org/fhir/unsignedInt",MedicationKnowledgeMedicineClassificationComponent:"http://hl7.org/fhir/MedicationKnowledgeMedicineClassificationComponent",ImmunizationProgramEligibilityComponent:"http://hl7.org/fhir/ImmunizationProgramEligibilityComponent",_dose:"http://hl7.org/fhir/_dose",useBy:"http://hl7.org/fhir/useBy",_start:"http://hl7.org/fhir/_start",_import:"http://hl7.org/fhir/_import",TaskPerformerComponent:"http://hl7.org/fhir/TaskPerformerComponent",grantor:"http://hl7.org/fhir/grantor",_purpose:"http://hl7.org/fhir/_purpose",benefit:"http://hl7.org/fhir/benefit",contributorship:"http://hl7.org/fhir/contributorship",PlanDefinitionActionDynamicValueComponent:"http://hl7.org/fhir/PlanDefinitionActionDynamicValueComponent",ImagingStudySeriesComponent:"http://hl7.org/fhir/ImagingStudySeriesComponent",programStatus:"http://hl7.org/fhir/programStatus",_evidence:"http://hl7.org/fhir/_evidence",ClinicalUseDefinitionInteractionInteractantComponent:"http://hl7.org/fhir/ClinicalUseDefinitionInteractionInteractantComponent",_highNumerator:"http://hl7.org/fhir/_highNumerator",ChargeItemDefinitionPropertyGroupComponent:"http://hl7.org/fhir/ChargeItemDefinitionPropertyGroupComponent",boolean:"http://hl7.org/fhir/boolean",PackagedProductDefinitionProperty:"http://hl7.org/fhir/PackagedProductDefinitionProperty",_Group:"http://hl7.org/fhir/_Group",_media:"http://hl7.org/fhir/_media",hasStage:"http://hl7.org/fhir/hasStage",TestReportSetupActionAssertRequirementComponent:"http://hl7.org/fhir/TestReportSetupActionAssertRequirementComponent",_onBehalfOf:"http://hl7.org/fhir/_onBehalfOf",SubstanceReferenceInformationGeneElementComponent:"http://hl7.org/fhir/SubstanceReferenceInformationGeneElementComponent",maxCount:"http://hl7.org/fhir/maxCount",enableWhen:"http://hl7.org/fhir/enableWhen",regulator:"http://hl7.org/fhir/regulator",_medicineClassification:"http://hl7.org/fhir/_medicineClassification",imageRegion3D:"http://hl7.org/fhir/imageRegion3D",_source:"http://hl7.org/fhir/_source",_hoursOfOperation:"http://hl7.org/fhir/_hoursOfOperation",admission:"http://hl7.org/fhir/admission",extension:"http://hl7.org/fhir/extension",_reAdmission:"http://hl7.org/fhir/_reAdmission",integer64:"http://hl7.org/fhir/integer64",_Task:"http://hl7.org/fhir/_Task",HealthcareService:"http://hl7.org/fhir/HealthcareService",_Appointment:"http://hl7.org/fhir/_Appointment",_crossReference:"http://hl7.org/fhir/_crossReference",_hasPart:"http://hl7.org/fhir/_hasPart",_executionPeriod:"http://hl7.org/fhir/_executionPeriod",Expression:"http://hl7.org/fhir/Expression",Class:"http://hl7.org/fhir/Class",_operation:"http://hl7.org/fhir/_operation",_adjustmentReason:"http://hl7.org/fhir/_adjustmentReason",notConsumed:"http://hl7.org/fhir/notConsumed",relativePath:"http://hl7.org/fhir/relativePath",ImplementationGuideDefinitionComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionComponent",geneSequenceOrigin:"http://hl7.org/fhir/geneSequenceOrigin",level:"http://hl7.org/fhir/level",TestReportTestComponent:"http://hl7.org/fhir/TestReportTestComponent",doseNumber:"http://hl7.org/fhir/doseNumber",ParametersParameterComponentParameterParameter:"http://hl7.org/fhir/ParametersParameterComponentParameterParameter",age:"http://hl7.org/fhir/age",_payload:"http://hl7.org/fhir/_payload",entityRelatedness:"http://hl7.org/fhir/entityRelatedness",startParam:"http://hl7.org/fhir/startParam",_intraspecificDescription:"http://hl7.org/fhir/_intraspecificDescription",_clinicalStatus:"http://hl7.org/fhir/_clinicalStatus",_compositeScoring:"http://hl7.org/fhir/_compositeScoring",jurisdiction:"http://hl7.org/fhir/jurisdiction",Exemption:"http://hl7.org/fhir/Exemption",_requestHeader:"http://hl7.org/fhir/_requestHeader",_certainty:"http://hl7.org/fhir/_certainty",connectionType:"http://hl7.org/fhir/connectionType",_groupingBehavior:"http://hl7.org/fhir/_groupingBehavior",_translations:"http://hl7.org/fhir/_translations",photo:"http://hl7.org/fhir/photo",multipleAnd:"http://hl7.org/fhir/multipleAnd",_gender:"http://hl7.org/fhir/_gender",_coding:"http://hl7.org/fhir/_coding",_system:"http://hl7.org/fhir/_system",_Slot:"http://hl7.org/fhir/_Slot",freeToShare:"http://hl7.org/fhir/freeToShare",ElementDefinitionMappingComponent:"http://hl7.org/fhir/ElementDefinitionMappingComponent",copackagedIndicator:"http://hl7.org/fhir/copackagedIndicator",precheckBehavior:"http://hl7.org/fhir/precheckBehavior",map:"http://hl7.org/fhir/map",additionalInfo:"http://hl7.org/fhir/additionalInfo",preConditions:"http://hl7.org/fhir/preConditions",numberOfSubunits:"http://hl7.org/fhir/numberOfSubunits",numberOfEvents:"http://hl7.org/fhir/numberOfEvents",_sender:"http://hl7.org/fhir/_sender",_validCodedValueSet:"http://hl7.org/fhir/_validCodedValueSet",_referenceInformation:"http://hl7.org/fhir/_referenceInformation",longitude:"http://hl7.org/fhir/longitude",_contentDerivative:"http://hl7.org/fhir/_contentDerivative",_reportedDateTime:"http://hl7.org/fhir/_reportedDateTime",Primitive:"http://hl7.org/fhir/Primitive",_processingMode:"http://hl7.org/fhir/_processingMode",_composition:"http://hl7.org/fhir/_composition",_width:"http://hl7.org/fhir/_width",_valueAlternatives:"http://hl7.org/fhir/_valueAlternatives",hint:"http://hl7.org/fhir/hint",license:"http://hl7.org/fhir/license",created:"http://hl7.org/fhir/created",expectedInResearchStudy:"http://hl7.org/fhir/expectedInResearchStudy",originalPrescription:"http://hl7.org/fhir/originalPrescription",scoring:"http://hl7.org/fhir/scoring",ClinicalUseDefinitionInteractionComponent:"http://hl7.org/fhir/ClinicalUseDefinitionInteractionComponent",PlanDefinitionActorComponent:"http://hl7.org/fhir/PlanDefinitionActorComponent",subjectStatus:"http://hl7.org/fhir/subjectStatus",_qualitativeRisk:"http://hl7.org/fhir/_qualitativeRisk",_header:"http://hl7.org/fhir/_header",recurrenceId:"http://hl7.org/fhir/recurrenceId",_author:"http://hl7.org/fhir/_author",responsibleOrganization:"http://hl7.org/fhir/responsibleOrganization",TriggerDefinition:"http://hl7.org/fhir/TriggerDefinition",_BackboneElement:"http://hl7.org/fhir/_BackboneElement",_offeredIn:"http://hl7.org/fhir/_offeredIn",_accessionNumber:"http://hl7.org/fhir/_accessionNumber",legalState:"http://hl7.org/fhir/legalState",incomplete:"http://hl7.org/fhir/incomplete",CodeableReference:"http://hl7.org/fhir/CodeableReference",activity:"http://hl7.org/fhir/activity",availableEndTime:"http://hl7.org/fhir/availableEndTime",mimeType:"http://hl7.org/fhir/mimeType",NutritionOrderEnteralFormulaAdministrationComponent:"http://hl7.org/fhir/NutritionOrderEnteralFormulaAdministrationComponent",periodUnit:"http://hl7.org/fhir/periodUnit",EvidenceReportRelatesToComponent:"http://hl7.org/fhir/EvidenceReportRelatesToComponent",SubstanceDefinition:"http://hl7.org/fhir/SubstanceDefinition",_useContext:"http://hl7.org/fhir/_useContext",_instantiatesUri:"http://hl7.org/fhir/_instantiatesUri",authorizationUrl:"http://hl7.org/fhir/authorizationUrl",contributedToDeath:"http://hl7.org/fhir/contributedToDeath",confidentialityIndicator:"http://hl7.org/fhir/confidentialityIndicator",_diagnosisSequence:"http://hl7.org/fhir/_diagnosisSequence",selectionBehavior:"http://hl7.org/fhir/selectionBehavior",_time:"http://hl7.org/fhir/_time",addresses:"http://hl7.org/fhir/addresses",_dataRequirement:"http://hl7.org/fhir/_dataRequirement",CapabilityStatementRestResourceComponent:"http://hl7.org/fhir/CapabilityStatementRestResourceComponent",_lineItem:"http://hl7.org/fhir/_lineItem",_InventoryReport:"http://hl7.org/fhir/_InventoryReport",_copyright:"http://hl7.org/fhir/_copyright",_Substance:"http://hl7.org/fhir/_Substance",_timing:"http://hl7.org/fhir/_timing",wasSubstituted:"http://hl7.org/fhir/wasSubstituted",aggregation:"http://hl7.org/fhir/aggregation",_authorDescription:"http://hl7.org/fhir/_authorDescription",_filter:"http://hl7.org/fhir/_filter",MedicinalProductDefinitionOperationComponent:"http://hl7.org/fhir/MedicinalProductDefinitionOperationComponent",_defaultValue:"http://hl7.org/fhir/_defaultValue",StructureMapStructureComponent:"http://hl7.org/fhir/StructureMapStructureComponent",recipient:"http://hl7.org/fhir/recipient",_lotNumber:"http://hl7.org/fhir/_lotNumber",QuestionnaireItemAnswerOptionComponent:"http://hl7.org/fhir/QuestionnaireItemAnswerOptionComponent",applies:"http://hl7.org/fhir/applies",caseSensitive:"http://hl7.org/fhir/caseSensitive",subtype:"http://hl7.org/fhir/subtype",_field:"http://hl7.org/fhir/_field",_hasIngredient:"http://hl7.org/fhir/_hasIngredient",strength:"http://hl7.org/fhir/strength",linkId:"http://hl7.org/fhir/linkId",StructureMapGroupRuleTargetComponent:"http://hl7.org/fhir/StructureMapGroupRuleTargetComponent",_resultingEffect:"http://hl7.org/fhir/_resultingEffect",altitude:"http://hl7.org/fhir/altitude",phase:"http://hl7.org/fhir/phase",_numberOfRepeatsAllowed:"http://hl7.org/fhir/_numberOfRepeatsAllowed",groupSize:"http://hl7.org/fhir/groupSize",_oligoNucleotideType:"http://hl7.org/fhir/_oligoNucleotideType",doseStatus:"http://hl7.org/fhir/doseStatus",directnessMatch:"http://hl7.org/fhir/directnessMatch",AppointmentParticipantComponent:"http://hl7.org/fhir/AppointmentParticipantComponent",_continuous:"http://hl7.org/fhir/_continuous",_dispenseInterval:"http://hl7.org/fhir/_dispenseInterval",stage:"http://hl7.org/fhir/stage",associatedMedication:"http://hl7.org/fhir/associatedMedication",dateOfDiagnosis:"http://hl7.org/fhir/dateOfDiagnosis",_actualPeriod:"http://hl7.org/fhir/_actualPeriod",ValueSet:"http://hl7.org/fhir/ValueSet",lastOccurrence:"http://hl7.org/fhir/lastOccurrence",disulfideLinkage:"http://hl7.org/fhir/disulfideLinkage",participatingOrganization:"http://hl7.org/fhir/participatingOrganization",ResearchSubject:"http://hl7.org/fhir/ResearchSubject",heartbeatPeriod:"http://hl7.org/fhir/heartbeatPeriod",OrganizationAffiliation:"http://hl7.org/fhir/OrganizationAffiliation",_binding:"http://hl7.org/fhir/_binding",SubstanceNucleicAcidSubunitLinkageComponent:"http://hl7.org/fhir/SubstanceNucleicAcidSubunitLinkageComponent",ImplementationGuideDefinitionPageComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionPageComponent",FamilyMemberHistoryProcedureComponent:"http://hl7.org/fhir/FamilyMemberHistoryProcedureComponent",subscriptionTopic:"http://hl7.org/fhir/subscriptionTopic",_resource:"http://hl7.org/fhir/_resource",correspondingContact:"http://hl7.org/fhir/correspondingContact",graph:"http://hl7.org/fhir/graph",_QuestionnaireResponse:"http://hl7.org/fhir/_QuestionnaireResponse",RequestOrchestrationActionComponentAction:"http://hl7.org/fhir/RequestOrchestrationActionComponentAction",issues:"http://hl7.org/fhir/issues",instances:"http://hl7.org/fhir/instances",_isDefining:"http://hl7.org/fhir/_isDefining",primaryPurposeType:"http://hl7.org/fhir/primaryPurposeType",_specimenRequirement:"http://hl7.org/fhir/_specimenRequirement",_sourceDocument:"http://hl7.org/fhir/_sourceDocument",SubstanceReferenceInformation:"http://hl7.org/fhir/SubstanceReferenceInformation",_multipleBirth:"http://hl7.org/fhir/_multipleBirth",_InsurancePlan:"http://hl7.org/fhir/_InsurancePlan",repeatUnit:"http://hl7.org/fhir/repeatUnit",StructureDefinition:"http://hl7.org/fhir/StructureDefinition",_node:"http://hl7.org/fhir/_node",TestPlanTestCaseAssertionComponent:"http://hl7.org/fhir/TestPlanTestCaseAssertionComponent",relatedData:"http://hl7.org/fhir/relatedData",_content:"http://hl7.org/fhir/_content",_associationType:"http://hl7.org/fhir/_associationType",_regulatoryBasis:"http://hl7.org/fhir/_regulatoryBasis",attachment:"http://hl7.org/fhir/attachment",ActionSubject:"http://hl7.org/fhir/ActionSubject",_packagedMedicinalProduct:"http://hl7.org/fhir/_packagedMedicinalProduct",_packagedProduct:"http://hl7.org/fhir/_packagedProduct",_onset:"http://hl7.org/fhir/_onset",_basedOn:"http://hl7.org/fhir/_basedOn",CitationCitedArtifactRelatesToComponent:"http://hl7.org/fhir/CitationCitedArtifactRelatesToComponent",_backCurve:"http://hl7.org/fhir/_backCurve",AuditEventOutcomeComponent:"http://hl7.org/fhir/AuditEventOutcomeComponent",payee:"http://hl7.org/fhir/payee",_reporter:"http://hl7.org/fhir/_reporter",SubstanceDefinitionStructureComponentMolecularWeight:"http://hl7.org/fhir/SubstanceDefinitionStructureComponentMolecularWeight",biologicalSourceEvent:"http://hl7.org/fhir/biologicalSourceEvent",RequestOrchestrationActionComponent:"http://hl7.org/fhir/RequestOrchestrationActionComponent",period:"http://hl7.org/fhir/period",SearchParameterComponentComponent:"http://hl7.org/fhir/SearchParameterComponentComponent",protocolPerformed:"http://hl7.org/fhir/protocolPerformed",ResearchStudyLabelComponent:"http://hl7.org/fhir/ResearchStudyLabelComponent",_careTeamSequence:"http://hl7.org/fhir/_careTeamSequence",instantiates:"http://hl7.org/fhir/instantiates",_patientCharacteristic:"http://hl7.org/fhir/_patientCharacteristic",_allowedType:"http://hl7.org/fhir/_allowedType",Element:"http://hl7.org/fhir/Element",DeviceMetric:"http://hl7.org/fhir/DeviceMetric",_maxTreatmentPeriod:"http://hl7.org/fhir/_maxTreatmentPeriod",_InventoryItem:"http://hl7.org/fhir/_InventoryItem",AppointmentRecurrenceTemplateComponent:"http://hl7.org/fhir/AppointmentRecurrenceTemplateComponent",targetDisease:"http://hl7.org/fhir/targetDisease",PlanDefinitionActionComponentAction:"http://hl7.org/fhir/PlanDefinitionActionComponentAction",file:"http://hl7.org/fhir/file",const__workaround:"http://hl7.org/fhir/const",citedMedium:"http://hl7.org/fhir/citedMedium",_frames:"http://hl7.org/fhir/_frames",multipleOr:"http://hl7.org/fhir/multipleOr",inputParameters:"http://hl7.org/fhir/inputParameters",causality:"http://hl7.org/fhir/causality",SupplyDelivery:"http://hl7.org/fhir/SupplyDelivery",minimumId:"http://hl7.org/fhir/minimumId",_processNote:"http://hl7.org/fhir/_processNote",Money:"http://hl7.org/fhir/Money",_BackboneType:"http://hl7.org/fhir/_BackboneType",_Endpoint:"http://hl7.org/fhir/_Endpoint",udiDeviceIdentifier:"http://hl7.org/fhir/udiDeviceIdentifier",EnteralFormulaSchedule:"http://hl7.org/fhir/EnteralFormulaSchedule",diseaseStatus:"http://hl7.org/fhir/diseaseStatus",_expectedSupplyDuration:"http://hl7.org/fhir/_expectedSupplyDuration",ifModifiedSince:"http://hl7.org/fhir/ifModifiedSince",formCode:"http://hl7.org/fhir/formCode",_connectionType:"http://hl7.org/fhir/_connectionType",ImplementationGuideDefinitionResourceComponent:"http://hl7.org/fhir/ImplementationGuideDefinitionResourceComponent",_fundsReserveRequested:"http://hl7.org/fhir/_fundsReserveRequested",dateFilter:"http://hl7.org/fhir/dateFilter",matchStatus:"http://hl7.org/fhir/matchStatus",usePeriod:"http://hl7.org/fhir/usePeriod",_participant:"http://hl7.org/fhir/_participant",MessageDestination:"http://hl7.org/fhir/MessageDestination",_additionalInfo:"http://hl7.org/fhir/_additionalInfo",_numberOfEvents:"http://hl7.org/fhir/_numberOfEvents",_includedStructure:"http://hl7.org/fhir/_includedStructure",_imageRegion2D:"http://hl7.org/fhir/_imageRegion2D",_tax:"http://hl7.org/fhir/_tax",_appointment:"http://hl7.org/fhir/_appointment",treatmentIntent:"http://hl7.org/fhir/treatmentIntent",SubstanceDefinitionCodeComponent:"http://hl7.org/fhir/SubstanceDefinitionCodeComponent",_study:"http://hl7.org/fhir/_study",_ratioType:"http://hl7.org/fhir/_ratioType",policyHolder:"http://hl7.org/fhir/policyHolder",region:"http://hl7.org/fhir/region",operationType:"http://hl7.org/fhir/operationType",_actuality:"http://hl7.org/fhir/_actuality",_definitionUri:"http://hl7.org/fhir/_definitionUri",organismId:"http://hl7.org/fhir/organismId",ManufacturedItemDefinitionComponentComponentComponentProperty:"http://hl7.org/fhir/ManufacturedItemDefinitionComponentComponentComponentProperty",_consumedItem:"http://hl7.org/fhir/_consumedItem",thursday:"http://hl7.org/fhir/thursday",_rules:"http://hl7.org/fhir/_rules",dependent:"http://hl7.org/fhir/dependent",deliverFrom:"http://hl7.org/fhir/deliverFrom",ImmunizationProtocolAppliedComponent:"http://hl7.org/fhir/ImmunizationProtocolAppliedComponent",actualGroup:"http://hl7.org/fhir/actualGroup",Age:"http://hl7.org/fhir/Age",subsumption:"http://hl7.org/fhir/subsumption",ElementDefinitionConstraintComponent:"http://hl7.org/fhir/ElementDefinitionConstraintComponent",subjectResults:"http://hl7.org/fhir/subjectResults",OperationDefinitionOverloadComponent:"http://hl7.org/fhir/OperationDefinitionOverloadComponent",recurrenceTemplate:"http://hl7.org/fhir/recurrenceTemplate",doseForm:"http://hl7.org/fhir/doseForm",adherence:"http://hl7.org/fhir/adherence",ServiceRequest:"http://hl7.org/fhir/ServiceRequest",deviceIdentifier:"http://hl7.org/fhir/deviceIdentifier",_reasonLinkId:"http://hl7.org/fhir/_reasonLinkId",versionId:"http://hl7.org/fhir/versionId",componentPart:"http://hl7.org/fhir/componentPart",_value:"http://hl7.org/fhir/_value",TestReportParticipantComponent:"http://hl7.org/fhir/TestReportParticipantComponent",morphology:"http://hl7.org/fhir/morphology",date:"http://hl7.org/fhir/date",_isModifier:"http://hl7.org/fhir/_isModifier",_allDay:"http://hl7.org/fhir/_allDay",contentReference:"http://hl7.org/fhir/contentReference",_sunday:"http://hl7.org/fhir/_sunday",DeviceUsageAdherenceComponent:"http://hl7.org/fhir/DeviceUsageAdherenceComponent",maxSingleDose:"http://hl7.org/fhir/maxSingleDose",referenceRange:"http://hl7.org/fhir/referenceRange",_pages:"http://hl7.org/fhir/_pages",DeviceDefinitionGuidelineComponent:"http://hl7.org/fhir/DeviceDefinitionGuidelineComponent",_temperatureRange:"http://hl7.org/fhir/_temperatureRange",_sequenceType:"http://hl7.org/fhir/_sequenceType",_partNumber:"http://hl7.org/fhir/_partNumber",_term:"http://hl7.org/fhir/_term",StructureDefinitionDifferentialComponent:"http://hl7.org/fhir/StructureDefinitionDifferentialComponent",_udi:"http://hl7.org/fhir/_udi",_telecom:"http://hl7.org/fhir/_telecom",CitationCitedArtifactPublicationFormPublishedInComponent:"http://hl7.org/fhir/CitationCitedArtifactPublicationFormPublishedInComponent",_wasSubstituted:"http://hl7.org/fhir/_wasSubstituted",initial:"http://hl7.org/fhir/initial",doNotPerform:"http://hl7.org/fhir/doNotPerform",diameter:"http://hl7.org/fhir/diameter",_property:"http://hl7.org/fhir/_property",MessageHeaderResponseComponent:"http://hl7.org/fhir/MessageHeaderResponseComponent",Linkage:"http://hl7.org/fhir/Linkage",permittedUnit:"http://hl7.org/fhir/permittedUnit",_sex:"http://hl7.org/fhir/_sex",genomeBuild:"http://hl7.org/fhir/genomeBuild",changePattern:"http://hl7.org/fhir/changePattern",MedicationRequestSubstitutionComponent:"http://hl7.org/fhir/MedicationRequestSubstitutionComponent",_authority:"http://hl7.org/fhir/_authority",onBehalfOf:"http://hl7.org/fhir/onBehalfOf",_rateAggregation:"http://hl7.org/fhir/_rateAggregation",managingOrganization:"http://hl7.org/fhir/managingOrganization",handling:"http://hl7.org/fhir/handling",notConsumedReason:"http://hl7.org/fhir/notConsumedReason",axis:"http://hl7.org/fhir/axis",_udiCarrier:"http://hl7.org/fhir/_udiCarrier",paymentBy:"http://hl7.org/fhir/paymentBy",_insurancePlan:"http://hl7.org/fhir/_insurancePlan",subDetailSequence:"http://hl7.org/fhir/subDetailSequence",DataRequirementValueFilterComponent:"http://hl7.org/fhir/DataRequirementValueFilterComponent",problem:"http://hl7.org/fhir/problem",initialFill:"http://hl7.org/fhir/initialFill",_ManufacturedItemDefinition:"http://hl7.org/fhir/_ManufacturedItemDefinition",_improvementNotation:"http://hl7.org/fhir/_improvementNotation",ClinicalUseDefinitionIndicationComponentOtherTherapy:"http://hl7.org/fhir/ClinicalUseDefinitionIndicationComponentOtherTherapy",fraction:"http://hl7.org/fhir/fraction",_lastOccurrence:"http://hl7.org/fhir/_lastOccurrence",_assessment:"http://hl7.org/fhir/_assessment",Patient:"http://hl7.org/fhir/Patient",_identified:"http://hl7.org/fhir/_identified",ExplanationOfBenefitAdjudication:"http://hl7.org/fhir/ExplanationOfBenefitAdjudication",_Subscription:"http://hl7.org/fhir/_Subscription",tag:"http://hl7.org/fhir/tag",_performed:"http://hl7.org/fhir/_performed",_formOf:"http://hl7.org/fhir/_formOf",DeviceDefinitionPackagingComponentPackagingPackaging:"http://hl7.org/fhir/DeviceDefinitionPackagingComponentPackagingPackaging",_subrogation:"http://hl7.org/fhir/_subrogation",_deceased:"http://hl7.org/fhir/_deceased",relatedAccount:"http://hl7.org/fhir/relatedAccount",Transport:"http://hl7.org/fhir/Transport",Measure:"http://hl7.org/fhir/Measure",RiskAssessment:"http://hl7.org/fhir/RiskAssessment",_teardown:"http://hl7.org/fhir/_teardown",degreeOfPolymerisation:"http://hl7.org/fhir/degreeOfPolymerisation",_CoverageEligibilityRequest:"http://hl7.org/fhir/_CoverageEligibilityRequest",_Medication:"http://hl7.org/fhir/_Medication",manufacturedDoseForm:"http://hl7.org/fhir/manufacturedDoseForm",sliceName:"http://hl7.org/fhir/sliceName",dateAsserted:"http://hl7.org/fhir/dateAsserted",ContractParty:"http://hl7.org/fhir/ContractParty",validationStatus:"http://hl7.org/fhir/validationStatus",TestScriptMetadataComponent:"http://hl7.org/fhir/TestScriptMetadataComponent",_headerField:"http://hl7.org/fhir/_headerField",geographicalLocation:"http://hl7.org/fhir/geographicalLocation",versionNeeded:"http://hl7.org/fhir/versionNeeded",ConceptDefinition:"http://hl7.org/fhir/ConceptDefinition",_sigFormat:"http://hl7.org/fhir/_sigFormat",publishedIn:"http://hl7.org/fhir/publishedIn",sphere:"http://hl7.org/fhir/sphere",_SubstanceDefinition:"http://hl7.org/fhir/_SubstanceDefinition",SubstanceDefinitionNameOfficialComponent:"http://hl7.org/fhir/SubstanceDefinitionNameOfficialComponent",_listRuleId:"http://hl7.org/fhir/_listRuleId",started:"http://hl7.org/fhir/started",EvidenceVariable:"http://hl7.org/fhir/EvidenceVariable",ResearchStudyOutcomeMeasureComponent:"http://hl7.org/fhir/ResearchStudyOutcomeMeasureComponent",allowedResponse:"http://hl7.org/fhir/allowedResponse",_ElementDefinition:"http://hl7.org/fhir/_ElementDefinition",CitationCitedArtifactContributorshipComponent:"http://hl7.org/fhir/CitationCitedArtifactContributorshipComponent",_contentType:"http://hl7.org/fhir/_contentType",_DeviceUsage:"http://hl7.org/fhir/_DeviceUsage",DeviceDefinitionUdiDeviceIdentifierComponent:"http://hl7.org/fhir/DeviceDefinitionUdiDeviceIdentifierComponent",document:"http://hl7.org/fhir/document",event:"http://hl7.org/fhir/event",Guarantor:"http://hl7.org/fhir/Guarantor",molecularWeight:"http://hl7.org/fhir/molecularWeight",substitution:"http://hl7.org/fhir/substitution",NutritionOrderSupplementComponent:"http://hl7.org/fhir/NutritionOrderSupplementComponent",_relativeRisk:"http://hl7.org/fhir/_relativeRisk",_volume:"http://hl7.org/fhir/_volume",_manager:"http://hl7.org/fhir/_manager",_presentation:"http://hl7.org/fhir/_presentation",_linkage:"http://hl7.org/fhir/_linkage",isDefault:"http://hl7.org/fhir/isDefault",BodyStructure:"http://hl7.org/fhir/BodyStructure",_relationship:"http://hl7.org/fhir/_relationship",_maxDispense:"http://hl7.org/fhir/_maxDispense",ChargeItemDefinition:"http://hl7.org/fhir/ChargeItemDefinition",_SupplyDelivery:"http://hl7.org/fhir/_SupplyDelivery",_specialArrangement:"http://hl7.org/fhir/_specialArrangement",DosageDoseAndRateComponent:"http://hl7.org/fhir/DosageDoseAndRateComponent",_guideline:"http://hl7.org/fhir/_guideline",_grantee:"http://hl7.org/fhir/_grantee",serviced:"http://hl7.org/fhir/serviced",_active:"http://hl7.org/fhir/_active",_preference:"http://hl7.org/fhir/_preference",useContext:"http://hl7.org/fhir/useContext",_container:"http://hl7.org/fhir/_container",justification:"http://hl7.org/fhir/justification",oralDiet:"http://hl7.org/fhir/oralDiet",_testingDestination:"http://hl7.org/fhir/_testingDestination",lastRevisionDate:"http://hl7.org/fhir/lastRevisionDate",NutritionIntakeIngredientLabelComponent:"http://hl7.org/fhir/NutritionIntakeIngredientLabelComponent",QuestionnaireResponseItemComponentItem:"http://hl7.org/fhir/QuestionnaireResponseItemComponentItem",PermissionJustificationComponent:"http://hl7.org/fhir/PermissionJustificationComponent",recorder:"http://hl7.org/fhir/recorder",ImmunizationRecommendationRecommendationDateCriterionComponent:"http://hl7.org/fhir/ImmunizationRecommendationRecommendationDateCriterionComponent",_focus:"http://hl7.org/fhir/_focus",countingDateTime:"http://hl7.org/fhir/countingDateTime",MedicationKnowledge:"http://hl7.org/fhir/MedicationKnowledge",ConditionDefinition:"http://hl7.org/fhir/ConditionDefinition",noMap:"http://hl7.org/fhir/noMap",_userSelected:"http://hl7.org/fhir/_userSelected",appointmentRequired:"http://hl7.org/fhir/appointmentRequired",_numberOfStudies:"http://hl7.org/fhir/_numberOfStudies",capabilities:"http://hl7.org/fhir/capabilities",Benefit:"http://hl7.org/fhir/Benefit",_uri:"http://hl7.org/fhir/_uri",_max:"http://hl7.org/fhir/_max",inactive:"http://hl7.org/fhir/inactive",other:"http://hl7.org/fhir/other",dependsOn:"http://hl7.org/fhir/dependsOn",citedArtifact:"http://hl7.org/fhir/citedArtifact",fixture:"http://hl7.org/fhir/fixture",_insurer:"http://hl7.org/fhir/_insurer",_endParam:"http://hl7.org/fhir/_endParam",continuous:"http://hl7.org/fhir/continuous",SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent:"http://hl7.org/fhir/SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent",_responsibleOrganization:"http://hl7.org/fhir/_responsibleOrganization",url:"http://hl7.org/fhir/url",compareToSourceExpression:"http://hl7.org/fhir/compareToSourceExpression",nutrient:"http://hl7.org/fhir/nutrient",_subjectResults:"http://hl7.org/fhir/_subjectResults",DocumentReferenceRelatesToComponent:"http://hl7.org/fhir/DocumentReferenceRelatesToComponent",ImagingStudy:"http://hl7.org/fhir/ImagingStudy",AppointmentRecurrenceTemplateYearlyTemplateComponent:"http://hl7.org/fhir/AppointmentRecurrenceTemplateYearlyTemplateComponent",SpecimenFeatureComponent:"http://hl7.org/fhir/SpecimenFeatureComponent",_ServiceRequest:"http://hl7.org/fhir/_ServiceRequest",tester:"http://hl7.org/fhir/tester",seriousness:"http://hl7.org/fhir/seriousness",isDefining:"http://hl7.org/fhir/isDefining",contributingFactor:"http://hl7.org/fhir/contributingFactor",CapabilityStatement:"http://hl7.org/fhir/CapabilityStatement",_ImagingSelection:"http://hl7.org/fhir/_ImagingSelection",_unmapped:"http://hl7.org/fhir/_unmapped",compositional:"http://hl7.org/fhir/compositional",fundsReserveRequested:"http://hl7.org/fhir/fundsReserveRequested",Total:"http://hl7.org/fhir/Total",_citeAs:"http://hl7.org/fhir/_citeAs",_protein:"http://hl7.org/fhir/_protein",_referenceRange:"http://hl7.org/fhir/_referenceRange",complication:"http://hl7.org/fhir/complication",SubscriptionTopicResourceTriggerComponent:"http://hl7.org/fhir/SubscriptionTopicResourceTriggerComponent",estimate:"http://hl7.org/fhir/estimate",_material:"http://hl7.org/fhir/_material",Item:"http://hl7.org/fhir/Item",encodeRequestUrl:"http://hl7.org/fhir/encodeRequestUrl",_currentLocation:"http://hl7.org/fhir/_currentLocation",style:"http://hl7.org/fhir/style",method:"http://hl7.org/fhir/method",_MarketingStatus:"http://hl7.org/fhir/_MarketingStatus",group:"http://hl7.org/fhir/group",achievementStatus:"http://hl7.org/fhir/achievementStatus",evaluatedResource:"http://hl7.org/fhir/evaluatedResource",_udiDeviceIdentifier:"http://hl7.org/fhir/_udiDeviceIdentifier",_RelatedPerson:"http://hl7.org/fhir/_RelatedPerson",dateTime:"http://hl7.org/fhir/dateTime",_intervalUnit:"http://hl7.org/fhir/_intervalUnit",text:"http://hl7.org/fhir/text",_contact:"http://hl7.org/fhir/_contact",searchInclude:"http://hl7.org/fhir/searchInclude",_fivePrime:"http://hl7.org/fhir/_fivePrime",timeOfDay:"http://hl7.org/fhir/timeOfDay",originRelationshipType:"http://hl7.org/fhir/originRelationshipType",CitationClassificationComponent:"http://hl7.org/fhir/CitationClassificationComponent",_plannedStartDate:"http://hl7.org/fhir/_plannedStartDate",documentType:"http://hl7.org/fhir/documentType",CoverageEligibilityRequestEventComponent:"http://hl7.org/fhir/CoverageEligibilityRequestEventComponent",_milestone:"http://hl7.org/fhir/_milestone",page:"http://hl7.org/fhir/page",params:"http://hl7.org/fhir/params",regionsCalled:"http://hl7.org/fhir/regionsCalled",conditionalCreate:"http://hl7.org/fhir/conditionalCreate",lensSpecification:"http://hl7.org/fhir/lensSpecification",_grantor:"http://hl7.org/fhir/_grantor",coverage:"http://hl7.org/fhir/coverage",authorizationSupporting:"http://hl7.org/fhir/authorizationSupporting",ElementDefinitionBindingAdditionalComponent:"http://hl7.org/fhir/ElementDefinitionBindingAdditionalComponent",_benefit:"http://hl7.org/fhir/_benefit",_testData:"http://hl7.org/fhir/_testData",_OrganizationAffiliation:"http://hl7.org/fhir/_OrganizationAffiliation",excludedStructure:"http://hl7.org/fhir/excludedStructure",_searchRevInclude:"http://hl7.org/fhir/_searchRevInclude",serviceProvisionCode:"http://hl7.org/fhir/serviceProvisionCode",typeMode:"http://hl7.org/fhir/typeMode",ValueSetScopeComponent:"http://hl7.org/fhir/ValueSetScopeComponent",SupplyRequestParameterComponent:"http://hl7.org/fhir/SupplyRequestParameterComponent",attributeEstimate:"http://hl7.org/fhir/attributeEstimate",immutable:"http://hl7.org/fhir/immutable",_relatedAccount:"http://hl7.org/fhir/_relatedAccount",_RiskAssessment:"http://hl7.org/fhir/_RiskAssessment",BiologicallyDerivedProductPropertyComponent:"http://hl7.org/fhir/BiologicallyDerivedProductPropertyComponent",_totalVolume:"http://hl7.org/fhir/_totalVolume",_adjudication:"http://hl7.org/fhir/_adjudication",history:"http://hl7.org/fhir/history",_isSubpotent:"http://hl7.org/fhir/_isSubpotent",_longitude:"http://hl7.org/fhir/_longitude",_sliceIsConstraining:"http://hl7.org/fhir/_sliceIsConstraining",collected:"http://hl7.org/fhir/collected",medicineClassification:"http://hl7.org/fhir/medicineClassification",Signature:"http://hl7.org/fhir/Signature",ConceptReference:"http://hl7.org/fhir/ConceptReference",TransportRestrictionComponent:"http://hl7.org/fhir/TransportRestrictionComponent",_rank:"http://hl7.org/fhir/_rank",_inResponseTo:"http://hl7.org/fhir/_inResponseTo",CitationCitedArtifactAbstractComponent:"http://hl7.org/fhir/CitationCitedArtifactAbstractComponent",_error:"http://hl7.org/fhir/_error",origin:"http://hl7.org/fhir/origin",treeRoot:"http://hl7.org/fhir/treeRoot",_sourceMaterialType:"http://hl7.org/fhir/_sourceMaterialType",bodyStructure:"http://hl7.org/fhir/bodyStructure",_releaseDate:"http://hl7.org/fhir/_releaseDate",normalValue:"http://hl7.org/fhir/normalValue",PractitionerCommunicationComponent:"http://hl7.org/fhir/PractitionerCommunicationComponent",targetProfile:"http://hl7.org/fhir/targetProfile",bounds:"http://hl7.org/fhir/bounds",_op:"http://hl7.org/fhir/_op",OperationDefinitionParameterComponentParameterParameter:"http://hl7.org/fhir/OperationDefinitionParameterComponentParameterParameter",plannedActivityReference:"http://hl7.org/fhir/plannedActivityReference",_preAuthRef:"http://hl7.org/fhir/_preAuthRef",_imageRegion3D:"http://hl7.org/fhir/_imageRegion3D",_object:"http://hl7.org/fhir/_object",DocumentReferenceAttesterComponent:"http://hl7.org/fhir/DocumentReferenceAttesterComponent",_recall:"http://hl7.org/fhir/_recall",fastingStatus:"http://hl7.org/fhir/fastingStatus",seriesUid:"http://hl7.org/fhir/seriesUid",SubstanceSourceMaterialPartDescriptionComponent:"http://hl7.org/fhir/SubstanceSourceMaterialPartDescriptionComponent",_geneElement:"http://hl7.org/fhir/_geneElement",publicationDateText:"http://hl7.org/fhir/publicationDateText",EpisodeOfCareStatusHistoryComponent:"http://hl7.org/fhir/EpisodeOfCareStatusHistoryComponent",evaluationMessage:"http://hl7.org/fhir/evaluationMessage",division:"http://hl7.org/fhir/division",windowEnd:"http://hl7.org/fhir/windowEnd",_foodType:"http://hl7.org/fhir/_foodType",_repeats:"http://hl7.org/fhir/_repeats",_Observation:"http://hl7.org/fhir/_Observation",validateCode:"http://hl7.org/fhir/validateCode",parameterName:"http://hl7.org/fhir/parameterName",source:"http://hl7.org/fhir/source",currentState:"http://hl7.org/fhir/currentState",publicationStatus:"http://hl7.org/fhir/publicationStatus",_license:"http://hl7.org/fhir/_license",_created:"http://hl7.org/fhir/_created",ClinicalUseDefinitionContraindicationOtherTherapyComponent:"http://hl7.org/fhir/ClinicalUseDefinitionContraindicationOtherTherapyComponent",isModifier:"http://hl7.org/fhir/isModifier",_needsMap:"http://hl7.org/fhir/_needsMap",performerType:"http://hl7.org/fhir/performerType",unitPrice:"http://hl7.org/fhir/unitPrice",_topic:"http://hl7.org/fhir/_topic",_lastUpdated:"http://hl7.org/fhir/_lastUpdated",preparedDate:"http://hl7.org/fhir/preparedDate",accident:"http://hl7.org/fhir/accident",code:"http://hl7.org/fhir/code",_designation:"http://hl7.org/fhir/_designation",_creation:"http://hl7.org/fhir/_creation",verificationType:"http://hl7.org/fhir/verificationType",DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier:"http://hl7.org/fhir/DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier",_containedInstance:"http://hl7.org/fhir/_containedInstance",PackagedProductDefinitionLegalStatusOfSupplyComponent:"http://hl7.org/fhir/PackagedProductDefinitionLegalStatusOfSupplyComponent",_recipient:"http://hl7.org/fhir/_recipient",ifMatch:"http://hl7.org/fhir/ifMatch",partNumber:"http://hl7.org/fhir/partNumber",_severity:"http://hl7.org/fhir/_severity",_filterBy:"http://hl7.org/fhir/_filterBy",_NutritionIntake:"http://hl7.org/fhir/_NutritionIntake",BundleEntrySearchComponent:"http://hl7.org/fhir/BundleEntrySearchComponent",_responseCode:"http://hl7.org/fhir/_responseCode",_eventHistory:"http://hl7.org/fhir/_eventHistory",_rejectionCriterion:"http://hl7.org/fhir/_rejectionCriterion",notPerformedReason:"http://hl7.org/fhir/notPerformedReason",_entryType:"http://hl7.org/fhir/_entryType",EncounterHistory:"http://hl7.org/fhir/EncounterHistory",_specialPrecautionsForStorage:"http://hl7.org/fhir/_specialPrecautionsForStorage",SearchParameter:"http://hl7.org/fhir/SearchParameter",gender:"http://hl7.org/fhir/gender",coding:"http://hl7.org/fhir/coding",ProductShelfLife:"http://hl7.org/fhir/ProductShelfLife",system:"http://hl7.org/fhir/system",_tissue:"http://hl7.org/fhir/_tissue",associatedParty:"http://hl7.org/fhir/associatedParty",statistic:"http://hl7.org/fhir/statistic",DataRequirement:"http://hl7.org/fhir/DataRequirement",MedicationKnowledgeRegulatoryMaxDispenseComponent:"http://hl7.org/fhir/MedicationKnowledgeRegulatoryMaxDispenseComponent",udiCarrier:"http://hl7.org/fhir/udiCarrier",Availability:"http://hl7.org/fhir/Availability",sender:"http://hl7.org/fhir/sender",_strand:"http://hl7.org/fhir/_strand",IngredientSubstanceStrengthComponent:"http://hl7.org/fhir/IngredientSubstanceStrengthComponent",MedicationKnowledgeMonitoringProgramComponent:"http://hl7.org/fhir/MedicationKnowledgeMonitoringProgramComponent",_derivation:"http://hl7.org/fhir/_derivation",Condition:"http://hl7.org/fhir/Condition",AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent:"http://hl7.org/fhir/AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent",diagnostics:"http://hl7.org/fhir/diagnostics",assessment:"http://hl7.org/fhir/assessment",_clockFacePosition:"http://hl7.org/fhir/_clockFacePosition",attestation:"http://hl7.org/fhir/attestation",identified:"http://hl7.org/fhir/identified"}),Zo=Object.freeze({Agent:"http://xmlns.com/foaf/0.1/Agent",Document:"http://xmlns.com/foaf/0.1/Document",Group:"http://xmlns.com/foaf/0.1/Group",Image:"http://xmlns.com/foaf/0.1/Image",LabelProperty:"http://xmlns.com/foaf/0.1/LabelProperty",OnlineAccount:"http://xmlns.com/foaf/0.1/OnlineAccount",OnlineChatAccount:"http://xmlns.com/foaf/0.1/OnlineChatAccount",OnlineEcommerceAccount:"http://xmlns.com/foaf/0.1/OnlineEcommerceAccount",OnlineGamingAccount:"http://xmlns.com/foaf/0.1/OnlineGamingAccount",Organization:"http://xmlns.com/foaf/0.1/Organization",Person:"http://xmlns.com/foaf/0.1/Person",PersonalProfileDocument:"http://xmlns.com/foaf/0.1/PersonalProfileDocument",Project:"http://xmlns.com/foaf/0.1/Project",account:"http://xmlns.com/foaf/0.1/account",accountName:"http://xmlns.com/foaf/0.1/accountName",accountServiceHomepage:"http://xmlns.com/foaf/0.1/accountServiceHomepage",age:"http://xmlns.com/foaf/0.1/age",aimChatID:"http://xmlns.com/foaf/0.1/aimChatID",based_near:"http://xmlns.com/foaf/0.1/based_near",birthday:"http://xmlns.com/foaf/0.1/birthday",currentProject:"http://xmlns.com/foaf/0.1/currentProject",depiction:"http://xmlns.com/foaf/0.1/depiction",depicts:"http://xmlns.com/foaf/0.1/depicts",dnaChecksum:"http://xmlns.com/foaf/0.1/dnaChecksum",familyName:"http://xmlns.com/foaf/0.1/familyName",family_name:"http://xmlns.com/foaf/0.1/family_name",firstName:"http://xmlns.com/foaf/0.1/firstName",focus:"http://xmlns.com/foaf/0.1/focus",fundedBy:"http://xmlns.com/foaf/0.1/fundedBy",geekcode:"http://xmlns.com/foaf/0.1/geekcode",gender:"http://xmlns.com/foaf/0.1/gender",givenName:"http://xmlns.com/foaf/0.1/givenName",givenname:"http://xmlns.com/foaf/0.1/givenname",holdsAccount:"http://xmlns.com/foaf/0.1/holdsAccount",homepage:"http://xmlns.com/foaf/0.1/homepage",icqChatID:"http://xmlns.com/foaf/0.1/icqChatID",img:"http://xmlns.com/foaf/0.1/img",interest:"http://xmlns.com/foaf/0.1/interest",isPrimaryTopicOf:"http://xmlns.com/foaf/0.1/isPrimaryTopicOf",jabberID:"http://xmlns.com/foaf/0.1/jabberID",knows:"http://xmlns.com/foaf/0.1/knows",lastName:"http://xmlns.com/foaf/0.1/lastName",logo:"http://xmlns.com/foaf/0.1/logo",made:"http://xmlns.com/foaf/0.1/made",maker:"http://xmlns.com/foaf/0.1/maker",mbox:"http://xmlns.com/foaf/0.1/mbox",mbox_sha1sum:"http://xmlns.com/foaf/0.1/mbox_sha1sum",member:"http://xmlns.com/foaf/0.1/member",membershipClass:"http://xmlns.com/foaf/0.1/membershipClass",msnChatID:"http://xmlns.com/foaf/0.1/msnChatID",myersBriggs:"http://xmlns.com/foaf/0.1/myersBriggs",name:"http://xmlns.com/foaf/0.1/name",nick:"http://xmlns.com/foaf/0.1/nick",openid:"http://xmlns.com/foaf/0.1/openid",page:"http://xmlns.com/foaf/0.1/page",pastProject:"http://xmlns.com/foaf/0.1/pastProject",phone:"http://xmlns.com/foaf/0.1/phone",plan:"http://xmlns.com/foaf/0.1/plan",primaryTopic:"http://xmlns.com/foaf/0.1/primaryTopic",publications:"http://xmlns.com/foaf/0.1/publications",schoolHomepage:"http://xmlns.com/foaf/0.1/schoolHomepage",sha1:"http://xmlns.com/foaf/0.1/sha1",skypeID:"http://xmlns.com/foaf/0.1/skypeID",status:"http://xmlns.com/foaf/0.1/status",surname:"http://xmlns.com/foaf/0.1/surname",theme:"http://xmlns.com/foaf/0.1/theme",thumbnail:"http://xmlns.com/foaf/0.1/thumbnail",tipjar:"http://xmlns.com/foaf/0.1/tipjar",title:"http://xmlns.com/foaf/0.1/title",topic:"http://xmlns.com/foaf/0.1/topic",topic_interest:"http://xmlns.com/foaf/0.1/topic_interest",weblog:"http://xmlns.com/foaf/0.1/weblog",workInfoHomepage:"http://xmlns.com/foaf/0.1/workInfoHomepage",workplaceHomepage:"http://xmlns.com/foaf/0.1/workplaceHomepage",yahooChatID:"http://xmlns.com/foaf/0.1/yahooChatID"}),th=Object.freeze({Message:"http://www.w3.org/2007/ont/http#Message",RequestMessage:"http://www.w3.org/2007/ont/http#RequestMessage",ResponseMessage:"http://www.w3.org/2007/ont/http#ResponseMessage",method:"http://www.w3.org/2007/ont/http#method",requestURI:"http://www.w3.org/2007/ont/http#requestURI",version:"http://www.w3.org/2007/ont/http#version",status:"http://www.w3.org/2007/ont/http#status"}),eh=Object.freeze({ApiDocumentation:"http://www.w3.org/ns/hydra/core#ApiDocumentation",BaseUriSource:"http://www.w3.org/ns/hydra/core#BaseUriSource",BasicRepresentation:"http://www.w3.org/ns/hydra/core#BasicRepresentation",Class:"http://www.w3.org/ns/hydra/core#Class",Collection:"http://www.w3.org/ns/hydra/core#Collection",Error__workaround:"http://www.w3.org/ns/hydra/core#Error",ExplicitRepresentation:"http://www.w3.org/ns/hydra/core#ExplicitRepresentation",HeaderSpecification:"http://www.w3.org/ns/hydra/core#HeaderSpecification",IriTemplate:"http://www.w3.org/ns/hydra/core#IriTemplate",IriTemplateMapping:"http://www.w3.org/ns/hydra/core#IriTemplateMapping",Link:"http://www.w3.org/ns/hydra/core#Link",Operation:"http://www.w3.org/ns/hydra/core#Operation",PartialCollectionView:"http://www.w3.org/ns/hydra/core#PartialCollectionView",Resource:"http://www.w3.org/ns/hydra/core#Resource",Rfc6570Template:"http://www.w3.org/ns/hydra/core#Rfc6570Template",Status:"http://www.w3.org/ns/hydra/core#Status",SupportedProperty:"http://www.w3.org/ns/hydra/core#SupportedProperty",TemplatedLink:"http://www.w3.org/ns/hydra/core#TemplatedLink",VariableRepresentation:"http://www.w3.org/ns/hydra/core#VariableRepresentation",apiDocumentation:"http://www.w3.org/ns/hydra/core#apiDocumentation",closedSet:"http://www.w3.org/ns/hydra/core#closedSet",collection:"http://www.w3.org/ns/hydra/core#collection",description:"http://www.w3.org/ns/hydra/core#description",entrypoint:"http://www.w3.org/ns/hydra/core#entrypoint",expects:"http://www.w3.org/ns/hydra/core#expects",expectsHeader:"http://www.w3.org/ns/hydra/core#expectsHeader",extension:"http://www.w3.org/ns/hydra/core#extension",first:"http://www.w3.org/ns/hydra/core#first",freetextQuery:"http://www.w3.org/ns/hydra/core#freetextQuery",headerName:"http://www.w3.org/ns/hydra/core#headerName",last:"http://www.w3.org/ns/hydra/core#last",limit:"http://www.w3.org/ns/hydra/core#limit",mapping:"http://www.w3.org/ns/hydra/core#mapping",member:"http://www.w3.org/ns/hydra/core#member",method:"http://www.w3.org/ns/hydra/core#method",next:"http://www.w3.org/ns/hydra/core#next",offset:"http://www.w3.org/ns/hydra/core#offset",operation:"http://www.w3.org/ns/hydra/core#operation",pageIndex:"http://www.w3.org/ns/hydra/core#pageIndex",pageReference:"http://www.w3.org/ns/hydra/core#pageReference",possibleStatus:"http://www.w3.org/ns/hydra/core#possibleStatus",possibleValue:"http://www.w3.org/ns/hydra/core#possibleValue",previous:"http://www.w3.org/ns/hydra/core#previous",property:"http://www.w3.org/ns/hydra/core#property",readable:"http://www.w3.org/ns/hydra/core#readable",required:"http://www.w3.org/ns/hydra/core#required",resolveRelativeUsing:"http://www.w3.org/ns/hydra/core#resolveRelativeUsing",returns:"http://www.w3.org/ns/hydra/core#returns",returnsHeader:"http://www.w3.org/ns/hydra/core#returnsHeader",search:"http://www.w3.org/ns/hydra/core#search",statusCode:"http://www.w3.org/ns/hydra/core#statusCode",supportedClass:"http://www.w3.org/ns/hydra/core#supportedClass",supportedOperation:"http://www.w3.org/ns/hydra/core#supportedOperation",supportedProperty:"http://www.w3.org/ns/hydra/core#supportedProperty",template:"http://www.w3.org/ns/hydra/core#template",title:"http://www.w3.org/ns/hydra/core#title",totalItems:"http://www.w3.org/ns/hydra/core#totalItems",variable:"http://www.w3.org/ns/hydra/core#variable",variableRepresentation:"http://www.w3.org/ns/hydra/core#variableRepresentation",view:"http://www.w3.org/ns/hydra/core#view",writable:"http://www.w3.org/ns/hydra/core#writable"}),rh=Object.freeze({Resource:"http://www.w3.org/ns/ldp#Resource",RDFSource:"http://www.w3.org/ns/ldp#RDFSource",NonRDFSource:"http://www.w3.org/ns/ldp#NonRDFSource",Container:"http://www.w3.org/ns/ldp#Container",BasicContainer:"http://www.w3.org/ns/ldp#BasicContainer",DirectContainer:"http://www.w3.org/ns/ldp#DirectContainer",IndirectContainer:"http://www.w3.org/ns/ldp#IndirectContainer",hasMemberRelation:"http://www.w3.org/ns/ldp#hasMemberRelation",isMemberOfRelation:"http://www.w3.org/ns/ldp#isMemberOfRelation",membershipResource:"http://www.w3.org/ns/ldp#membershipResource",insertedContentRelation:"http://www.w3.org/ns/ldp#insertedContentRelation",member:"http://www.w3.org/ns/ldp#member",contains:"http://www.w3.org/ns/ldp#contains",constrainedBy:"http://www.w3.org/ns/ldp#constrainedBy",pageSortCriteria:"http://www.w3.org/ns/ldp#pageSortCriteria",PageSortCriterion:"http://www.w3.org/ns/ldp#PageSortCriterion",pageSortPredicate:"http://www.w3.org/ns/ldp#pageSortPredicate",pageSortOrder:"http://www.w3.org/ns/ldp#pageSortOrder",pageSortCollation:"http://www.w3.org/ns/ldp#pageSortCollation",Page:"http://www.w3.org/ns/ldp#Page",pageSequence:"http://www.w3.org/ns/ldp#pageSequence",inbox:"http://www.w3.org/ns/ldp#inbox"}),ih=Object.freeze({Access:"http://www.w3.org/2007/ont/link#Access",Document:"http://www.w3.org/2007/ont/link#Document",Mailbox:"http://www.w3.org/2007/ont/link#Mailbox",ProtocolEvent:"http://www.w3.org/2007/ont/link#ProtocolEvent",RDFDocument:"http://www.w3.org/2007/ont/link#RDFDocument",Response:"http://www.w3.org/2007/ont/link#Response",Session:"http://www.w3.org/2007/ont/link#Session",isMentionedIn:"http://www.w3.org/2007/ont/link#isMentionedIn",mentionsClass:"http://www.w3.org/2007/ont/link#mentionsClass",protocol:"http://www.w3.org/2007/ont/link#protocol",redirectedRequest:"http://www.w3.org/2007/ont/link#redirectedRequest",requestedBy:"http://www.w3.org/2007/ont/link#requestedBy",requestedURI:"http://www.w3.org/2007/ont/link#requestedURI",response:"http://www.w3.org/2007/ont/link#response",session:"http://www.w3.org/2007/ont/link#session",source:"http://www.w3.org/2007/ont/link#source",status:"http://www.w3.org/2007/ont/link#status",testDataset:"http://www.w3.org/2007/ont/link#testDataset",uri:"http://www.w3.org/2007/ont/link#uri"}),oh=Object.freeze({Chaff:"http://www.w3.org/2000/10/swap/log#Chaff",Formula:"http://www.w3.org/2000/10/swap/log#Formula",List:"http://www.w3.org/2000/10/swap/log#List",N3Document:"http://www.w3.org/2000/10/swap/log#N3Document",Other:"http://www.w3.org/2000/10/swap/log#Other",String__workaround:"http://www.w3.org/2000/10/swap/log#String",Truth:"http://www.w3.org/2000/10/swap/log#Truth",conclusion:"http://www.w3.org/2000/10/swap/log#conclusion",conjunction:"http://www.w3.org/2000/10/swap/log#conjunction",content:"http://www.w3.org/2000/10/swap/log#content",definitiveDocument:"http://www.w3.org/2000/10/swap/log#definitiveDocument",definitiveService:"http://www.w3.org/2000/10/swap/log#definitiveService",dtlit:"http://www.w3.org/2000/10/swap/log#dtlit",equalTo:"http://www.w3.org/2000/10/swap/log#equalTo",implies:"http://www.w3.org/2000/10/swap/log#implies",includes:"http://www.w3.org/2000/10/swap/log#includes",n3String:"http://www.w3.org/2000/10/swap/log#n3String",notEqualTo:"http://www.w3.org/2000/10/swap/log#notEqualTo",notIncludes:"http://www.w3.org/2000/10/swap/log#notIncludes",outputString:"http://www.w3.org/2000/10/swap/log#outputString",parsedAsN3:"http://www.w3.org/2000/10/swap/log#parsedAsN3",racine:"http://www.w3.org/2000/10/swap/log#racine",rawType:"http://www.w3.org/2000/10/swap/log#rawType",rawUri:"http://www.w3.org/2000/10/swap/log#rawUri",semantics:"http://www.w3.org/2000/10/swap/log#semantics",semanticsOrError:"http://www.w3.org/2000/10/swap/log#semanticsOrError",uri:"http://www.w3.org/2000/10/swap/log#uri"}),hh=Object.freeze({Meeting:"http://www.w3.org/ns/pim/meeting#Meeting",VideoCallPage:"http://www.w3.org/ns/pim/meeting#VideoCallPage",actionItems:"http://www.w3.org/ns/pim/meeting#actionItems",agenda:"http://www.w3.org/ns/pim/meeting#agenda",attendeeGroup:"http://www.w3.org/ns/pim/meeting#attendeeGroup",chat:"http://www.w3.org/ns/pim/meeting#chat",nextMeeting:"http://www.w3.org/ns/pim/meeting#nextMeeting",previousMeeting:"http://www.w3.org/ns/pim/meeting#previousMeeting",sharedNotes:"http://www.w3.org/ns/pim/meeting#sharedNotes",toolList:"http://www.w3.org/ns/pim/meeting#toolList",trip:"http://www.w3.org/ns/pim/meeting#trip",videoCallPage:"http://www.w3.org/ns/pim/meeting#videoCallPage"}),nh=Object.freeze({AllDifferent:"http://www.w3.org/2002/07/owl#AllDifferent",AllDisjointClasses:"http://www.w3.org/2002/07/owl#AllDisjointClasses",AllDisjointProperties:"http://www.w3.org/2002/07/owl#AllDisjointProperties",Annotation:"http://www.w3.org/2002/07/owl#Annotation",AnnotationProperty:"http://www.w3.org/2002/07/owl#AnnotationProperty",AsymmetricProperty:"http://www.w3.org/2002/07/owl#AsymmetricProperty",Axiom:"http://www.w3.org/2002/07/owl#Axiom",Class:"http://www.w3.org/2002/07/owl#Class",DataRange:"http://www.w3.org/2002/07/owl#DataRange",DatatypeProperty:"http://www.w3.org/2002/07/owl#DatatypeProperty",DeprecatedClass:"http://www.w3.org/2002/07/owl#DeprecatedClass",DeprecatedProperty:"http://www.w3.org/2002/07/owl#DeprecatedProperty",FunctionalProperty:"http://www.w3.org/2002/07/owl#FunctionalProperty",InverseFunctionalProperty:"http://www.w3.org/2002/07/owl#InverseFunctionalProperty",IrreflexiveProperty:"http://www.w3.org/2002/07/owl#IrreflexiveProperty",NamedIndividual:"http://www.w3.org/2002/07/owl#NamedIndividual",NegativePropertyAssertion:"http://www.w3.org/2002/07/owl#NegativePropertyAssertion",Nothing:"http://www.w3.org/2002/07/owl#Nothing",ObjectProperty:"http://www.w3.org/2002/07/owl#ObjectProperty",Ontology:"http://www.w3.org/2002/07/owl#Ontology",OntologyProperty:"http://www.w3.org/2002/07/owl#OntologyProperty",ReflexiveProperty:"http://www.w3.org/2002/07/owl#ReflexiveProperty",Restriction:"http://www.w3.org/2002/07/owl#Restriction",SymmetricProperty:"http://www.w3.org/2002/07/owl#SymmetricProperty",TransitiveProperty:"http://www.w3.org/2002/07/owl#TransitiveProperty",Thing:"http://www.w3.org/2002/07/owl#Thing",allValuesFrom:"http://www.w3.org/2002/07/owl#allValuesFrom",annotatedProperty:"http://www.w3.org/2002/07/owl#annotatedProperty",annotatedSource:"http://www.w3.org/2002/07/owl#annotatedSource",annotatedTarget:"http://www.w3.org/2002/07/owl#annotatedTarget",assertionProperty:"http://www.w3.org/2002/07/owl#assertionProperty",backwardCompatibleWith:"http://www.w3.org/2002/07/owl#backwardCompatibleWith",bottomDataProperty:"http://www.w3.org/2002/07/owl#bottomDataProperty",bottomObjectProperty:"http://www.w3.org/2002/07/owl#bottomObjectProperty",cardinality:"http://www.w3.org/2002/07/owl#cardinality",complementOf:"http://www.w3.org/2002/07/owl#complementOf",datatypeComplementOf:"http://www.w3.org/2002/07/owl#datatypeComplementOf",deprecated:"http://www.w3.org/2002/07/owl#deprecated",differentFrom:"http://www.w3.org/2002/07/owl#differentFrom",disjointUnionOf:"http://www.w3.org/2002/07/owl#disjointUnionOf",disjointWith:"http://www.w3.org/2002/07/owl#disjointWith",distinctMembers:"http://www.w3.org/2002/07/owl#distinctMembers",equivalentClass:"http://www.w3.org/2002/07/owl#equivalentClass",equivalentProperty:"http://www.w3.org/2002/07/owl#equivalentProperty",hasKey:"http://www.w3.org/2002/07/owl#hasKey",hasSelf:"http://www.w3.org/2002/07/owl#hasSelf",hasValue:"http://www.w3.org/2002/07/owl#hasValue",incompatibleWith:"http://www.w3.org/2002/07/owl#incompatibleWith",intersectionOf:"http://www.w3.org/2002/07/owl#intersectionOf",inverseOf:"http://www.w3.org/2002/07/owl#inverseOf",maxCardinality:"http://www.w3.org/2002/07/owl#maxCardinality",maxQualifiedCardinality:"http://www.w3.org/2002/07/owl#maxQualifiedCardinality",members:"http://www.w3.org/2002/07/owl#members",minCardinality:"http://www.w3.org/2002/07/owl#minCardinality",minQualifiedCardinality:"http://www.w3.org/2002/07/owl#minQualifiedCardinality",onClass:"http://www.w3.org/2002/07/owl#onClass",onDataRange:"http://www.w3.org/2002/07/owl#onDataRange",onDatatype:"http://www.w3.org/2002/07/owl#onDatatype",oneOf:"http://www.w3.org/2002/07/owl#oneOf",onProperties:"http://www.w3.org/2002/07/owl#onProperties",onProperty:"http://www.w3.org/2002/07/owl#onProperty",priorVersion:"http://www.w3.org/2002/07/owl#priorVersion",propertyChainAxiom:"http://www.w3.org/2002/07/owl#propertyChainAxiom",propertyDisjointWith:"http://www.w3.org/2002/07/owl#propertyDisjointWith",qualifiedCardinality:"http://www.w3.org/2002/07/owl#qualifiedCardinality",sameAs:"http://www.w3.org/2002/07/owl#sameAs",someValuesFrom:"http://www.w3.org/2002/07/owl#someValuesFrom",sourceIndividual:"http://www.w3.org/2002/07/owl#sourceIndividual",targetIndividual:"http://www.w3.org/2002/07/owl#targetIndividual",targetValue:"http://www.w3.org/2002/07/owl#targetValue",topDataProperty:"http://www.w3.org/2002/07/owl#topDataProperty",topObjectProperty:"http://www.w3.org/2002/07/owl#topObjectProperty",unionOf:"http://www.w3.org/2002/07/owl#unionOf",versionInfo:"http://www.w3.org/2002/07/owl#versionInfo",withRestrictions:"http://www.w3.org/2002/07/owl#withRestrictions"}),ah=Object.freeze({Account:"http://www.w3.org/2000/10/swap/pim/qif#Account",Bank:"http://www.w3.org/2000/10/swap/pim/qif#Bank",Cat:"http://www.w3.org/2000/10/swap/pim/qif#Cat",Classified:"http://www.w3.org/2000/10/swap/pim/qif#Classified",Receipt:"http://www.w3.org/2000/10/swap/pim/qif#Receipt",SplitTransaction:"http://www.w3.org/2000/10/swap/pim/qif#SplitTransaction",SupportingDocument:"http://www.w3.org/2000/10/swap/pim/qif#SupportingDocument",Transaction:"http://www.w3.org/2000/10/swap/pim/qif#Transaction",Unclassified:"http://www.w3.org/2000/10/swap/pim/qif#Unclassified",UnclassifiedIncome:"http://www.w3.org/2000/10/swap/pim/qif#UnclassifiedIncome",UnclassifiedOutgoing:"http://www.w3.org/2000/10/swap/pim/qif#UnclassifiedOutgoing",accordingTo:"http://www.w3.org/2000/10/swap/pim/qif#accordingTo",amount:"http://www.w3.org/2000/10/swap/pim/qif#amount",category:"http://www.w3.org/2000/10/swap/pim/qif#category",date:"http://www.w3.org/2000/10/swap/pim/qif#date",payee:"http://www.w3.org/2000/10/swap/pim/qif#payee",splitPart:"http://www.w3.org/2000/10/swap/pim/qif#splitPart",splitReverse:"http://www.w3.org/2000/10/swap/pim/qif#splitReverse",toAccount:"http://www.w3.org/2000/10/swap/pim/qif#toAccount"}),sh=Object.freeze({TaxiTransaction:"http://www.w3.org/ns/pim/trip#TaxiTransaction",Trip:"http://www.w3.org/ns/pim/trip#Trip",funder:"http://www.w3.org/ns/pim/trip#funder",location:"http://www.w3.org/ns/pim/trip#location",part:"http://www.w3.org/ns/pim/trip#part",travelDate:"http://www.w3.org/ns/pim/trip#travelDate",trip:"http://www.w3.org/ns/pim/trip#trip"}),ch=Object.freeze({HTML:"http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML",langString:"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",PlainLiteral:"http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral",type:"http://www.w3.org/1999/02/22-rdf-syntax-ns#type",Property:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",Statement:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement",subject:"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject",predicate:"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate",object:"http://www.w3.org/1999/02/22-rdf-syntax-ns#object",Bag:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag",Seq:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq",Alt:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt",value:"http://www.w3.org/1999/02/22-rdf-syntax-ns#value",List:"http://www.w3.org/1999/02/22-rdf-syntax-ns#List",first:"http://www.w3.org/1999/02/22-rdf-syntax-ns#first",rest:"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",XMLLiteral:"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",JSON__workaround:"http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON",CompoundLiteral:"http://www.w3.org/1999/02/22-rdf-syntax-ns#CompoundLiteral",language:"http://www.w3.org/1999/02/22-rdf-syntax-ns#language",direction:"http://www.w3.org/1999/02/22-rdf-syntax-ns#direction"}),ph=Object.freeze({Resource:"http://www.w3.org/2000/01/rdf-schema#Resource",Class:"http://www.w3.org/2000/01/rdf-schema#Class",subClassOf:"http://www.w3.org/2000/01/rdf-schema#subClassOf",subPropertyOf:"http://www.w3.org/2000/01/rdf-schema#subPropertyOf",comment:"http://www.w3.org/2000/01/rdf-schema#comment",label:"http://www.w3.org/2000/01/rdf-schema#label",domain:"http://www.w3.org/2000/01/rdf-schema#domain",range:"http://www.w3.org/2000/01/rdf-schema#range",seeAlso:"http://www.w3.org/2000/01/rdf-schema#seeAlso",isDefinedBy:"http://www.w3.org/2000/01/rdf-schema#isDefinedBy",Literal:"http://www.w3.org/2000/01/rdf-schema#Literal",Container:"http://www.w3.org/2000/01/rdf-schema#Container",ContainerMembershipProperty:"http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty",member:"http://www.w3.org/2000/01/rdf-schema#member",Datatype:"http://www.w3.org/2000/01/rdf-schema#Datatype"}),lh=Object.freeze({DegreesOfDifficulty:"http://www.w3.org/ns/pim/schedule#DegreesOfDifficulty",Difficult:"http://www.w3.org/ns/pim/schedule#Difficult",Ideal:"http://www.w3.org/ns/pim/schedule#Ideal",Impossible:"http://www.w3.org/ns/pim/schedule#Impossible",Painful:"http://www.w3.org/ns/pim/schedule#Painful",Tolerable:"http://www.w3.org/ns/pim/schedule#Tolerable",YesNo:"http://www.w3.org/ns/pim/schedule#YesNo",YesNoMaybe:"http://www.w3.org/ns/pim/schedule#YesNoMaybe",availabilityOptions:"http://www.w3.org/ns/pim/schedule#availabilityOptions",availibility:"http://www.w3.org/ns/pim/schedule#availibility",option:"http://www.w3.org/ns/pim/schedule#option",response:"http://www.w3.org/ns/pim/schedule#response"}),gh=Object.freeze({AMRadioChannel:"http://schema.org/AMRadioChannel",APIReference:"http://schema.org/APIReference",AboutPage:"http://schema.org/AboutPage",AcceptAction:"http://schema.org/AcceptAction",Accommodation:"http://schema.org/Accommodation",AccountingService:"http://schema.org/AccountingService",AchieveAction:"http://schema.org/AchieveAction",Action:"http://schema.org/Action",ActionAccessSpecification:"http://schema.org/ActionAccessSpecification",ActionStatusType:"http://schema.org/ActionStatusType",ActivateAction:"http://schema.org/ActivateAction",AddAction:"http://schema.org/AddAction",AdministrativeArea:"http://schema.org/AdministrativeArea",AdultEntertainment:"http://schema.org/AdultEntertainment",AdultOrientedEnumeration:"http://schema.org/AdultOrientedEnumeration",AdvertiserContentArticle:"http://schema.org/AdvertiserContentArticle",AggregateOffer:"http://schema.org/AggregateOffer",AggregateRating:"http://schema.org/AggregateRating",AgreeAction:"http://schema.org/AgreeAction",Airline:"http://schema.org/Airline",Airport:"http://schema.org/Airport",AlignmentObject:"http://schema.org/AlignmentObject",AllocateAction:"http://schema.org/AllocateAction",AmpStory:"http://schema.org/AmpStory",AmusementPark:"http://schema.org/AmusementPark",AnalysisNewsArticle:"http://schema.org/AnalysisNewsArticle",AnatomicalStructure:"http://schema.org/AnatomicalStructure",AnatomicalSystem:"http://schema.org/AnatomicalSystem",AnimalShelter:"http://schema.org/AnimalShelter",Answer:"http://schema.org/Answer",Apartment:"http://schema.org/Apartment",ApartmentComplex:"http://schema.org/ApartmentComplex",AppendAction:"http://schema.org/AppendAction",ApplyAction:"http://schema.org/ApplyAction",ApprovedIndication:"http://schema.org/ApprovedIndication",Aquarium:"http://schema.org/Aquarium",ArchiveComponent:"http://schema.org/ArchiveComponent",ArchiveOrganization:"http://schema.org/ArchiveOrganization",ArriveAction:"http://schema.org/ArriveAction",ArtGallery:"http://schema.org/ArtGallery",Artery:"http://schema.org/Artery",Article:"http://schema.org/Article",AskAction:"http://schema.org/AskAction",AskPublicNewsArticle:"http://schema.org/AskPublicNewsArticle",AssessAction:"http://schema.org/AssessAction",AssignAction:"http://schema.org/AssignAction",Atlas:"http://schema.org/Atlas",Attorney:"http://schema.org/Attorney",Audience:"http://schema.org/Audience",AudioObject:"http://schema.org/AudioObject",AudioObjectSnapshot:"http://schema.org/AudioObjectSnapshot",Audiobook:"http://schema.org/Audiobook",AuthorizeAction:"http://schema.org/AuthorizeAction",AutoBodyShop:"http://schema.org/AutoBodyShop",AutoDealer:"http://schema.org/AutoDealer",AutoPartsStore:"http://schema.org/AutoPartsStore",AutoRental:"http://schema.org/AutoRental",AutoRepair:"http://schema.org/AutoRepair",AutoWash:"http://schema.org/AutoWash",AutomatedTeller:"http://schema.org/AutomatedTeller",AutomotiveBusiness:"http://schema.org/AutomotiveBusiness",BackgroundNewsArticle:"http://schema.org/BackgroundNewsArticle",Bakery:"http://schema.org/Bakery",BankAccount:"http://schema.org/BankAccount",BankOrCreditUnion:"http://schema.org/BankOrCreditUnion",BarOrPub:"http://schema.org/BarOrPub",Barcode:"http://schema.org/Barcode",Beach:"http://schema.org/Beach",BeautySalon:"http://schema.org/BeautySalon",BedAndBreakfast:"http://schema.org/BedAndBreakfast",BedDetails:"http://schema.org/BedDetails",BedType:"http://schema.org/BedType",BefriendAction:"http://schema.org/BefriendAction",BikeStore:"http://schema.org/BikeStore",BioChemEntity:"http://schema.org/BioChemEntity",Blog:"http://schema.org/Blog",BlogPosting:"http://schema.org/BlogPosting",BloodTest:"http://schema.org/BloodTest",BoardingPolicyType:"http://schema.org/BoardingPolicyType",BoatReservation:"http://schema.org/BoatReservation",BoatTerminal:"http://schema.org/BoatTerminal",BoatTrip:"http://schema.org/BoatTrip",BodyMeasurementTypeEnumeration:"http://schema.org/BodyMeasurementTypeEnumeration",BodyOfWater:"http://schema.org/BodyOfWater",Bone:"http://schema.org/Bone",Book:"http://schema.org/Book",BookFormatType:"http://schema.org/BookFormatType",BookSeries:"http://schema.org/BookSeries",BookStore:"http://schema.org/BookStore",BookmarkAction:"http://schema.org/BookmarkAction",Boolean__workaround:"http://schema.org/Boolean",BorrowAction:"http://schema.org/BorrowAction",BowlingAlley:"http://schema.org/BowlingAlley",BrainStructure:"http://schema.org/BrainStructure",Brand:"http://schema.org/Brand",BreadcrumbList:"http://schema.org/BreadcrumbList",Brewery:"http://schema.org/Brewery",Bridge:"http://schema.org/Bridge",BroadcastChannel:"http://schema.org/BroadcastChannel",BroadcastEvent:"http://schema.org/BroadcastEvent",BroadcastFrequencySpecification:"http://schema.org/BroadcastFrequencySpecification",BroadcastService:"http://schema.org/BroadcastService",BrokerageAccount:"http://schema.org/BrokerageAccount",BuddhistTemple:"http://schema.org/BuddhistTemple",BusOrCoach:"http://schema.org/BusOrCoach",BusReservation:"http://schema.org/BusReservation",BusStation:"http://schema.org/BusStation",BusStop:"http://schema.org/BusStop",BusTrip:"http://schema.org/BusTrip",BusinessAudience:"http://schema.org/BusinessAudience",BusinessEntityType:"http://schema.org/BusinessEntityType",BusinessEvent:"http://schema.org/BusinessEvent",BusinessFunction:"http://schema.org/BusinessFunction",BuyAction:"http://schema.org/BuyAction",CDCPMDRecord:"http://schema.org/CDCPMDRecord",CableOrSatelliteService:"http://schema.org/CableOrSatelliteService",CafeOrCoffeeShop:"http://schema.org/CafeOrCoffeeShop",Campground:"http://schema.org/Campground",CampingPitch:"http://schema.org/CampingPitch",Canal:"http://schema.org/Canal",CancelAction:"http://schema.org/CancelAction",Car:"http://schema.org/Car",CarUsageType:"http://schema.org/CarUsageType",Casino:"http://schema.org/Casino",CategoryCode:"http://schema.org/CategoryCode",CategoryCodeSet:"http://schema.org/CategoryCodeSet",CatholicChurch:"http://schema.org/CatholicChurch",Cemetery:"http://schema.org/Cemetery",Certification:"http://schema.org/Certification",CertificationStatusEnumeration:"http://schema.org/CertificationStatusEnumeration",Chapter:"http://schema.org/Chapter",CheckAction:"http://schema.org/CheckAction",CheckInAction:"http://schema.org/CheckInAction",CheckOutAction:"http://schema.org/CheckOutAction",CheckoutPage:"http://schema.org/CheckoutPage",ChemicalSubstance:"http://schema.org/ChemicalSubstance",ChildCare:"http://schema.org/ChildCare",ChildrensEvent:"http://schema.org/ChildrensEvent",ChooseAction:"http://schema.org/ChooseAction",Church:"http://schema.org/Church",City:"http://schema.org/City",CityHall:"http://schema.org/CityHall",CivicStructure:"http://schema.org/CivicStructure",Claim:"http://schema.org/Claim",ClaimReview:"http://schema.org/ClaimReview",Class:"http://schema.org/Class",Clip:"http://schema.org/Clip",ClothingStore:"http://schema.org/ClothingStore",Code:"http://schema.org/Code",Collection:"http://schema.org/Collection",CollectionPage:"http://schema.org/CollectionPage",CollegeOrUniversity:"http://schema.org/CollegeOrUniversity",ComedyClub:"http://schema.org/ComedyClub",ComedyEvent:"http://schema.org/ComedyEvent",ComicCoverArt:"http://schema.org/ComicCoverArt",ComicIssue:"http://schema.org/ComicIssue",ComicSeries:"http://schema.org/ComicSeries",ComicStory:"http://schema.org/ComicStory",Comment:"http://schema.org/Comment",CommentAction:"http://schema.org/CommentAction",CommunicateAction:"http://schema.org/CommunicateAction",CompleteDataFeed:"http://schema.org/CompleteDataFeed",CompoundPriceSpecification:"http://schema.org/CompoundPriceSpecification",ComputerLanguage:"http://schema.org/ComputerLanguage",ComputerStore:"http://schema.org/ComputerStore",ConfirmAction:"http://schema.org/ConfirmAction",Consortium:"http://schema.org/Consortium",ConstraintNode:"http://schema.org/ConstraintNode",ConsumeAction:"http://schema.org/ConsumeAction",ContactPage:"http://schema.org/ContactPage",ContactPoint:"http://schema.org/ContactPoint",ContactPointOption:"http://schema.org/ContactPointOption",Continent:"http://schema.org/Continent",ControlAction:"http://schema.org/ControlAction",ConvenienceStore:"http://schema.org/ConvenienceStore",Conversation:"http://schema.org/Conversation",CookAction:"http://schema.org/CookAction",Cooperative:"http://schema.org/Cooperative",Corporation:"http://schema.org/Corporation",CorrectionComment:"http://schema.org/CorrectionComment",Country:"http://schema.org/Country",Course:"http://schema.org/Course",CourseInstance:"http://schema.org/CourseInstance",Courthouse:"http://schema.org/Courthouse",CoverArt:"http://schema.org/CoverArt",CovidTestingFacility:"http://schema.org/CovidTestingFacility",CreateAction:"http://schema.org/CreateAction",CreativeWork:"http://schema.org/CreativeWork",CreativeWorkSeason:"http://schema.org/CreativeWorkSeason",CreativeWorkSeries:"http://schema.org/CreativeWorkSeries",CreditCard:"http://schema.org/CreditCard",Crematorium:"http://schema.org/Crematorium",CriticReview:"http://schema.org/CriticReview",CssSelectorType:"http://schema.org/CssSelectorType",CurrencyConversionService:"http://schema.org/CurrencyConversionService",DDxElement:"http://schema.org/DDxElement",DanceEvent:"http://schema.org/DanceEvent",DanceGroup:"http://schema.org/DanceGroup",DataCatalog:"http://schema.org/DataCatalog",DataDownload:"http://schema.org/DataDownload",DataFeed:"http://schema.org/DataFeed",DataFeedItem:"http://schema.org/DataFeedItem",DataType:"http://schema.org/DataType",Dataset:"http://schema.org/Dataset",Date__workaround:"http://schema.org/Date",DateTime:"http://schema.org/DateTime",DatedMoneySpecification:"http://schema.org/DatedMoneySpecification",DayOfWeek:"http://schema.org/DayOfWeek",DaySpa:"http://schema.org/DaySpa",DeactivateAction:"http://schema.org/DeactivateAction",DefenceEstablishment:"http://schema.org/DefenceEstablishment",DefinedRegion:"http://schema.org/DefinedRegion",DefinedTerm:"http://schema.org/DefinedTerm",DefinedTermSet:"http://schema.org/DefinedTermSet",DeleteAction:"http://schema.org/DeleteAction",DeliveryChargeSpecification:"http://schema.org/DeliveryChargeSpecification",DeliveryEvent:"http://schema.org/DeliveryEvent",DeliveryMethod:"http://schema.org/DeliveryMethod",DeliveryTimeSettings:"http://schema.org/DeliveryTimeSettings",Demand:"http://schema.org/Demand",Dentist:"http://schema.org/Dentist",DepartAction:"http://schema.org/DepartAction",DepartmentStore:"http://schema.org/DepartmentStore",DepositAccount:"http://schema.org/DepositAccount",DiagnosticLab:"http://schema.org/DiagnosticLab",DiagnosticProcedure:"http://schema.org/DiagnosticProcedure",Diet:"http://schema.org/Diet",DietarySupplement:"http://schema.org/DietarySupplement",DigitalDocument:"http://schema.org/DigitalDocument",DigitalDocumentPermission:"http://schema.org/DigitalDocumentPermission",DigitalDocumentPermissionType:"http://schema.org/DigitalDocumentPermissionType",DigitalPlatformEnumeration:"http://schema.org/DigitalPlatformEnumeration",DisagreeAction:"http://schema.org/DisagreeAction",DiscoverAction:"http://schema.org/DiscoverAction",DiscussionForumPosting:"http://schema.org/DiscussionForumPosting",DislikeAction:"http://schema.org/DislikeAction",Distance:"http://schema.org/Distance",Distillery:"http://schema.org/Distillery",DonateAction:"http://schema.org/DonateAction",DoseSchedule:"http://schema.org/DoseSchedule",DownloadAction:"http://schema.org/DownloadAction",DrawAction:"http://schema.org/DrawAction",Drawing:"http://schema.org/Drawing",DrinkAction:"http://schema.org/DrinkAction",DriveWheelConfigurationValue:"http://schema.org/DriveWheelConfigurationValue",Drug:"http://schema.org/Drug",DrugClass:"http://schema.org/DrugClass",DrugCost:"http://schema.org/DrugCost",DrugCostCategory:"http://schema.org/DrugCostCategory",DrugLegalStatus:"http://schema.org/DrugLegalStatus",DrugPregnancyCategory:"http://schema.org/DrugPregnancyCategory",DrugPrescriptionStatus:"http://schema.org/DrugPrescriptionStatus",DrugStrength:"http://schema.org/DrugStrength",DryCleaningOrLaundry:"http://schema.org/DryCleaningOrLaundry",Duration:"http://schema.org/Duration",EUEnergyEfficiencyEnumeration:"http://schema.org/EUEnergyEfficiencyEnumeration",EatAction:"http://schema.org/EatAction",EducationEvent:"http://schema.org/EducationEvent",EducationalAudience:"http://schema.org/EducationalAudience",EducationalOccupationalCredential:"http://schema.org/EducationalOccupationalCredential",EducationalOccupationalProgram:"http://schema.org/EducationalOccupationalProgram",EducationalOrganization:"http://schema.org/EducationalOrganization",Electrician:"http://schema.org/Electrician",ElectronicsStore:"http://schema.org/ElectronicsStore",ElementarySchool:"http://schema.org/ElementarySchool",EmailMessage:"http://schema.org/EmailMessage",Embassy:"http://schema.org/Embassy",EmergencyService:"http://schema.org/EmergencyService",EmployeeRole:"http://schema.org/EmployeeRole",EmployerAggregateRating:"http://schema.org/EmployerAggregateRating",EmployerReview:"http://schema.org/EmployerReview",EmploymentAgency:"http://schema.org/EmploymentAgency",EndorseAction:"http://schema.org/EndorseAction",EndorsementRating:"http://schema.org/EndorsementRating",Energy:"http://schema.org/Energy",EnergyConsumptionDetails:"http://schema.org/EnergyConsumptionDetails",EnergyEfficiencyEnumeration:"http://schema.org/EnergyEfficiencyEnumeration",EnergyStarEnergyEfficiencyEnumeration:"http://schema.org/EnergyStarEnergyEfficiencyEnumeration",EngineSpecification:"http://schema.org/EngineSpecification",EntertainmentBusiness:"http://schema.org/EntertainmentBusiness",EntryPoint:"http://schema.org/EntryPoint",Enumeration:"http://schema.org/Enumeration",Episode:"http://schema.org/Episode",Event:"http://schema.org/Event",EventAttendanceModeEnumeration:"http://schema.org/EventAttendanceModeEnumeration",EventReservation:"http://schema.org/EventReservation",EventSeries:"http://schema.org/EventSeries",EventStatusType:"http://schema.org/EventStatusType",EventVenue:"http://schema.org/EventVenue",ExchangeRateSpecification:"http://schema.org/ExchangeRateSpecification",ExerciseAction:"http://schema.org/ExerciseAction",ExerciseGym:"http://schema.org/ExerciseGym",ExercisePlan:"http://schema.org/ExercisePlan",ExhibitionEvent:"http://schema.org/ExhibitionEvent",FAQPage:"http://schema.org/FAQPage",FMRadioChannel:"http://schema.org/FMRadioChannel",FastFoodRestaurant:"http://schema.org/FastFoodRestaurant",Festival:"http://schema.org/Festival",FilmAction:"http://schema.org/FilmAction",FinancialIncentive:"http://schema.org/FinancialIncentive",FinancialProduct:"http://schema.org/FinancialProduct",FinancialService:"http://schema.org/FinancialService",FindAction:"http://schema.org/FindAction",FireStation:"http://schema.org/FireStation",Flight:"http://schema.org/Flight",FlightReservation:"http://schema.org/FlightReservation",Float:"http://schema.org/Float",FloorPlan:"http://schema.org/FloorPlan",Florist:"http://schema.org/Florist",FollowAction:"http://schema.org/FollowAction",FoodEstablishment:"http://schema.org/FoodEstablishment",FoodEstablishmentReservation:"http://schema.org/FoodEstablishmentReservation",FoodEvent:"http://schema.org/FoodEvent",FoodService:"http://schema.org/FoodService",FulfillmentTypeEnumeration:"http://schema.org/FulfillmentTypeEnumeration",FundingAgency:"http://schema.org/FundingAgency",FundingScheme:"http://schema.org/FundingScheme",FurnitureStore:"http://schema.org/FurnitureStore",Game:"http://schema.org/Game",GameAvailabilityEnumeration:"http://schema.org/GameAvailabilityEnumeration",GamePlayMode:"http://schema.org/GamePlayMode",GameServer:"http://schema.org/GameServer",GameServerStatus:"http://schema.org/GameServerStatus",GardenStore:"http://schema.org/GardenStore",GasStation:"http://schema.org/GasStation",GatedResidenceCommunity:"http://schema.org/GatedResidenceCommunity",GenderType:"http://schema.org/GenderType",Gene:"http://schema.org/Gene",GeneralContractor:"http://schema.org/GeneralContractor",GeoCircle:"http://schema.org/GeoCircle",GeoCoordinates:"http://schema.org/GeoCoordinates",GeoShape:"http://schema.org/GeoShape",GeospatialGeometry:"http://schema.org/GeospatialGeometry",GiveAction:"http://schema.org/GiveAction",GolfCourse:"http://schema.org/GolfCourse",GovernmentBenefitsType:"http://schema.org/GovernmentBenefitsType",GovernmentBuilding:"http://schema.org/GovernmentBuilding",GovernmentOffice:"http://schema.org/GovernmentOffice",GovernmentOrganization:"http://schema.org/GovernmentOrganization",GovernmentPermit:"http://schema.org/GovernmentPermit",GovernmentService:"http://schema.org/GovernmentService",Grant:"http://schema.org/Grant",GroceryStore:"http://schema.org/GroceryStore",Guide:"http://schema.org/Guide",HVACBusiness:"http://schema.org/HVACBusiness",Hackathon:"http://schema.org/Hackathon",HairSalon:"http://schema.org/HairSalon",HardwareStore:"http://schema.org/HardwareStore",HealthAndBeautyBusiness:"http://schema.org/HealthAndBeautyBusiness",HealthAspectEnumeration:"http://schema.org/HealthAspectEnumeration",HealthClub:"http://schema.org/HealthClub",HealthInsurancePlan:"http://schema.org/HealthInsurancePlan",HealthPlanCostSharingSpecification:"http://schema.org/HealthPlanCostSharingSpecification",HealthPlanFormulary:"http://schema.org/HealthPlanFormulary",HealthPlanNetwork:"http://schema.org/HealthPlanNetwork",HealthTopicContent:"http://schema.org/HealthTopicContent",HighSchool:"http://schema.org/HighSchool",HinduTemple:"http://schema.org/HinduTemple",HobbyShop:"http://schema.org/HobbyShop",HomeAndConstructionBusiness:"http://schema.org/HomeAndConstructionBusiness",HomeGoodsStore:"http://schema.org/HomeGoodsStore",Hospital:"http://schema.org/Hospital",Hostel:"http://schema.org/Hostel",Hotel:"http://schema.org/Hotel",HotelRoom:"http://schema.org/HotelRoom",House:"http://schema.org/House",HousePainter:"http://schema.org/HousePainter",HowTo:"http://schema.org/HowTo",HowToDirection:"http://schema.org/HowToDirection",HowToItem:"http://schema.org/HowToItem",HowToSection:"http://schema.org/HowToSection",HowToStep:"http://schema.org/HowToStep",HowToSupply:"http://schema.org/HowToSupply",HowToTip:"http://schema.org/HowToTip",HowToTool:"http://schema.org/HowToTool",HyperToc:"http://schema.org/HyperToc",HyperTocEntry:"http://schema.org/HyperTocEntry",IPTCDigitalSourceEnumeration:"http://schema.org/IPTCDigitalSourceEnumeration",IceCreamShop:"http://schema.org/IceCreamShop",IgnoreAction:"http://schema.org/IgnoreAction",ImageGallery:"http://schema.org/ImageGallery",ImageObject:"http://schema.org/ImageObject",ImageObjectSnapshot:"http://schema.org/ImageObjectSnapshot",ImagingTest:"http://schema.org/ImagingTest",IncentiveQualifiedExpenseType:"http://schema.org/IncentiveQualifiedExpenseType",IncentiveStatus:"http://schema.org/IncentiveStatus",IncentiveType:"http://schema.org/IncentiveType",IndividualPhysician:"http://schema.org/IndividualPhysician",IndividualProduct:"http://schema.org/IndividualProduct",InfectiousAgentClass:"http://schema.org/InfectiousAgentClass",InfectiousDisease:"http://schema.org/InfectiousDisease",InformAction:"http://schema.org/InformAction",InsertAction:"http://schema.org/InsertAction",InstallAction:"http://schema.org/InstallAction",InsuranceAgency:"http://schema.org/InsuranceAgency",Intangible:"http://schema.org/Intangible",Integer:"http://schema.org/Integer",InteractAction:"http://schema.org/InteractAction",InteractionCounter:"http://schema.org/InteractionCounter",InternetCafe:"http://schema.org/InternetCafe",InvestmentFund:"http://schema.org/InvestmentFund",InvestmentOrDeposit:"http://schema.org/InvestmentOrDeposit",InviteAction:"http://schema.org/InviteAction",Invoice:"http://schema.org/Invoice",ItemAvailability:"http://schema.org/ItemAvailability",ItemList:"http://schema.org/ItemList",ItemListOrderType:"http://schema.org/ItemListOrderType",ItemPage:"http://schema.org/ItemPage",JewelryStore:"http://schema.org/JewelryStore",JobPosting:"http://schema.org/JobPosting",JoinAction:"http://schema.org/JoinAction",Joint:"http://schema.org/Joint",LakeBodyOfWater:"http://schema.org/LakeBodyOfWater",Landform:"http://schema.org/Landform",LandmarksOrHistoricalBuildings:"http://schema.org/LandmarksOrHistoricalBuildings",Language:"http://schema.org/Language",LearningResource:"http://schema.org/LearningResource",LeaveAction:"http://schema.org/LeaveAction",LegalForceStatus:"http://schema.org/LegalForceStatus",LegalService:"http://schema.org/LegalService",LegalValueLevel:"http://schema.org/LegalValueLevel",Legislation:"http://schema.org/Legislation",LegislationObject:"http://schema.org/LegislationObject",LegislativeBuilding:"http://schema.org/LegislativeBuilding",LendAction:"http://schema.org/LendAction",Library:"http://schema.org/Library",LibrarySystem:"http://schema.org/LibrarySystem",LifestyleModification:"http://schema.org/LifestyleModification",Ligament:"http://schema.org/Ligament",LikeAction:"http://schema.org/LikeAction",LinkRole:"http://schema.org/LinkRole",LiquorStore:"http://schema.org/LiquorStore",ListItem:"http://schema.org/ListItem",ListenAction:"http://schema.org/ListenAction",LiteraryEvent:"http://schema.org/LiteraryEvent",LiveBlogPosting:"http://schema.org/LiveBlogPosting",LoanOrCredit:"http://schema.org/LoanOrCredit",LocalBusiness:"http://schema.org/LocalBusiness",LocationFeatureSpecification:"http://schema.org/LocationFeatureSpecification",Locksmith:"http://schema.org/Locksmith",LodgingBusiness:"http://schema.org/LodgingBusiness",LodgingReservation:"http://schema.org/LodgingReservation",LoseAction:"http://schema.org/LoseAction",LymphaticVessel:"http://schema.org/LymphaticVessel",Manuscript:"http://schema.org/Manuscript",Map__workaround:"http://schema.org/Map",MapCategoryType:"http://schema.org/MapCategoryType",MarryAction:"http://schema.org/MarryAction",Mass:"http://schema.org/Mass",MathSolver:"http://schema.org/MathSolver",MaximumDoseSchedule:"http://schema.org/MaximumDoseSchedule",MeasurementMethodEnum:"http://schema.org/MeasurementMethodEnum",MeasurementTypeEnumeration:"http://schema.org/MeasurementTypeEnumeration",MediaEnumeration:"http://schema.org/MediaEnumeration",MediaGallery:"http://schema.org/MediaGallery",MediaManipulationRatingEnumeration:"http://schema.org/MediaManipulationRatingEnumeration",MediaObject:"http://schema.org/MediaObject",MediaReview:"http://schema.org/MediaReview",MediaReviewItem:"http://schema.org/MediaReviewItem",MediaSubscription:"http://schema.org/MediaSubscription",MedicalAudience:"http://schema.org/MedicalAudience",MedicalAudienceType:"http://schema.org/MedicalAudienceType",MedicalBusiness:"http://schema.org/MedicalBusiness",MedicalCause:"http://schema.org/MedicalCause",MedicalClinic:"http://schema.org/MedicalClinic",MedicalCode:"http://schema.org/MedicalCode",MedicalCondition:"http://schema.org/MedicalCondition",MedicalConditionStage:"http://schema.org/MedicalConditionStage",MedicalContraindication:"http://schema.org/MedicalContraindication",MedicalDevice:"http://schema.org/MedicalDevice",MedicalDevicePurpose:"http://schema.org/MedicalDevicePurpose",MedicalEntity:"http://schema.org/MedicalEntity",MedicalEnumeration:"http://schema.org/MedicalEnumeration",MedicalEvidenceLevel:"http://schema.org/MedicalEvidenceLevel",MedicalGuideline:"http://schema.org/MedicalGuideline",MedicalGuidelineContraindication:"http://schema.org/MedicalGuidelineContraindication",MedicalGuidelineRecommendation:"http://schema.org/MedicalGuidelineRecommendation",MedicalImagingTechnique:"http://schema.org/MedicalImagingTechnique",MedicalIndication:"http://schema.org/MedicalIndication",MedicalIntangible:"http://schema.org/MedicalIntangible",MedicalObservationalStudy:"http://schema.org/MedicalObservationalStudy",MedicalObservationalStudyDesign:"http://schema.org/MedicalObservationalStudyDesign",MedicalOrganization:"http://schema.org/MedicalOrganization",MedicalProcedure:"http://schema.org/MedicalProcedure",MedicalProcedureType:"http://schema.org/MedicalProcedureType",MedicalRiskCalculator:"http://schema.org/MedicalRiskCalculator",MedicalRiskEstimator:"http://schema.org/MedicalRiskEstimator",MedicalRiskFactor:"http://schema.org/MedicalRiskFactor",MedicalRiskScore:"http://schema.org/MedicalRiskScore",MedicalScholarlyArticle:"http://schema.org/MedicalScholarlyArticle",MedicalSign:"http://schema.org/MedicalSign",MedicalSignOrSymptom:"http://schema.org/MedicalSignOrSymptom",MedicalSpecialty:"http://schema.org/MedicalSpecialty",MedicalStudy:"http://schema.org/MedicalStudy",MedicalStudyStatus:"http://schema.org/MedicalStudyStatus",MedicalSymptom:"http://schema.org/MedicalSymptom",MedicalTest:"http://schema.org/MedicalTest",MedicalTestPanel:"http://schema.org/MedicalTestPanel",MedicalTherapy:"http://schema.org/MedicalTherapy",MedicalTrial:"http://schema.org/MedicalTrial",MedicalTrialDesign:"http://schema.org/MedicalTrialDesign",MedicalWebPage:"http://schema.org/MedicalWebPage",MedicineSystem:"http://schema.org/MedicineSystem",MeetingRoom:"http://schema.org/MeetingRoom",MemberProgram:"http://schema.org/MemberProgram",MemberProgramTier:"http://schema.org/MemberProgramTier",MensClothingStore:"http://schema.org/MensClothingStore",Menu:"http://schema.org/Menu",MenuItem:"http://schema.org/MenuItem",MenuSection:"http://schema.org/MenuSection",MerchantReturnEnumeration:"http://schema.org/MerchantReturnEnumeration",MerchantReturnPolicy:"http://schema.org/MerchantReturnPolicy",MerchantReturnPolicySeasonalOverride:"http://schema.org/MerchantReturnPolicySeasonalOverride",Message:"http://schema.org/Message",MiddleSchool:"http://schema.org/MiddleSchool",MobileApplication:"http://schema.org/MobileApplication",MobilePhoneStore:"http://schema.org/MobilePhoneStore",MolecularEntity:"http://schema.org/MolecularEntity",MonetaryAmount:"http://schema.org/MonetaryAmount",MonetaryAmountDistribution:"http://schema.org/MonetaryAmountDistribution",MonetaryGrant:"http://schema.org/MonetaryGrant",MoneyTransfer:"http://schema.org/MoneyTransfer",MortgageLoan:"http://schema.org/MortgageLoan",Mosque:"http://schema.org/Mosque",Motel:"http://schema.org/Motel",Motorcycle:"http://schema.org/Motorcycle",MotorcycleDealer:"http://schema.org/MotorcycleDealer",MotorcycleRepair:"http://schema.org/MotorcycleRepair",MotorizedBicycle:"http://schema.org/MotorizedBicycle",Mountain:"http://schema.org/Mountain",MoveAction:"http://schema.org/MoveAction",Movie:"http://schema.org/Movie",MovieClip:"http://schema.org/MovieClip",MovieRentalStore:"http://schema.org/MovieRentalStore",MovieSeries:"http://schema.org/MovieSeries",MovieTheater:"http://schema.org/MovieTheater",MovingCompany:"http://schema.org/MovingCompany",Muscle:"http://schema.org/Muscle",Museum:"http://schema.org/Museum",MusicAlbum:"http://schema.org/MusicAlbum",MusicAlbumProductionType:"http://schema.org/MusicAlbumProductionType",MusicAlbumReleaseType:"http://schema.org/MusicAlbumReleaseType",MusicComposition:"http://schema.org/MusicComposition",MusicEvent:"http://schema.org/MusicEvent",MusicGroup:"http://schema.org/MusicGroup",MusicPlaylist:"http://schema.org/MusicPlaylist",MusicRecording:"http://schema.org/MusicRecording",MusicRelease:"http://schema.org/MusicRelease",MusicReleaseFormatType:"http://schema.org/MusicReleaseFormatType",MusicStore:"http://schema.org/MusicStore",MusicVenue:"http://schema.org/MusicVenue",MusicVideoObject:"http://schema.org/MusicVideoObject",NGO:"http://schema.org/NGO",NLNonprofitType:"http://schema.org/NLNonprofitType",NailSalon:"http://schema.org/NailSalon",Nerve:"http://schema.org/Nerve",NewsArticle:"http://schema.org/NewsArticle",NewsMediaOrganization:"http://schema.org/NewsMediaOrganization",Newspaper:"http://schema.org/Newspaper",NightClub:"http://schema.org/NightClub",NonprofitType:"http://schema.org/NonprofitType",Notary:"http://schema.org/Notary",NoteDigitalDocument:"http://schema.org/NoteDigitalDocument",Number__workaround:"http://schema.org/Number",NutritionInformation:"http://schema.org/NutritionInformation",Observation:"http://schema.org/Observation",Occupation:"http://schema.org/Occupation",OccupationalExperienceRequirements:"http://schema.org/OccupationalExperienceRequirements",OccupationalTherapy:"http://schema.org/OccupationalTherapy",OceanBodyOfWater:"http://schema.org/OceanBodyOfWater",Offer:"http://schema.org/Offer",OfferCatalog:"http://schema.org/OfferCatalog",OfferForLease:"http://schema.org/OfferForLease",OfferForPurchase:"http://schema.org/OfferForPurchase",OfferItemCondition:"http://schema.org/OfferItemCondition",OfferShippingDetails:"http://schema.org/OfferShippingDetails",OfficeEquipmentStore:"http://schema.org/OfficeEquipmentStore",OnDemandEvent:"http://schema.org/OnDemandEvent",OnlineBusiness:"http://schema.org/OnlineBusiness",OnlineStore:"http://schema.org/OnlineStore",OpeningHoursSpecification:"http://schema.org/OpeningHoursSpecification",OpinionNewsArticle:"http://schema.org/OpinionNewsArticle",Optician:"http://schema.org/Optician",Order:"http://schema.org/Order",OrderAction:"http://schema.org/OrderAction",OrderItem:"http://schema.org/OrderItem",OrderStatus:"http://schema.org/OrderStatus",Organization:"http://schema.org/Organization",OrganizationRole:"http://schema.org/OrganizationRole",OrganizeAction:"http://schema.org/OrganizeAction",OutletStore:"http://schema.org/OutletStore",OwnershipInfo:"http://schema.org/OwnershipInfo",PaintAction:"http://schema.org/PaintAction",Painting:"http://schema.org/Painting",PalliativeProcedure:"http://schema.org/PalliativeProcedure",ParcelDelivery:"http://schema.org/ParcelDelivery",ParentAudience:"http://schema.org/ParentAudience",Park:"http://schema.org/Park",ParkingFacility:"http://schema.org/ParkingFacility",PathologyTest:"http://schema.org/PathologyTest",Patient:"http://schema.org/Patient",PawnShop:"http://schema.org/PawnShop",PayAction:"http://schema.org/PayAction",PaymentCard:"http://schema.org/PaymentCard",PaymentChargeSpecification:"http://schema.org/PaymentChargeSpecification",PaymentMethod:"http://schema.org/PaymentMethod",PaymentMethodType:"http://schema.org/PaymentMethodType",PaymentService:"http://schema.org/PaymentService",PaymentStatusType:"http://schema.org/PaymentStatusType",PeopleAudience:"http://schema.org/PeopleAudience",PerformAction:"http://schema.org/PerformAction",PerformanceRole:"http://schema.org/PerformanceRole",PerformingArtsTheater:"http://schema.org/PerformingArtsTheater",PerformingGroup:"http://schema.org/PerformingGroup",Periodical:"http://schema.org/Periodical",Permit:"http://schema.org/Permit",Person:"http://schema.org/Person",PetStore:"http://schema.org/PetStore",Pharmacy:"http://schema.org/Pharmacy",Photograph:"http://schema.org/Photograph",PhotographAction:"http://schema.org/PhotographAction",PhysicalActivity:"http://schema.org/PhysicalActivity",PhysicalActivityCategory:"http://schema.org/PhysicalActivityCategory",PhysicalExam:"http://schema.org/PhysicalExam",PhysicalTherapy:"http://schema.org/PhysicalTherapy",Physician:"http://schema.org/Physician",PhysiciansOffice:"http://schema.org/PhysiciansOffice",Place:"http://schema.org/Place",PlaceOfWorship:"http://schema.org/PlaceOfWorship",PlanAction:"http://schema.org/PlanAction",Play:"http://schema.org/Play",PlayAction:"http://schema.org/PlayAction",PlayGameAction:"http://schema.org/PlayGameAction",Playground:"http://schema.org/Playground",Plumber:"http://schema.org/Plumber",PodcastEpisode:"http://schema.org/PodcastEpisode",PodcastSeason:"http://schema.org/PodcastSeason",PodcastSeries:"http://schema.org/PodcastSeries",PoliceStation:"http://schema.org/PoliceStation",PoliticalParty:"http://schema.org/PoliticalParty",Pond:"http://schema.org/Pond",PostOffice:"http://schema.org/PostOffice",PostalAddress:"http://schema.org/PostalAddress",PostalCodeRangeSpecification:"http://schema.org/PostalCodeRangeSpecification",Poster:"http://schema.org/Poster",PreOrderAction:"http://schema.org/PreOrderAction",PrependAction:"http://schema.org/PrependAction",Preschool:"http://schema.org/Preschool",PresentationDigitalDocument:"http://schema.org/PresentationDigitalDocument",PreventionIndication:"http://schema.org/PreventionIndication",PriceComponentTypeEnumeration:"http://schema.org/PriceComponentTypeEnumeration",PriceSpecification:"http://schema.org/PriceSpecification",PriceTypeEnumeration:"http://schema.org/PriceTypeEnumeration",Product:"http://schema.org/Product",ProductCollection:"http://schema.org/ProductCollection",ProductGroup:"http://schema.org/ProductGroup",ProductModel:"http://schema.org/ProductModel",ProductReturnEnumeration:"http://schema.org/ProductReturnEnumeration",ProductReturnPolicy:"http://schema.org/ProductReturnPolicy",ProfessionalService:"http://schema.org/ProfessionalService",ProfilePage:"http://schema.org/ProfilePage",ProgramMembership:"http://schema.org/ProgramMembership",Project:"http://schema.org/Project",PronounceableText:"http://schema.org/PronounceableText",Property:"http://schema.org/Property",PropertyValue:"http://schema.org/PropertyValue",PropertyValueSpecification:"http://schema.org/PropertyValueSpecification",Protein:"http://schema.org/Protein",PsychologicalTreatment:"http://schema.org/PsychologicalTreatment",PublicSwimmingPool:"http://schema.org/PublicSwimmingPool",PublicToilet:"http://schema.org/PublicToilet",PublicationEvent:"http://schema.org/PublicationEvent",PublicationIssue:"http://schema.org/PublicationIssue",PublicationVolume:"http://schema.org/PublicationVolume",PurchaseType:"http://schema.org/PurchaseType",QAPage:"http://schema.org/QAPage",QualitativeValue:"http://schema.org/QualitativeValue",QuantitativeValue:"http://schema.org/QuantitativeValue",QuantitativeValueDistribution:"http://schema.org/QuantitativeValueDistribution",Quantity:"http://schema.org/Quantity",Question:"http://schema.org/Question",Quiz:"http://schema.org/Quiz",Quotation:"http://schema.org/Quotation",QuoteAction:"http://schema.org/QuoteAction",RVPark:"http://schema.org/RVPark",RadiationTherapy:"http://schema.org/RadiationTherapy",RadioBroadcastService:"http://schema.org/RadioBroadcastService",RadioChannel:"http://schema.org/RadioChannel",RadioClip:"http://schema.org/RadioClip",RadioEpisode:"http://schema.org/RadioEpisode",RadioSeason:"http://schema.org/RadioSeason",RadioSeries:"http://schema.org/RadioSeries",RadioStation:"http://schema.org/RadioStation",Rating:"http://schema.org/Rating",ReactAction:"http://schema.org/ReactAction",ReadAction:"http://schema.org/ReadAction",RealEstateAgent:"http://schema.org/RealEstateAgent",RealEstateListing:"http://schema.org/RealEstateListing",ReceiveAction:"http://schema.org/ReceiveAction",Recipe:"http://schema.org/Recipe",Recommendation:"http://schema.org/Recommendation",RecommendedDoseSchedule:"http://schema.org/RecommendedDoseSchedule",RecyclingCenter:"http://schema.org/RecyclingCenter",RefundTypeEnumeration:"http://schema.org/RefundTypeEnumeration",RegisterAction:"http://schema.org/RegisterAction",RejectAction:"http://schema.org/RejectAction",RentAction:"http://schema.org/RentAction",RentalCarReservation:"http://schema.org/RentalCarReservation",RepaymentSpecification:"http://schema.org/RepaymentSpecification",ReplaceAction:"http://schema.org/ReplaceAction",ReplyAction:"http://schema.org/ReplyAction",Report:"http://schema.org/Report",ReportageNewsArticle:"http://schema.org/ReportageNewsArticle",ReportedDoseSchedule:"http://schema.org/ReportedDoseSchedule",ResearchOrganization:"http://schema.org/ResearchOrganization",ResearchProject:"http://schema.org/ResearchProject",Researcher:"http://schema.org/Researcher",Reservation:"http://schema.org/Reservation",ReservationPackage:"http://schema.org/ReservationPackage",ReservationStatusType:"http://schema.org/ReservationStatusType",ReserveAction:"http://schema.org/ReserveAction",Reservoir:"http://schema.org/Reservoir",Residence:"http://schema.org/Residence",Resort:"http://schema.org/Resort",Restaurant:"http://schema.org/Restaurant",RestrictedDiet:"http://schema.org/RestrictedDiet",ResumeAction:"http://schema.org/ResumeAction",ReturnAction:"http://schema.org/ReturnAction",ReturnFeesEnumeration:"http://schema.org/ReturnFeesEnumeration",ReturnLabelSourceEnumeration:"http://schema.org/ReturnLabelSourceEnumeration",ReturnMethodEnumeration:"http://schema.org/ReturnMethodEnumeration",Review:"http://schema.org/Review",ReviewAction:"http://schema.org/ReviewAction",ReviewNewsArticle:"http://schema.org/ReviewNewsArticle",RiverBodyOfWater:"http://schema.org/RiverBodyOfWater",Role:"http://schema.org/Role",RoofingContractor:"http://schema.org/RoofingContractor",Room:"http://schema.org/Room",RsvpAction:"http://schema.org/RsvpAction",RsvpResponseType:"http://schema.org/RsvpResponseType",SaleEvent:"http://schema.org/SaleEvent",SatiricalArticle:"http://schema.org/SatiricalArticle",Schedule:"http://schema.org/Schedule",ScheduleAction:"http://schema.org/ScheduleAction",ScholarlyArticle:"http://schema.org/ScholarlyArticle",School:"http://schema.org/School",SchoolDistrict:"http://schema.org/SchoolDistrict",ScreeningEvent:"http://schema.org/ScreeningEvent",Sculpture:"http://schema.org/Sculpture",SeaBodyOfWater:"http://schema.org/SeaBodyOfWater",SearchAction:"http://schema.org/SearchAction",SearchRescueOrganization:"http://schema.org/SearchRescueOrganization",SearchResultsPage:"http://schema.org/SearchResultsPage",Season:"http://schema.org/Season",Seat:"http://schema.org/Seat",SeekToAction:"http://schema.org/SeekToAction",SelfStorage:"http://schema.org/SelfStorage",SellAction:"http://schema.org/SellAction",SendAction:"http://schema.org/SendAction",Series:"http://schema.org/Series",Service:"http://schema.org/Service",ServiceChannel:"http://schema.org/ServiceChannel",ServicePeriod:"http://schema.org/ServicePeriod",ShareAction:"http://schema.org/ShareAction",SheetMusic:"http://schema.org/SheetMusic",ShippingConditions:"http://schema.org/ShippingConditions",ShippingDeliveryTime:"http://schema.org/ShippingDeliveryTime",ShippingRateSettings:"http://schema.org/ShippingRateSettings",ShippingService:"http://schema.org/ShippingService",ShoeStore:"http://schema.org/ShoeStore",ShoppingCenter:"http://schema.org/ShoppingCenter",ShortStory:"http://schema.org/ShortStory",SingleFamilyResidence:"http://schema.org/SingleFamilyResidence",SiteNavigationElement:"http://schema.org/SiteNavigationElement",SizeGroupEnumeration:"http://schema.org/SizeGroupEnumeration",SizeSpecification:"http://schema.org/SizeSpecification",SizeSystemEnumeration:"http://schema.org/SizeSystemEnumeration",SkiResort:"http://schema.org/SkiResort",SocialEvent:"http://schema.org/SocialEvent",SocialMediaPosting:"http://schema.org/SocialMediaPosting",SoftwareApplication:"http://schema.org/SoftwareApplication",SoftwareSourceCode:"http://schema.org/SoftwareSourceCode",SolveMathAction:"http://schema.org/SolveMathAction",SomeProducts:"http://schema.org/SomeProducts",SpeakableSpecification:"http://schema.org/SpeakableSpecification",SpecialAnnouncement:"http://schema.org/SpecialAnnouncement",Specialty:"http://schema.org/Specialty",SportingGoodsStore:"http://schema.org/SportingGoodsStore",SportsActivityLocation:"http://schema.org/SportsActivityLocation",SportsClub:"http://schema.org/SportsClub",SportsEvent:"http://schema.org/SportsEvent",SportsOrganization:"http://schema.org/SportsOrganization",SportsTeam:"http://schema.org/SportsTeam",SpreadsheetDigitalDocument:"http://schema.org/SpreadsheetDigitalDocument",StadiumOrArena:"http://schema.org/StadiumOrArena",State:"http://schema.org/State",Statement:"http://schema.org/Statement",StatisticalPopulation:"http://schema.org/StatisticalPopulation",StatisticalVariable:"http://schema.org/StatisticalVariable",StatusEnumeration:"http://schema.org/StatusEnumeration",SteeringPositionValue:"http://schema.org/SteeringPositionValue",Store:"http://schema.org/Store",StructuredValue:"http://schema.org/StructuredValue",StupidType:"http://schema.org/StupidType",SubscribeAction:"http://schema.org/SubscribeAction",Substance:"http://schema.org/Substance",SubwayStation:"http://schema.org/SubwayStation",Suite:"http://schema.org/Suite",SuperficialAnatomy:"http://schema.org/SuperficialAnatomy",SurgicalProcedure:"http://schema.org/SurgicalProcedure",SuspendAction:"http://schema.org/SuspendAction",Syllabus:"http://schema.org/Syllabus",Synagogue:"http://schema.org/Synagogue",TVClip:"http://schema.org/TVClip",TVEpisode:"http://schema.org/TVEpisode",TVSeason:"http://schema.org/TVSeason",TVSeries:"http://schema.org/TVSeries",Table:"http://schema.org/Table",TakeAction:"http://schema.org/TakeAction",TattooParlor:"http://schema.org/TattooParlor",Taxi:"http://schema.org/Taxi",TaxiReservation:"http://schema.org/TaxiReservation",TaxiService:"http://schema.org/TaxiService",TaxiStand:"http://schema.org/TaxiStand",Taxon:"http://schema.org/Taxon",TechArticle:"http://schema.org/TechArticle",TelevisionChannel:"http://schema.org/TelevisionChannel",TelevisionStation:"http://schema.org/TelevisionStation",TennisComplex:"http://schema.org/TennisComplex",Text:"http://schema.org/Text",TextDigitalDocument:"http://schema.org/TextDigitalDocument",TextObject:"http://schema.org/TextObject",TheaterEvent:"http://schema.org/TheaterEvent",TheaterGroup:"http://schema.org/TheaterGroup",TherapeuticProcedure:"http://schema.org/TherapeuticProcedure",Thesis:"http://schema.org/Thesis",Thing:"http://schema.org/Thing",Ticket:"http://schema.org/Ticket",TieAction:"http://schema.org/TieAction",TierBenefitEnumeration:"http://schema.org/TierBenefitEnumeration",Time:"http://schema.org/Time",TipAction:"http://schema.org/TipAction",TireShop:"http://schema.org/TireShop",TouristAttraction:"http://schema.org/TouristAttraction",TouristDestination:"http://schema.org/TouristDestination",TouristInformationCenter:"http://schema.org/TouristInformationCenter",TouristTrip:"http://schema.org/TouristTrip",ToyStore:"http://schema.org/ToyStore",TrackAction:"http://schema.org/TrackAction",TradeAction:"http://schema.org/TradeAction",TrainReservation:"http://schema.org/TrainReservation",TrainStation:"http://schema.org/TrainStation",TrainTrip:"http://schema.org/TrainTrip",TransferAction:"http://schema.org/TransferAction",TravelAction:"http://schema.org/TravelAction",TravelAgency:"http://schema.org/TravelAgency",TreatmentIndication:"http://schema.org/TreatmentIndication",Trip:"http://schema.org/Trip",TypeAndQuantityNode:"http://schema.org/TypeAndQuantityNode",UKNonprofitType:"http://schema.org/UKNonprofitType",URL:"http://schema.org/URL",USNonprofitType:"http://schema.org/USNonprofitType",UnRegisterAction:"http://schema.org/UnRegisterAction",UnitPriceSpecification:"http://schema.org/UnitPriceSpecification",UpdateAction:"http://schema.org/UpdateAction",UseAction:"http://schema.org/UseAction",UserBlocks:"http://schema.org/UserBlocks",UserCheckins:"http://schema.org/UserCheckins",UserComments:"http://schema.org/UserComments",UserDownloads:"http://schema.org/UserDownloads",UserInteraction:"http://schema.org/UserInteraction",UserLikes:"http://schema.org/UserLikes",UserPageVisits:"http://schema.org/UserPageVisits",UserPlays:"http://schema.org/UserPlays",UserPlusOnes:"http://schema.org/UserPlusOnes",UserReview:"http://schema.org/UserReview",UserTweets:"http://schema.org/UserTweets",VacationRental:"http://schema.org/VacationRental",Vehicle:"http://schema.org/Vehicle",Vein:"http://schema.org/Vein",Vessel:"http://schema.org/Vessel",VeterinaryCare:"http://schema.org/VeterinaryCare",VideoGallery:"http://schema.org/VideoGallery",VideoGame:"http://schema.org/VideoGame",VideoGameClip:"http://schema.org/VideoGameClip",VideoGameSeries:"http://schema.org/VideoGameSeries",VideoObject:"http://schema.org/VideoObject",VideoObjectSnapshot:"http://schema.org/VideoObjectSnapshot",ViewAction:"http://schema.org/ViewAction",VirtualLocation:"http://schema.org/VirtualLocation",VisualArtsEvent:"http://schema.org/VisualArtsEvent",VisualArtwork:"http://schema.org/VisualArtwork",VitalSign:"http://schema.org/VitalSign",Volcano:"http://schema.org/Volcano",VoteAction:"http://schema.org/VoteAction",WPAdBlock:"http://schema.org/WPAdBlock",WPFooter:"http://schema.org/WPFooter",WPHeader:"http://schema.org/WPHeader",WPSideBar:"http://schema.org/WPSideBar",WantAction:"http://schema.org/WantAction",WarrantyPromise:"http://schema.org/WarrantyPromise",WarrantyScope:"http://schema.org/WarrantyScope",WatchAction:"http://schema.org/WatchAction",Waterfall:"http://schema.org/Waterfall",WearAction:"http://schema.org/WearAction",WearableMeasurementTypeEnumeration:"http://schema.org/WearableMeasurementTypeEnumeration",WearableSizeGroupEnumeration:"http://schema.org/WearableSizeGroupEnumeration",WearableSizeSystemEnumeration:"http://schema.org/WearableSizeSystemEnumeration",WebAPI:"http://schema.org/WebAPI",WebApplication:"http://schema.org/WebApplication",WebContent:"http://schema.org/WebContent",WebPage:"http://schema.org/WebPage",WebPageElement:"http://schema.org/WebPageElement",WebSite:"http://schema.org/WebSite",WholesaleStore:"http://schema.org/WholesaleStore",WinAction:"http://schema.org/WinAction",Winery:"http://schema.org/Winery",WorkBasedProgram:"http://schema.org/WorkBasedProgram",WorkersUnion:"http://schema.org/WorkersUnion",WriteAction:"http://schema.org/WriteAction",XPathType:"http://schema.org/XPathType",Zoo:"http://schema.org/Zoo",abridged:"http://schema.org/abridged",abstract:"http://schema.org/abstract",accelerationTime:"http://schema.org/accelerationTime",acceptedAnswer:"http://schema.org/acceptedAnswer",acceptedOffer:"http://schema.org/acceptedOffer",acceptedPaymentMethod:"http://schema.org/acceptedPaymentMethod",acceptsReservations:"http://schema.org/acceptsReservations",accessCode:"http://schema.org/accessCode",accessMode:"http://schema.org/accessMode",accessModeSufficient:"http://schema.org/accessModeSufficient",accessibilityAPI:"http://schema.org/accessibilityAPI",accessibilityControl:"http://schema.org/accessibilityControl",accessibilityFeature:"http://schema.org/accessibilityFeature",accessibilityHazard:"http://schema.org/accessibilityHazard",accessibilitySummary:"http://schema.org/accessibilitySummary",accommodationCategory:"http://schema.org/accommodationCategory",accommodationFloorPlan:"http://schema.org/accommodationFloorPlan",accountId:"http://schema.org/accountId",accountMinimumInflow:"http://schema.org/accountMinimumInflow",accountOverdraftLimit:"http://schema.org/accountOverdraftLimit",accountablePerson:"http://schema.org/accountablePerson",acquireLicensePage:"http://schema.org/acquireLicensePage",acquiredFrom:"http://schema.org/acquiredFrom",acrissCode:"http://schema.org/acrissCode",actionAccessibilityRequirement:"http://schema.org/actionAccessibilityRequirement",actionPlatform:"http://schema.org/actionPlatform",actionProcess:"http://schema.org/actionProcess",actionStatus:"http://schema.org/actionStatus",actionableFeedbackPolicy:"http://schema.org/actionableFeedbackPolicy",activeIngredient:"http://schema.org/activeIngredient",activityDuration:"http://schema.org/activityDuration",activityFrequency:"http://schema.org/activityFrequency",actors:"http://schema.org/actors",addOn:"http://schema.org/addOn",additionalName:"http://schema.org/additionalName",additionalNumberOfGuests:"http://schema.org/additionalNumberOfGuests",additionalProperty:"http://schema.org/additionalProperty",additionalType:"http://schema.org/additionalType",additionalVariable:"http://schema.org/additionalVariable",address:"http://schema.org/address",addressCountry:"http://schema.org/addressCountry",addressLocality:"http://schema.org/addressLocality",addressRegion:"http://schema.org/addressRegion",administrationRoute:"http://schema.org/administrationRoute",advanceBookingRequirement:"http://schema.org/advanceBookingRequirement",adverseOutcome:"http://schema.org/adverseOutcome",affectedBy:"http://schema.org/affectedBy",affiliation:"http://schema.org/affiliation",afterMedia:"http://schema.org/afterMedia",agent:"http://schema.org/agent",agentInteractionStatistic:"http://schema.org/agentInteractionStatistic",aggregateElement:"http://schema.org/aggregateElement",aggregateRating:"http://schema.org/aggregateRating",aircraft:"http://schema.org/aircraft",albumProductionType:"http://schema.org/albumProductionType",albumReleaseType:"http://schema.org/albumReleaseType",albums:"http://schema.org/albums",alcoholWarning:"http://schema.org/alcoholWarning",algorithm:"http://schema.org/algorithm",alignmentType:"http://schema.org/alignmentType",alternativeHeadline:"http://schema.org/alternativeHeadline",alternativeOf:"http://schema.org/alternativeOf",amenityFeature:"http://schema.org/amenityFeature",amount:"http://schema.org/amount",amountOfThisGood:"http://schema.org/amountOfThisGood",announcementLocation:"http://schema.org/announcementLocation",annualPercentageRate:"http://schema.org/annualPercentageRate",answerCount:"http://schema.org/answerCount",answerExplanation:"http://schema.org/answerExplanation",antagonist:"http://schema.org/antagonist",appearance:"http://schema.org/appearance",applicableCountry:"http://schema.org/applicableCountry",applicableLocation:"http://schema.org/applicableLocation",applicantLocationRequirements:"http://schema.org/applicantLocationRequirements",application:"http://schema.org/application",applicationCategory:"http://schema.org/applicationCategory",applicationContact:"http://schema.org/applicationContact",applicationDeadline:"http://schema.org/applicationDeadline",applicationStartDate:"http://schema.org/applicationStartDate",applicationSubCategory:"http://schema.org/applicationSubCategory",applicationSuite:"http://schema.org/applicationSuite",appliesToDeliveryMethod:"http://schema.org/appliesToDeliveryMethod",appliesToPaymentMethod:"http://schema.org/appliesToPaymentMethod",archivedAt:"http://schema.org/archivedAt",area:"http://schema.org/area",arrivalAirport:"http://schema.org/arrivalAirport",arrivalBoatTerminal:"http://schema.org/arrivalBoatTerminal",arrivalBusStop:"http://schema.org/arrivalBusStop",arrivalGate:"http://schema.org/arrivalGate",arrivalPlatform:"http://schema.org/arrivalPlatform",arrivalStation:"http://schema.org/arrivalStation",arrivalTerminal:"http://schema.org/arrivalTerminal",arrivalTime:"http://schema.org/arrivalTime",artEdition:"http://schema.org/artEdition",artMedium:"http://schema.org/artMedium",artform:"http://schema.org/artform",articleBody:"http://schema.org/articleBody",articleSection:"http://schema.org/articleSection",artist:"http://schema.org/artist",asin:"http://schema.org/asin",aspect:"http://schema.org/aspect",assembly:"http://schema.org/assembly",assemblyVersion:"http://schema.org/assemblyVersion",assesses:"http://schema.org/assesses",associatedAnatomy:"http://schema.org/associatedAnatomy",associatedArticle:"http://schema.org/associatedArticle",associatedClaimReview:"http://schema.org/associatedClaimReview",associatedDisease:"http://schema.org/associatedDisease",associatedMedia:"http://schema.org/associatedMedia",associatedMediaReview:"http://schema.org/associatedMediaReview",associatedPathophysiology:"http://schema.org/associatedPathophysiology",athlete:"http://schema.org/athlete",attendees:"http://schema.org/attendees",audienceType:"http://schema.org/audienceType",audio:"http://schema.org/audio",auditDate:"http://schema.org/auditDate",authenticator:"http://schema.org/authenticator",author:"http://schema.org/author",availability:"http://schema.org/availability",availabilityEnds:"http://schema.org/availabilityEnds",availabilityStarts:"http://schema.org/availabilityStarts",availableAtOrFrom:"http://schema.org/availableAtOrFrom",availableChannel:"http://schema.org/availableChannel",availableDeliveryMethod:"http://schema.org/availableDeliveryMethod",availableFrom:"http://schema.org/availableFrom",availableIn:"http://schema.org/availableIn",availableLanguage:"http://schema.org/availableLanguage",availableService:"http://schema.org/availableService",availableStrength:"http://schema.org/availableStrength",availableTest:"http://schema.org/availableTest",availableThrough:"http://schema.org/availableThrough",awards:"http://schema.org/awards",awayTeam:"http://schema.org/awayTeam",backstory:"http://schema.org/backstory",bankAccountType:"http://schema.org/bankAccountType",baseSalary:"http://schema.org/baseSalary",bccRecipient:"http://schema.org/bccRecipient",bed:"http://schema.org/bed",beforeMedia:"http://schema.org/beforeMedia",beneficiaryBank:"http://schema.org/beneficiaryBank",benefits:"http://schema.org/benefits",benefitsSummaryUrl:"http://schema.org/benefitsSummaryUrl",bestRating:"http://schema.org/bestRating",billingAddress:"http://schema.org/billingAddress",billingDuration:"http://schema.org/billingDuration",billingIncrement:"http://schema.org/billingIncrement",billingPeriod:"http://schema.org/billingPeriod",billingStart:"http://schema.org/billingStart",bioChemInteraction:"http://schema.org/bioChemInteraction",bioChemSimilarity:"http://schema.org/bioChemSimilarity",biologicalRole:"http://schema.org/biologicalRole",biomechnicalClass:"http://schema.org/biomechnicalClass",birthDate:"http://schema.org/birthDate",birthPlace:"http://schema.org/birthPlace",bitrate:"http://schema.org/bitrate",blogPosts:"http://schema.org/blogPosts",bloodSupply:"http://schema.org/bloodSupply",boardingGroup:"http://schema.org/boardingGroup",boardingPolicy:"http://schema.org/boardingPolicy",bodyLocation:"http://schema.org/bodyLocation",bodyType:"http://schema.org/bodyType",bookEdition:"http://schema.org/bookEdition",bookFormat:"http://schema.org/bookFormat",bookingAgent:"http://schema.org/bookingAgent",bookingTime:"http://schema.org/bookingTime",borrower:"http://schema.org/borrower",box:"http://schema.org/box",branch:"http://schema.org/branch",branchCode:"http://schema.org/branchCode",branchOf:"http://schema.org/branchOf",brand:"http://schema.org/brand",breadcrumb:"http://schema.org/breadcrumb",breastfeedingWarning:"http://schema.org/breastfeedingWarning",broadcastAffiliateOf:"http://schema.org/broadcastAffiliateOf",broadcastChannelId:"http://schema.org/broadcastChannelId",broadcastDisplayName:"http://schema.org/broadcastDisplayName",broadcastFrequency:"http://schema.org/broadcastFrequency",broadcastFrequencyValue:"http://schema.org/broadcastFrequencyValue",broadcastOfEvent:"http://schema.org/broadcastOfEvent",broadcastServiceTier:"http://schema.org/broadcastServiceTier",broadcastSignalModulation:"http://schema.org/broadcastSignalModulation",broadcastSubChannel:"http://schema.org/broadcastSubChannel",broadcastTimezone:"http://schema.org/broadcastTimezone",broadcaster:"http://schema.org/broadcaster",browserRequirements:"http://schema.org/browserRequirements",busName:"http://schema.org/busName",busNumber:"http://schema.org/busNumber",businessDays:"http://schema.org/businessDays",businessFunction:"http://schema.org/businessFunction",buyer:"http://schema.org/buyer",byArtist:"http://schema.org/byArtist",byDay:"http://schema.org/byDay",byMonth:"http://schema.org/byMonth",byMonthDay:"http://schema.org/byMonthDay",byMonthWeek:"http://schema.org/byMonthWeek",callSign:"http://schema.org/callSign",calories:"http://schema.org/calories",candidate:"http://schema.org/candidate",carbohydrateContent:"http://schema.org/carbohydrateContent",cargoVolume:"http://schema.org/cargoVolume",carrier:"http://schema.org/carrier",carrierRequirements:"http://schema.org/carrierRequirements",cashBack:"http://schema.org/cashBack",catalog:"http://schema.org/catalog",catalogNumber:"http://schema.org/catalogNumber",causeOf:"http://schema.org/causeOf",ccRecipient:"http://schema.org/ccRecipient",certificationIdentification:"http://schema.org/certificationIdentification",certificationRating:"http://schema.org/certificationRating",certificationStatus:"http://schema.org/certificationStatus",character:"http://schema.org/character",characterAttribute:"http://schema.org/characterAttribute",characterName:"http://schema.org/characterName",cheatCode:"http://schema.org/cheatCode",checkinTime:"http://schema.org/checkinTime",checkoutPageURLTemplate:"http://schema.org/checkoutPageURLTemplate",checkoutTime:"http://schema.org/checkoutTime",chemicalComposition:"http://schema.org/chemicalComposition",chemicalRole:"http://schema.org/chemicalRole",childMaxAge:"http://schema.org/childMaxAge",childMinAge:"http://schema.org/childMinAge",children:"http://schema.org/children",cholesterolContent:"http://schema.org/cholesterolContent",circle:"http://schema.org/circle",citation:"http://schema.org/citation",claimInterpreter:"http://schema.org/claimInterpreter",claimReviewed:"http://schema.org/claimReviewed",clincalPharmacology:"http://schema.org/clincalPharmacology",clipNumber:"http://schema.org/clipNumber",closes:"http://schema.org/closes",coach:"http://schema.org/coach",code:"http://schema.org/code",codeRepository:"http://schema.org/codeRepository",codeValue:"http://schema.org/codeValue",codingSystem:"http://schema.org/codingSystem",colleagues:"http://schema.org/colleagues",collection:"http://schema.org/collection",collectionSize:"http://schema.org/collectionSize",color:"http://schema.org/color",colorSwatch:"http://schema.org/colorSwatch",colorist:"http://schema.org/colorist",comment:"http://schema.org/comment",commentCount:"http://schema.org/commentCount",commentText:"http://schema.org/commentText",commentTime:"http://schema.org/commentTime",companyRegistration:"http://schema.org/companyRegistration",competencyRequired:"http://schema.org/competencyRequired",composer:"http://schema.org/composer",comprisedOf:"http://schema.org/comprisedOf",conditionsOfAccess:"http://schema.org/conditionsOfAccess",confirmationNumber:"http://schema.org/confirmationNumber",connectedTo:"http://schema.org/connectedTo",constraintProperty:"http://schema.org/constraintProperty",contactOption:"http://schema.org/contactOption",contactPoints:"http://schema.org/contactPoints",contactType:"http://schema.org/contactType",contactlessPayment:"http://schema.org/contactlessPayment",containedIn:"http://schema.org/containedIn",contentRating:"http://schema.org/contentRating",contentReferenceTime:"http://schema.org/contentReferenceTime",contentSize:"http://schema.org/contentSize",contentType:"http://schema.org/contentType",contentUrl:"http://schema.org/contentUrl",contraindication:"http://schema.org/contraindication",contributor:"http://schema.org/contributor",cookTime:"http://schema.org/cookTime",cookingMethod:"http://schema.org/cookingMethod",copyrightHolder:"http://schema.org/copyrightHolder",copyrightNotice:"http://schema.org/copyrightNotice",copyrightYear:"http://schema.org/copyrightYear",correction:"http://schema.org/correction",correctionsPolicy:"http://schema.org/correctionsPolicy",costCategory:"http://schema.org/costCategory",costCurrency:"http://schema.org/costCurrency",costOrigin:"http://schema.org/costOrigin",costPerUnit:"http://schema.org/costPerUnit",countriesNotSupported:"http://schema.org/countriesNotSupported",countriesSupported:"http://schema.org/countriesSupported",countryOfAssembly:"http://schema.org/countryOfAssembly",countryOfLastProcessing:"http://schema.org/countryOfLastProcessing",countryOfOrigin:"http://schema.org/countryOfOrigin",course:"http://schema.org/course",courseCode:"http://schema.org/courseCode",courseMode:"http://schema.org/courseMode",coursePrerequisites:"http://schema.org/coursePrerequisites",courseSchedule:"http://schema.org/courseSchedule",courseWorkload:"http://schema.org/courseWorkload",coverageEndTime:"http://schema.org/coverageEndTime",coverageStartTime:"http://schema.org/coverageStartTime",creativeWorkStatus:"http://schema.org/creativeWorkStatus",credentialCategory:"http://schema.org/credentialCategory",creditText:"http://schema.org/creditText",creditedTo:"http://schema.org/creditedTo",cssSelector:"http://schema.org/cssSelector",currenciesAccepted:"http://schema.org/currenciesAccepted",currency:"http://schema.org/currency",currentExchangeRate:"http://schema.org/currentExchangeRate",customer:"http://schema.org/customer",customerRemorseReturnFees:"http://schema.org/customerRemorseReturnFees",customerRemorseReturnLabelSource:"http://schema.org/customerRemorseReturnLabelSource",customerRemorseReturnShippingFeesAmount:"http://schema.org/customerRemorseReturnShippingFeesAmount",cutoffTime:"http://schema.org/cutoffTime",cvdCollectionDate:"http://schema.org/cvdCollectionDate",cvdFacilityCounty:"http://schema.org/cvdFacilityCounty",cvdFacilityId:"http://schema.org/cvdFacilityId",cvdNumBeds:"http://schema.org/cvdNumBeds",cvdNumBedsOcc:"http://schema.org/cvdNumBedsOcc",cvdNumC19Died:"http://schema.org/cvdNumC19Died",cvdNumC19HOPats:"http://schema.org/cvdNumC19HOPats",cvdNumC19HospPats:"http://schema.org/cvdNumC19HospPats",cvdNumC19MechVentPats:"http://schema.org/cvdNumC19MechVentPats",cvdNumC19OFMechVentPats:"http://schema.org/cvdNumC19OFMechVentPats",cvdNumC19OverflowPats:"http://schema.org/cvdNumC19OverflowPats",cvdNumICUBeds:"http://schema.org/cvdNumICUBeds",cvdNumICUBedsOcc:"http://schema.org/cvdNumICUBedsOcc",cvdNumTotBeds:"http://schema.org/cvdNumTotBeds",cvdNumVent:"http://schema.org/cvdNumVent",cvdNumVentUse:"http://schema.org/cvdNumVentUse",dataFeedElement:"http://schema.org/dataFeedElement",datasetTimeInterval:"http://schema.org/datasetTimeInterval",dateDeleted:"http://schema.org/dateDeleted",dateIssued:"http://schema.org/dateIssued",dateModified:"http://schema.org/dateModified",datePosted:"http://schema.org/datePosted",datePublished:"http://schema.org/datePublished",dateRead:"http://schema.org/dateRead",dateReceived:"http://schema.org/dateReceived",dateSent:"http://schema.org/dateSent",dateVehicleFirstRegistered:"http://schema.org/dateVehicleFirstRegistered",dateline:"http://schema.org/dateline",dayOfWeek:"http://schema.org/dayOfWeek",deathDate:"http://schema.org/deathDate",deathPlace:"http://schema.org/deathPlace",defaultValue:"http://schema.org/defaultValue",deliveryAddress:"http://schema.org/deliveryAddress",deliveryLeadTime:"http://schema.org/deliveryLeadTime",deliveryMethod:"http://schema.org/deliveryMethod",deliveryStatus:"http://schema.org/deliveryStatus",deliveryTime:"http://schema.org/deliveryTime",department:"http://schema.org/department",departureAirport:"http://schema.org/departureAirport",departureBoatTerminal:"http://schema.org/departureBoatTerminal",departureBusStop:"http://schema.org/departureBusStop",departureGate:"http://schema.org/departureGate",departurePlatform:"http://schema.org/departurePlatform",departureStation:"http://schema.org/departureStation",departureTerminal:"http://schema.org/departureTerminal",departureTime:"http://schema.org/departureTime",dependencies:"http://schema.org/dependencies",depth:"http://schema.org/depth",device:"http://schema.org/device",diagnosis:"http://schema.org/diagnosis",diagram:"http://schema.org/diagram",diet:"http://schema.org/diet",dietFeatures:"http://schema.org/dietFeatures",differentialDiagnosis:"http://schema.org/differentialDiagnosis",digitalSourceType:"http://schema.org/digitalSourceType",directApply:"http://schema.org/directApply",directors:"http://schema.org/directors",disambiguatingDescription:"http://schema.org/disambiguatingDescription",discount:"http://schema.org/discount",discountCode:"http://schema.org/discountCode",discountCurrency:"http://schema.org/discountCurrency",discusses:"http://schema.org/discusses",discussionUrl:"http://schema.org/discussionUrl",diseasePreventionInfo:"http://schema.org/diseasePreventionInfo",diseaseSpreadStatistics:"http://schema.org/diseaseSpreadStatistics",dissolutionDate:"http://schema.org/dissolutionDate",distance:"http://schema.org/distance",distinguishingSign:"http://schema.org/distinguishingSign",distribution:"http://schema.org/distribution",diversityPolicy:"http://schema.org/diversityPolicy",diversityStaffingReport:"http://schema.org/diversityStaffingReport",documentation:"http://schema.org/documentation",doesNotShip:"http://schema.org/doesNotShip",domainIncludes:"http://schema.org/domainIncludes",domiciledMortgage:"http://schema.org/domiciledMortgage",doorTime:"http://schema.org/doorTime",dosageForm:"http://schema.org/dosageForm",doseSchedule:"http://schema.org/doseSchedule",doseUnit:"http://schema.org/doseUnit",doseValue:"http://schema.org/doseValue",downPayment:"http://schema.org/downPayment",downloadUrl:"http://schema.org/downloadUrl",downvoteCount:"http://schema.org/downvoteCount",drainsTo:"http://schema.org/drainsTo",driveWheelConfiguration:"http://schema.org/driveWheelConfiguration",dropoffLocation:"http://schema.org/dropoffLocation",dropoffTime:"http://schema.org/dropoffTime",drug:"http://schema.org/drug",drugClass:"http://schema.org/drugClass",drugUnit:"http://schema.org/drugUnit",duns:"http://schema.org/duns",duplicateTherapy:"http://schema.org/duplicateTherapy",durationOfWarranty:"http://schema.org/durationOfWarranty",duringMedia:"http://schema.org/duringMedia",earlyPrepaymentPenalty:"http://schema.org/earlyPrepaymentPenalty",editEIDR:"http://schema.org/editEIDR",editor:"http://schema.org/editor",eduQuestionType:"http://schema.org/eduQuestionType",educationRequirements:"http://schema.org/educationRequirements",educationalAlignment:"http://schema.org/educationalAlignment",educationalCredentialAwarded:"http://schema.org/educationalCredentialAwarded",educationalFramework:"http://schema.org/educationalFramework",educationalLevel:"http://schema.org/educationalLevel",educationalProgramMode:"http://schema.org/educationalProgramMode",educationalRole:"http://schema.org/educationalRole",educationalUse:"http://schema.org/educationalUse",elevation:"http://schema.org/elevation",eligibilityToWorkRequirement:"http://schema.org/eligibilityToWorkRequirement",eligibleCustomerType:"http://schema.org/eligibleCustomerType",eligibleDuration:"http://schema.org/eligibleDuration",eligibleQuantity:"http://schema.org/eligibleQuantity",eligibleRegion:"http://schema.org/eligibleRegion",eligibleTransactionVolume:"http://schema.org/eligibleTransactionVolume",eligibleWithSupplier:"http://schema.org/eligibleWithSupplier",email:"http://schema.org/email",embedUrl:"http://schema.org/embedUrl",embeddedTextCaption:"http://schema.org/embeddedTextCaption",emissionsCO2:"http://schema.org/emissionsCO2",employees:"http://schema.org/employees",employerOverview:"http://schema.org/employerOverview",employmentType:"http://schema.org/employmentType",employmentUnit:"http://schema.org/employmentUnit",encodingType:"http://schema.org/encodingType",encodings:"http://schema.org/encodings",endDate:"http://schema.org/endDate",endOffset:"http://schema.org/endOffset",endTime:"http://schema.org/endTime",endorsee:"http://schema.org/endorsee",endorsers:"http://schema.org/endorsers",energyEfficiencyScaleMax:"http://schema.org/energyEfficiencyScaleMax",energyEfficiencyScaleMin:"http://schema.org/energyEfficiencyScaleMin",engineDisplacement:"http://schema.org/engineDisplacement",enginePower:"http://schema.org/enginePower",engineType:"http://schema.org/engineType",entertainmentBusiness:"http://schema.org/entertainmentBusiness",epidemiology:"http://schema.org/epidemiology",episodeNumber:"http://schema.org/episodeNumber",episodes:"http://schema.org/episodes",equal:"http://schema.org/equal",error:"http://schema.org/error",estimatedCost:"http://schema.org/estimatedCost",estimatedFlightDuration:"http://schema.org/estimatedFlightDuration",estimatedSalary:"http://schema.org/estimatedSalary",estimatesRiskOf:"http://schema.org/estimatesRiskOf",ethicsPolicy:"http://schema.org/ethicsPolicy",eventAttendanceMode:"http://schema.org/eventAttendanceMode",eventSchedule:"http://schema.org/eventSchedule",eventStatus:"http://schema.org/eventStatus",events:"http://schema.org/events",evidenceLevel:"http://schema.org/evidenceLevel",evidenceOrigin:"http://schema.org/evidenceOrigin",exceptDate:"http://schema.org/exceptDate",exchangeRateSpread:"http://schema.org/exchangeRateSpread",exercisePlan:"http://schema.org/exercisePlan",exerciseRelatedDiet:"http://schema.org/exerciseRelatedDiet",exerciseType:"http://schema.org/exerciseType",exifData:"http://schema.org/exifData",expectedArrivalFrom:"http://schema.org/expectedArrivalFrom",expectedArrivalUntil:"http://schema.org/expectedArrivalUntil",expectedPrognosis:"http://schema.org/expectedPrognosis",expectsAcceptanceOf:"http://schema.org/expectsAcceptanceOf",experienceInPlaceOfEducation:"http://schema.org/experienceInPlaceOfEducation",experienceRequirements:"http://schema.org/experienceRequirements",expertConsiderations:"http://schema.org/expertConsiderations",expires:"http://schema.org/expires",expressedIn:"http://schema.org/expressedIn",extendedAddress:"http://schema.org/extendedAddress",familyName:"http://schema.org/familyName",fatContent:"http://schema.org/fatContent",faxNumber:"http://schema.org/faxNumber",featureList:"http://schema.org/featureList",feesAndCommissionsSpecification:"http://schema.org/feesAndCommissionsSpecification",fiberContent:"http://schema.org/fiberContent",fileFormat:"http://schema.org/fileFormat",fileSize:"http://schema.org/fileSize",financialAidEligible:"http://schema.org/financialAidEligible",firstAppearance:"http://schema.org/firstAppearance",firstPerformance:"http://schema.org/firstPerformance",flightDistance:"http://schema.org/flightDistance",flightNumber:"http://schema.org/flightNumber",floorLevel:"http://schema.org/floorLevel",floorLimit:"http://schema.org/floorLimit",floorSize:"http://schema.org/floorSize",followee:"http://schema.org/followee",follows:"http://schema.org/follows",followup:"http://schema.org/followup",foodEstablishment:"http://schema.org/foodEstablishment",foodEvent:"http://schema.org/foodEvent",foodWarning:"http://schema.org/foodWarning",founders:"http://schema.org/founders",foundingDate:"http://schema.org/foundingDate",foundingLocation:"http://schema.org/foundingLocation",free:"http://schema.org/free",freeShippingThreshold:"http://schema.org/freeShippingThreshold",fromLocation:"http://schema.org/fromLocation",fuelCapacity:"http://schema.org/fuelCapacity",fuelConsumption:"http://schema.org/fuelConsumption",fuelEfficiency:"http://schema.org/fuelEfficiency",fuelType:"http://schema.org/fuelType",fulfillmentType:"http://schema.org/fulfillmentType",functionalClass:"http://schema.org/functionalClass",funder:"http://schema.org/funder",gameAvailabilityType:"http://schema.org/gameAvailabilityType",gameEdition:"http://schema.org/gameEdition",gameItem:"http://schema.org/gameItem",gameLocation:"http://schema.org/gameLocation",gamePlatform:"http://schema.org/gamePlatform",gameTip:"http://schema.org/gameTip",gender:"http://schema.org/gender",geo:"http://schema.org/geo",geoContains:"http://schema.org/geoContains",geoCoveredBy:"http://schema.org/geoCoveredBy",geoCovers:"http://schema.org/geoCovers",geoCrosses:"http://schema.org/geoCrosses",geoDisjoint:"http://schema.org/geoDisjoint",geoEquals:"http://schema.org/geoEquals",geoIntersects:"http://schema.org/geoIntersects",geoMidpoint:"http://schema.org/geoMidpoint",geoOverlaps:"http://schema.org/geoOverlaps",geoRadius:"http://schema.org/geoRadius",geoTouches:"http://schema.org/geoTouches",geoWithin:"http://schema.org/geoWithin",geographicArea:"http://schema.org/geographicArea",gettingTestedInfo:"http://schema.org/gettingTestedInfo",givenName:"http://schema.org/givenName",globalLocationNumber:"http://schema.org/globalLocationNumber",governmentBenefitsInfo:"http://schema.org/governmentBenefitsInfo",gracePeriod:"http://schema.org/gracePeriod",grantee:"http://schema.org/grantee",greater:"http://schema.org/greater",greaterOrEqual:"http://schema.org/greaterOrEqual",gtin12:"http://schema.org/gtin12",gtin13:"http://schema.org/gtin13",gtin14:"http://schema.org/gtin14",gtin8:"http://schema.org/gtin8",guideline:"http://schema.org/guideline",guidelineDate:"http://schema.org/guidelineDate",guidelineSubject:"http://schema.org/guidelineSubject",handlingTime:"http://schema.org/handlingTime",hasAdultConsideration:"http://schema.org/hasAdultConsideration",hasBioPolymerSequence:"http://schema.org/hasBioPolymerSequence",hasCategoryCode:"http://schema.org/hasCategoryCode",hasCertification:"http://schema.org/hasCertification",hasCourse:"http://schema.org/hasCourse",hasCourseInstance:"http://schema.org/hasCourseInstance",hasCredential:"http://schema.org/hasCredential",hasDeliveryMethod:"http://schema.org/hasDeliveryMethod",hasDigitalDocumentPermission:"http://schema.org/hasDigitalDocumentPermission",hasDriveThroughService:"http://schema.org/hasDriveThroughService",hasEnergyConsumptionDetails:"http://schema.org/hasEnergyConsumptionDetails",hasEnergyEfficiencyCategory:"http://schema.org/hasEnergyEfficiencyCategory",hasGS1DigitalLink:"http://schema.org/hasGS1DigitalLink",hasHealthAspect:"http://schema.org/hasHealthAspect",hasMeasurement:"http://schema.org/hasMeasurement",hasMemberProgram:"http://schema.org/hasMemberProgram",hasMenuItem:"http://schema.org/hasMenuItem",hasMenuSection:"http://schema.org/hasMenuSection",hasMolecularFunction:"http://schema.org/hasMolecularFunction",hasOccupation:"http://schema.org/hasOccupation",hasOfferCatalog:"http://schema.org/hasOfferCatalog",hasPOS:"http://schema.org/hasPOS",hasProductReturnPolicy:"http://schema.org/hasProductReturnPolicy",hasShippingService:"http://schema.org/hasShippingService",hasTierBenefit:"http://schema.org/hasTierBenefit",hasTierRequirement:"http://schema.org/hasTierRequirement",headline:"http://schema.org/headline",healthCondition:"http://schema.org/healthCondition",healthPlanCoinsuranceOption:"http://schema.org/healthPlanCoinsuranceOption",healthPlanCoinsuranceRate:"http://schema.org/healthPlanCoinsuranceRate",healthPlanCopay:"http://schema.org/healthPlanCopay",healthPlanCopayOption:"http://schema.org/healthPlanCopayOption",healthPlanCostSharing:"http://schema.org/healthPlanCostSharing",healthPlanDrugOption:"http://schema.org/healthPlanDrugOption",healthPlanDrugTier:"http://schema.org/healthPlanDrugTier",healthPlanId:"http://schema.org/healthPlanId",healthPlanMarketingUrl:"http://schema.org/healthPlanMarketingUrl",healthPlanNetworkId:"http://schema.org/healthPlanNetworkId",healthPlanNetworkTier:"http://schema.org/healthPlanNetworkTier",healthPlanPharmacyCategory:"http://schema.org/healthPlanPharmacyCategory",healthcareReportingData:"http://schema.org/healthcareReportingData",height:"http://schema.org/height",highPrice:"http://schema.org/highPrice",hiringOrganization:"http://schema.org/hiringOrganization",homeLocation:"http://schema.org/homeLocation",homeTeam:"http://schema.org/homeTeam",honorificPrefix:"http://schema.org/honorificPrefix",honorificSuffix:"http://schema.org/honorificSuffix",hospitalAffiliation:"http://schema.org/hospitalAffiliation",hostingOrganization:"http://schema.org/hostingOrganization",hoursAvailable:"http://schema.org/hoursAvailable",howPerformed:"http://schema.org/howPerformed",httpMethod:"http://schema.org/httpMethod",iataCode:"http://schema.org/iataCode",icaoCode:"http://schema.org/icaoCode",identifyingExam:"http://schema.org/identifyingExam",identifyingTest:"http://schema.org/identifyingTest",illustrator:"http://schema.org/illustrator",imagingTechnique:"http://schema.org/imagingTechnique",inAlbum:"http://schema.org/inAlbum",inBroadcastLineup:"http://schema.org/inBroadcastLineup",inChI:"http://schema.org/inChI",inChIKey:"http://schema.org/inChIKey",inCodeSet:"http://schema.org/inCodeSet",inPlaylist:"http://schema.org/inPlaylist",inProductGroupWithID:"http://schema.org/inProductGroupWithID",inStoreReturnsOffered:"http://schema.org/inStoreReturnsOffered",inSupportOf:"http://schema.org/inSupportOf",incentiveAmount:"http://schema.org/incentiveAmount",incentiveStatus:"http://schema.org/incentiveStatus",incentiveType:"http://schema.org/incentiveType",incentives:"http://schema.org/incentives",incentivizedItem:"http://schema.org/incentivizedItem",includedComposition:"http://schema.org/includedComposition",includedDataCatalog:"http://schema.org/includedDataCatalog",includedInHealthInsurancePlan:"http://schema.org/includedInHealthInsurancePlan",includedRiskFactor:"http://schema.org/includedRiskFactor",includesAttraction:"http://schema.org/includesAttraction",includesHealthPlanFormulary:"http://schema.org/includesHealthPlanFormulary",includesHealthPlanNetwork:"http://schema.org/includesHealthPlanNetwork",includesObject:"http://schema.org/includesObject",incomeLimit:"http://schema.org/incomeLimit",increasesRiskOf:"http://schema.org/increasesRiskOf",industry:"http://schema.org/industry",ineligibleRegion:"http://schema.org/ineligibleRegion",infectiousAgent:"http://schema.org/infectiousAgent",infectiousAgentClass:"http://schema.org/infectiousAgentClass",ingredients:"http://schema.org/ingredients",inker:"http://schema.org/inker",insertion:"http://schema.org/insertion",installUrl:"http://schema.org/installUrl",instructor:"http://schema.org/instructor",intensity:"http://schema.org/intensity",interactingDrug:"http://schema.org/interactingDrug",interactionCount:"http://schema.org/interactionCount",interactionService:"http://schema.org/interactionService",interactionType:"http://schema.org/interactionType",interactivityType:"http://schema.org/interactivityType",interestRate:"http://schema.org/interestRate",interpretedAsClaim:"http://schema.org/interpretedAsClaim",inventoryLevel:"http://schema.org/inventoryLevel",inverseOf:"http://schema.org/inverseOf",isAcceptingNewPatients:"http://schema.org/isAcceptingNewPatients",isAccessoryOrSparePartFor:"http://schema.org/isAccessoryOrSparePartFor",isAvailableGenerically:"http://schema.org/isAvailableGenerically",isBasedOnUrl:"http://schema.org/isBasedOnUrl",isConsumableFor:"http://schema.org/isConsumableFor",isFamilyFriendly:"http://schema.org/isFamilyFriendly",isGift:"http://schema.org/isGift",isInvolvedInBiologicalProcess:"http://schema.org/isInvolvedInBiologicalProcess",isLiveBroadcast:"http://schema.org/isLiveBroadcast",isLocatedInSubcellularLocation:"http://schema.org/isLocatedInSubcellularLocation",isPlanForApartment:"http://schema.org/isPlanForApartment",isProprietary:"http://schema.org/isProprietary",isRelatedTo:"http://schema.org/isRelatedTo",isResizable:"http://schema.org/isResizable",isSimilarTo:"http://schema.org/isSimilarTo",isUnlabelledFallback:"http://schema.org/isUnlabelledFallback",isbn:"http://schema.org/isbn",isicV4:"http://schema.org/isicV4",iso6523Code:"http://schema.org/iso6523Code",isrcCode:"http://schema.org/isrcCode",issn:"http://schema.org/issn",issueNumber:"http://schema.org/issueNumber",issuedBy:"http://schema.org/issuedBy",issuedThrough:"http://schema.org/issuedThrough",iswcCode:"http://schema.org/iswcCode",item:"http://schema.org/item",itemCondition:"http://schema.org/itemCondition",itemDefectReturnFees:"http://schema.org/itemDefectReturnFees",itemDefectReturnLabelSource:"http://schema.org/itemDefectReturnLabelSource",itemDefectReturnShippingFeesAmount:"http://schema.org/itemDefectReturnShippingFeesAmount",itemListElement:"http://schema.org/itemListElement",itemListOrder:"http://schema.org/itemListOrder",itemLocation:"http://schema.org/itemLocation",itemReviewed:"http://schema.org/itemReviewed",itemShipped:"http://schema.org/itemShipped",itinerary:"http://schema.org/itinerary",iupacName:"http://schema.org/iupacName",jobImmediateStart:"http://schema.org/jobImmediateStart",jobLocation:"http://schema.org/jobLocation",jobLocationType:"http://schema.org/jobLocationType",jobStartDate:"http://schema.org/jobStartDate",jobTitle:"http://schema.org/jobTitle",keywords:"http://schema.org/keywords",knownVehicleDamages:"http://schema.org/knownVehicleDamages",knows:"http://schema.org/knows",knowsAbout:"http://schema.org/knowsAbout",knowsLanguage:"http://schema.org/knowsLanguage",labelDetails:"http://schema.org/labelDetails",landlord:"http://schema.org/landlord",language:"http://schema.org/language",lastReviewed:"http://schema.org/lastReviewed",latitude:"http://schema.org/latitude",layoutImage:"http://schema.org/layoutImage",learningResourceType:"http://schema.org/learningResourceType",leaseLength:"http://schema.org/leaseLength",legalAddress:"http://schema.org/legalAddress",legalName:"http://schema.org/legalName",legalRepresentative:"http://schema.org/legalRepresentative",legalStatus:"http://schema.org/legalStatus",legislationAmends:"http://schema.org/legislationAmends",legislationCommences:"http://schema.org/legislationCommences",legislationConsolidates:"http://schema.org/legislationConsolidates",legislationCorrects:"http://schema.org/legislationCorrects",legislationCountersignedBy:"http://schema.org/legislationCountersignedBy",legislationDate:"http://schema.org/legislationDate",legislationDateOfApplicability:"http://schema.org/legislationDateOfApplicability",legislationDateVersion:"http://schema.org/legislationDateVersion",legislationEnsuresImplementationOf:"http://schema.org/legislationEnsuresImplementationOf",legislationIdentifier:"http://schema.org/legislationIdentifier",legislationJurisdiction:"http://schema.org/legislationJurisdiction",legislationLegalForce:"http://schema.org/legislationLegalForce",legislationLegalValue:"http://schema.org/legislationLegalValue",legislationPassedBy:"http://schema.org/legislationPassedBy",legislationRepeals:"http://schema.org/legislationRepeals",legislationResponsible:"http://schema.org/legislationResponsible",legislationTransposes:"http://schema.org/legislationTransposes",legislationType:"http://schema.org/legislationType",leiCode:"http://schema.org/leiCode",lender:"http://schema.org/lender",lesser:"http://schema.org/lesser",lesserOrEqual:"http://schema.org/lesserOrEqual",letterer:"http://schema.org/letterer",license:"http://schema.org/license",line:"http://schema.org/line",linkRelationship:"http://schema.org/linkRelationship",liveBlogUpdate:"http://schema.org/liveBlogUpdate",loanMortgageMandateAmount:"http://schema.org/loanMortgageMandateAmount",loanPaymentAmount:"http://schema.org/loanPaymentAmount",loanPaymentFrequency:"http://schema.org/loanPaymentFrequency",loanRepaymentForm:"http://schema.org/loanRepaymentForm",loanTerm:"http://schema.org/loanTerm",loanType:"http://schema.org/loanType",locationCreated:"http://schema.org/locationCreated",lodgingUnitDescription:"http://schema.org/lodgingUnitDescription",lodgingUnitType:"http://schema.org/lodgingUnitType",logo:"http://schema.org/logo",longitude:"http://schema.org/longitude",loser:"http://schema.org/loser",lowPrice:"http://schema.org/lowPrice",lyricist:"http://schema.org/lyricist",lyrics:"http://schema.org/lyrics",maintainer:"http://schema.org/maintainer",manufacturer:"http://schema.org/manufacturer",map:"http://schema.org/map",mapType:"http://schema.org/mapType",maps:"http://schema.org/maps",marginOfError:"http://schema.org/marginOfError",masthead:"http://schema.org/masthead",materialExtent:"http://schema.org/materialExtent",mathExpression:"http://schema.org/mathExpression",maxPrice:"http://schema.org/maxPrice",maxValue:"http://schema.org/maxValue",maximumAttendeeCapacity:"http://schema.org/maximumAttendeeCapacity",maximumEnrollment:"http://schema.org/maximumEnrollment",maximumIntake:"http://schema.org/maximumIntake",maximumPhysicalAttendeeCapacity:"http://schema.org/maximumPhysicalAttendeeCapacity",maximumVirtualAttendeeCapacity:"http://schema.org/maximumVirtualAttendeeCapacity",mealService:"http://schema.org/mealService",measuredProperty:"http://schema.org/measuredProperty",measurementDenominator:"http://schema.org/measurementDenominator",measurementMethod:"http://schema.org/measurementMethod",measurementQualifier:"http://schema.org/measurementQualifier",mechanismOfAction:"http://schema.org/mechanismOfAction",mediaAuthenticityCategory:"http://schema.org/mediaAuthenticityCategory",mediaItemAppearance:"http://schema.org/mediaItemAppearance",median:"http://schema.org/median",medicalAudience:"http://schema.org/medicalAudience",medicalSpecialty:"http://schema.org/medicalSpecialty",medicineSystem:"http://schema.org/medicineSystem",meetsEmissionStandard:"http://schema.org/meetsEmissionStandard",members:"http://schema.org/members",membershipNumber:"http://schema.org/membershipNumber",membershipPointsEarned:"http://schema.org/membershipPointsEarned",memoryRequirements:"http://schema.org/memoryRequirements",mentions:"http://schema.org/mentions",menu:"http://schema.org/menu",menuAddOn:"http://schema.org/menuAddOn",merchant:"http://schema.org/merchant",messageAttachment:"http://schema.org/messageAttachment",mileageFromOdometer:"http://schema.org/mileageFromOdometer",minPrice:"http://schema.org/minPrice",minValue:"http://schema.org/minValue",minimumPaymentDue:"http://schema.org/minimumPaymentDue",missionCoveragePrioritiesPolicy:"http://schema.org/missionCoveragePrioritiesPolicy",mobileUrl:"http://schema.org/mobileUrl",model:"http://schema.org/model",modelDate:"http://schema.org/modelDate",modifiedTime:"http://schema.org/modifiedTime",molecularFormula:"http://schema.org/molecularFormula",molecularWeight:"http://schema.org/molecularWeight",monoisotopicMolecularWeight:"http://schema.org/monoisotopicMolecularWeight",monthlyMinimumRepaymentAmount:"http://schema.org/monthlyMinimumRepaymentAmount",monthsOfExperience:"http://schema.org/monthsOfExperience",mpn:"http://schema.org/mpn",multipleValues:"http://schema.org/multipleValues",muscleAction:"http://schema.org/muscleAction",musicArrangement:"http://schema.org/musicArrangement",musicBy:"http://schema.org/musicBy",musicCompositionForm:"http://schema.org/musicCompositionForm",musicGroupMember:"http://schema.org/musicGroupMember",musicReleaseFormat:"http://schema.org/musicReleaseFormat",musicalKey:"http://schema.org/musicalKey",naics:"http://schema.org/naics",name:"http://schema.org/name",namedPosition:"http://schema.org/namedPosition",nationality:"http://schema.org/nationality",naturalProgression:"http://schema.org/naturalProgression",negativeNotes:"http://schema.org/negativeNotes",nerve:"http://schema.org/nerve",nerveMotor:"http://schema.org/nerveMotor",netWorth:"http://schema.org/netWorth",newsUpdatesAndGuidelines:"http://schema.org/newsUpdatesAndGuidelines",nextItem:"http://schema.org/nextItem",noBylinesPolicy:"http://schema.org/noBylinesPolicy",nonEqual:"http://schema.org/nonEqual",nonProprietaryName:"http://schema.org/nonProprietaryName",nonprofitStatus:"http://schema.org/nonprofitStatus",normalRange:"http://schema.org/normalRange",nsn:"http://schema.org/nsn",numAdults:"http://schema.org/numAdults",numChildren:"http://schema.org/numChildren",numConstraints:"http://schema.org/numConstraints",numItems:"http://schema.org/numItems",numTracks:"http://schema.org/numTracks",numberOfAccommodationUnits:"http://schema.org/numberOfAccommodationUnits",numberOfAirbags:"http://schema.org/numberOfAirbags",numberOfAvailableAccommodationUnits:"http://schema.org/numberOfAvailableAccommodationUnits",numberOfAxles:"http://schema.org/numberOfAxles",numberOfBathroomsTotal:"http://schema.org/numberOfBathroomsTotal",numberOfBedrooms:"http://schema.org/numberOfBedrooms",numberOfBeds:"http://schema.org/numberOfBeds",numberOfCredits:"http://schema.org/numberOfCredits",numberOfDoors:"http://schema.org/numberOfDoors",numberOfEmployees:"http://schema.org/numberOfEmployees",numberOfEpisodes:"http://schema.org/numberOfEpisodes",numberOfForwardGears:"http://schema.org/numberOfForwardGears",numberOfFullBathrooms:"http://schema.org/numberOfFullBathrooms",numberOfItems:"http://schema.org/numberOfItems",numberOfLoanPayments:"http://schema.org/numberOfLoanPayments",numberOfPages:"http://schema.org/numberOfPages",numberOfPartialBathrooms:"http://schema.org/numberOfPartialBathrooms",numberOfPlayers:"http://schema.org/numberOfPlayers",numberOfPreviousOwners:"http://schema.org/numberOfPreviousOwners",numberOfRooms:"http://schema.org/numberOfRooms",numberOfSeasons:"http://schema.org/numberOfSeasons",numberedPosition:"http://schema.org/numberedPosition",nutrition:"http://schema.org/nutrition",observationAbout:"http://schema.org/observationAbout",observationDate:"http://schema.org/observationDate",observationPeriod:"http://schema.org/observationPeriod",occupancy:"http://schema.org/occupancy",occupationLocation:"http://schema.org/occupationLocation",occupationalCategory:"http://schema.org/occupationalCategory",occupationalCredentialAwarded:"http://schema.org/occupationalCredentialAwarded",offerCount:"http://schema.org/offerCount",offersPrescriptionByMail:"http://schema.org/offersPrescriptionByMail",openingHours:"http://schema.org/openingHours",openingHoursSpecification:"http://schema.org/openingHoursSpecification",opens:"http://schema.org/opens",operatingSystem:"http://schema.org/operatingSystem",opponent:"http://schema.org/opponent",option:"http://schema.org/option",orderDate:"http://schema.org/orderDate",orderDelivery:"http://schema.org/orderDelivery",orderItemNumber:"http://schema.org/orderItemNumber",orderItemStatus:"http://schema.org/orderItemStatus",orderNumber:"http://schema.org/orderNumber",orderPercentage:"http://schema.org/orderPercentage",orderQuantity:"http://schema.org/orderQuantity",orderStatus:"http://schema.org/orderStatus",orderValue:"http://schema.org/orderValue",orderedItem:"http://schema.org/orderedItem",organizer:"http://schema.org/organizer",originAddress:"http://schema.org/originAddress",originalMediaContextDescription:"http://schema.org/originalMediaContextDescription",originalMediaLink:"http://schema.org/originalMediaLink",originatesFrom:"http://schema.org/originatesFrom",overdosage:"http://schema.org/overdosage",ownedFrom:"http://schema.org/ownedFrom",ownedThrough:"http://schema.org/ownedThrough",ownershipFundingInfo:"http://schema.org/ownershipFundingInfo",owns:"http://schema.org/owns",pageEnd:"http://schema.org/pageEnd",pageStart:"http://schema.org/pageStart",pagination:"http://schema.org/pagination",parentItem:"http://schema.org/parentItem",parentService:"http://schema.org/parentService",parents:"http://schema.org/parents",partOfEpisode:"http://schema.org/partOfEpisode",partOfInvoice:"http://schema.org/partOfInvoice",partOfOrder:"http://schema.org/partOfOrder",partOfSeason:"http://schema.org/partOfSeason",partOfSystem:"http://schema.org/partOfSystem",partOfTVSeries:"http://schema.org/partOfTVSeries",partySize:"http://schema.org/partySize",passengerPriorityStatus:"http://schema.org/passengerPriorityStatus",passengerSequenceNumber:"http://schema.org/passengerSequenceNumber",pathophysiology:"http://schema.org/pathophysiology",pattern:"http://schema.org/pattern",payload:"http://schema.org/payload",paymentAccepted:"http://schema.org/paymentAccepted",paymentDue:"http://schema.org/paymentDue",paymentMethod:"http://schema.org/paymentMethod",paymentMethodId:"http://schema.org/paymentMethodId",paymentMethodType:"http://schema.org/paymentMethodType",paymentStatus:"http://schema.org/paymentStatus",paymentUrl:"http://schema.org/paymentUrl",penciler:"http://schema.org/penciler",percentile10:"http://schema.org/percentile10",percentile25:"http://schema.org/percentile25",percentile75:"http://schema.org/percentile75",percentile90:"http://schema.org/percentile90",performerIn:"http://schema.org/performerIn",performers:"http://schema.org/performers",permissionType:"http://schema.org/permissionType",permissions:"http://schema.org/permissions",permitAudience:"http://schema.org/permitAudience",permittedUsage:"http://schema.org/permittedUsage",petsAllowed:"http://schema.org/petsAllowed",phoneticText:"http://schema.org/phoneticText",photos:"http://schema.org/photos",physicalRequirement:"http://schema.org/physicalRequirement",physiologicalBenefits:"http://schema.org/physiologicalBenefits",pickupLocation:"http://schema.org/pickupLocation",pickupTime:"http://schema.org/pickupTime",playMode:"http://schema.org/playMode",playerType:"http://schema.org/playerType",playersOnline:"http://schema.org/playersOnline",polygon:"http://schema.org/polygon",populationType:"http://schema.org/populationType",positiveNotes:"http://schema.org/positiveNotes",possibleComplication:"http://schema.org/possibleComplication",possibleTreatment:"http://schema.org/possibleTreatment",postOfficeBoxNumber:"http://schema.org/postOfficeBoxNumber",postOp:"http://schema.org/postOp",postalCode:"http://schema.org/postalCode",postalCodeBegin:"http://schema.org/postalCodeBegin",postalCodeEnd:"http://schema.org/postalCodeEnd",postalCodePrefix:"http://schema.org/postalCodePrefix",postalCodeRange:"http://schema.org/postalCodeRange",potentialAction:"http://schema.org/potentialAction",potentialUse:"http://schema.org/potentialUse",practicesAt:"http://schema.org/practicesAt",preOp:"http://schema.org/preOp",predecessorOf:"http://schema.org/predecessorOf",pregnancyCategory:"http://schema.org/pregnancyCategory",pregnancyWarning:"http://schema.org/pregnancyWarning",prepTime:"http://schema.org/prepTime",preparation:"http://schema.org/preparation",prescribingInfo:"http://schema.org/prescribingInfo",prescriptionStatus:"http://schema.org/prescriptionStatus",previousItem:"http://schema.org/previousItem",previousStartDate:"http://schema.org/previousStartDate",price:"http://schema.org/price",priceComponent:"http://schema.org/priceComponent",priceComponentType:"http://schema.org/priceComponentType",priceCurrency:"http://schema.org/priceCurrency",priceRange:"http://schema.org/priceRange",priceSpecification:"http://schema.org/priceSpecification",priceType:"http://schema.org/priceType",priceValidUntil:"http://schema.org/priceValidUntil",primaryImageOfPage:"http://schema.org/primaryImageOfPage",primaryPrevention:"http://schema.org/primaryPrevention",printColumn:"http://schema.org/printColumn",printEdition:"http://schema.org/printEdition",printPage:"http://schema.org/printPage",printSection:"http://schema.org/printSection",procedure:"http://schema.org/procedure",procedureType:"http://schema.org/procedureType",processingTime:"http://schema.org/processingTime",processorRequirements:"http://schema.org/processorRequirements",producer:"http://schema.org/producer",produces:"http://schema.org/produces",productGroupID:"http://schema.org/productGroupID",productID:"http://schema.org/productID",productReturnDays:"http://schema.org/productReturnDays",productReturnLink:"http://schema.org/productReturnLink",productSupported:"http://schema.org/productSupported",productionCompany:"http://schema.org/productionCompany",productionDate:"http://schema.org/productionDate",proficiencyLevel:"http://schema.org/proficiencyLevel",program:"http://schema.org/program",programMembershipUsed:"http://schema.org/programMembershipUsed",programName:"http://schema.org/programName",programPrerequisites:"http://schema.org/programPrerequisites",programType:"http://schema.org/programType",programmingLanguage:"http://schema.org/programmingLanguage",programmingModel:"http://schema.org/programmingModel",pronouns:"http://schema.org/pronouns",propertyID:"http://schema.org/propertyID",proprietaryName:"http://schema.org/proprietaryName",proteinContent:"http://schema.org/proteinContent",providerMobility:"http://schema.org/providerMobility",providesService:"http://schema.org/providesService",publicAccess:"http://schema.org/publicAccess",publicTransportClosuresInfo:"http://schema.org/publicTransportClosuresInfo",publication:"http://schema.org/publication",publicationType:"http://schema.org/publicationType",publishedBy:"http://schema.org/publishedBy",publishedOn:"http://schema.org/publishedOn",publisher:"http://schema.org/publisher",publisherImprint:"http://schema.org/publisherImprint",purchaseDate:"http://schema.org/purchaseDate",purchasePriceLimit:"http://schema.org/purchasePriceLimit",purchaseType:"http://schema.org/purchaseType",qualifications:"http://schema.org/qualifications",qualifiedExpense:"http://schema.org/qualifiedExpense",quarantineGuidelines:"http://schema.org/quarantineGuidelines",query:"http://schema.org/query",quest:"http://schema.org/quest",question:"http://schema.org/question",rangeIncludes:"http://schema.org/rangeIncludes",ratingCount:"http://schema.org/ratingCount",ratingExplanation:"http://schema.org/ratingExplanation",ratingValue:"http://schema.org/ratingValue",readBy:"http://schema.org/readBy",readonlyValue:"http://schema.org/readonlyValue",realEstateAgent:"http://schema.org/realEstateAgent",recipe:"http://schema.org/recipe",recipeCategory:"http://schema.org/recipeCategory",recipeCuisine:"http://schema.org/recipeCuisine",recipeInstructions:"http://schema.org/recipeInstructions",recipeYield:"http://schema.org/recipeYield",recognizedBy:"http://schema.org/recognizedBy",recognizingAuthority:"http://schema.org/recognizingAuthority",recommendationStrength:"http://schema.org/recommendationStrength",recommendedIntake:"http://schema.org/recommendedIntake",recordLabel:"http://schema.org/recordLabel",recourseLoan:"http://schema.org/recourseLoan",referee:"http://schema.org/referee",referenceQuantity:"http://schema.org/referenceQuantity",referencesOrder:"http://schema.org/referencesOrder",refundType:"http://schema.org/refundType",regionDrained:"http://schema.org/regionDrained",regionsAllowed:"http://schema.org/regionsAllowed",relatedAnatomy:"http://schema.org/relatedAnatomy",relatedCondition:"http://schema.org/relatedCondition",relatedDrug:"http://schema.org/relatedDrug",relatedLink:"http://schema.org/relatedLink",relatedStructure:"http://schema.org/relatedStructure",relatedTherapy:"http://schema.org/relatedTherapy",relatedTo:"http://schema.org/relatedTo",releaseDate:"http://schema.org/releaseDate",releaseNotes:"http://schema.org/releaseNotes",releasedEvent:"http://schema.org/releasedEvent",relevantOccupation:"http://schema.org/relevantOccupation",relevantSpecialty:"http://schema.org/relevantSpecialty",remainingAttendeeCapacity:"http://schema.org/remainingAttendeeCapacity",renegotiableLoan:"http://schema.org/renegotiableLoan",repeatCount:"http://schema.org/repeatCount",repeatFrequency:"http://schema.org/repeatFrequency",repetitions:"http://schema.org/repetitions",replacee:"http://schema.org/replacee",replacer:"http://schema.org/replacer",replyToUrl:"http://schema.org/replyToUrl",reportNumber:"http://schema.org/reportNumber",representativeOfPage:"http://schema.org/representativeOfPage",requiredCollateral:"http://schema.org/requiredCollateral",requiredGender:"http://schema.org/requiredGender",requiredMaxAge:"http://schema.org/requiredMaxAge",requiredMinAge:"http://schema.org/requiredMinAge",requiredQuantity:"http://schema.org/requiredQuantity",requirements:"http://schema.org/requirements",requiresSubscription:"http://schema.org/requiresSubscription",reservationFor:"http://schema.org/reservationFor",reservationId:"http://schema.org/reservationId",reservationStatus:"http://schema.org/reservationStatus",reservedTicket:"http://schema.org/reservedTicket",responsibilities:"http://schema.org/responsibilities",restPeriods:"http://schema.org/restPeriods",restockingFee:"http://schema.org/restockingFee",resultComment:"http://schema.org/resultComment",resultReview:"http://schema.org/resultReview",returnFees:"http://schema.org/returnFees",returnLabelSource:"http://schema.org/returnLabelSource",returnMethod:"http://schema.org/returnMethod",returnPolicyCategory:"http://schema.org/returnPolicyCategory",returnPolicyCountry:"http://schema.org/returnPolicyCountry",returnPolicySeasonalOverride:"http://schema.org/returnPolicySeasonalOverride",returnShippingFeesAmount:"http://schema.org/returnShippingFeesAmount",reviewAspect:"http://schema.org/reviewAspect",reviewBody:"http://schema.org/reviewBody",reviewCount:"http://schema.org/reviewCount",reviewRating:"http://schema.org/reviewRating",reviewedBy:"http://schema.org/reviewedBy",reviews:"http://schema.org/reviews",riskFactor:"http://schema.org/riskFactor",risks:"http://schema.org/risks",roofLoad:"http://schema.org/roofLoad",rsvpResponse:"http://schema.org/rsvpResponse",runsTo:"http://schema.org/runsTo",runtime:"http://schema.org/runtime",rxcui:"http://schema.org/rxcui",safetyConsideration:"http://schema.org/safetyConsideration",salaryCurrency:"http://schema.org/salaryCurrency",salaryUponCompletion:"http://schema.org/salaryUponCompletion",sameAs:"http://schema.org/sameAs",sampleType:"http://schema.org/sampleType",saturatedFatContent:"http://schema.org/saturatedFatContent",scheduleTimezone:"http://schema.org/scheduleTimezone",scheduledPaymentDate:"http://schema.org/scheduledPaymentDate",scheduledTime:"http://schema.org/scheduledTime",schemaVersion:"http://schema.org/schemaVersion",schoolClosuresInfo:"http://schema.org/schoolClosuresInfo",screenCount:"http://schema.org/screenCount",screenshot:"http://schema.org/screenshot",sdDatePublished:"http://schema.org/sdDatePublished",sdLicense:"http://schema.org/sdLicense",sdPublisher:"http://schema.org/sdPublisher",seasonNumber:"http://schema.org/seasonNumber",seasonalOverride:"http://schema.org/seasonalOverride",seasons:"http://schema.org/seasons",seatNumber:"http://schema.org/seatNumber",seatRow:"http://schema.org/seatRow",seatSection:"http://schema.org/seatSection",seatingCapacity:"http://schema.org/seatingCapacity",seatingType:"http://schema.org/seatingType",secondaryPrevention:"http://schema.org/secondaryPrevention",securityClearanceRequirement:"http://schema.org/securityClearanceRequirement",securityScreening:"http://schema.org/securityScreening",seeks:"http://schema.org/seeks",sender:"http://schema.org/sender",sensoryRequirement:"http://schema.org/sensoryRequirement",sensoryUnit:"http://schema.org/sensoryUnit",seriousAdverseOutcome:"http://schema.org/seriousAdverseOutcome",serverStatus:"http://schema.org/serverStatus",servesCuisine:"http://schema.org/servesCuisine",serviceAudience:"http://schema.org/serviceAudience",serviceLocation:"http://schema.org/serviceLocation",serviceOperator:"http://schema.org/serviceOperator",servicePhone:"http://schema.org/servicePhone",servicePostalAddress:"http://schema.org/servicePostalAddress",serviceSmsNumber:"http://schema.org/serviceSmsNumber",serviceType:"http://schema.org/serviceType",serviceUrl:"http://schema.org/serviceUrl",servingSize:"http://schema.org/servingSize",sha256:"http://schema.org/sha256",sharedContent:"http://schema.org/sharedContent",shippingConditions:"http://schema.org/shippingConditions",shippingDestination:"http://schema.org/shippingDestination",shippingDetails:"http://schema.org/shippingDetails",shippingLabel:"http://schema.org/shippingLabel",shippingOrigin:"http://schema.org/shippingOrigin",shippingRate:"http://schema.org/shippingRate",shippingSettingsLink:"http://schema.org/shippingSettingsLink",siblings:"http://schema.org/siblings",signDetected:"http://schema.org/signDetected",signOrSymptom:"http://schema.org/signOrSymptom",significance:"http://schema.org/significance",significantLinks:"http://schema.org/significantLinks",size:"http://schema.org/size",sizeGroup:"http://schema.org/sizeGroup",sizeSystem:"http://schema.org/sizeSystem",skills:"http://schema.org/skills",sku:"http://schema.org/sku",slogan:"http://schema.org/slogan",smiles:"http://schema.org/smiles",smokingAllowed:"http://schema.org/smokingAllowed",sodiumContent:"http://schema.org/sodiumContent",softwareAddOn:"http://schema.org/softwareAddOn",softwareHelp:"http://schema.org/softwareHelp",softwareVersion:"http://schema.org/softwareVersion",sourceOrganization:"http://schema.org/sourceOrganization",sourcedFrom:"http://schema.org/sourcedFrom",spatial:"http://schema.org/spatial",speakable:"http://schema.org/speakable",specialCommitments:"http://schema.org/specialCommitments",specialOpeningHoursSpecification:"http://schema.org/specialOpeningHoursSpecification",specialty:"http://schema.org/specialty",speechToTextMarkup:"http://schema.org/speechToTextMarkup",speed:"http://schema.org/speed",spokenByCharacter:"http://schema.org/spokenByCharacter",sport:"http://schema.org/sport",sportsActivityLocation:"http://schema.org/sportsActivityLocation",sportsEvent:"http://schema.org/sportsEvent",sportsTeam:"http://schema.org/sportsTeam",spouse:"http://schema.org/spouse",stage:"http://schema.org/stage",stageAsNumber:"http://schema.org/stageAsNumber",starRating:"http://schema.org/starRating",startDate:"http://schema.org/startDate",startOffset:"http://schema.org/startOffset",startTime:"http://schema.org/startTime",statType:"http://schema.org/statType",status:"http://schema.org/status",steeringPosition:"http://schema.org/steeringPosition",stepValue:"http://schema.org/stepValue",steps:"http://schema.org/steps",storageRequirements:"http://schema.org/storageRequirements",streetAddress:"http://schema.org/streetAddress",strengthUnit:"http://schema.org/strengthUnit",strengthValue:"http://schema.org/strengthValue",structuralClass:"http://schema.org/structuralClass",study:"http://schema.org/study",studyDesign:"http://schema.org/studyDesign",studyLocation:"http://schema.org/studyLocation",studySubject:"http://schema.org/studySubject",stupidProperty:"http://schema.org/stupidProperty",subEvents:"http://schema.org/subEvents",subReservation:"http://schema.org/subReservation",subStageSuffix:"http://schema.org/subStageSuffix",subStructure:"http://schema.org/subStructure",subTest:"http://schema.org/subTest",subtitleLanguage:"http://schema.org/subtitleLanguage",successorOf:"http://schema.org/successorOf",sugarContent:"http://schema.org/sugarContent",suggestedAge:"http://schema.org/suggestedAge",suggestedGender:"http://schema.org/suggestedGender",suggestedMaxAge:"http://schema.org/suggestedMaxAge",suggestedMeasurement:"http://schema.org/suggestedMeasurement",suggestedMinAge:"http://schema.org/suggestedMinAge",suitableForDiet:"http://schema.org/suitableForDiet",supersededBy:"http://schema.org/supersededBy",supplyTo:"http://schema.org/supplyTo",supportingData:"http://schema.org/supportingData",surface:"http://schema.org/surface",syllabusSections:"http://schema.org/syllabusSections",target:"http://schema.org/target",targetDescription:"http://schema.org/targetDescription",targetName:"http://schema.org/targetName",targetPlatform:"http://schema.org/targetPlatform",targetPopulation:"http://schema.org/targetPopulation",targetProduct:"http://schema.org/targetProduct",targetUrl:"http://schema.org/targetUrl",taxID:"http://schema.org/taxID",taxonRank:"http://schema.org/taxonRank",taxonomicRange:"http://schema.org/taxonomicRange",teaches:"http://schema.org/teaches",telephone:"http://schema.org/telephone",temporal:"http://schema.org/temporal",termDuration:"http://schema.org/termDuration",termsOfService:"http://schema.org/termsOfService",termsPerYear:"http://schema.org/termsPerYear",text:"http://schema.org/text",textValue:"http://schema.org/textValue",thumbnail:"http://schema.org/thumbnail",thumbnailUrl:"http://schema.org/thumbnailUrl",tickerSymbol:"http://schema.org/tickerSymbol",ticketNumber:"http://schema.org/ticketNumber",ticketToken:"http://schema.org/ticketToken",ticketedSeat:"http://schema.org/ticketedSeat",timeOfDay:"http://schema.org/timeOfDay",timeRequired:"http://schema.org/timeRequired",timeToComplete:"http://schema.org/timeToComplete",tissueSample:"http://schema.org/tissueSample",title:"http://schema.org/title",titleEIDR:"http://schema.org/titleEIDR",toLocation:"http://schema.org/toLocation",toRecipient:"http://schema.org/toRecipient",tocContinuation:"http://schema.org/tocContinuation",tocEntry:"http://schema.org/tocEntry",tongueWeight:"http://schema.org/tongueWeight",tool:"http://schema.org/tool",torque:"http://schema.org/torque",totalHistoricalEnrollment:"http://schema.org/totalHistoricalEnrollment",totalJobOpenings:"http://schema.org/totalJobOpenings",totalPaymentDue:"http://schema.org/totalPaymentDue",totalPrice:"http://schema.org/totalPrice",totalTime:"http://schema.org/totalTime",tourBookingPage:"http://schema.org/tourBookingPage",touristType:"http://schema.org/touristType",trackingNumber:"http://schema.org/trackingNumber",trackingUrl:"http://schema.org/trackingUrl",tracks:"http://schema.org/tracks",trailer:"http://schema.org/trailer",trailerWeight:"http://schema.org/trailerWeight",trainName:"http://schema.org/trainName",trainNumber:"http://schema.org/trainNumber",trainingSalary:"http://schema.org/trainingSalary",transFatContent:"http://schema.org/transFatContent",transcript:"http://schema.org/transcript",transitTime:"http://schema.org/transitTime",transitTimeLabel:"http://schema.org/transitTimeLabel",translator:"http://schema.org/translator",transmissionMethod:"http://schema.org/transmissionMethod",travelBans:"http://schema.org/travelBans",trialDesign:"http://schema.org/trialDesign",tributary:"http://schema.org/tributary",tripOrigin:"http://schema.org/tripOrigin",typeOfBed:"http://schema.org/typeOfBed",typeOfGood:"http://schema.org/typeOfGood",typicalAgeRange:"http://schema.org/typicalAgeRange",typicalCreditsPerTerm:"http://schema.org/typicalCreditsPerTerm",typicalTest:"http://schema.org/typicalTest",underName:"http://schema.org/underName",unitCode:"http://schema.org/unitCode",unitText:"http://schema.org/unitText",unnamedSourcesPolicy:"http://schema.org/unnamedSourcesPolicy",unsaturatedFatContent:"http://schema.org/unsaturatedFatContent",uploadDate:"http://schema.org/uploadDate",upvoteCount:"http://schema.org/upvoteCount",url:"http://schema.org/url",urlTemplate:"http://schema.org/urlTemplate",usNPI:"http://schema.org/usNPI",usedToDiagnose:"http://schema.org/usedToDiagnose",userInteractionCount:"http://schema.org/userInteractionCount",usesDevice:"http://schema.org/usesDevice",usesHealthPlanIdStandard:"http://schema.org/usesHealthPlanIdStandard",utterances:"http://schema.org/utterances",validFor:"http://schema.org/validFor",validForMemberTier:"http://schema.org/validForMemberTier",validFrom:"http://schema.org/validFrom",validIn:"http://schema.org/validIn",validThrough:"http://schema.org/validThrough",validUntil:"http://schema.org/validUntil",value:"http://schema.org/value",valueAddedTaxIncluded:"http://schema.org/valueAddedTaxIncluded",valueMaxLength:"http://schema.org/valueMaxLength",valueMinLength:"http://schema.org/valueMinLength",valueName:"http://schema.org/valueName",valuePattern:"http://schema.org/valuePattern",valueReference:"http://schema.org/valueReference",valueRequired:"http://schema.org/valueRequired",variableMeasured:"http://schema.org/variableMeasured",variablesMeasured:"http://schema.org/variablesMeasured",variantCover:"http://schema.org/variantCover",variesBy:"http://schema.org/variesBy",vatID:"http://schema.org/vatID",vehicleConfiguration:"http://schema.org/vehicleConfiguration",vehicleEngine:"http://schema.org/vehicleEngine",vehicleIdentificationNumber:"http://schema.org/vehicleIdentificationNumber",vehicleInteriorColor:"http://schema.org/vehicleInteriorColor",vehicleInteriorType:"http://schema.org/vehicleInteriorType",vehicleModelDate:"http://schema.org/vehicleModelDate",vehicleSeatingCapacity:"http://schema.org/vehicleSeatingCapacity",vehicleSpecialUsage:"http://schema.org/vehicleSpecialUsage",vehicleTransmission:"http://schema.org/vehicleTransmission",vendor:"http://schema.org/vendor",verificationFactCheckingPolicy:"http://schema.org/verificationFactCheckingPolicy",version:"http://schema.org/version",video:"http://schema.org/video",videoFormat:"http://schema.org/videoFormat",videoFrameSize:"http://schema.org/videoFrameSize",videoQuality:"http://schema.org/videoQuality",volumeNumber:"http://schema.org/volumeNumber",warning:"http://schema.org/warning",warrantyPromise:"http://schema.org/warrantyPromise",warrantyScope:"http://schema.org/warrantyScope",webCheckinTime:"http://schema.org/webCheckinTime",webFeed:"http://schema.org/webFeed",weight:"http://schema.org/weight",weightPercentage:"http://schema.org/weightPercentage",weightTotal:"http://schema.org/weightTotal",wheelbase:"http://schema.org/wheelbase",width:"http://schema.org/width",winner:"http://schema.org/winner",wordCount:"http://schema.org/wordCount",workHours:"http://schema.org/workHours",workLocation:"http://schema.org/workLocation",workPerformed:"http://schema.org/workPerformed",workPresented:"http://schema.org/workPresented",workload:"http://schema.org/workload",worksFor:"http://schema.org/worksFor",worstRating:"http://schema.org/worstRating",xpath:"http://schema.org/xpath",yearBuilt:"http://schema.org/yearBuilt",yearlyRevenue:"http://schema.org/yearlyRevenue",yearsInOperation:"http://schema.org/yearsInOperation",actionApplication:"http://schema.org/actionApplication",actionOption:"http://schema.org/actionOption",album:"http://schema.org/album",albumRelease:"http://schema.org/albumRelease",alternateName:"http://schema.org/alternateName",alumni:"http://schema.org/alumni",alumniOf:"http://schema.org/alumniOf",archiveHeld:"http://schema.org/archiveHeld",arterialBranch:"http://schema.org/arterialBranch",artworkSurface:"http://schema.org/artworkSurface",attendee:"http://schema.org/attendee",audience:"http://schema.org/audience",availableOnDevice:"http://schema.org/availableOnDevice",award:"http://schema.org/award",blogPost:"http://schema.org/blogPost",broker:"http://schema.org/broker",caption:"http://schema.org/caption",category:"http://schema.org/category",childTaxon:"http://schema.org/childTaxon",clinicalPharmacology:"http://schema.org/clinicalPharmacology",codeSampleType:"http://schema.org/codeSampleType",colleague:"http://schema.org/colleague",contactPoint:"http://schema.org/contactPoint",containsPlace:"http://schema.org/containsPlace",containsSeason:"http://schema.org/containsSeason",contentLocation:"http://schema.org/contentLocation",creator:"http://schema.org/creator",dataset:"http://schema.org/dataset",dateCreated:"http://schema.org/dateCreated",director:"http://schema.org/director",duration:"http://schema.org/duration",employee:"http://schema.org/employee",encodesBioChemEntity:"http://schema.org/encodesBioChemEntity",encodesCreativeWork:"http://schema.org/encodesCreativeWork",encodingFormat:"http://schema.org/encodingFormat",episode:"http://schema.org/episode",event:"http://schema.org/event",exampleOfWork:"http://schema.org/exampleOfWork",executableLibraryName:"http://schema.org/executableLibraryName",exerciseCourse:"http://schema.org/exerciseCourse",founder:"http://schema.org/founder",frequency:"http://schema.org/frequency",fundedItem:"http://schema.org/fundedItem",funding:"http://schema.org/funding",game:"http://schema.org/game",gameServer:"http://schema.org/gameServer",genre:"http://schema.org/genre",hasBioChemEntityPart:"http://schema.org/hasBioChemEntityPart",hasBroadcastChannel:"http://schema.org/hasBroadcastChannel",hasDefinedTerm:"http://schema.org/hasDefinedTerm",hasMenu:"http://schema.org/hasMenu",hasMerchantReturnPolicy:"http://schema.org/hasMerchantReturnPolicy",hasTiers:"http://schema.org/hasTiers",hasVariant:"http://schema.org/hasVariant",holdingArchive:"http://schema.org/holdingArchive",inDefinedTermSet:"http://schema.org/inDefinedTermSet",inLanguage:"http://schema.org/inLanguage",incentiveCompensation:"http://schema.org/incentiveCompensation",interactionStatistic:"http://schema.org/interactionStatistic",isAccessibleForFree:"http://schema.org/isAccessibleForFree",isBasedOn:"http://schema.org/isBasedOn",isEncodedByBioChemEntity:"http://schema.org/isEncodedByBioChemEntity",isPartOfBioChemEntity:"http://schema.org/isPartOfBioChemEntity",isTierOf:"http://schema.org/isTierOf",isVariantOf:"http://schema.org/isVariantOf",itemOffered:"http://schema.org/itemOffered",jobBenefits:"http://schema.org/jobBenefits",jurisdiction:"http://schema.org/jurisdiction",mainContentOfPage:"http://schema.org/mainContentOfPage",mainEntity:"http://schema.org/mainEntity",mainEntityOfPage:"http://schema.org/mainEntityOfPage",makesOffer:"http://schema.org/makesOffer",measurementTechnique:"http://schema.org/measurementTechnique",merchantReturnDays:"http://schema.org/merchantReturnDays",merchantReturnLink:"http://schema.org/merchantReturnLink",offeredBy:"http://schema.org/offeredBy",offers:"http://schema.org/offers",parent:"http://schema.org/parent",parentTaxon:"http://schema.org/parentTaxon",partOfSeries:"http://schema.org/partOfSeries",partOfTrip:"http://schema.org/partOfTrip",paymentDueDate:"http://schema.org/paymentDueDate",performTime:"http://schema.org/performTime",performer:"http://schema.org/performer",photo:"http://schema.org/photo",provider:"http://schema.org/provider",providesBroadcastService:"http://schema.org/providesBroadcastService",recipeIngredient:"http://schema.org/recipeIngredient",recordedAs:"http://schema.org/recordedAs",recordedAt:"http://schema.org/recordedAt",recordedIn:"http://schema.org/recordedIn",recordingOf:"http://schema.org/recordingOf",releaseOf:"http://schema.org/releaseOf",review:"http://schema.org/review",roleName:"http://schema.org/roleName",runtimePlatform:"http://schema.org/runtimePlatform",season:"http://schema.org/season",serialNumber:"http://schema.org/serialNumber",serviceArea:"http://schema.org/serviceArea",serviceOutput:"http://schema.org/serviceOutput",sibling:"http://schema.org/sibling",significantLink:"http://schema.org/significantLink",softwareRequirements:"http://schema.org/softwareRequirements",sponsor:"http://schema.org/sponsor",subOrganization:"http://schema.org/subOrganization",subTrip:"http://schema.org/subTrip",subjectOf:"http://schema.org/subjectOf",suggestedAnswer:"http://schema.org/suggestedAnswer",superEvent:"http://schema.org/superEvent",targetCollection:"http://schema.org/targetCollection",temporalCoverage:"http://schema.org/temporalCoverage",termCode:"http://schema.org/termCode",track:"http://schema.org/track",translationOfWork:"http://schema.org/translationOfWork",usageInfo:"http://schema.org/usageInfo",warranty:"http://schema.org/warranty",workTranslation:"http://schema.org/workTranslation",yield__workaround:"http://schema.org/yield",about:"http://schema.org/about",actor:"http://schema.org/actor",associatedReview:"http://schema.org/associatedReview",competitor:"http://schema.org/competitor",containedInPlace:"http://schema.org/containedInPlace",encoding:"http://schema.org/encoding",hasMap:"http://schema.org/hasMap",legislationApplies:"http://schema.org/legislationApplies",material:"http://schema.org/material",memberOf:"http://schema.org/memberOf",parentOrganization:"http://schema.org/parentOrganization",result:"http://schema.org/result",seller:"http://schema.org/seller",spatialCoverage:"http://schema.org/spatialCoverage",step:"http://schema.org/step",subEvent:"http://schema.org/subEvent",supply:"http://schema.org/supply",workFeatured:"http://schema.org/workFeatured",areaServed:"http://schema.org/areaServed",includedInDataCatalog:"http://schema.org/includedInDataCatalog",legislationChanges:"http://schema.org/legislationChanges",member:"http://schema.org/member",recipient:"http://schema.org/recipient",workExample:"http://schema.org/workExample",description:"http://schema.org/description",gtin:"http://schema.org/gtin",hasRepresentation:"http://schema.org/hasRepresentation",image:"http://schema.org/image",hasPart:"http://schema.org/hasPart",position:"http://schema.org/position",isPartOf:"http://schema.org/isPartOf",instrument:"http://schema.org/instrument",object:"http://schema.org/object",publishingPrinciples:"http://schema.org/publishingPrinciples",location:"http://schema.org/location",participant:"http://schema.org/participant",identifier:"http://schema.org/identifier"}),mh=Object.freeze({AMRadioChannel:"https://schema.org/AMRadioChannel",APIReference:"https://schema.org/APIReference",AboutPage:"https://schema.org/AboutPage",AcceptAction:"https://schema.org/AcceptAction",Accommodation:"https://schema.org/Accommodation",AccountingService:"https://schema.org/AccountingService",AchieveAction:"https://schema.org/AchieveAction",Action:"https://schema.org/Action",ActionAccessSpecification:"https://schema.org/ActionAccessSpecification",ActionStatusType:"https://schema.org/ActionStatusType",ActivateAction:"https://schema.org/ActivateAction",AddAction:"https://schema.org/AddAction",AdministrativeArea:"https://schema.org/AdministrativeArea",AdultEntertainment:"https://schema.org/AdultEntertainment",AdultOrientedEnumeration:"https://schema.org/AdultOrientedEnumeration",AdvertiserContentArticle:"https://schema.org/AdvertiserContentArticle",AggregateOffer:"https://schema.org/AggregateOffer",AggregateRating:"https://schema.org/AggregateRating",AgreeAction:"https://schema.org/AgreeAction",Airline:"https://schema.org/Airline",Airport:"https://schema.org/Airport",AlignmentObject:"https://schema.org/AlignmentObject",AllocateAction:"https://schema.org/AllocateAction",AmpStory:"https://schema.org/AmpStory",AmusementPark:"https://schema.org/AmusementPark",AnalysisNewsArticle:"https://schema.org/AnalysisNewsArticle",AnatomicalStructure:"https://schema.org/AnatomicalStructure",AnatomicalSystem:"https://schema.org/AnatomicalSystem",AnimalShelter:"https://schema.org/AnimalShelter",Answer:"https://schema.org/Answer",Apartment:"https://schema.org/Apartment",ApartmentComplex:"https://schema.org/ApartmentComplex",AppendAction:"https://schema.org/AppendAction",ApplyAction:"https://schema.org/ApplyAction",ApprovedIndication:"https://schema.org/ApprovedIndication",Aquarium:"https://schema.org/Aquarium",ArchiveComponent:"https://schema.org/ArchiveComponent",ArchiveOrganization:"https://schema.org/ArchiveOrganization",ArriveAction:"https://schema.org/ArriveAction",ArtGallery:"https://schema.org/ArtGallery",Artery:"https://schema.org/Artery",Article:"https://schema.org/Article",AskAction:"https://schema.org/AskAction",AskPublicNewsArticle:"https://schema.org/AskPublicNewsArticle",AssessAction:"https://schema.org/AssessAction",AssignAction:"https://schema.org/AssignAction",Atlas:"https://schema.org/Atlas",Attorney:"https://schema.org/Attorney",Audience:"https://schema.org/Audience",AudioObject:"https://schema.org/AudioObject",AudioObjectSnapshot:"https://schema.org/AudioObjectSnapshot",Audiobook:"https://schema.org/Audiobook",AuthorizeAction:"https://schema.org/AuthorizeAction",AutoBodyShop:"https://schema.org/AutoBodyShop",AutoDealer:"https://schema.org/AutoDealer",AutoPartsStore:"https://schema.org/AutoPartsStore",AutoRental:"https://schema.org/AutoRental",AutoRepair:"https://schema.org/AutoRepair",AutoWash:"https://schema.org/AutoWash",AutomatedTeller:"https://schema.org/AutomatedTeller",AutomotiveBusiness:"https://schema.org/AutomotiveBusiness",BackgroundNewsArticle:"https://schema.org/BackgroundNewsArticle",Bakery:"https://schema.org/Bakery",BankAccount:"https://schema.org/BankAccount",BankOrCreditUnion:"https://schema.org/BankOrCreditUnion",BarOrPub:"https://schema.org/BarOrPub",Barcode:"https://schema.org/Barcode",Beach:"https://schema.org/Beach",BeautySalon:"https://schema.org/BeautySalon",BedAndBreakfast:"https://schema.org/BedAndBreakfast",BedDetails:"https://schema.org/BedDetails",BedType:"https://schema.org/BedType",BefriendAction:"https://schema.org/BefriendAction",BikeStore:"https://schema.org/BikeStore",BioChemEntity:"https://schema.org/BioChemEntity",Blog:"https://schema.org/Blog",BlogPosting:"https://schema.org/BlogPosting",BloodTest:"https://schema.org/BloodTest",BoardingPolicyType:"https://schema.org/BoardingPolicyType",BoatReservation:"https://schema.org/BoatReservation",BoatTerminal:"https://schema.org/BoatTerminal",BoatTrip:"https://schema.org/BoatTrip",BodyMeasurementTypeEnumeration:"https://schema.org/BodyMeasurementTypeEnumeration",BodyOfWater:"https://schema.org/BodyOfWater",Bone:"https://schema.org/Bone",Book:"https://schema.org/Book",BookFormatType:"https://schema.org/BookFormatType",BookSeries:"https://schema.org/BookSeries",BookStore:"https://schema.org/BookStore",BookmarkAction:"https://schema.org/BookmarkAction",Boolean__workaround:"https://schema.org/Boolean",BorrowAction:"https://schema.org/BorrowAction",BowlingAlley:"https://schema.org/BowlingAlley",BrainStructure:"https://schema.org/BrainStructure",Brand:"https://schema.org/Brand",BreadcrumbList:"https://schema.org/BreadcrumbList",Brewery:"https://schema.org/Brewery",Bridge:"https://schema.org/Bridge",BroadcastChannel:"https://schema.org/BroadcastChannel",BroadcastEvent:"https://schema.org/BroadcastEvent",BroadcastFrequencySpecification:"https://schema.org/BroadcastFrequencySpecification",BroadcastService:"https://schema.org/BroadcastService",BrokerageAccount:"https://schema.org/BrokerageAccount",BuddhistTemple:"https://schema.org/BuddhistTemple",BusOrCoach:"https://schema.org/BusOrCoach",BusReservation:"https://schema.org/BusReservation",BusStation:"https://schema.org/BusStation",BusStop:"https://schema.org/BusStop",BusTrip:"https://schema.org/BusTrip",BusinessAudience:"https://schema.org/BusinessAudience",BusinessEntityType:"https://schema.org/BusinessEntityType",BusinessEvent:"https://schema.org/BusinessEvent",BusinessFunction:"https://schema.org/BusinessFunction",BuyAction:"https://schema.org/BuyAction",CDCPMDRecord:"https://schema.org/CDCPMDRecord",CableOrSatelliteService:"https://schema.org/CableOrSatelliteService",CafeOrCoffeeShop:"https://schema.org/CafeOrCoffeeShop",Campground:"https://schema.org/Campground",CampingPitch:"https://schema.org/CampingPitch",Canal:"https://schema.org/Canal",CancelAction:"https://schema.org/CancelAction",Car:"https://schema.org/Car",CarUsageType:"https://schema.org/CarUsageType",Casino:"https://schema.org/Casino",CategoryCode:"https://schema.org/CategoryCode",CategoryCodeSet:"https://schema.org/CategoryCodeSet",CatholicChurch:"https://schema.org/CatholicChurch",Cemetery:"https://schema.org/Cemetery",Certification:"https://schema.org/Certification",CertificationStatusEnumeration:"https://schema.org/CertificationStatusEnumeration",Chapter:"https://schema.org/Chapter",CheckAction:"https://schema.org/CheckAction",CheckInAction:"https://schema.org/CheckInAction",CheckOutAction:"https://schema.org/CheckOutAction",CheckoutPage:"https://schema.org/CheckoutPage",ChemicalSubstance:"https://schema.org/ChemicalSubstance",ChildCare:"https://schema.org/ChildCare",ChildrensEvent:"https://schema.org/ChildrensEvent",ChooseAction:"https://schema.org/ChooseAction",Church:"https://schema.org/Church",City:"https://schema.org/City",CityHall:"https://schema.org/CityHall",CivicStructure:"https://schema.org/CivicStructure",Claim:"https://schema.org/Claim",ClaimReview:"https://schema.org/ClaimReview",Class:"https://schema.org/Class",Clip:"https://schema.org/Clip",ClothingStore:"https://schema.org/ClothingStore",Code:"https://schema.org/Code",Collection:"https://schema.org/Collection",CollectionPage:"https://schema.org/CollectionPage",CollegeOrUniversity:"https://schema.org/CollegeOrUniversity",ComedyClub:"https://schema.org/ComedyClub",ComedyEvent:"https://schema.org/ComedyEvent",ComicCoverArt:"https://schema.org/ComicCoverArt",ComicIssue:"https://schema.org/ComicIssue",ComicSeries:"https://schema.org/ComicSeries",ComicStory:"https://schema.org/ComicStory",Comment:"https://schema.org/Comment",CommentAction:"https://schema.org/CommentAction",CommunicateAction:"https://schema.org/CommunicateAction",CompleteDataFeed:"https://schema.org/CompleteDataFeed",CompoundPriceSpecification:"https://schema.org/CompoundPriceSpecification",ComputerLanguage:"https://schema.org/ComputerLanguage",ComputerStore:"https://schema.org/ComputerStore",ConfirmAction:"https://schema.org/ConfirmAction",Consortium:"https://schema.org/Consortium",ConstraintNode:"https://schema.org/ConstraintNode",ConsumeAction:"https://schema.org/ConsumeAction",ContactPage:"https://schema.org/ContactPage",ContactPoint:"https://schema.org/ContactPoint",ContactPointOption:"https://schema.org/ContactPointOption",Continent:"https://schema.org/Continent",ControlAction:"https://schema.org/ControlAction",ConvenienceStore:"https://schema.org/ConvenienceStore",Conversation:"https://schema.org/Conversation",CookAction:"https://schema.org/CookAction",Cooperative:"https://schema.org/Cooperative",Corporation:"https://schema.org/Corporation",CorrectionComment:"https://schema.org/CorrectionComment",Country:"https://schema.org/Country",Course:"https://schema.org/Course",CourseInstance:"https://schema.org/CourseInstance",Courthouse:"https://schema.org/Courthouse",CoverArt:"https://schema.org/CoverArt",CovidTestingFacility:"https://schema.org/CovidTestingFacility",CreateAction:"https://schema.org/CreateAction",CreativeWork:"https://schema.org/CreativeWork",CreativeWorkSeason:"https://schema.org/CreativeWorkSeason",CreativeWorkSeries:"https://schema.org/CreativeWorkSeries",CreditCard:"https://schema.org/CreditCard",Crematorium:"https://schema.org/Crematorium",CriticReview:"https://schema.org/CriticReview",CssSelectorType:"https://schema.org/CssSelectorType",CurrencyConversionService:"https://schema.org/CurrencyConversionService",DDxElement:"https://schema.org/DDxElement",DanceEvent:"https://schema.org/DanceEvent",DanceGroup:"https://schema.org/DanceGroup",DataCatalog:"https://schema.org/DataCatalog",DataDownload:"https://schema.org/DataDownload",DataFeed:"https://schema.org/DataFeed",DataFeedItem:"https://schema.org/DataFeedItem",DataType:"https://schema.org/DataType",Dataset:"https://schema.org/Dataset",Date__workaround:"https://schema.org/Date",DateTime:"https://schema.org/DateTime",DatedMoneySpecification:"https://schema.org/DatedMoneySpecification",DayOfWeek:"https://schema.org/DayOfWeek",DaySpa:"https://schema.org/DaySpa",DeactivateAction:"https://schema.org/DeactivateAction",DefenceEstablishment:"https://schema.org/DefenceEstablishment",DefinedRegion:"https://schema.org/DefinedRegion",DefinedTerm:"https://schema.org/DefinedTerm",DefinedTermSet:"https://schema.org/DefinedTermSet",DeleteAction:"https://schema.org/DeleteAction",DeliveryChargeSpecification:"https://schema.org/DeliveryChargeSpecification",DeliveryEvent:"https://schema.org/DeliveryEvent",DeliveryMethod:"https://schema.org/DeliveryMethod",DeliveryTimeSettings:"https://schema.org/DeliveryTimeSettings",Demand:"https://schema.org/Demand",Dentist:"https://schema.org/Dentist",DepartAction:"https://schema.org/DepartAction",DepartmentStore:"https://schema.org/DepartmentStore",DepositAccount:"https://schema.org/DepositAccount",DiagnosticLab:"https://schema.org/DiagnosticLab",DiagnosticProcedure:"https://schema.org/DiagnosticProcedure",Diet:"https://schema.org/Diet",DietarySupplement:"https://schema.org/DietarySupplement",DigitalDocument:"https://schema.org/DigitalDocument",DigitalDocumentPermission:"https://schema.org/DigitalDocumentPermission",DigitalDocumentPermissionType:"https://schema.org/DigitalDocumentPermissionType",DigitalPlatformEnumeration:"https://schema.org/DigitalPlatformEnumeration",DisagreeAction:"https://schema.org/DisagreeAction",DiscoverAction:"https://schema.org/DiscoverAction",DiscussionForumPosting:"https://schema.org/DiscussionForumPosting",DislikeAction:"https://schema.org/DislikeAction",Distance:"https://schema.org/Distance",Distillery:"https://schema.org/Distillery",DonateAction:"https://schema.org/DonateAction",DoseSchedule:"https://schema.org/DoseSchedule",DownloadAction:"https://schema.org/DownloadAction",DrawAction:"https://schema.org/DrawAction",Drawing:"https://schema.org/Drawing",DrinkAction:"https://schema.org/DrinkAction",DriveWheelConfigurationValue:"https://schema.org/DriveWheelConfigurationValue",Drug:"https://schema.org/Drug",DrugClass:"https://schema.org/DrugClass",DrugCost:"https://schema.org/DrugCost",DrugCostCategory:"https://schema.org/DrugCostCategory",DrugLegalStatus:"https://schema.org/DrugLegalStatus",DrugPregnancyCategory:"https://schema.org/DrugPregnancyCategory",DrugPrescriptionStatus:"https://schema.org/DrugPrescriptionStatus",DrugStrength:"https://schema.org/DrugStrength",DryCleaningOrLaundry:"https://schema.org/DryCleaningOrLaundry",Duration:"https://schema.org/Duration",EUEnergyEfficiencyEnumeration:"https://schema.org/EUEnergyEfficiencyEnumeration",EatAction:"https://schema.org/EatAction",EducationEvent:"https://schema.org/EducationEvent",EducationalAudience:"https://schema.org/EducationalAudience",EducationalOccupationalCredential:"https://schema.org/EducationalOccupationalCredential",EducationalOccupationalProgram:"https://schema.org/EducationalOccupationalProgram",EducationalOrganization:"https://schema.org/EducationalOrganization",Electrician:"https://schema.org/Electrician",ElectronicsStore:"https://schema.org/ElectronicsStore",ElementarySchool:"https://schema.org/ElementarySchool",EmailMessage:"https://schema.org/EmailMessage",Embassy:"https://schema.org/Embassy",EmergencyService:"https://schema.org/EmergencyService",EmployeeRole:"https://schema.org/EmployeeRole",EmployerAggregateRating:"https://schema.org/EmployerAggregateRating",EmployerReview:"https://schema.org/EmployerReview",EmploymentAgency:"https://schema.org/EmploymentAgency",EndorseAction:"https://schema.org/EndorseAction",EndorsementRating:"https://schema.org/EndorsementRating",Energy:"https://schema.org/Energy",EnergyConsumptionDetails:"https://schema.org/EnergyConsumptionDetails",EnergyEfficiencyEnumeration:"https://schema.org/EnergyEfficiencyEnumeration",EnergyStarEnergyEfficiencyEnumeration:"https://schema.org/EnergyStarEnergyEfficiencyEnumeration",EngineSpecification:"https://schema.org/EngineSpecification",EntertainmentBusiness:"https://schema.org/EntertainmentBusiness",EntryPoint:"https://schema.org/EntryPoint",Enumeration:"https://schema.org/Enumeration",Episode:"https://schema.org/Episode",Event:"https://schema.org/Event",EventAttendanceModeEnumeration:"https://schema.org/EventAttendanceModeEnumeration",EventReservation:"https://schema.org/EventReservation",EventSeries:"https://schema.org/EventSeries",EventStatusType:"https://schema.org/EventStatusType",EventVenue:"https://schema.org/EventVenue",ExchangeRateSpecification:"https://schema.org/ExchangeRateSpecification",ExerciseAction:"https://schema.org/ExerciseAction",ExerciseGym:"https://schema.org/ExerciseGym",ExercisePlan:"https://schema.org/ExercisePlan",ExhibitionEvent:"https://schema.org/ExhibitionEvent",FAQPage:"https://schema.org/FAQPage",FMRadioChannel:"https://schema.org/FMRadioChannel",FastFoodRestaurant:"https://schema.org/FastFoodRestaurant",Festival:"https://schema.org/Festival",FilmAction:"https://schema.org/FilmAction",FinancialIncentive:"https://schema.org/FinancialIncentive",FinancialProduct:"https://schema.org/FinancialProduct",FinancialService:"https://schema.org/FinancialService",FindAction:"https://schema.org/FindAction",FireStation:"https://schema.org/FireStation",Flight:"https://schema.org/Flight",FlightReservation:"https://schema.org/FlightReservation",Float:"https://schema.org/Float",FloorPlan:"https://schema.org/FloorPlan",Florist:"https://schema.org/Florist",FollowAction:"https://schema.org/FollowAction",FoodEstablishment:"https://schema.org/FoodEstablishment",FoodEstablishmentReservation:"https://schema.org/FoodEstablishmentReservation",FoodEvent:"https://schema.org/FoodEvent",FoodService:"https://schema.org/FoodService",FulfillmentTypeEnumeration:"https://schema.org/FulfillmentTypeEnumeration",FundingAgency:"https://schema.org/FundingAgency",FundingScheme:"https://schema.org/FundingScheme",FurnitureStore:"https://schema.org/FurnitureStore",Game:"https://schema.org/Game",GameAvailabilityEnumeration:"https://schema.org/GameAvailabilityEnumeration",GamePlayMode:"https://schema.org/GamePlayMode",GameServer:"https://schema.org/GameServer",GameServerStatus:"https://schema.org/GameServerStatus",GardenStore:"https://schema.org/GardenStore",GasStation:"https://schema.org/GasStation",GatedResidenceCommunity:"https://schema.org/GatedResidenceCommunity",GenderType:"https://schema.org/GenderType",Gene:"https://schema.org/Gene",GeneralContractor:"https://schema.org/GeneralContractor",GeoCircle:"https://schema.org/GeoCircle",GeoCoordinates:"https://schema.org/GeoCoordinates",GeoShape:"https://schema.org/GeoShape",GeospatialGeometry:"https://schema.org/GeospatialGeometry",GiveAction:"https://schema.org/GiveAction",GolfCourse:"https://schema.org/GolfCourse",GovernmentBenefitsType:"https://schema.org/GovernmentBenefitsType",GovernmentBuilding:"https://schema.org/GovernmentBuilding",GovernmentOffice:"https://schema.org/GovernmentOffice",GovernmentOrganization:"https://schema.org/GovernmentOrganization",GovernmentPermit:"https://schema.org/GovernmentPermit",GovernmentService:"https://schema.org/GovernmentService",Grant:"https://schema.org/Grant",GroceryStore:"https://schema.org/GroceryStore",Guide:"https://schema.org/Guide",HVACBusiness:"https://schema.org/HVACBusiness",Hackathon:"https://schema.org/Hackathon",HairSalon:"https://schema.org/HairSalon",HardwareStore:"https://schema.org/HardwareStore",HealthAndBeautyBusiness:"https://schema.org/HealthAndBeautyBusiness",HealthAspectEnumeration:"https://schema.org/HealthAspectEnumeration",HealthClub:"https://schema.org/HealthClub",HealthInsurancePlan:"https://schema.org/HealthInsurancePlan",HealthPlanCostSharingSpecification:"https://schema.org/HealthPlanCostSharingSpecification",HealthPlanFormulary:"https://schema.org/HealthPlanFormulary",HealthPlanNetwork:"https://schema.org/HealthPlanNetwork",HealthTopicContent:"https://schema.org/HealthTopicContent",HighSchool:"https://schema.org/HighSchool",HinduTemple:"https://schema.org/HinduTemple",HobbyShop:"https://schema.org/HobbyShop",HomeAndConstructionBusiness:"https://schema.org/HomeAndConstructionBusiness",HomeGoodsStore:"https://schema.org/HomeGoodsStore",Hospital:"https://schema.org/Hospital",Hostel:"https://schema.org/Hostel",Hotel:"https://schema.org/Hotel",HotelRoom:"https://schema.org/HotelRoom",House:"https://schema.org/House",HousePainter:"https://schema.org/HousePainter",HowTo:"https://schema.org/HowTo",HowToDirection:"https://schema.org/HowToDirection",HowToItem:"https://schema.org/HowToItem",HowToSection:"https://schema.org/HowToSection",HowToStep:"https://schema.org/HowToStep",HowToSupply:"https://schema.org/HowToSupply",HowToTip:"https://schema.org/HowToTip",HowToTool:"https://schema.org/HowToTool",HyperToc:"https://schema.org/HyperToc",HyperTocEntry:"https://schema.org/HyperTocEntry",IPTCDigitalSourceEnumeration:"https://schema.org/IPTCDigitalSourceEnumeration",IceCreamShop:"https://schema.org/IceCreamShop",IgnoreAction:"https://schema.org/IgnoreAction",ImageGallery:"https://schema.org/ImageGallery",ImageObject:"https://schema.org/ImageObject",ImageObjectSnapshot:"https://schema.org/ImageObjectSnapshot",ImagingTest:"https://schema.org/ImagingTest",IncentiveQualifiedExpenseType:"https://schema.org/IncentiveQualifiedExpenseType",IncentiveStatus:"https://schema.org/IncentiveStatus",IncentiveType:"https://schema.org/IncentiveType",IndividualPhysician:"https://schema.org/IndividualPhysician",IndividualProduct:"https://schema.org/IndividualProduct",InfectiousAgentClass:"https://schema.org/InfectiousAgentClass",InfectiousDisease:"https://schema.org/InfectiousDisease",InformAction:"https://schema.org/InformAction",InsertAction:"https://schema.org/InsertAction",InstallAction:"https://schema.org/InstallAction",InsuranceAgency:"https://schema.org/InsuranceAgency",Intangible:"https://schema.org/Intangible",Integer:"https://schema.org/Integer",InteractAction:"https://schema.org/InteractAction",InteractionCounter:"https://schema.org/InteractionCounter",InternetCafe:"https://schema.org/InternetCafe",InvestmentFund:"https://schema.org/InvestmentFund",InvestmentOrDeposit:"https://schema.org/InvestmentOrDeposit",InviteAction:"https://schema.org/InviteAction",Invoice:"https://schema.org/Invoice",ItemAvailability:"https://schema.org/ItemAvailability",ItemList:"https://schema.org/ItemList",ItemListOrderType:"https://schema.org/ItemListOrderType",ItemPage:"https://schema.org/ItemPage",JewelryStore:"https://schema.org/JewelryStore",JobPosting:"https://schema.org/JobPosting",JoinAction:"https://schema.org/JoinAction",Joint:"https://schema.org/Joint",LakeBodyOfWater:"https://schema.org/LakeBodyOfWater",Landform:"https://schema.org/Landform",LandmarksOrHistoricalBuildings:"https://schema.org/LandmarksOrHistoricalBuildings",Language:"https://schema.org/Language",LearningResource:"https://schema.org/LearningResource",LeaveAction:"https://schema.org/LeaveAction",LegalForceStatus:"https://schema.org/LegalForceStatus",LegalService:"https://schema.org/LegalService",LegalValueLevel:"https://schema.org/LegalValueLevel",Legislation:"https://schema.org/Legislation",LegislationObject:"https://schema.org/LegislationObject",LegislativeBuilding:"https://schema.org/LegislativeBuilding",LendAction:"https://schema.org/LendAction",Library:"https://schema.org/Library",LibrarySystem:"https://schema.org/LibrarySystem",LifestyleModification:"https://schema.org/LifestyleModification",Ligament:"https://schema.org/Ligament",LikeAction:"https://schema.org/LikeAction",LinkRole:"https://schema.org/LinkRole",LiquorStore:"https://schema.org/LiquorStore",ListItem:"https://schema.org/ListItem",ListenAction:"https://schema.org/ListenAction",LiteraryEvent:"https://schema.org/LiteraryEvent",LiveBlogPosting:"https://schema.org/LiveBlogPosting",LoanOrCredit:"https://schema.org/LoanOrCredit",LocalBusiness:"https://schema.org/LocalBusiness",LocationFeatureSpecification:"https://schema.org/LocationFeatureSpecification",Locksmith:"https://schema.org/Locksmith",LodgingBusiness:"https://schema.org/LodgingBusiness",LodgingReservation:"https://schema.org/LodgingReservation",LoseAction:"https://schema.org/LoseAction",LymphaticVessel:"https://schema.org/LymphaticVessel",Manuscript:"https://schema.org/Manuscript",Map__workaround:"https://schema.org/Map",MapCategoryType:"https://schema.org/MapCategoryType",MarryAction:"https://schema.org/MarryAction",Mass:"https://schema.org/Mass",MathSolver:"https://schema.org/MathSolver",MaximumDoseSchedule:"https://schema.org/MaximumDoseSchedule",MeasurementMethodEnum:"https://schema.org/MeasurementMethodEnum",MeasurementTypeEnumeration:"https://schema.org/MeasurementTypeEnumeration",MediaEnumeration:"https://schema.org/MediaEnumeration",MediaGallery:"https://schema.org/MediaGallery",MediaManipulationRatingEnumeration:"https://schema.org/MediaManipulationRatingEnumeration",MediaObject:"https://schema.org/MediaObject",MediaReview:"https://schema.org/MediaReview",MediaReviewItem:"https://schema.org/MediaReviewItem",MediaSubscription:"https://schema.org/MediaSubscription",MedicalAudience:"https://schema.org/MedicalAudience",MedicalAudienceType:"https://schema.org/MedicalAudienceType",MedicalBusiness:"https://schema.org/MedicalBusiness",MedicalCause:"https://schema.org/MedicalCause",MedicalClinic:"https://schema.org/MedicalClinic",MedicalCode:"https://schema.org/MedicalCode",MedicalCondition:"https://schema.org/MedicalCondition",MedicalConditionStage:"https://schema.org/MedicalConditionStage",MedicalContraindication:"https://schema.org/MedicalContraindication",MedicalDevice:"https://schema.org/MedicalDevice",MedicalDevicePurpose:"https://schema.org/MedicalDevicePurpose",MedicalEntity:"https://schema.org/MedicalEntity",MedicalEnumeration:"https://schema.org/MedicalEnumeration",MedicalEvidenceLevel:"https://schema.org/MedicalEvidenceLevel",MedicalGuideline:"https://schema.org/MedicalGuideline",MedicalGuidelineContraindication:"https://schema.org/MedicalGuidelineContraindication",MedicalGuidelineRecommendation:"https://schema.org/MedicalGuidelineRecommendation",MedicalImagingTechnique:"https://schema.org/MedicalImagingTechnique",MedicalIndication:"https://schema.org/MedicalIndication",MedicalIntangible:"https://schema.org/MedicalIntangible",MedicalObservationalStudy:"https://schema.org/MedicalObservationalStudy",MedicalObservationalStudyDesign:"https://schema.org/MedicalObservationalStudyDesign",MedicalOrganization:"https://schema.org/MedicalOrganization",MedicalProcedure:"https://schema.org/MedicalProcedure",MedicalProcedureType:"https://schema.org/MedicalProcedureType",MedicalRiskCalculator:"https://schema.org/MedicalRiskCalculator",MedicalRiskEstimator:"https://schema.org/MedicalRiskEstimator",MedicalRiskFactor:"https://schema.org/MedicalRiskFactor",MedicalRiskScore:"https://schema.org/MedicalRiskScore",MedicalScholarlyArticle:"https://schema.org/MedicalScholarlyArticle",MedicalSign:"https://schema.org/MedicalSign",MedicalSignOrSymptom:"https://schema.org/MedicalSignOrSymptom",MedicalSpecialty:"https://schema.org/MedicalSpecialty",MedicalStudy:"https://schema.org/MedicalStudy",MedicalStudyStatus:"https://schema.org/MedicalStudyStatus",MedicalSymptom:"https://schema.org/MedicalSymptom",MedicalTest:"https://schema.org/MedicalTest",MedicalTestPanel:"https://schema.org/MedicalTestPanel",MedicalTherapy:"https://schema.org/MedicalTherapy",MedicalTrial:"https://schema.org/MedicalTrial",MedicalTrialDesign:"https://schema.org/MedicalTrialDesign",MedicalWebPage:"https://schema.org/MedicalWebPage",MedicineSystem:"https://schema.org/MedicineSystem",MeetingRoom:"https://schema.org/MeetingRoom",MemberProgram:"https://schema.org/MemberProgram",MemberProgramTier:"https://schema.org/MemberProgramTier",MensClothingStore:"https://schema.org/MensClothingStore",Menu:"https://schema.org/Menu",MenuItem:"https://schema.org/MenuItem",MenuSection:"https://schema.org/MenuSection",MerchantReturnEnumeration:"https://schema.org/MerchantReturnEnumeration",MerchantReturnPolicy:"https://schema.org/MerchantReturnPolicy",MerchantReturnPolicySeasonalOverride:"https://schema.org/MerchantReturnPolicySeasonalOverride",Message:"https://schema.org/Message",MiddleSchool:"https://schema.org/MiddleSchool",MobileApplication:"https://schema.org/MobileApplication",MobilePhoneStore:"https://schema.org/MobilePhoneStore",MolecularEntity:"https://schema.org/MolecularEntity",MonetaryAmount:"https://schema.org/MonetaryAmount",MonetaryAmountDistribution:"https://schema.org/MonetaryAmountDistribution",MonetaryGrant:"https://schema.org/MonetaryGrant",MoneyTransfer:"https://schema.org/MoneyTransfer",MortgageLoan:"https://schema.org/MortgageLoan",Mosque:"https://schema.org/Mosque",Motel:"https://schema.org/Motel",Motorcycle:"https://schema.org/Motorcycle",MotorcycleDealer:"https://schema.org/MotorcycleDealer",MotorcycleRepair:"https://schema.org/MotorcycleRepair",MotorizedBicycle:"https://schema.org/MotorizedBicycle",Mountain:"https://schema.org/Mountain",MoveAction:"https://schema.org/MoveAction",Movie:"https://schema.org/Movie",MovieClip:"https://schema.org/MovieClip",MovieRentalStore:"https://schema.org/MovieRentalStore",MovieSeries:"https://schema.org/MovieSeries",MovieTheater:"https://schema.org/MovieTheater",MovingCompany:"https://schema.org/MovingCompany",Muscle:"https://schema.org/Muscle",Museum:"https://schema.org/Museum",MusicAlbum:"https://schema.org/MusicAlbum",MusicAlbumProductionType:"https://schema.org/MusicAlbumProductionType",MusicAlbumReleaseType:"https://schema.org/MusicAlbumReleaseType",MusicComposition:"https://schema.org/MusicComposition",MusicEvent:"https://schema.org/MusicEvent",MusicGroup:"https://schema.org/MusicGroup",MusicPlaylist:"https://schema.org/MusicPlaylist",MusicRecording:"https://schema.org/MusicRecording",MusicRelease:"https://schema.org/MusicRelease",MusicReleaseFormatType:"https://schema.org/MusicReleaseFormatType",MusicStore:"https://schema.org/MusicStore",MusicVenue:"https://schema.org/MusicVenue",MusicVideoObject:"https://schema.org/MusicVideoObject",NGO:"https://schema.org/NGO",NLNonprofitType:"https://schema.org/NLNonprofitType",NailSalon:"https://schema.org/NailSalon",Nerve:"https://schema.org/Nerve",NewsArticle:"https://schema.org/NewsArticle",NewsMediaOrganization:"https://schema.org/NewsMediaOrganization",Newspaper:"https://schema.org/Newspaper",NightClub:"https://schema.org/NightClub",NonprofitType:"https://schema.org/NonprofitType",Notary:"https://schema.org/Notary",NoteDigitalDocument:"https://schema.org/NoteDigitalDocument",Number__workaround:"https://schema.org/Number",NutritionInformation:"https://schema.org/NutritionInformation",Observation:"https://schema.org/Observation",Occupation:"https://schema.org/Occupation",OccupationalExperienceRequirements:"https://schema.org/OccupationalExperienceRequirements",OccupationalTherapy:"https://schema.org/OccupationalTherapy",OceanBodyOfWater:"https://schema.org/OceanBodyOfWater",Offer:"https://schema.org/Offer",OfferCatalog:"https://schema.org/OfferCatalog",OfferForLease:"https://schema.org/OfferForLease",OfferForPurchase:"https://schema.org/OfferForPurchase",OfferItemCondition:"https://schema.org/OfferItemCondition",OfferShippingDetails:"https://schema.org/OfferShippingDetails",OfficeEquipmentStore:"https://schema.org/OfficeEquipmentStore",OnDemandEvent:"https://schema.org/OnDemandEvent",OnlineBusiness:"https://schema.org/OnlineBusiness",OnlineStore:"https://schema.org/OnlineStore",OpeningHoursSpecification:"https://schema.org/OpeningHoursSpecification",OpinionNewsArticle:"https://schema.org/OpinionNewsArticle",Optician:"https://schema.org/Optician",Order:"https://schema.org/Order",OrderAction:"https://schema.org/OrderAction",OrderItem:"https://schema.org/OrderItem",OrderStatus:"https://schema.org/OrderStatus",Organization:"https://schema.org/Organization",OrganizationRole:"https://schema.org/OrganizationRole",OrganizeAction:"https://schema.org/OrganizeAction",OutletStore:"https://schema.org/OutletStore",OwnershipInfo:"https://schema.org/OwnershipInfo",PaintAction:"https://schema.org/PaintAction",Painting:"https://schema.org/Painting",PalliativeProcedure:"https://schema.org/PalliativeProcedure",ParcelDelivery:"https://schema.org/ParcelDelivery",ParentAudience:"https://schema.org/ParentAudience",Park:"https://schema.org/Park",ParkingFacility:"https://schema.org/ParkingFacility",PathologyTest:"https://schema.org/PathologyTest",Patient:"https://schema.org/Patient",PawnShop:"https://schema.org/PawnShop",PayAction:"https://schema.org/PayAction",PaymentCard:"https://schema.org/PaymentCard",PaymentChargeSpecification:"https://schema.org/PaymentChargeSpecification",PaymentMethod:"https://schema.org/PaymentMethod",PaymentMethodType:"https://schema.org/PaymentMethodType",PaymentService:"https://schema.org/PaymentService",PaymentStatusType:"https://schema.org/PaymentStatusType",PeopleAudience:"https://schema.org/PeopleAudience",PerformAction:"https://schema.org/PerformAction",PerformanceRole:"https://schema.org/PerformanceRole",PerformingArtsTheater:"https://schema.org/PerformingArtsTheater",PerformingGroup:"https://schema.org/PerformingGroup",Periodical:"https://schema.org/Periodical",Permit:"https://schema.org/Permit",Person:"https://schema.org/Person",PetStore:"https://schema.org/PetStore",Pharmacy:"https://schema.org/Pharmacy",Photograph:"https://schema.org/Photograph",PhotographAction:"https://schema.org/PhotographAction",PhysicalActivity:"https://schema.org/PhysicalActivity",PhysicalActivityCategory:"https://schema.org/PhysicalActivityCategory",PhysicalExam:"https://schema.org/PhysicalExam",PhysicalTherapy:"https://schema.org/PhysicalTherapy",Physician:"https://schema.org/Physician",PhysiciansOffice:"https://schema.org/PhysiciansOffice",Place:"https://schema.org/Place",PlaceOfWorship:"https://schema.org/PlaceOfWorship",PlanAction:"https://schema.org/PlanAction",Play:"https://schema.org/Play",PlayAction:"https://schema.org/PlayAction",PlayGameAction:"https://schema.org/PlayGameAction",Playground:"https://schema.org/Playground",Plumber:"https://schema.org/Plumber",PodcastEpisode:"https://schema.org/PodcastEpisode",PodcastSeason:"https://schema.org/PodcastSeason",PodcastSeries:"https://schema.org/PodcastSeries",PoliceStation:"https://schema.org/PoliceStation",PoliticalParty:"https://schema.org/PoliticalParty",Pond:"https://schema.org/Pond",PostOffice:"https://schema.org/PostOffice",PostalAddress:"https://schema.org/PostalAddress",PostalCodeRangeSpecification:"https://schema.org/PostalCodeRangeSpecification",Poster:"https://schema.org/Poster",PreOrderAction:"https://schema.org/PreOrderAction",PrependAction:"https://schema.org/PrependAction",Preschool:"https://schema.org/Preschool",PresentationDigitalDocument:"https://schema.org/PresentationDigitalDocument",PreventionIndication:"https://schema.org/PreventionIndication",PriceComponentTypeEnumeration:"https://schema.org/PriceComponentTypeEnumeration",PriceSpecification:"https://schema.org/PriceSpecification",PriceTypeEnumeration:"https://schema.org/PriceTypeEnumeration",Product:"https://schema.org/Product",ProductCollection:"https://schema.org/ProductCollection",ProductGroup:"https://schema.org/ProductGroup",ProductModel:"https://schema.org/ProductModel",ProductReturnEnumeration:"https://schema.org/ProductReturnEnumeration",ProductReturnPolicy:"https://schema.org/ProductReturnPolicy",ProfessionalService:"https://schema.org/ProfessionalService",ProfilePage:"https://schema.org/ProfilePage",ProgramMembership:"https://schema.org/ProgramMembership",Project:"https://schema.org/Project",PronounceableText:"https://schema.org/PronounceableText",Property:"https://schema.org/Property",PropertyValue:"https://schema.org/PropertyValue",PropertyValueSpecification:"https://schema.org/PropertyValueSpecification",Protein:"https://schema.org/Protein",PsychologicalTreatment:"https://schema.org/PsychologicalTreatment",PublicSwimmingPool:"https://schema.org/PublicSwimmingPool",PublicToilet:"https://schema.org/PublicToilet",PublicationEvent:"https://schema.org/PublicationEvent",PublicationIssue:"https://schema.org/PublicationIssue",PublicationVolume:"https://schema.org/PublicationVolume",PurchaseType:"https://schema.org/PurchaseType",QAPage:"https://schema.org/QAPage",QualitativeValue:"https://schema.org/QualitativeValue",QuantitativeValue:"https://schema.org/QuantitativeValue",QuantitativeValueDistribution:"https://schema.org/QuantitativeValueDistribution",Quantity:"https://schema.org/Quantity",Question:"https://schema.org/Question",Quiz:"https://schema.org/Quiz",Quotation:"https://schema.org/Quotation",QuoteAction:"https://schema.org/QuoteAction",RVPark:"https://schema.org/RVPark",RadiationTherapy:"https://schema.org/RadiationTherapy",RadioBroadcastService:"https://schema.org/RadioBroadcastService",RadioChannel:"https://schema.org/RadioChannel",RadioClip:"https://schema.org/RadioClip",RadioEpisode:"https://schema.org/RadioEpisode",RadioSeason:"https://schema.org/RadioSeason",RadioSeries:"https://schema.org/RadioSeries",RadioStation:"https://schema.org/RadioStation",Rating:"https://schema.org/Rating",ReactAction:"https://schema.org/ReactAction",ReadAction:"https://schema.org/ReadAction",RealEstateAgent:"https://schema.org/RealEstateAgent",RealEstateListing:"https://schema.org/RealEstateListing",ReceiveAction:"https://schema.org/ReceiveAction",Recipe:"https://schema.org/Recipe",Recommendation:"https://schema.org/Recommendation",RecommendedDoseSchedule:"https://schema.org/RecommendedDoseSchedule",RecyclingCenter:"https://schema.org/RecyclingCenter",RefundTypeEnumeration:"https://schema.org/RefundTypeEnumeration",RegisterAction:"https://schema.org/RegisterAction",RejectAction:"https://schema.org/RejectAction",RentAction:"https://schema.org/RentAction",RentalCarReservation:"https://schema.org/RentalCarReservation",RepaymentSpecification:"https://schema.org/RepaymentSpecification",ReplaceAction:"https://schema.org/ReplaceAction",ReplyAction:"https://schema.org/ReplyAction",Report:"https://schema.org/Report",ReportageNewsArticle:"https://schema.org/ReportageNewsArticle",ReportedDoseSchedule:"https://schema.org/ReportedDoseSchedule",ResearchOrganization:"https://schema.org/ResearchOrganization",ResearchProject:"https://schema.org/ResearchProject",Researcher:"https://schema.org/Researcher",Reservation:"https://schema.org/Reservation",ReservationPackage:"https://schema.org/ReservationPackage",ReservationStatusType:"https://schema.org/ReservationStatusType",ReserveAction:"https://schema.org/ReserveAction",Reservoir:"https://schema.org/Reservoir",Residence:"https://schema.org/Residence",Resort:"https://schema.org/Resort",Restaurant:"https://schema.org/Restaurant",RestrictedDiet:"https://schema.org/RestrictedDiet",ResumeAction:"https://schema.org/ResumeAction",ReturnAction:"https://schema.org/ReturnAction",ReturnFeesEnumeration:"https://schema.org/ReturnFeesEnumeration",ReturnLabelSourceEnumeration:"https://schema.org/ReturnLabelSourceEnumeration",ReturnMethodEnumeration:"https://schema.org/ReturnMethodEnumeration",Review:"https://schema.org/Review",ReviewAction:"https://schema.org/ReviewAction",ReviewNewsArticle:"https://schema.org/ReviewNewsArticle",RiverBodyOfWater:"https://schema.org/RiverBodyOfWater",Role:"https://schema.org/Role",RoofingContractor:"https://schema.org/RoofingContractor",Room:"https://schema.org/Room",RsvpAction:"https://schema.org/RsvpAction",RsvpResponseType:"https://schema.org/RsvpResponseType",SaleEvent:"https://schema.org/SaleEvent",SatiricalArticle:"https://schema.org/SatiricalArticle",Schedule:"https://schema.org/Schedule",ScheduleAction:"https://schema.org/ScheduleAction",ScholarlyArticle:"https://schema.org/ScholarlyArticle",School:"https://schema.org/School",SchoolDistrict:"https://schema.org/SchoolDistrict",ScreeningEvent:"https://schema.org/ScreeningEvent",Sculpture:"https://schema.org/Sculpture",SeaBodyOfWater:"https://schema.org/SeaBodyOfWater",SearchAction:"https://schema.org/SearchAction",SearchRescueOrganization:"https://schema.org/SearchRescueOrganization",SearchResultsPage:"https://schema.org/SearchResultsPage",Season:"https://schema.org/Season",Seat:"https://schema.org/Seat",SeekToAction:"https://schema.org/SeekToAction",SelfStorage:"https://schema.org/SelfStorage",SellAction:"https://schema.org/SellAction",SendAction:"https://schema.org/SendAction",Series:"https://schema.org/Series",Service:"https://schema.org/Service",ServiceChannel:"https://schema.org/ServiceChannel",ServicePeriod:"https://schema.org/ServicePeriod",ShareAction:"https://schema.org/ShareAction",SheetMusic:"https://schema.org/SheetMusic",ShippingConditions:"https://schema.org/ShippingConditions",ShippingDeliveryTime:"https://schema.org/ShippingDeliveryTime",ShippingRateSettings:"https://schema.org/ShippingRateSettings",ShippingService:"https://schema.org/ShippingService",ShoeStore:"https://schema.org/ShoeStore",ShoppingCenter:"https://schema.org/ShoppingCenter",ShortStory:"https://schema.org/ShortStory",SingleFamilyResidence:"https://schema.org/SingleFamilyResidence",SiteNavigationElement:"https://schema.org/SiteNavigationElement",SizeGroupEnumeration:"https://schema.org/SizeGroupEnumeration",SizeSpecification:"https://schema.org/SizeSpecification",SizeSystemEnumeration:"https://schema.org/SizeSystemEnumeration",SkiResort:"https://schema.org/SkiResort",SocialEvent:"https://schema.org/SocialEvent",SocialMediaPosting:"https://schema.org/SocialMediaPosting",SoftwareApplication:"https://schema.org/SoftwareApplication",SoftwareSourceCode:"https://schema.org/SoftwareSourceCode",SolveMathAction:"https://schema.org/SolveMathAction",SomeProducts:"https://schema.org/SomeProducts",SpeakableSpecification:"https://schema.org/SpeakableSpecification",SpecialAnnouncement:"https://schema.org/SpecialAnnouncement",Specialty:"https://schema.org/Specialty",SportingGoodsStore:"https://schema.org/SportingGoodsStore",SportsActivityLocation:"https://schema.org/SportsActivityLocation",SportsClub:"https://schema.org/SportsClub",SportsEvent:"https://schema.org/SportsEvent",SportsOrganization:"https://schema.org/SportsOrganization",SportsTeam:"https://schema.org/SportsTeam",SpreadsheetDigitalDocument:"https://schema.org/SpreadsheetDigitalDocument",StadiumOrArena:"https://schema.org/StadiumOrArena",State:"https://schema.org/State",Statement:"https://schema.org/Statement",StatisticalPopulation:"https://schema.org/StatisticalPopulation",StatisticalVariable:"https://schema.org/StatisticalVariable",StatusEnumeration:"https://schema.org/StatusEnumeration",SteeringPositionValue:"https://schema.org/SteeringPositionValue",Store:"https://schema.org/Store",StructuredValue:"https://schema.org/StructuredValue",StupidType:"https://schema.org/StupidType",SubscribeAction:"https://schema.org/SubscribeAction",Substance:"https://schema.org/Substance",SubwayStation:"https://schema.org/SubwayStation",Suite:"https://schema.org/Suite",SuperficialAnatomy:"https://schema.org/SuperficialAnatomy",SurgicalProcedure:"https://schema.org/SurgicalProcedure",SuspendAction:"https://schema.org/SuspendAction",Syllabus:"https://schema.org/Syllabus",Synagogue:"https://schema.org/Synagogue",TVClip:"https://schema.org/TVClip",TVEpisode:"https://schema.org/TVEpisode",TVSeason:"https://schema.org/TVSeason",TVSeries:"https://schema.org/TVSeries",Table:"https://schema.org/Table",TakeAction:"https://schema.org/TakeAction",TattooParlor:"https://schema.org/TattooParlor",Taxi:"https://schema.org/Taxi",TaxiReservation:"https://schema.org/TaxiReservation",TaxiService:"https://schema.org/TaxiService",TaxiStand:"https://schema.org/TaxiStand",Taxon:"https://schema.org/Taxon",TechArticle:"https://schema.org/TechArticle",TelevisionChannel:"https://schema.org/TelevisionChannel",TelevisionStation:"https://schema.org/TelevisionStation",TennisComplex:"https://schema.org/TennisComplex",Text:"https://schema.org/Text",TextDigitalDocument:"https://schema.org/TextDigitalDocument",TextObject:"https://schema.org/TextObject",TheaterEvent:"https://schema.org/TheaterEvent",TheaterGroup:"https://schema.org/TheaterGroup",TherapeuticProcedure:"https://schema.org/TherapeuticProcedure",Thesis:"https://schema.org/Thesis",Thing:"https://schema.org/Thing",Ticket:"https://schema.org/Ticket",TieAction:"https://schema.org/TieAction",TierBenefitEnumeration:"https://schema.org/TierBenefitEnumeration",Time:"https://schema.org/Time",TipAction:"https://schema.org/TipAction",TireShop:"https://schema.org/TireShop",TouristAttraction:"https://schema.org/TouristAttraction",TouristDestination:"https://schema.org/TouristDestination",TouristInformationCenter:"https://schema.org/TouristInformationCenter",TouristTrip:"https://schema.org/TouristTrip",ToyStore:"https://schema.org/ToyStore",TrackAction:"https://schema.org/TrackAction",TradeAction:"https://schema.org/TradeAction",TrainReservation:"https://schema.org/TrainReservation",TrainStation:"https://schema.org/TrainStation",TrainTrip:"https://schema.org/TrainTrip",TransferAction:"https://schema.org/TransferAction",TravelAction:"https://schema.org/TravelAction",TravelAgency:"https://schema.org/TravelAgency",TreatmentIndication:"https://schema.org/TreatmentIndication",Trip:"https://schema.org/Trip",TypeAndQuantityNode:"https://schema.org/TypeAndQuantityNode",UKNonprofitType:"https://schema.org/UKNonprofitType",URL:"https://schema.org/URL",USNonprofitType:"https://schema.org/USNonprofitType",UnRegisterAction:"https://schema.org/UnRegisterAction",UnitPriceSpecification:"https://schema.org/UnitPriceSpecification",UpdateAction:"https://schema.org/UpdateAction",UseAction:"https://schema.org/UseAction",UserBlocks:"https://schema.org/UserBlocks",UserCheckins:"https://schema.org/UserCheckins",UserComments:"https://schema.org/UserComments",UserDownloads:"https://schema.org/UserDownloads",UserInteraction:"https://schema.org/UserInteraction",UserLikes:"https://schema.org/UserLikes",UserPageVisits:"https://schema.org/UserPageVisits",UserPlays:"https://schema.org/UserPlays",UserPlusOnes:"https://schema.org/UserPlusOnes",UserReview:"https://schema.org/UserReview",UserTweets:"https://schema.org/UserTweets",VacationRental:"https://schema.org/VacationRental",Vehicle:"https://schema.org/Vehicle",Vein:"https://schema.org/Vein",Vessel:"https://schema.org/Vessel",VeterinaryCare:"https://schema.org/VeterinaryCare",VideoGallery:"https://schema.org/VideoGallery",VideoGame:"https://schema.org/VideoGame",VideoGameClip:"https://schema.org/VideoGameClip",VideoGameSeries:"https://schema.org/VideoGameSeries",VideoObject:"https://schema.org/VideoObject",VideoObjectSnapshot:"https://schema.org/VideoObjectSnapshot",ViewAction:"https://schema.org/ViewAction",VirtualLocation:"https://schema.org/VirtualLocation",VisualArtsEvent:"https://schema.org/VisualArtsEvent",VisualArtwork:"https://schema.org/VisualArtwork",VitalSign:"https://schema.org/VitalSign",Volcano:"https://schema.org/Volcano",VoteAction:"https://schema.org/VoteAction",WPAdBlock:"https://schema.org/WPAdBlock",WPFooter:"https://schema.org/WPFooter",WPHeader:"https://schema.org/WPHeader",WPSideBar:"https://schema.org/WPSideBar",WantAction:"https://schema.org/WantAction",WarrantyPromise:"https://schema.org/WarrantyPromise",WarrantyScope:"https://schema.org/WarrantyScope",WatchAction:"https://schema.org/WatchAction",Waterfall:"https://schema.org/Waterfall",WearAction:"https://schema.org/WearAction",WearableMeasurementTypeEnumeration:"https://schema.org/WearableMeasurementTypeEnumeration",WearableSizeGroupEnumeration:"https://schema.org/WearableSizeGroupEnumeration",WearableSizeSystemEnumeration:"https://schema.org/WearableSizeSystemEnumeration",WebAPI:"https://schema.org/WebAPI",WebApplication:"https://schema.org/WebApplication",WebContent:"https://schema.org/WebContent",WebPage:"https://schema.org/WebPage",WebPageElement:"https://schema.org/WebPageElement",WebSite:"https://schema.org/WebSite",WholesaleStore:"https://schema.org/WholesaleStore",WinAction:"https://schema.org/WinAction",Winery:"https://schema.org/Winery",WorkBasedProgram:"https://schema.org/WorkBasedProgram",WorkersUnion:"https://schema.org/WorkersUnion",WriteAction:"https://schema.org/WriteAction",XPathType:"https://schema.org/XPathType",Zoo:"https://schema.org/Zoo",abridged:"https://schema.org/abridged",abstract:"https://schema.org/abstract",accelerationTime:"https://schema.org/accelerationTime",acceptedAnswer:"https://schema.org/acceptedAnswer",acceptedOffer:"https://schema.org/acceptedOffer",acceptedPaymentMethod:"https://schema.org/acceptedPaymentMethod",acceptsReservations:"https://schema.org/acceptsReservations",accessCode:"https://schema.org/accessCode",accessMode:"https://schema.org/accessMode",accessModeSufficient:"https://schema.org/accessModeSufficient",accessibilityAPI:"https://schema.org/accessibilityAPI",accessibilityControl:"https://schema.org/accessibilityControl",accessibilityFeature:"https://schema.org/accessibilityFeature",accessibilityHazard:"https://schema.org/accessibilityHazard",accessibilitySummary:"https://schema.org/accessibilitySummary",accommodationCategory:"https://schema.org/accommodationCategory",accommodationFloorPlan:"https://schema.org/accommodationFloorPlan",accountId:"https://schema.org/accountId",accountMinimumInflow:"https://schema.org/accountMinimumInflow",accountOverdraftLimit:"https://schema.org/accountOverdraftLimit",accountablePerson:"https://schema.org/accountablePerson",acquireLicensePage:"https://schema.org/acquireLicensePage",acquiredFrom:"https://schema.org/acquiredFrom",acrissCode:"https://schema.org/acrissCode",actionAccessibilityRequirement:"https://schema.org/actionAccessibilityRequirement",actionPlatform:"https://schema.org/actionPlatform",actionProcess:"https://schema.org/actionProcess",actionStatus:"https://schema.org/actionStatus",actionableFeedbackPolicy:"https://schema.org/actionableFeedbackPolicy",activeIngredient:"https://schema.org/activeIngredient",activityDuration:"https://schema.org/activityDuration",activityFrequency:"https://schema.org/activityFrequency",actors:"https://schema.org/actors",addOn:"https://schema.org/addOn",additionalName:"https://schema.org/additionalName",additionalNumberOfGuests:"https://schema.org/additionalNumberOfGuests",additionalProperty:"https://schema.org/additionalProperty",additionalType:"https://schema.org/additionalType",additionalVariable:"https://schema.org/additionalVariable",address:"https://schema.org/address",addressCountry:"https://schema.org/addressCountry",addressLocality:"https://schema.org/addressLocality",addressRegion:"https://schema.org/addressRegion",administrationRoute:"https://schema.org/administrationRoute",advanceBookingRequirement:"https://schema.org/advanceBookingRequirement",adverseOutcome:"https://schema.org/adverseOutcome",affectedBy:"https://schema.org/affectedBy",affiliation:"https://schema.org/affiliation",afterMedia:"https://schema.org/afterMedia",agent:"https://schema.org/agent",agentInteractionStatistic:"https://schema.org/agentInteractionStatistic",aggregateElement:"https://schema.org/aggregateElement",aggregateRating:"https://schema.org/aggregateRating",aircraft:"https://schema.org/aircraft",albumProductionType:"https://schema.org/albumProductionType",albumReleaseType:"https://schema.org/albumReleaseType",albums:"https://schema.org/albums",alcoholWarning:"https://schema.org/alcoholWarning",algorithm:"https://schema.org/algorithm",alignmentType:"https://schema.org/alignmentType",alternativeHeadline:"https://schema.org/alternativeHeadline",alternativeOf:"https://schema.org/alternativeOf",amenityFeature:"https://schema.org/amenityFeature",amount:"https://schema.org/amount",amountOfThisGood:"https://schema.org/amountOfThisGood",announcementLocation:"https://schema.org/announcementLocation",annualPercentageRate:"https://schema.org/annualPercentageRate",answerCount:"https://schema.org/answerCount",answerExplanation:"https://schema.org/answerExplanation",antagonist:"https://schema.org/antagonist",appearance:"https://schema.org/appearance",applicableCountry:"https://schema.org/applicableCountry",applicableLocation:"https://schema.org/applicableLocation",applicantLocationRequirements:"https://schema.org/applicantLocationRequirements",application:"https://schema.org/application",applicationCategory:"https://schema.org/applicationCategory",applicationContact:"https://schema.org/applicationContact",applicationDeadline:"https://schema.org/applicationDeadline",applicationStartDate:"https://schema.org/applicationStartDate",applicationSubCategory:"https://schema.org/applicationSubCategory",applicationSuite:"https://schema.org/applicationSuite",appliesToDeliveryMethod:"https://schema.org/appliesToDeliveryMethod",appliesToPaymentMethod:"https://schema.org/appliesToPaymentMethod",archivedAt:"https://schema.org/archivedAt",area:"https://schema.org/area",arrivalAirport:"https://schema.org/arrivalAirport",arrivalBoatTerminal:"https://schema.org/arrivalBoatTerminal",arrivalBusStop:"https://schema.org/arrivalBusStop",arrivalGate:"https://schema.org/arrivalGate",arrivalPlatform:"https://schema.org/arrivalPlatform",arrivalStation:"https://schema.org/arrivalStation",arrivalTerminal:"https://schema.org/arrivalTerminal",arrivalTime:"https://schema.org/arrivalTime",artEdition:"https://schema.org/artEdition",artMedium:"https://schema.org/artMedium",artform:"https://schema.org/artform",articleBody:"https://schema.org/articleBody",articleSection:"https://schema.org/articleSection",artist:"https://schema.org/artist",asin:"https://schema.org/asin",aspect:"https://schema.org/aspect",assembly:"https://schema.org/assembly",assemblyVersion:"https://schema.org/assemblyVersion",assesses:"https://schema.org/assesses",associatedAnatomy:"https://schema.org/associatedAnatomy",associatedArticle:"https://schema.org/associatedArticle",associatedClaimReview:"https://schema.org/associatedClaimReview",associatedDisease:"https://schema.org/associatedDisease",associatedMedia:"https://schema.org/associatedMedia",associatedMediaReview:"https://schema.org/associatedMediaReview",associatedPathophysiology:"https://schema.org/associatedPathophysiology",athlete:"https://schema.org/athlete",attendees:"https://schema.org/attendees",audienceType:"https://schema.org/audienceType",audio:"https://schema.org/audio",auditDate:"https://schema.org/auditDate",authenticator:"https://schema.org/authenticator",author:"https://schema.org/author",availability:"https://schema.org/availability",availabilityEnds:"https://schema.org/availabilityEnds",availabilityStarts:"https://schema.org/availabilityStarts",availableAtOrFrom:"https://schema.org/availableAtOrFrom",availableChannel:"https://schema.org/availableChannel",availableDeliveryMethod:"https://schema.org/availableDeliveryMethod",availableFrom:"https://schema.org/availableFrom",availableIn:"https://schema.org/availableIn",availableLanguage:"https://schema.org/availableLanguage",availableService:"https://schema.org/availableService",availableStrength:"https://schema.org/availableStrength",availableTest:"https://schema.org/availableTest",availableThrough:"https://schema.org/availableThrough",awards:"https://schema.org/awards",awayTeam:"https://schema.org/awayTeam",backstory:"https://schema.org/backstory",bankAccountType:"https://schema.org/bankAccountType",baseSalary:"https://schema.org/baseSalary",bccRecipient:"https://schema.org/bccRecipient",bed:"https://schema.org/bed",beforeMedia:"https://schema.org/beforeMedia",beneficiaryBank:"https://schema.org/beneficiaryBank",benefits:"https://schema.org/benefits",benefitsSummaryUrl:"https://schema.org/benefitsSummaryUrl",bestRating:"https://schema.org/bestRating",billingAddress:"https://schema.org/billingAddress",billingDuration:"https://schema.org/billingDuration",billingIncrement:"https://schema.org/billingIncrement",billingPeriod:"https://schema.org/billingPeriod",billingStart:"https://schema.org/billingStart",bioChemInteraction:"https://schema.org/bioChemInteraction",bioChemSimilarity:"https://schema.org/bioChemSimilarity",biologicalRole:"https://schema.org/biologicalRole",biomechnicalClass:"https://schema.org/biomechnicalClass",birthDate:"https://schema.org/birthDate",birthPlace:"https://schema.org/birthPlace",bitrate:"https://schema.org/bitrate",blogPosts:"https://schema.org/blogPosts",bloodSupply:"https://schema.org/bloodSupply",boardingGroup:"https://schema.org/boardingGroup",boardingPolicy:"https://schema.org/boardingPolicy",bodyLocation:"https://schema.org/bodyLocation",bodyType:"https://schema.org/bodyType",bookEdition:"https://schema.org/bookEdition",bookFormat:"https://schema.org/bookFormat",bookingAgent:"https://schema.org/bookingAgent",bookingTime:"https://schema.org/bookingTime",borrower:"https://schema.org/borrower",box:"https://schema.org/box",branch:"https://schema.org/branch",branchCode:"https://schema.org/branchCode",branchOf:"https://schema.org/branchOf",brand:"https://schema.org/brand",breadcrumb:"https://schema.org/breadcrumb",breastfeedingWarning:"https://schema.org/breastfeedingWarning",broadcastAffiliateOf:"https://schema.org/broadcastAffiliateOf",broadcastChannelId:"https://schema.org/broadcastChannelId",broadcastDisplayName:"https://schema.org/broadcastDisplayName",broadcastFrequency:"https://schema.org/broadcastFrequency",broadcastFrequencyValue:"https://schema.org/broadcastFrequencyValue",broadcastOfEvent:"https://schema.org/broadcastOfEvent",broadcastServiceTier:"https://schema.org/broadcastServiceTier",broadcastSignalModulation:"https://schema.org/broadcastSignalModulation",broadcastSubChannel:"https://schema.org/broadcastSubChannel",broadcastTimezone:"https://schema.org/broadcastTimezone",broadcaster:"https://schema.org/broadcaster",browserRequirements:"https://schema.org/browserRequirements",busName:"https://schema.org/busName",busNumber:"https://schema.org/busNumber",businessDays:"https://schema.org/businessDays",businessFunction:"https://schema.org/businessFunction",buyer:"https://schema.org/buyer",byArtist:"https://schema.org/byArtist",byDay:"https://schema.org/byDay",byMonth:"https://schema.org/byMonth",byMonthDay:"https://schema.org/byMonthDay",byMonthWeek:"https://schema.org/byMonthWeek",callSign:"https://schema.org/callSign",calories:"https://schema.org/calories",candidate:"https://schema.org/candidate",carbohydrateContent:"https://schema.org/carbohydrateContent",cargoVolume:"https://schema.org/cargoVolume",carrier:"https://schema.org/carrier",carrierRequirements:"https://schema.org/carrierRequirements",cashBack:"https://schema.org/cashBack",catalog:"https://schema.org/catalog",catalogNumber:"https://schema.org/catalogNumber",causeOf:"https://schema.org/causeOf",ccRecipient:"https://schema.org/ccRecipient",certificationIdentification:"https://schema.org/certificationIdentification",certificationRating:"https://schema.org/certificationRating",certificationStatus:"https://schema.org/certificationStatus",character:"https://schema.org/character",characterAttribute:"https://schema.org/characterAttribute",characterName:"https://schema.org/characterName",cheatCode:"https://schema.org/cheatCode",checkinTime:"https://schema.org/checkinTime",checkoutPageURLTemplate:"https://schema.org/checkoutPageURLTemplate",checkoutTime:"https://schema.org/checkoutTime",chemicalComposition:"https://schema.org/chemicalComposition",chemicalRole:"https://schema.org/chemicalRole",childMaxAge:"https://schema.org/childMaxAge",childMinAge:"https://schema.org/childMinAge",children:"https://schema.org/children",cholesterolContent:"https://schema.org/cholesterolContent",circle:"https://schema.org/circle",citation:"https://schema.org/citation",claimInterpreter:"https://schema.org/claimInterpreter",claimReviewed:"https://schema.org/claimReviewed",clincalPharmacology:"https://schema.org/clincalPharmacology",clipNumber:"https://schema.org/clipNumber",closes:"https://schema.org/closes",coach:"https://schema.org/coach",code:"https://schema.org/code",codeRepository:"https://schema.org/codeRepository",codeValue:"https://schema.org/codeValue",codingSystem:"https://schema.org/codingSystem",colleagues:"https://schema.org/colleagues",collection:"https://schema.org/collection",collectionSize:"https://schema.org/collectionSize",color:"https://schema.org/color",colorSwatch:"https://schema.org/colorSwatch",colorist:"https://schema.org/colorist",comment:"https://schema.org/comment",commentCount:"https://schema.org/commentCount",commentText:"https://schema.org/commentText",commentTime:"https://schema.org/commentTime",companyRegistration:"https://schema.org/companyRegistration",competencyRequired:"https://schema.org/competencyRequired",composer:"https://schema.org/composer",comprisedOf:"https://schema.org/comprisedOf",conditionsOfAccess:"https://schema.org/conditionsOfAccess",confirmationNumber:"https://schema.org/confirmationNumber",connectedTo:"https://schema.org/connectedTo",constraintProperty:"https://schema.org/constraintProperty",contactOption:"https://schema.org/contactOption",contactPoints:"https://schema.org/contactPoints",contactType:"https://schema.org/contactType",contactlessPayment:"https://schema.org/contactlessPayment",containedIn:"https://schema.org/containedIn",contentRating:"https://schema.org/contentRating",contentReferenceTime:"https://schema.org/contentReferenceTime",contentSize:"https://schema.org/contentSize",contentType:"https://schema.org/contentType",contentUrl:"https://schema.org/contentUrl",contraindication:"https://schema.org/contraindication",contributor:"https://schema.org/contributor",cookTime:"https://schema.org/cookTime",cookingMethod:"https://schema.org/cookingMethod",copyrightHolder:"https://schema.org/copyrightHolder",copyrightNotice:"https://schema.org/copyrightNotice",copyrightYear:"https://schema.org/copyrightYear",correction:"https://schema.org/correction",correctionsPolicy:"https://schema.org/correctionsPolicy",costCategory:"https://schema.org/costCategory",costCurrency:"https://schema.org/costCurrency",costOrigin:"https://schema.org/costOrigin",costPerUnit:"https://schema.org/costPerUnit",countriesNotSupported:"https://schema.org/countriesNotSupported",countriesSupported:"https://schema.org/countriesSupported",countryOfAssembly:"https://schema.org/countryOfAssembly",countryOfLastProcessing:"https://schema.org/countryOfLastProcessing",countryOfOrigin:"https://schema.org/countryOfOrigin",course:"https://schema.org/course",courseCode:"https://schema.org/courseCode",courseMode:"https://schema.org/courseMode",coursePrerequisites:"https://schema.org/coursePrerequisites",courseSchedule:"https://schema.org/courseSchedule",courseWorkload:"https://schema.org/courseWorkload",coverageEndTime:"https://schema.org/coverageEndTime",coverageStartTime:"https://schema.org/coverageStartTime",creativeWorkStatus:"https://schema.org/creativeWorkStatus",credentialCategory:"https://schema.org/credentialCategory",creditText:"https://schema.org/creditText",creditedTo:"https://schema.org/creditedTo",cssSelector:"https://schema.org/cssSelector",currenciesAccepted:"https://schema.org/currenciesAccepted",currency:"https://schema.org/currency",currentExchangeRate:"https://schema.org/currentExchangeRate",customer:"https://schema.org/customer",customerRemorseReturnFees:"https://schema.org/customerRemorseReturnFees",customerRemorseReturnLabelSource:"https://schema.org/customerRemorseReturnLabelSource",customerRemorseReturnShippingFeesAmount:"https://schema.org/customerRemorseReturnShippingFeesAmount",cutoffTime:"https://schema.org/cutoffTime",cvdCollectionDate:"https://schema.org/cvdCollectionDate",cvdFacilityCounty:"https://schema.org/cvdFacilityCounty",cvdFacilityId:"https://schema.org/cvdFacilityId",cvdNumBeds:"https://schema.org/cvdNumBeds",cvdNumBedsOcc:"https://schema.org/cvdNumBedsOcc",cvdNumC19Died:"https://schema.org/cvdNumC19Died",cvdNumC19HOPats:"https://schema.org/cvdNumC19HOPats",cvdNumC19HospPats:"https://schema.org/cvdNumC19HospPats",cvdNumC19MechVentPats:"https://schema.org/cvdNumC19MechVentPats",cvdNumC19OFMechVentPats:"https://schema.org/cvdNumC19OFMechVentPats",cvdNumC19OverflowPats:"https://schema.org/cvdNumC19OverflowPats",cvdNumICUBeds:"https://schema.org/cvdNumICUBeds",cvdNumICUBedsOcc:"https://schema.org/cvdNumICUBedsOcc",cvdNumTotBeds:"https://schema.org/cvdNumTotBeds",cvdNumVent:"https://schema.org/cvdNumVent",cvdNumVentUse:"https://schema.org/cvdNumVentUse",dataFeedElement:"https://schema.org/dataFeedElement",datasetTimeInterval:"https://schema.org/datasetTimeInterval",dateDeleted:"https://schema.org/dateDeleted",dateIssued:"https://schema.org/dateIssued",dateModified:"https://schema.org/dateModified",datePosted:"https://schema.org/datePosted",datePublished:"https://schema.org/datePublished",dateRead:"https://schema.org/dateRead",dateReceived:"https://schema.org/dateReceived",dateSent:"https://schema.org/dateSent",dateVehicleFirstRegistered:"https://schema.org/dateVehicleFirstRegistered",dateline:"https://schema.org/dateline",dayOfWeek:"https://schema.org/dayOfWeek",deathDate:"https://schema.org/deathDate",deathPlace:"https://schema.org/deathPlace",defaultValue:"https://schema.org/defaultValue",deliveryAddress:"https://schema.org/deliveryAddress",deliveryLeadTime:"https://schema.org/deliveryLeadTime",deliveryMethod:"https://schema.org/deliveryMethod",deliveryStatus:"https://schema.org/deliveryStatus",deliveryTime:"https://schema.org/deliveryTime",department:"https://schema.org/department",departureAirport:"https://schema.org/departureAirport",departureBoatTerminal:"https://schema.org/departureBoatTerminal",departureBusStop:"https://schema.org/departureBusStop",departureGate:"https://schema.org/departureGate",departurePlatform:"https://schema.org/departurePlatform",departureStation:"https://schema.org/departureStation",departureTerminal:"https://schema.org/departureTerminal",departureTime:"https://schema.org/departureTime",dependencies:"https://schema.org/dependencies",depth:"https://schema.org/depth",device:"https://schema.org/device",diagnosis:"https://schema.org/diagnosis",diagram:"https://schema.org/diagram",diet:"https://schema.org/diet",dietFeatures:"https://schema.org/dietFeatures",differentialDiagnosis:"https://schema.org/differentialDiagnosis",digitalSourceType:"https://schema.org/digitalSourceType",directApply:"https://schema.org/directApply",directors:"https://schema.org/directors",disambiguatingDescription:"https://schema.org/disambiguatingDescription",discount:"https://schema.org/discount",discountCode:"https://schema.org/discountCode",discountCurrency:"https://schema.org/discountCurrency",discusses:"https://schema.org/discusses",discussionUrl:"https://schema.org/discussionUrl",diseasePreventionInfo:"https://schema.org/diseasePreventionInfo",diseaseSpreadStatistics:"https://schema.org/diseaseSpreadStatistics",dissolutionDate:"https://schema.org/dissolutionDate",distance:"https://schema.org/distance",distinguishingSign:"https://schema.org/distinguishingSign",distribution:"https://schema.org/distribution",diversityPolicy:"https://schema.org/diversityPolicy",diversityStaffingReport:"https://schema.org/diversityStaffingReport",documentation:"https://schema.org/documentation",doesNotShip:"https://schema.org/doesNotShip",domainIncludes:"https://schema.org/domainIncludes",domiciledMortgage:"https://schema.org/domiciledMortgage",doorTime:"https://schema.org/doorTime",dosageForm:"https://schema.org/dosageForm",doseSchedule:"https://schema.org/doseSchedule",doseUnit:"https://schema.org/doseUnit",doseValue:"https://schema.org/doseValue",downPayment:"https://schema.org/downPayment",downloadUrl:"https://schema.org/downloadUrl",downvoteCount:"https://schema.org/downvoteCount",drainsTo:"https://schema.org/drainsTo",driveWheelConfiguration:"https://schema.org/driveWheelConfiguration",dropoffLocation:"https://schema.org/dropoffLocation",dropoffTime:"https://schema.org/dropoffTime",drug:"https://schema.org/drug",drugClass:"https://schema.org/drugClass",drugUnit:"https://schema.org/drugUnit",duns:"https://schema.org/duns",duplicateTherapy:"https://schema.org/duplicateTherapy",durationOfWarranty:"https://schema.org/durationOfWarranty",duringMedia:"https://schema.org/duringMedia",earlyPrepaymentPenalty:"https://schema.org/earlyPrepaymentPenalty",editEIDR:"https://schema.org/editEIDR",editor:"https://schema.org/editor",eduQuestionType:"https://schema.org/eduQuestionType",educationRequirements:"https://schema.org/educationRequirements",educationalAlignment:"https://schema.org/educationalAlignment",educationalCredentialAwarded:"https://schema.org/educationalCredentialAwarded",educationalFramework:"https://schema.org/educationalFramework",educationalLevel:"https://schema.org/educationalLevel",educationalProgramMode:"https://schema.org/educationalProgramMode",educationalRole:"https://schema.org/educationalRole",educationalUse:"https://schema.org/educationalUse",elevation:"https://schema.org/elevation",eligibilityToWorkRequirement:"https://schema.org/eligibilityToWorkRequirement",eligibleCustomerType:"https://schema.org/eligibleCustomerType",eligibleDuration:"https://schema.org/eligibleDuration",eligibleQuantity:"https://schema.org/eligibleQuantity",eligibleRegion:"https://schema.org/eligibleRegion",eligibleTransactionVolume:"https://schema.org/eligibleTransactionVolume",eligibleWithSupplier:"https://schema.org/eligibleWithSupplier",email:"https://schema.org/email",embedUrl:"https://schema.org/embedUrl",embeddedTextCaption:"https://schema.org/embeddedTextCaption",emissionsCO2:"https://schema.org/emissionsCO2",employees:"https://schema.org/employees",employerOverview:"https://schema.org/employerOverview",employmentType:"https://schema.org/employmentType",employmentUnit:"https://schema.org/employmentUnit",encodingType:"https://schema.org/encodingType",encodings:"https://schema.org/encodings",endDate:"https://schema.org/endDate",endOffset:"https://schema.org/endOffset",endTime:"https://schema.org/endTime",endorsee:"https://schema.org/endorsee",endorsers:"https://schema.org/endorsers",energyEfficiencyScaleMax:"https://schema.org/energyEfficiencyScaleMax",energyEfficiencyScaleMin:"https://schema.org/energyEfficiencyScaleMin",engineDisplacement:"https://schema.org/engineDisplacement",enginePower:"https://schema.org/enginePower",engineType:"https://schema.org/engineType",entertainmentBusiness:"https://schema.org/entertainmentBusiness",epidemiology:"https://schema.org/epidemiology",episodeNumber:"https://schema.org/episodeNumber",episodes:"https://schema.org/episodes",equal:"https://schema.org/equal",error:"https://schema.org/error",estimatedCost:"https://schema.org/estimatedCost",estimatedFlightDuration:"https://schema.org/estimatedFlightDuration",estimatedSalary:"https://schema.org/estimatedSalary",estimatesRiskOf:"https://schema.org/estimatesRiskOf",ethicsPolicy:"https://schema.org/ethicsPolicy",eventAttendanceMode:"https://schema.org/eventAttendanceMode",eventSchedule:"https://schema.org/eventSchedule",eventStatus:"https://schema.org/eventStatus",events:"https://schema.org/events",evidenceLevel:"https://schema.org/evidenceLevel",evidenceOrigin:"https://schema.org/evidenceOrigin",exceptDate:"https://schema.org/exceptDate",exchangeRateSpread:"https://schema.org/exchangeRateSpread",exercisePlan:"https://schema.org/exercisePlan",exerciseRelatedDiet:"https://schema.org/exerciseRelatedDiet",exerciseType:"https://schema.org/exerciseType",exifData:"https://schema.org/exifData",expectedArrivalFrom:"https://schema.org/expectedArrivalFrom",expectedArrivalUntil:"https://schema.org/expectedArrivalUntil",expectedPrognosis:"https://schema.org/expectedPrognosis",expectsAcceptanceOf:"https://schema.org/expectsAcceptanceOf",experienceInPlaceOfEducation:"https://schema.org/experienceInPlaceOfEducation",experienceRequirements:"https://schema.org/experienceRequirements",expertConsiderations:"https://schema.org/expertConsiderations",expires:"https://schema.org/expires",expressedIn:"https://schema.org/expressedIn",extendedAddress:"https://schema.org/extendedAddress",familyName:"https://schema.org/familyName",fatContent:"https://schema.org/fatContent",faxNumber:"https://schema.org/faxNumber",featureList:"https://schema.org/featureList",feesAndCommissionsSpecification:"https://schema.org/feesAndCommissionsSpecification",fiberContent:"https://schema.org/fiberContent",fileFormat:"https://schema.org/fileFormat",fileSize:"https://schema.org/fileSize",financialAidEligible:"https://schema.org/financialAidEligible",firstAppearance:"https://schema.org/firstAppearance",firstPerformance:"https://schema.org/firstPerformance",flightDistance:"https://schema.org/flightDistance",flightNumber:"https://schema.org/flightNumber",floorLevel:"https://schema.org/floorLevel",floorLimit:"https://schema.org/floorLimit",floorSize:"https://schema.org/floorSize",followee:"https://schema.org/followee",follows:"https://schema.org/follows",followup:"https://schema.org/followup",foodEstablishment:"https://schema.org/foodEstablishment",foodEvent:"https://schema.org/foodEvent",foodWarning:"https://schema.org/foodWarning",founders:"https://schema.org/founders",foundingDate:"https://schema.org/foundingDate",foundingLocation:"https://schema.org/foundingLocation",free:"https://schema.org/free",freeShippingThreshold:"https://schema.org/freeShippingThreshold",fromLocation:"https://schema.org/fromLocation",fuelCapacity:"https://schema.org/fuelCapacity",fuelConsumption:"https://schema.org/fuelConsumption",fuelEfficiency:"https://schema.org/fuelEfficiency",fuelType:"https://schema.org/fuelType",fulfillmentType:"https://schema.org/fulfillmentType",functionalClass:"https://schema.org/functionalClass",funder:"https://schema.org/funder",gameAvailabilityType:"https://schema.org/gameAvailabilityType",gameEdition:"https://schema.org/gameEdition",gameItem:"https://schema.org/gameItem",gameLocation:"https://schema.org/gameLocation",gamePlatform:"https://schema.org/gamePlatform",gameTip:"https://schema.org/gameTip",gender:"https://schema.org/gender",geo:"https://schema.org/geo",geoContains:"https://schema.org/geoContains",geoCoveredBy:"https://schema.org/geoCoveredBy",geoCovers:"https://schema.org/geoCovers",geoCrosses:"https://schema.org/geoCrosses",geoDisjoint:"https://schema.org/geoDisjoint",geoEquals:"https://schema.org/geoEquals",geoIntersects:"https://schema.org/geoIntersects",geoMidpoint:"https://schema.org/geoMidpoint",geoOverlaps:"https://schema.org/geoOverlaps",geoRadius:"https://schema.org/geoRadius",geoTouches:"https://schema.org/geoTouches",geoWithin:"https://schema.org/geoWithin",geographicArea:"https://schema.org/geographicArea",gettingTestedInfo:"https://schema.org/gettingTestedInfo",givenName:"https://schema.org/givenName",globalLocationNumber:"https://schema.org/globalLocationNumber",governmentBenefitsInfo:"https://schema.org/governmentBenefitsInfo",gracePeriod:"https://schema.org/gracePeriod",grantee:"https://schema.org/grantee",greater:"https://schema.org/greater",greaterOrEqual:"https://schema.org/greaterOrEqual",gtin12:"https://schema.org/gtin12",gtin13:"https://schema.org/gtin13",gtin14:"https://schema.org/gtin14",gtin8:"https://schema.org/gtin8",guideline:"https://schema.org/guideline",guidelineDate:"https://schema.org/guidelineDate",guidelineSubject:"https://schema.org/guidelineSubject",handlingTime:"https://schema.org/handlingTime",hasAdultConsideration:"https://schema.org/hasAdultConsideration",hasBioPolymerSequence:"https://schema.org/hasBioPolymerSequence",hasCategoryCode:"https://schema.org/hasCategoryCode",hasCertification:"https://schema.org/hasCertification",hasCourse:"https://schema.org/hasCourse",hasCourseInstance:"https://schema.org/hasCourseInstance",hasCredential:"https://schema.org/hasCredential",hasDeliveryMethod:"https://schema.org/hasDeliveryMethod",hasDigitalDocumentPermission:"https://schema.org/hasDigitalDocumentPermission",hasDriveThroughService:"https://schema.org/hasDriveThroughService",hasEnergyConsumptionDetails:"https://schema.org/hasEnergyConsumptionDetails",hasEnergyEfficiencyCategory:"https://schema.org/hasEnergyEfficiencyCategory",hasGS1DigitalLink:"https://schema.org/hasGS1DigitalLink",hasHealthAspect:"https://schema.org/hasHealthAspect",hasMeasurement:"https://schema.org/hasMeasurement",hasMemberProgram:"https://schema.org/hasMemberProgram",hasMenuItem:"https://schema.org/hasMenuItem",hasMenuSection:"https://schema.org/hasMenuSection",hasMolecularFunction:"https://schema.org/hasMolecularFunction",hasOccupation:"https://schema.org/hasOccupation",hasOfferCatalog:"https://schema.org/hasOfferCatalog",hasPOS:"https://schema.org/hasPOS",hasProductReturnPolicy:"https://schema.org/hasProductReturnPolicy",hasShippingService:"https://schema.org/hasShippingService",hasTierBenefit:"https://schema.org/hasTierBenefit",hasTierRequirement:"https://schema.org/hasTierRequirement",headline:"https://schema.org/headline",healthCondition:"https://schema.org/healthCondition",healthPlanCoinsuranceOption:"https://schema.org/healthPlanCoinsuranceOption",healthPlanCoinsuranceRate:"https://schema.org/healthPlanCoinsuranceRate",healthPlanCopay:"https://schema.org/healthPlanCopay",healthPlanCopayOption:"https://schema.org/healthPlanCopayOption",healthPlanCostSharing:"https://schema.org/healthPlanCostSharing",healthPlanDrugOption:"https://schema.org/healthPlanDrugOption",healthPlanDrugTier:"https://schema.org/healthPlanDrugTier",healthPlanId:"https://schema.org/healthPlanId",healthPlanMarketingUrl:"https://schema.org/healthPlanMarketingUrl",healthPlanNetworkId:"https://schema.org/healthPlanNetworkId",healthPlanNetworkTier:"https://schema.org/healthPlanNetworkTier",healthPlanPharmacyCategory:"https://schema.org/healthPlanPharmacyCategory",healthcareReportingData:"https://schema.org/healthcareReportingData",height:"https://schema.org/height",highPrice:"https://schema.org/highPrice",hiringOrganization:"https://schema.org/hiringOrganization",homeLocation:"https://schema.org/homeLocation",homeTeam:"https://schema.org/homeTeam",honorificPrefix:"https://schema.org/honorificPrefix",honorificSuffix:"https://schema.org/honorificSuffix",hospitalAffiliation:"https://schema.org/hospitalAffiliation",hostingOrganization:"https://schema.org/hostingOrganization",hoursAvailable:"https://schema.org/hoursAvailable",howPerformed:"https://schema.org/howPerformed",httpMethod:"https://schema.org/httpMethod",iataCode:"https://schema.org/iataCode",icaoCode:"https://schema.org/icaoCode",identifyingExam:"https://schema.org/identifyingExam",identifyingTest:"https://schema.org/identifyingTest",illustrator:"https://schema.org/illustrator",imagingTechnique:"https://schema.org/imagingTechnique",inAlbum:"https://schema.org/inAlbum",inBroadcastLineup:"https://schema.org/inBroadcastLineup",inChI:"https://schema.org/inChI",inChIKey:"https://schema.org/inChIKey",inCodeSet:"https://schema.org/inCodeSet",inPlaylist:"https://schema.org/inPlaylist",inProductGroupWithID:"https://schema.org/inProductGroupWithID",inStoreReturnsOffered:"https://schema.org/inStoreReturnsOffered",inSupportOf:"https://schema.org/inSupportOf",incentiveAmount:"https://schema.org/incentiveAmount",incentiveStatus:"https://schema.org/incentiveStatus",incentiveType:"https://schema.org/incentiveType",incentives:"https://schema.org/incentives",incentivizedItem:"https://schema.org/incentivizedItem",includedComposition:"https://schema.org/includedComposition",includedDataCatalog:"https://schema.org/includedDataCatalog",includedInHealthInsurancePlan:"https://schema.org/includedInHealthInsurancePlan",includedRiskFactor:"https://schema.org/includedRiskFactor",includesAttraction:"https://schema.org/includesAttraction",includesHealthPlanFormulary:"https://schema.org/includesHealthPlanFormulary",includesHealthPlanNetwork:"https://schema.org/includesHealthPlanNetwork",includesObject:"https://schema.org/includesObject",incomeLimit:"https://schema.org/incomeLimit",increasesRiskOf:"https://schema.org/increasesRiskOf",industry:"https://schema.org/industry",ineligibleRegion:"https://schema.org/ineligibleRegion",infectiousAgent:"https://schema.org/infectiousAgent",infectiousAgentClass:"https://schema.org/infectiousAgentClass",ingredients:"https://schema.org/ingredients",inker:"https://schema.org/inker",insertion:"https://schema.org/insertion",installUrl:"https://schema.org/installUrl",instructor:"https://schema.org/instructor",intensity:"https://schema.org/intensity",interactingDrug:"https://schema.org/interactingDrug",interactionCount:"https://schema.org/interactionCount",interactionService:"https://schema.org/interactionService",interactionType:"https://schema.org/interactionType",interactivityType:"https://schema.org/interactivityType",interestRate:"https://schema.org/interestRate",interpretedAsClaim:"https://schema.org/interpretedAsClaim",inventoryLevel:"https://schema.org/inventoryLevel",inverseOf:"https://schema.org/inverseOf",isAcceptingNewPatients:"https://schema.org/isAcceptingNewPatients",isAccessoryOrSparePartFor:"https://schema.org/isAccessoryOrSparePartFor",isAvailableGenerically:"https://schema.org/isAvailableGenerically",isBasedOnUrl:"https://schema.org/isBasedOnUrl",isConsumableFor:"https://schema.org/isConsumableFor",isFamilyFriendly:"https://schema.org/isFamilyFriendly",isGift:"https://schema.org/isGift",isInvolvedInBiologicalProcess:"https://schema.org/isInvolvedInBiologicalProcess",isLiveBroadcast:"https://schema.org/isLiveBroadcast",isLocatedInSubcellularLocation:"https://schema.org/isLocatedInSubcellularLocation",isPlanForApartment:"https://schema.org/isPlanForApartment",isProprietary:"https://schema.org/isProprietary",isRelatedTo:"https://schema.org/isRelatedTo",isResizable:"https://schema.org/isResizable",isSimilarTo:"https://schema.org/isSimilarTo",isUnlabelledFallback:"https://schema.org/isUnlabelledFallback",isbn:"https://schema.org/isbn",isicV4:"https://schema.org/isicV4",iso6523Code:"https://schema.org/iso6523Code",isrcCode:"https://schema.org/isrcCode",issn:"https://schema.org/issn",issueNumber:"https://schema.org/issueNumber",issuedBy:"https://schema.org/issuedBy",issuedThrough:"https://schema.org/issuedThrough",iswcCode:"https://schema.org/iswcCode",item:"https://schema.org/item",itemCondition:"https://schema.org/itemCondition",itemDefectReturnFees:"https://schema.org/itemDefectReturnFees",itemDefectReturnLabelSource:"https://schema.org/itemDefectReturnLabelSource",itemDefectReturnShippingFeesAmount:"https://schema.org/itemDefectReturnShippingFeesAmount",itemListElement:"https://schema.org/itemListElement",itemListOrder:"https://schema.org/itemListOrder",itemLocation:"https://schema.org/itemLocation",itemReviewed:"https://schema.org/itemReviewed",itemShipped:"https://schema.org/itemShipped",itinerary:"https://schema.org/itinerary",iupacName:"https://schema.org/iupacName",jobImmediateStart:"https://schema.org/jobImmediateStart",jobLocation:"https://schema.org/jobLocation",jobLocationType:"https://schema.org/jobLocationType",jobStartDate:"https://schema.org/jobStartDate",jobTitle:"https://schema.org/jobTitle",keywords:"https://schema.org/keywords",knownVehicleDamages:"https://schema.org/knownVehicleDamages",knows:"https://schema.org/knows",knowsAbout:"https://schema.org/knowsAbout",knowsLanguage:"https://schema.org/knowsLanguage",labelDetails:"https://schema.org/labelDetails",landlord:"https://schema.org/landlord",language:"https://schema.org/language",lastReviewed:"https://schema.org/lastReviewed",latitude:"https://schema.org/latitude",layoutImage:"https://schema.org/layoutImage",learningResourceType:"https://schema.org/learningResourceType",leaseLength:"https://schema.org/leaseLength",legalAddress:"https://schema.org/legalAddress",legalName:"https://schema.org/legalName",legalRepresentative:"https://schema.org/legalRepresentative",legalStatus:"https://schema.org/legalStatus",legislationAmends:"https://schema.org/legislationAmends",legislationCommences:"https://schema.org/legislationCommences",legislationConsolidates:"https://schema.org/legislationConsolidates",legislationCorrects:"https://schema.org/legislationCorrects",legislationCountersignedBy:"https://schema.org/legislationCountersignedBy",legislationDate:"https://schema.org/legislationDate",legislationDateOfApplicability:"https://schema.org/legislationDateOfApplicability",legislationDateVersion:"https://schema.org/legislationDateVersion",legislationEnsuresImplementationOf:"https://schema.org/legislationEnsuresImplementationOf",legislationIdentifier:"https://schema.org/legislationIdentifier",legislationJurisdiction:"https://schema.org/legislationJurisdiction",legislationLegalForce:"https://schema.org/legislationLegalForce",legislationLegalValue:"https://schema.org/legislationLegalValue",legislationPassedBy:"https://schema.org/legislationPassedBy",legislationRepeals:"https://schema.org/legislationRepeals",legislationResponsible:"https://schema.org/legislationResponsible",legislationTransposes:"https://schema.org/legislationTransposes",legislationType:"https://schema.org/legislationType",leiCode:"https://schema.org/leiCode",lender:"https://schema.org/lender",lesser:"https://schema.org/lesser",lesserOrEqual:"https://schema.org/lesserOrEqual",letterer:"https://schema.org/letterer",license:"https://schema.org/license",line:"https://schema.org/line",linkRelationship:"https://schema.org/linkRelationship",liveBlogUpdate:"https://schema.org/liveBlogUpdate",loanMortgageMandateAmount:"https://schema.org/loanMortgageMandateAmount",loanPaymentAmount:"https://schema.org/loanPaymentAmount",loanPaymentFrequency:"https://schema.org/loanPaymentFrequency",loanRepaymentForm:"https://schema.org/loanRepaymentForm",loanTerm:"https://schema.org/loanTerm",loanType:"https://schema.org/loanType",locationCreated:"https://schema.org/locationCreated",lodgingUnitDescription:"https://schema.org/lodgingUnitDescription",lodgingUnitType:"https://schema.org/lodgingUnitType",logo:"https://schema.org/logo",longitude:"https://schema.org/longitude",loser:"https://schema.org/loser",lowPrice:"https://schema.org/lowPrice",lyricist:"https://schema.org/lyricist",lyrics:"https://schema.org/lyrics",maintainer:"https://schema.org/maintainer",manufacturer:"https://schema.org/manufacturer",map:"https://schema.org/map",mapType:"https://schema.org/mapType",maps:"https://schema.org/maps",marginOfError:"https://schema.org/marginOfError",masthead:"https://schema.org/masthead",materialExtent:"https://schema.org/materialExtent",mathExpression:"https://schema.org/mathExpression",maxPrice:"https://schema.org/maxPrice",maxValue:"https://schema.org/maxValue",maximumAttendeeCapacity:"https://schema.org/maximumAttendeeCapacity",maximumEnrollment:"https://schema.org/maximumEnrollment",maximumIntake:"https://schema.org/maximumIntake",maximumPhysicalAttendeeCapacity:"https://schema.org/maximumPhysicalAttendeeCapacity",maximumVirtualAttendeeCapacity:"https://schema.org/maximumVirtualAttendeeCapacity",mealService:"https://schema.org/mealService",measuredProperty:"https://schema.org/measuredProperty",measurementDenominator:"https://schema.org/measurementDenominator",measurementMethod:"https://schema.org/measurementMethod",measurementQualifier:"https://schema.org/measurementQualifier",mechanismOfAction:"https://schema.org/mechanismOfAction",mediaAuthenticityCategory:"https://schema.org/mediaAuthenticityCategory",mediaItemAppearance:"https://schema.org/mediaItemAppearance",median:"https://schema.org/median",medicalAudience:"https://schema.org/medicalAudience",medicalSpecialty:"https://schema.org/medicalSpecialty",medicineSystem:"https://schema.org/medicineSystem",meetsEmissionStandard:"https://schema.org/meetsEmissionStandard",members:"https://schema.org/members",membershipNumber:"https://schema.org/membershipNumber",membershipPointsEarned:"https://schema.org/membershipPointsEarned",memoryRequirements:"https://schema.org/memoryRequirements",mentions:"https://schema.org/mentions",menu:"https://schema.org/menu",menuAddOn:"https://schema.org/menuAddOn",merchant:"https://schema.org/merchant",messageAttachment:"https://schema.org/messageAttachment",mileageFromOdometer:"https://schema.org/mileageFromOdometer",minPrice:"https://schema.org/minPrice",minValue:"https://schema.org/minValue",minimumPaymentDue:"https://schema.org/minimumPaymentDue",missionCoveragePrioritiesPolicy:"https://schema.org/missionCoveragePrioritiesPolicy",mobileUrl:"https://schema.org/mobileUrl",model:"https://schema.org/model",modelDate:"https://schema.org/modelDate",modifiedTime:"https://schema.org/modifiedTime",molecularFormula:"https://schema.org/molecularFormula",molecularWeight:"https://schema.org/molecularWeight",monoisotopicMolecularWeight:"https://schema.org/monoisotopicMolecularWeight",monthlyMinimumRepaymentAmount:"https://schema.org/monthlyMinimumRepaymentAmount",monthsOfExperience:"https://schema.org/monthsOfExperience",mpn:"https://schema.org/mpn",multipleValues:"https://schema.org/multipleValues",muscleAction:"https://schema.org/muscleAction",musicArrangement:"https://schema.org/musicArrangement",musicBy:"https://schema.org/musicBy",musicCompositionForm:"https://schema.org/musicCompositionForm",musicGroupMember:"https://schema.org/musicGroupMember",musicReleaseFormat:"https://schema.org/musicReleaseFormat",musicalKey:"https://schema.org/musicalKey",naics:"https://schema.org/naics",name:"https://schema.org/name",namedPosition:"https://schema.org/namedPosition",nationality:"https://schema.org/nationality",naturalProgression:"https://schema.org/naturalProgression",negativeNotes:"https://schema.org/negativeNotes",nerve:"https://schema.org/nerve",nerveMotor:"https://schema.org/nerveMotor",netWorth:"https://schema.org/netWorth",newsUpdatesAndGuidelines:"https://schema.org/newsUpdatesAndGuidelines",nextItem:"https://schema.org/nextItem",noBylinesPolicy:"https://schema.org/noBylinesPolicy",nonEqual:"https://schema.org/nonEqual",nonProprietaryName:"https://schema.org/nonProprietaryName",nonprofitStatus:"https://schema.org/nonprofitStatus",normalRange:"https://schema.org/normalRange",nsn:"https://schema.org/nsn",numAdults:"https://schema.org/numAdults",numChildren:"https://schema.org/numChildren",numConstraints:"https://schema.org/numConstraints",numItems:"https://schema.org/numItems",numTracks:"https://schema.org/numTracks",numberOfAccommodationUnits:"https://schema.org/numberOfAccommodationUnits",numberOfAirbags:"https://schema.org/numberOfAirbags",numberOfAvailableAccommodationUnits:"https://schema.org/numberOfAvailableAccommodationUnits",numberOfAxles:"https://schema.org/numberOfAxles",numberOfBathroomsTotal:"https://schema.org/numberOfBathroomsTotal",numberOfBedrooms:"https://schema.org/numberOfBedrooms",numberOfBeds:"https://schema.org/numberOfBeds",numberOfCredits:"https://schema.org/numberOfCredits",numberOfDoors:"https://schema.org/numberOfDoors",numberOfEmployees:"https://schema.org/numberOfEmployees",numberOfEpisodes:"https://schema.org/numberOfEpisodes",numberOfForwardGears:"https://schema.org/numberOfForwardGears",numberOfFullBathrooms:"https://schema.org/numberOfFullBathrooms",numberOfItems:"https://schema.org/numberOfItems",numberOfLoanPayments:"https://schema.org/numberOfLoanPayments",numberOfPages:"https://schema.org/numberOfPages",numberOfPartialBathrooms:"https://schema.org/numberOfPartialBathrooms",numberOfPlayers:"https://schema.org/numberOfPlayers",numberOfPreviousOwners:"https://schema.org/numberOfPreviousOwners",numberOfRooms:"https://schema.org/numberOfRooms",numberOfSeasons:"https://schema.org/numberOfSeasons",numberedPosition:"https://schema.org/numberedPosition",nutrition:"https://schema.org/nutrition",observationAbout:"https://schema.org/observationAbout",observationDate:"https://schema.org/observationDate",observationPeriod:"https://schema.org/observationPeriod",occupancy:"https://schema.org/occupancy",occupationLocation:"https://schema.org/occupationLocation",occupationalCategory:"https://schema.org/occupationalCategory",occupationalCredentialAwarded:"https://schema.org/occupationalCredentialAwarded",offerCount:"https://schema.org/offerCount",offersPrescriptionByMail:"https://schema.org/offersPrescriptionByMail",openingHours:"https://schema.org/openingHours",openingHoursSpecification:"https://schema.org/openingHoursSpecification",opens:"https://schema.org/opens",operatingSystem:"https://schema.org/operatingSystem",opponent:"https://schema.org/opponent",option:"https://schema.org/option",orderDate:"https://schema.org/orderDate",orderDelivery:"https://schema.org/orderDelivery",orderItemNumber:"https://schema.org/orderItemNumber",orderItemStatus:"https://schema.org/orderItemStatus",orderNumber:"https://schema.org/orderNumber",orderPercentage:"https://schema.org/orderPercentage",orderQuantity:"https://schema.org/orderQuantity",orderStatus:"https://schema.org/orderStatus",orderValue:"https://schema.org/orderValue",orderedItem:"https://schema.org/orderedItem",organizer:"https://schema.org/organizer",originAddress:"https://schema.org/originAddress",originalMediaContextDescription:"https://schema.org/originalMediaContextDescription",originalMediaLink:"https://schema.org/originalMediaLink",originatesFrom:"https://schema.org/originatesFrom",overdosage:"https://schema.org/overdosage",ownedFrom:"https://schema.org/ownedFrom",ownedThrough:"https://schema.org/ownedThrough",ownershipFundingInfo:"https://schema.org/ownershipFundingInfo",owns:"https://schema.org/owns",pageEnd:"https://schema.org/pageEnd",pageStart:"https://schema.org/pageStart",pagination:"https://schema.org/pagination",parentItem:"https://schema.org/parentItem",parentService:"https://schema.org/parentService",parents:"https://schema.org/parents",partOfEpisode:"https://schema.org/partOfEpisode",partOfInvoice:"https://schema.org/partOfInvoice",partOfOrder:"https://schema.org/partOfOrder",partOfSeason:"https://schema.org/partOfSeason",partOfSystem:"https://schema.org/partOfSystem",partOfTVSeries:"https://schema.org/partOfTVSeries",partySize:"https://schema.org/partySize",passengerPriorityStatus:"https://schema.org/passengerPriorityStatus",passengerSequenceNumber:"https://schema.org/passengerSequenceNumber",pathophysiology:"https://schema.org/pathophysiology",pattern:"https://schema.org/pattern",payload:"https://schema.org/payload",paymentAccepted:"https://schema.org/paymentAccepted",paymentDue:"https://schema.org/paymentDue",paymentMethod:"https://schema.org/paymentMethod",paymentMethodId:"https://schema.org/paymentMethodId",paymentMethodType:"https://schema.org/paymentMethodType",paymentStatus:"https://schema.org/paymentStatus",paymentUrl:"https://schema.org/paymentUrl",penciler:"https://schema.org/penciler",percentile10:"https://schema.org/percentile10",percentile25:"https://schema.org/percentile25",percentile75:"https://schema.org/percentile75",percentile90:"https://schema.org/percentile90",performerIn:"https://schema.org/performerIn",performers:"https://schema.org/performers",permissionType:"https://schema.org/permissionType",permissions:"https://schema.org/permissions",permitAudience:"https://schema.org/permitAudience",permittedUsage:"https://schema.org/permittedUsage",petsAllowed:"https://schema.org/petsAllowed",phoneticText:"https://schema.org/phoneticText",photos:"https://schema.org/photos",physicalRequirement:"https://schema.org/physicalRequirement",physiologicalBenefits:"https://schema.org/physiologicalBenefits",pickupLocation:"https://schema.org/pickupLocation",pickupTime:"https://schema.org/pickupTime",playMode:"https://schema.org/playMode",playerType:"https://schema.org/playerType",playersOnline:"https://schema.org/playersOnline",polygon:"https://schema.org/polygon",populationType:"https://schema.org/populationType",positiveNotes:"https://schema.org/positiveNotes",possibleComplication:"https://schema.org/possibleComplication",possibleTreatment:"https://schema.org/possibleTreatment",postOfficeBoxNumber:"https://schema.org/postOfficeBoxNumber",postOp:"https://schema.org/postOp",postalCode:"https://schema.org/postalCode",postalCodeBegin:"https://schema.org/postalCodeBegin",postalCodeEnd:"https://schema.org/postalCodeEnd",postalCodePrefix:"https://schema.org/postalCodePrefix",postalCodeRange:"https://schema.org/postalCodeRange",potentialAction:"https://schema.org/potentialAction",potentialUse:"https://schema.org/potentialUse",practicesAt:"https://schema.org/practicesAt",preOp:"https://schema.org/preOp",predecessorOf:"https://schema.org/predecessorOf",pregnancyCategory:"https://schema.org/pregnancyCategory",pregnancyWarning:"https://schema.org/pregnancyWarning",prepTime:"https://schema.org/prepTime",preparation:"https://schema.org/preparation",prescribingInfo:"https://schema.org/prescribingInfo",prescriptionStatus:"https://schema.org/prescriptionStatus",previousItem:"https://schema.org/previousItem",previousStartDate:"https://schema.org/previousStartDate",price:"https://schema.org/price",priceComponent:"https://schema.org/priceComponent",priceComponentType:"https://schema.org/priceComponentType",priceCurrency:"https://schema.org/priceCurrency",priceRange:"https://schema.org/priceRange",priceSpecification:"https://schema.org/priceSpecification",priceType:"https://schema.org/priceType",priceValidUntil:"https://schema.org/priceValidUntil",primaryImageOfPage:"https://schema.org/primaryImageOfPage",primaryPrevention:"https://schema.org/primaryPrevention",printColumn:"https://schema.org/printColumn",printEdition:"https://schema.org/printEdition",printPage:"https://schema.org/printPage",printSection:"https://schema.org/printSection",procedure:"https://schema.org/procedure",procedureType:"https://schema.org/procedureType",processingTime:"https://schema.org/processingTime",processorRequirements:"https://schema.org/processorRequirements",producer:"https://schema.org/producer",produces:"https://schema.org/produces",productGroupID:"https://schema.org/productGroupID",productID:"https://schema.org/productID",productReturnDays:"https://schema.org/productReturnDays",productReturnLink:"https://schema.org/productReturnLink",productSupported:"https://schema.org/productSupported",productionCompany:"https://schema.org/productionCompany",productionDate:"https://schema.org/productionDate",proficiencyLevel:"https://schema.org/proficiencyLevel",program:"https://schema.org/program",programMembershipUsed:"https://schema.org/programMembershipUsed",programName:"https://schema.org/programName",programPrerequisites:"https://schema.org/programPrerequisites",programType:"https://schema.org/programType",programmingLanguage:"https://schema.org/programmingLanguage",programmingModel:"https://schema.org/programmingModel",pronouns:"https://schema.org/pronouns",propertyID:"https://schema.org/propertyID",proprietaryName:"https://schema.org/proprietaryName",proteinContent:"https://schema.org/proteinContent",providerMobility:"https://schema.org/providerMobility",providesService:"https://schema.org/providesService",publicAccess:"https://schema.org/publicAccess",publicTransportClosuresInfo:"https://schema.org/publicTransportClosuresInfo",publication:"https://schema.org/publication",publicationType:"https://schema.org/publicationType",publishedBy:"https://schema.org/publishedBy",publishedOn:"https://schema.org/publishedOn",publisher:"https://schema.org/publisher",publisherImprint:"https://schema.org/publisherImprint",purchaseDate:"https://schema.org/purchaseDate",purchasePriceLimit:"https://schema.org/purchasePriceLimit",purchaseType:"https://schema.org/purchaseType",qualifications:"https://schema.org/qualifications",qualifiedExpense:"https://schema.org/qualifiedExpense",quarantineGuidelines:"https://schema.org/quarantineGuidelines",query:"https://schema.org/query",quest:"https://schema.org/quest",question:"https://schema.org/question",rangeIncludes:"https://schema.org/rangeIncludes",ratingCount:"https://schema.org/ratingCount",ratingExplanation:"https://schema.org/ratingExplanation",ratingValue:"https://schema.org/ratingValue",readBy:"https://schema.org/readBy",readonlyValue:"https://schema.org/readonlyValue",realEstateAgent:"https://schema.org/realEstateAgent",recipe:"https://schema.org/recipe",recipeCategory:"https://schema.org/recipeCategory",recipeCuisine:"https://schema.org/recipeCuisine",recipeInstructions:"https://schema.org/recipeInstructions",recipeYield:"https://schema.org/recipeYield",recognizedBy:"https://schema.org/recognizedBy",recognizingAuthority:"https://schema.org/recognizingAuthority",recommendationStrength:"https://schema.org/recommendationStrength",recommendedIntake:"https://schema.org/recommendedIntake",recordLabel:"https://schema.org/recordLabel",recourseLoan:"https://schema.org/recourseLoan",referee:"https://schema.org/referee",referenceQuantity:"https://schema.org/referenceQuantity",referencesOrder:"https://schema.org/referencesOrder",refundType:"https://schema.org/refundType",regionDrained:"https://schema.org/regionDrained",regionsAllowed:"https://schema.org/regionsAllowed",relatedAnatomy:"https://schema.org/relatedAnatomy",relatedCondition:"https://schema.org/relatedCondition",relatedDrug:"https://schema.org/relatedDrug",relatedLink:"https://schema.org/relatedLink",relatedStructure:"https://schema.org/relatedStructure",relatedTherapy:"https://schema.org/relatedTherapy",relatedTo:"https://schema.org/relatedTo",releaseDate:"https://schema.org/releaseDate",releaseNotes:"https://schema.org/releaseNotes",releasedEvent:"https://schema.org/releasedEvent",relevantOccupation:"https://schema.org/relevantOccupation",relevantSpecialty:"https://schema.org/relevantSpecialty",remainingAttendeeCapacity:"https://schema.org/remainingAttendeeCapacity",renegotiableLoan:"https://schema.org/renegotiableLoan",repeatCount:"https://schema.org/repeatCount",repeatFrequency:"https://schema.org/repeatFrequency",repetitions:"https://schema.org/repetitions",replacee:"https://schema.org/replacee",replacer:"https://schema.org/replacer",replyToUrl:"https://schema.org/replyToUrl",reportNumber:"https://schema.org/reportNumber",representativeOfPage:"https://schema.org/representativeOfPage",requiredCollateral:"https://schema.org/requiredCollateral",requiredGender:"https://schema.org/requiredGender",requiredMaxAge:"https://schema.org/requiredMaxAge",requiredMinAge:"https://schema.org/requiredMinAge",requiredQuantity:"https://schema.org/requiredQuantity",requirements:"https://schema.org/requirements",requiresSubscription:"https://schema.org/requiresSubscription",reservationFor:"https://schema.org/reservationFor",reservationId:"https://schema.org/reservationId",reservationStatus:"https://schema.org/reservationStatus",reservedTicket:"https://schema.org/reservedTicket",responsibilities:"https://schema.org/responsibilities",restPeriods:"https://schema.org/restPeriods",restockingFee:"https://schema.org/restockingFee",resultComment:"https://schema.org/resultComment",resultReview:"https://schema.org/resultReview",returnFees:"https://schema.org/returnFees",returnLabelSource:"https://schema.org/returnLabelSource",returnMethod:"https://schema.org/returnMethod",returnPolicyCategory:"https://schema.org/returnPolicyCategory",returnPolicyCountry:"https://schema.org/returnPolicyCountry",returnPolicySeasonalOverride:"https://schema.org/returnPolicySeasonalOverride",returnShippingFeesAmount:"https://schema.org/returnShippingFeesAmount",reviewAspect:"https://schema.org/reviewAspect",reviewBody:"https://schema.org/reviewBody",reviewCount:"https://schema.org/reviewCount",reviewRating:"https://schema.org/reviewRating",reviewedBy:"https://schema.org/reviewedBy",reviews:"https://schema.org/reviews",riskFactor:"https://schema.org/riskFactor",risks:"https://schema.org/risks",roofLoad:"https://schema.org/roofLoad",rsvpResponse:"https://schema.org/rsvpResponse",runsTo:"https://schema.org/runsTo",runtime:"https://schema.org/runtime",rxcui:"https://schema.org/rxcui",safetyConsideration:"https://schema.org/safetyConsideration",salaryCurrency:"https://schema.org/salaryCurrency",salaryUponCompletion:"https://schema.org/salaryUponCompletion",sameAs:"https://schema.org/sameAs",sampleType:"https://schema.org/sampleType",saturatedFatContent:"https://schema.org/saturatedFatContent",scheduleTimezone:"https://schema.org/scheduleTimezone",scheduledPaymentDate:"https://schema.org/scheduledPaymentDate",scheduledTime:"https://schema.org/scheduledTime",schemaVersion:"https://schema.org/schemaVersion",schoolClosuresInfo:"https://schema.org/schoolClosuresInfo",screenCount:"https://schema.org/screenCount",screenshot:"https://schema.org/screenshot",sdDatePublished:"https://schema.org/sdDatePublished",sdLicense:"https://schema.org/sdLicense",sdPublisher:"https://schema.org/sdPublisher",seasonNumber:"https://schema.org/seasonNumber",seasonalOverride:"https://schema.org/seasonalOverride",seasons:"https://schema.org/seasons",seatNumber:"https://schema.org/seatNumber",seatRow:"https://schema.org/seatRow",seatSection:"https://schema.org/seatSection",seatingCapacity:"https://schema.org/seatingCapacity",seatingType:"https://schema.org/seatingType",secondaryPrevention:"https://schema.org/secondaryPrevention",securityClearanceRequirement:"https://schema.org/securityClearanceRequirement",securityScreening:"https://schema.org/securityScreening",seeks:"https://schema.org/seeks",sender:"https://schema.org/sender",sensoryRequirement:"https://schema.org/sensoryRequirement",sensoryUnit:"https://schema.org/sensoryUnit",seriousAdverseOutcome:"https://schema.org/seriousAdverseOutcome",serverStatus:"https://schema.org/serverStatus",servesCuisine:"https://schema.org/servesCuisine",serviceAudience:"https://schema.org/serviceAudience",serviceLocation:"https://schema.org/serviceLocation",serviceOperator:"https://schema.org/serviceOperator",servicePhone:"https://schema.org/servicePhone",servicePostalAddress:"https://schema.org/servicePostalAddress",serviceSmsNumber:"https://schema.org/serviceSmsNumber",serviceType:"https://schema.org/serviceType",serviceUrl:"https://schema.org/serviceUrl",servingSize:"https://schema.org/servingSize",sha256:"https://schema.org/sha256",sharedContent:"https://schema.org/sharedContent",shippingConditions:"https://schema.org/shippingConditions",shippingDestination:"https://schema.org/shippingDestination",shippingDetails:"https://schema.org/shippingDetails",shippingLabel:"https://schema.org/shippingLabel",shippingOrigin:"https://schema.org/shippingOrigin",shippingRate:"https://schema.org/shippingRate",shippingSettingsLink:"https://schema.org/shippingSettingsLink",siblings:"https://schema.org/siblings",signDetected:"https://schema.org/signDetected",signOrSymptom:"https://schema.org/signOrSymptom",significance:"https://schema.org/significance",significantLinks:"https://schema.org/significantLinks",size:"https://schema.org/size",sizeGroup:"https://schema.org/sizeGroup",sizeSystem:"https://schema.org/sizeSystem",skills:"https://schema.org/skills",sku:"https://schema.org/sku",slogan:"https://schema.org/slogan",smiles:"https://schema.org/smiles",smokingAllowed:"https://schema.org/smokingAllowed",sodiumContent:"https://schema.org/sodiumContent",softwareAddOn:"https://schema.org/softwareAddOn",softwareHelp:"https://schema.org/softwareHelp",softwareVersion:"https://schema.org/softwareVersion",sourceOrganization:"https://schema.org/sourceOrganization",sourcedFrom:"https://schema.org/sourcedFrom",spatial:"https://schema.org/spatial",speakable:"https://schema.org/speakable",specialCommitments:"https://schema.org/specialCommitments",specialOpeningHoursSpecification:"https://schema.org/specialOpeningHoursSpecification",specialty:"https://schema.org/specialty",speechToTextMarkup:"https://schema.org/speechToTextMarkup",speed:"https://schema.org/speed",spokenByCharacter:"https://schema.org/spokenByCharacter",sport:"https://schema.org/sport",sportsActivityLocation:"https://schema.org/sportsActivityLocation",sportsEvent:"https://schema.org/sportsEvent",sportsTeam:"https://schema.org/sportsTeam",spouse:"https://schema.org/spouse",stage:"https://schema.org/stage",stageAsNumber:"https://schema.org/stageAsNumber",starRating:"https://schema.org/starRating",startDate:"https://schema.org/startDate",startOffset:"https://schema.org/startOffset",startTime:"https://schema.org/startTime",statType:"https://schema.org/statType",status:"https://schema.org/status",steeringPosition:"https://schema.org/steeringPosition",stepValue:"https://schema.org/stepValue",steps:"https://schema.org/steps",storageRequirements:"https://schema.org/storageRequirements",streetAddress:"https://schema.org/streetAddress",strengthUnit:"https://schema.org/strengthUnit",strengthValue:"https://schema.org/strengthValue",structuralClass:"https://schema.org/structuralClass",study:"https://schema.org/study",studyDesign:"https://schema.org/studyDesign",studyLocation:"https://schema.org/studyLocation",studySubject:"https://schema.org/studySubject",stupidProperty:"https://schema.org/stupidProperty",subEvents:"https://schema.org/subEvents",subReservation:"https://schema.org/subReservation",subStageSuffix:"https://schema.org/subStageSuffix",subStructure:"https://schema.org/subStructure",subTest:"https://schema.org/subTest",subtitleLanguage:"https://schema.org/subtitleLanguage",successorOf:"https://schema.org/successorOf",sugarContent:"https://schema.org/sugarContent",suggestedAge:"https://schema.org/suggestedAge",suggestedGender:"https://schema.org/suggestedGender",suggestedMaxAge:"https://schema.org/suggestedMaxAge",suggestedMeasurement:"https://schema.org/suggestedMeasurement",suggestedMinAge:"https://schema.org/suggestedMinAge",suitableForDiet:"https://schema.org/suitableForDiet",supersededBy:"https://schema.org/supersededBy",supplyTo:"https://schema.org/supplyTo",supportingData:"https://schema.org/supportingData",surface:"https://schema.org/surface",syllabusSections:"https://schema.org/syllabusSections",target:"https://schema.org/target",targetDescription:"https://schema.org/targetDescription",targetName:"https://schema.org/targetName",targetPlatform:"https://schema.org/targetPlatform",targetPopulation:"https://schema.org/targetPopulation",targetProduct:"https://schema.org/targetProduct",targetUrl:"https://schema.org/targetUrl",taxID:"https://schema.org/taxID",taxonRank:"https://schema.org/taxonRank",taxonomicRange:"https://schema.org/taxonomicRange",teaches:"https://schema.org/teaches",telephone:"https://schema.org/telephone",temporal:"https://schema.org/temporal",termDuration:"https://schema.org/termDuration",termsOfService:"https://schema.org/termsOfService",termsPerYear:"https://schema.org/termsPerYear",text:"https://schema.org/text",textValue:"https://schema.org/textValue",thumbnail:"https://schema.org/thumbnail",thumbnailUrl:"https://schema.org/thumbnailUrl",tickerSymbol:"https://schema.org/tickerSymbol",ticketNumber:"https://schema.org/ticketNumber",ticketToken:"https://schema.org/ticketToken",ticketedSeat:"https://schema.org/ticketedSeat",timeOfDay:"https://schema.org/timeOfDay",timeRequired:"https://schema.org/timeRequired",timeToComplete:"https://schema.org/timeToComplete",tissueSample:"https://schema.org/tissueSample",title:"https://schema.org/title",titleEIDR:"https://schema.org/titleEIDR",toLocation:"https://schema.org/toLocation",toRecipient:"https://schema.org/toRecipient",tocContinuation:"https://schema.org/tocContinuation",tocEntry:"https://schema.org/tocEntry",tongueWeight:"https://schema.org/tongueWeight",tool:"https://schema.org/tool",torque:"https://schema.org/torque",totalHistoricalEnrollment:"https://schema.org/totalHistoricalEnrollment",totalJobOpenings:"https://schema.org/totalJobOpenings",totalPaymentDue:"https://schema.org/totalPaymentDue",totalPrice:"https://schema.org/totalPrice",totalTime:"https://schema.org/totalTime",tourBookingPage:"https://schema.org/tourBookingPage",touristType:"https://schema.org/touristType",trackingNumber:"https://schema.org/trackingNumber",trackingUrl:"https://schema.org/trackingUrl",tracks:"https://schema.org/tracks",trailer:"https://schema.org/trailer",trailerWeight:"https://schema.org/trailerWeight",trainName:"https://schema.org/trainName",trainNumber:"https://schema.org/trainNumber",trainingSalary:"https://schema.org/trainingSalary",transFatContent:"https://schema.org/transFatContent",transcript:"https://schema.org/transcript",transitTime:"https://schema.org/transitTime",transitTimeLabel:"https://schema.org/transitTimeLabel",translator:"https://schema.org/translator",transmissionMethod:"https://schema.org/transmissionMethod",travelBans:"https://schema.org/travelBans",trialDesign:"https://schema.org/trialDesign",tributary:"https://schema.org/tributary",tripOrigin:"https://schema.org/tripOrigin",typeOfBed:"https://schema.org/typeOfBed",typeOfGood:"https://schema.org/typeOfGood",typicalAgeRange:"https://schema.org/typicalAgeRange",typicalCreditsPerTerm:"https://schema.org/typicalCreditsPerTerm",typicalTest:"https://schema.org/typicalTest",underName:"https://schema.org/underName",unitCode:"https://schema.org/unitCode",unitText:"https://schema.org/unitText",unnamedSourcesPolicy:"https://schema.org/unnamedSourcesPolicy",unsaturatedFatContent:"https://schema.org/unsaturatedFatContent",uploadDate:"https://schema.org/uploadDate",upvoteCount:"https://schema.org/upvoteCount",url:"https://schema.org/url",urlTemplate:"https://schema.org/urlTemplate",usNPI:"https://schema.org/usNPI",usedToDiagnose:"https://schema.org/usedToDiagnose",userInteractionCount:"https://schema.org/userInteractionCount",usesDevice:"https://schema.org/usesDevice",usesHealthPlanIdStandard:"https://schema.org/usesHealthPlanIdStandard",utterances:"https://schema.org/utterances",validFor:"https://schema.org/validFor",validForMemberTier:"https://schema.org/validForMemberTier",validFrom:"https://schema.org/validFrom",validIn:"https://schema.org/validIn",validThrough:"https://schema.org/validThrough",validUntil:"https://schema.org/validUntil",value:"https://schema.org/value",valueAddedTaxIncluded:"https://schema.org/valueAddedTaxIncluded",valueMaxLength:"https://schema.org/valueMaxLength",valueMinLength:"https://schema.org/valueMinLength",valueName:"https://schema.org/valueName",valuePattern:"https://schema.org/valuePattern",valueReference:"https://schema.org/valueReference",valueRequired:"https://schema.org/valueRequired",variableMeasured:"https://schema.org/variableMeasured",variablesMeasured:"https://schema.org/variablesMeasured",variantCover:"https://schema.org/variantCover",variesBy:"https://schema.org/variesBy",vatID:"https://schema.org/vatID",vehicleConfiguration:"https://schema.org/vehicleConfiguration",vehicleEngine:"https://schema.org/vehicleEngine",vehicleIdentificationNumber:"https://schema.org/vehicleIdentificationNumber",vehicleInteriorColor:"https://schema.org/vehicleInteriorColor",vehicleInteriorType:"https://schema.org/vehicleInteriorType",vehicleModelDate:"https://schema.org/vehicleModelDate",vehicleSeatingCapacity:"https://schema.org/vehicleSeatingCapacity",vehicleSpecialUsage:"https://schema.org/vehicleSpecialUsage",vehicleTransmission:"https://schema.org/vehicleTransmission",vendor:"https://schema.org/vendor",verificationFactCheckingPolicy:"https://schema.org/verificationFactCheckingPolicy",version:"https://schema.org/version",video:"https://schema.org/video",videoFormat:"https://schema.org/videoFormat",videoFrameSize:"https://schema.org/videoFrameSize",videoQuality:"https://schema.org/videoQuality",volumeNumber:"https://schema.org/volumeNumber",warning:"https://schema.org/warning",warrantyPromise:"https://schema.org/warrantyPromise",warrantyScope:"https://schema.org/warrantyScope",webCheckinTime:"https://schema.org/webCheckinTime",webFeed:"https://schema.org/webFeed",weight:"https://schema.org/weight",weightPercentage:"https://schema.org/weightPercentage",weightTotal:"https://schema.org/weightTotal",wheelbase:"https://schema.org/wheelbase",width:"https://schema.org/width",winner:"https://schema.org/winner",wordCount:"https://schema.org/wordCount",workHours:"https://schema.org/workHours",workLocation:"https://schema.org/workLocation",workPerformed:"https://schema.org/workPerformed",workPresented:"https://schema.org/workPresented",workload:"https://schema.org/workload",worksFor:"https://schema.org/worksFor",worstRating:"https://schema.org/worstRating",xpath:"https://schema.org/xpath",yearBuilt:"https://schema.org/yearBuilt",yearlyRevenue:"https://schema.org/yearlyRevenue",yearsInOperation:"https://schema.org/yearsInOperation",actionApplication:"https://schema.org/actionApplication",actionOption:"https://schema.org/actionOption",album:"https://schema.org/album",albumRelease:"https://schema.org/albumRelease",alternateName:"https://schema.org/alternateName",alumni:"https://schema.org/alumni",alumniOf:"https://schema.org/alumniOf",archiveHeld:"https://schema.org/archiveHeld",arterialBranch:"https://schema.org/arterialBranch",artworkSurface:"https://schema.org/artworkSurface",attendee:"https://schema.org/attendee",audience:"https://schema.org/audience",availableOnDevice:"https://schema.org/availableOnDevice",award:"https://schema.org/award",blogPost:"https://schema.org/blogPost",broker:"https://schema.org/broker",caption:"https://schema.org/caption",category:"https://schema.org/category",childTaxon:"https://schema.org/childTaxon",clinicalPharmacology:"https://schema.org/clinicalPharmacology",codeSampleType:"https://schema.org/codeSampleType",colleague:"https://schema.org/colleague",contactPoint:"https://schema.org/contactPoint",containsPlace:"https://schema.org/containsPlace",containsSeason:"https://schema.org/containsSeason",contentLocation:"https://schema.org/contentLocation",creator:"https://schema.org/creator",dataset:"https://schema.org/dataset",dateCreated:"https://schema.org/dateCreated",director:"https://schema.org/director",duration:"https://schema.org/duration",employee:"https://schema.org/employee",encodesBioChemEntity:"https://schema.org/encodesBioChemEntity",encodesCreativeWork:"https://schema.org/encodesCreativeWork",encodingFormat:"https://schema.org/encodingFormat",episode:"https://schema.org/episode",event:"https://schema.org/event",exampleOfWork:"https://schema.org/exampleOfWork",executableLibraryName:"https://schema.org/executableLibraryName",exerciseCourse:"https://schema.org/exerciseCourse",founder:"https://schema.org/founder",frequency:"https://schema.org/frequency",fundedItem:"https://schema.org/fundedItem",funding:"https://schema.org/funding",game:"https://schema.org/game",gameServer:"https://schema.org/gameServer",genre:"https://schema.org/genre",hasBioChemEntityPart:"https://schema.org/hasBioChemEntityPart",hasBroadcastChannel:"https://schema.org/hasBroadcastChannel",hasDefinedTerm:"https://schema.org/hasDefinedTerm",hasMenu:"https://schema.org/hasMenu",hasMerchantReturnPolicy:"https://schema.org/hasMerchantReturnPolicy",hasTiers:"https://schema.org/hasTiers",hasVariant:"https://schema.org/hasVariant",holdingArchive:"https://schema.org/holdingArchive",inDefinedTermSet:"https://schema.org/inDefinedTermSet",inLanguage:"https://schema.org/inLanguage",incentiveCompensation:"https://schema.org/incentiveCompensation",interactionStatistic:"https://schema.org/interactionStatistic",isAccessibleForFree:"https://schema.org/isAccessibleForFree",isBasedOn:"https://schema.org/isBasedOn",isEncodedByBioChemEntity:"https://schema.org/isEncodedByBioChemEntity",isPartOfBioChemEntity:"https://schema.org/isPartOfBioChemEntity",isTierOf:"https://schema.org/isTierOf",isVariantOf:"https://schema.org/isVariantOf",itemOffered:"https://schema.org/itemOffered",jobBenefits:"https://schema.org/jobBenefits",jurisdiction:"https://schema.org/jurisdiction",mainContentOfPage:"https://schema.org/mainContentOfPage",mainEntity:"https://schema.org/mainEntity",mainEntityOfPage:"https://schema.org/mainEntityOfPage",makesOffer:"https://schema.org/makesOffer",measurementTechnique:"https://schema.org/measurementTechnique",merchantReturnDays:"https://schema.org/merchantReturnDays",merchantReturnLink:"https://schema.org/merchantReturnLink",offeredBy:"https://schema.org/offeredBy",offers:"https://schema.org/offers",parent:"https://schema.org/parent",parentTaxon:"https://schema.org/parentTaxon",partOfSeries:"https://schema.org/partOfSeries",partOfTrip:"https://schema.org/partOfTrip",paymentDueDate:"https://schema.org/paymentDueDate",performTime:"https://schema.org/performTime",performer:"https://schema.org/performer",photo:"https://schema.org/photo",provider:"https://schema.org/provider",providesBroadcastService:"https://schema.org/providesBroadcastService",recipeIngredient:"https://schema.org/recipeIngredient",recordedAs:"https://schema.org/recordedAs",recordedAt:"https://schema.org/recordedAt",recordedIn:"https://schema.org/recordedIn",recordingOf:"https://schema.org/recordingOf",releaseOf:"https://schema.org/releaseOf",review:"https://schema.org/review",roleName:"https://schema.org/roleName",runtimePlatform:"https://schema.org/runtimePlatform",season:"https://schema.org/season",serialNumber:"https://schema.org/serialNumber",serviceArea:"https://schema.org/serviceArea",serviceOutput:"https://schema.org/serviceOutput",sibling:"https://schema.org/sibling",significantLink:"https://schema.org/significantLink",softwareRequirements:"https://schema.org/softwareRequirements",sponsor:"https://schema.org/sponsor",subOrganization:"https://schema.org/subOrganization",subTrip:"https://schema.org/subTrip",subjectOf:"https://schema.org/subjectOf",suggestedAnswer:"https://schema.org/suggestedAnswer",superEvent:"https://schema.org/superEvent",targetCollection:"https://schema.org/targetCollection",temporalCoverage:"https://schema.org/temporalCoverage",termCode:"https://schema.org/termCode",track:"https://schema.org/track",translationOfWork:"https://schema.org/translationOfWork",usageInfo:"https://schema.org/usageInfo",warranty:"https://schema.org/warranty",workTranslation:"https://schema.org/workTranslation",yield__workaround:"https://schema.org/yield",about:"https://schema.org/about",actor:"https://schema.org/actor",associatedReview:"https://schema.org/associatedReview",competitor:"https://schema.org/competitor",containedInPlace:"https://schema.org/containedInPlace",encoding:"https://schema.org/encoding",hasMap:"https://schema.org/hasMap",legislationApplies:"https://schema.org/legislationApplies",material:"https://schema.org/material",memberOf:"https://schema.org/memberOf",parentOrganization:"https://schema.org/parentOrganization",result:"https://schema.org/result",seller:"https://schema.org/seller",spatialCoverage:"https://schema.org/spatialCoverage",step:"https://schema.org/step",subEvent:"https://schema.org/subEvent",supply:"https://schema.org/supply",workFeatured:"https://schema.org/workFeatured",areaServed:"https://schema.org/areaServed",includedInDataCatalog:"https://schema.org/includedInDataCatalog",legislationChanges:"https://schema.org/legislationChanges",member:"https://schema.org/member",recipient:"https://schema.org/recipient",workExample:"https://schema.org/workExample",description:"https://schema.org/description",gtin:"https://schema.org/gtin",hasRepresentation:"https://schema.org/hasRepresentation",image:"https://schema.org/image",hasPart:"https://schema.org/hasPart",position:"https://schema.org/position",isPartOf:"https://schema.org/isPartOf",instrument:"https://schema.org/instrument",object:"https://schema.org/object",publishingPrinciples:"https://schema.org/publishingPrinciples",location:"https://schema.org/location",participant:"https://schema.org/participant",identifier:"https://schema.org/identifier"}),uh=Object.freeze({BbsBlsSignature2020:"https://w3id.org/security#BbsBlsSignature2020",BbsBlsSignatureProof2020:"https://w3id.org/security#BbsBlsSignatureProof2020",Bls12381G1Key2020:"https://w3id.org/security#Bls12381G1Key2020",Bls12381G2Key2020:"https://w3id.org/security#Bls12381G2Key2020",ControlledIdentifierDocument:"https://w3id.org/security#ControlledIdentifierDocument",DataIntegrityProof:"https://w3id.org/security#DataIntegrityProof",EcdsaSecp256k1RecoveryMethod2020:"https://w3id.org/security#EcdsaSecp256k1RecoveryMethod2020",EcdsaSecp256k1RecoverySignature2020:"https://w3id.org/security#EcdsaSecp256k1RecoverySignature2020",EcdsaSecp256k1Signature2019:"https://w3id.org/security#EcdsaSecp256k1Signature2019",EcdsaSecp256k1Signature2020:"https://w3id.org/security#EcdsaSecp256k1Signature2020",EcdsaSecp256k1VerificationKey2019:"https://w3id.org/security#EcdsaSecp256k1VerificationKey2019",Ed25519Signature2020:"https://w3id.org/security#Ed25519Signature2020",Ed25519VerificationKey2018:"https://w3id.org/security#Ed25519VerificationKey2018",Ed25519VerificationKey2020:"https://w3id.org/security#Ed25519VerificationKey2020",JsonWebKey:"https://w3id.org/security#JsonWebKey",JsonWebKey2020:"https://w3id.org/security#JsonWebKey2020",JsonWebSignature2020:"https://w3id.org/security#JsonWebSignature2020",Key:"https://w3id.org/security#Key",MerkleProof2019:"https://w3id.org/security#MerkleProof2019",Multikey:"https://w3id.org/security#Multikey",ProcessingError:"https://w3id.org/security#ProcessingError",Proof:"https://w3id.org/security#Proof",ProofGraph:"https://w3id.org/security#ProofGraph",VerificationMethod:"https://w3id.org/security#VerificationMethod",VerificationRelationship:"https://w3id.org/security#VerificationRelationship",X25519KeyAgreementKey2019:"https://w3id.org/security#X25519KeyAgreementKey2019",allowedAction:"https://w3id.org/security#allowedAction",assertionMethod:"https://w3id.org/security#assertionMethod",authentication:"https://w3id.org/security#authentication",blockchainAccountId:"https://w3id.org/security#blockchainAccountId",capabilityAction:"https://w3id.org/security#capabilityAction",capabilityChain:"https://w3id.org/security#capabilityChain",capabilityDelegationMethod:"https://w3id.org/security#capabilityDelegationMethod",capabilityInvocationMethod:"https://w3id.org/security#capabilityInvocationMethod",caveat:"https://w3id.org/security#caveat",challenge:"https://w3id.org/security#challenge",controller:"https://w3id.org/security#controller",created:"https://w3id.org/security#created",cryptosuite:"https://w3id.org/security#cryptosuite",cryptosuiteString:"https://w3id.org/security#cryptosuiteString",delegator:"https://w3id.org/security#delegator",digestMultibase:"https://w3id.org/security#digestMultibase",domain:"https://w3id.org/security#domain",ethereumAddress:"https://w3id.org/security#ethereumAddress",expiration:"https://w3id.org/security#expiration",invocationTarget:"https://w3id.org/security#invocationTarget",invoker:"https://w3id.org/security#invoker",jws:"https://w3id.org/security#jws",keyAgreementMethod:"https://w3id.org/security#keyAgreementMethod",multibase:"https://w3id.org/security#multibase",nonce:"https://w3id.org/security#nonce",previousProof:"https://w3id.org/security#previousProof",proof:"https://w3id.org/security#proof",proofPurpose:"https://w3id.org/security#proofPurpose",proofValue:"https://w3id.org/security#proofValue",publicKeyBase58:"https://w3id.org/security#publicKeyBase58",publicKeyHex:"https://w3id.org/security#publicKeyHex",publicKeyJwk:"https://w3id.org/security#publicKeyJwk",publicKeyMultibase:"https://w3id.org/security#publicKeyMultibase",publicKeyPem:"https://w3id.org/security#publicKeyPem",revoked:"https://w3id.org/security#revoked",secretKeyJwk:"https://w3id.org/security#secretKeyJwk",secretKeyMultibase:"https://w3id.org/security#secretKeyMultibase",verificationMethod:"https://w3id.org/security#verificationMethod"}),fh=Object.freeze({Shape:"http://www.w3.org/ns/shacl#Shape",NodeShape:"http://www.w3.org/ns/shacl#NodeShape",PropertyShape:"http://www.w3.org/ns/shacl#PropertyShape",deactivated:"http://www.w3.org/ns/shacl#deactivated",targetClass:"http://www.w3.org/ns/shacl#targetClass",targetNode:"http://www.w3.org/ns/shacl#targetNode",targetObjectsOf:"http://www.w3.org/ns/shacl#targetObjectsOf",targetSubjectsOf:"http://www.w3.org/ns/shacl#targetSubjectsOf",message:"http://www.w3.org/ns/shacl#message",severity:"http://www.w3.org/ns/shacl#severity",NodeKind:"http://www.w3.org/ns/shacl#NodeKind",ValidationReport:"http://www.w3.org/ns/shacl#ValidationReport",conforms:"http://www.w3.org/ns/shacl#conforms",result:"http://www.w3.org/ns/shacl#result",shapesGraphWellFormed:"http://www.w3.org/ns/shacl#shapesGraphWellFormed",AbstractResult:"http://www.w3.org/ns/shacl#AbstractResult",ValidationResult:"http://www.w3.org/ns/shacl#ValidationResult",Severity:"http://www.w3.org/ns/shacl#Severity",detail:"http://www.w3.org/ns/shacl#detail",focusNode:"http://www.w3.org/ns/shacl#focusNode",resultMessage:"http://www.w3.org/ns/shacl#resultMessage",resultPath:"http://www.w3.org/ns/shacl#resultPath",resultSeverity:"http://www.w3.org/ns/shacl#resultSeverity",sourceConstraint:"http://www.w3.org/ns/shacl#sourceConstraint",sourceShape:"http://www.w3.org/ns/shacl#sourceShape",sourceConstraintComponent:"http://www.w3.org/ns/shacl#sourceConstraintComponent",value:"http://www.w3.org/ns/shacl#value",shapesGraph:"http://www.w3.org/ns/shacl#shapesGraph",suggestedShapesGraph:"http://www.w3.org/ns/shacl#suggestedShapesGraph",entailment:"http://www.w3.org/ns/shacl#entailment",path:"http://www.w3.org/ns/shacl#path",inversePath:"http://www.w3.org/ns/shacl#inversePath",alternativePath:"http://www.w3.org/ns/shacl#alternativePath",zeroOrMorePath:"http://www.w3.org/ns/shacl#zeroOrMorePath",oneOrMorePath:"http://www.w3.org/ns/shacl#oneOrMorePath",zeroOrOnePath:"http://www.w3.org/ns/shacl#zeroOrOnePath",Parameterizable:"http://www.w3.org/ns/shacl#Parameterizable",parameter:"http://www.w3.org/ns/shacl#parameter",labelTemplate:"http://www.w3.org/ns/shacl#labelTemplate",Parameter:"http://www.w3.org/ns/shacl#Parameter",optional:"http://www.w3.org/ns/shacl#optional",ConstraintComponent:"http://www.w3.org/ns/shacl#ConstraintComponent",validator:"http://www.w3.org/ns/shacl#validator",nodeValidator:"http://www.w3.org/ns/shacl#nodeValidator",propertyValidator:"http://www.w3.org/ns/shacl#propertyValidator",Validator:"http://www.w3.org/ns/shacl#Validator",SPARQLAskValidator:"http://www.w3.org/ns/shacl#SPARQLAskValidator",SPARQLSelectValidator:"http://www.w3.org/ns/shacl#SPARQLSelectValidator",and:"http://www.w3.org/ns/shacl#and",class__workaround:"http://www.w3.org/ns/shacl#class",closed:"http://www.w3.org/ns/shacl#closed",ignoredProperties:"http://www.w3.org/ns/shacl#ignoredProperties",datatype:"http://www.w3.org/ns/shacl#datatype",disjoint:"http://www.w3.org/ns/shacl#disjoint",equals:"http://www.w3.org/ns/shacl#equals",hasValue:"http://www.w3.org/ns/shacl#hasValue",in__workaround:"http://www.w3.org/ns/shacl#in",languageIn:"http://www.w3.org/ns/shacl#languageIn",lessThan:"http://www.w3.org/ns/shacl#lessThan",lessThanOrEquals:"http://www.w3.org/ns/shacl#lessThanOrEquals",maxCount:"http://www.w3.org/ns/shacl#maxCount",maxExclusive:"http://www.w3.org/ns/shacl#maxExclusive",maxInclusive:"http://www.w3.org/ns/shacl#maxInclusive",maxLength:"http://www.w3.org/ns/shacl#maxLength",minCount:"http://www.w3.org/ns/shacl#minCount",minExclusive:"http://www.w3.org/ns/shacl#minExclusive",minInclusive:"http://www.w3.org/ns/shacl#minInclusive",minLength:"http://www.w3.org/ns/shacl#minLength",node:"http://www.w3.org/ns/shacl#node",nodeKind:"http://www.w3.org/ns/shacl#nodeKind",not:"http://www.w3.org/ns/shacl#not",or:"http://www.w3.org/ns/shacl#or",flags:"http://www.w3.org/ns/shacl#flags",pattern:"http://www.w3.org/ns/shacl#pattern",property:"http://www.w3.org/ns/shacl#property",qualifiedMaxCount:"http://www.w3.org/ns/shacl#qualifiedMaxCount",qualifiedMinCount:"http://www.w3.org/ns/shacl#qualifiedMinCount",qualifiedValueShape:"http://www.w3.org/ns/shacl#qualifiedValueShape",qualifiedValueShapesDisjoint:"http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint",uniqueLang:"http://www.w3.org/ns/shacl#uniqueLang",xone:"http://www.w3.org/ns/shacl#xone",SPARQLExecutable:"http://www.w3.org/ns/shacl#SPARQLExecutable",SPARQLAskExecutable:"http://www.w3.org/ns/shacl#SPARQLAskExecutable",ask:"http://www.w3.org/ns/shacl#ask",SPARQLConstructExecutable:"http://www.w3.org/ns/shacl#SPARQLConstructExecutable",construct:"http://www.w3.org/ns/shacl#construct",SPARQLSelectExecutable:"http://www.w3.org/ns/shacl#SPARQLSelectExecutable",select:"http://www.w3.org/ns/shacl#select",SPARQLUpdateExecutable:"http://www.w3.org/ns/shacl#SPARQLUpdateExecutable",update:"http://www.w3.org/ns/shacl#update",prefixes:"http://www.w3.org/ns/shacl#prefixes",PrefixDeclaration:"http://www.w3.org/ns/shacl#PrefixDeclaration",declare:"http://www.w3.org/ns/shacl#declare",prefix:"http://www.w3.org/ns/shacl#prefix",namespace:"http://www.w3.org/ns/shacl#namespace",sparql:"http://www.w3.org/ns/shacl#sparql",SPARQLConstraint:"http://www.w3.org/ns/shacl#SPARQLConstraint",defaultValue:"http://www.w3.org/ns/shacl#defaultValue",description:"http://www.w3.org/ns/shacl#description",group:"http://www.w3.org/ns/shacl#group",name:"http://www.w3.org/ns/shacl#name",order:"http://www.w3.org/ns/shacl#order",PropertyGroup:"http://www.w3.org/ns/shacl#PropertyGroup",target:"http://www.w3.org/ns/shacl#target",Target:"http://www.w3.org/ns/shacl#Target",TargetType:"http://www.w3.org/ns/shacl#TargetType",SPARQLTarget:"http://www.w3.org/ns/shacl#SPARQLTarget",SPARQLTargetType:"http://www.w3.org/ns/shacl#SPARQLTargetType",Function__workaround:"http://www.w3.org/ns/shacl#Function",returnType:"http://www.w3.org/ns/shacl#returnType",SPARQLFunction:"http://www.w3.org/ns/shacl#SPARQLFunction",resultAnnotation:"http://www.w3.org/ns/shacl#resultAnnotation",ResultAnnotation:"http://www.w3.org/ns/shacl#ResultAnnotation",annotationProperty:"http://www.w3.org/ns/shacl#annotationProperty",annotationValue:"http://www.w3.org/ns/shacl#annotationValue",annotationVarName:"http://www.w3.org/ns/shacl#annotationVarName",filterShape:"http://www.w3.org/ns/shacl#filterShape",nodes:"http://www.w3.org/ns/shacl#nodes",intersection:"http://www.w3.org/ns/shacl#intersection",union:"http://www.w3.org/ns/shacl#union",expression:"http://www.w3.org/ns/shacl#expression",Rule:"http://www.w3.org/ns/shacl#Rule",rule:"http://www.w3.org/ns/shacl#rule",condition:"http://www.w3.org/ns/shacl#condition",TripleRule:"http://www.w3.org/ns/shacl#TripleRule",subject:"http://www.w3.org/ns/shacl#subject",predicate:"http://www.w3.org/ns/shacl#predicate",object:"http://www.w3.org/ns/shacl#object",SPARQLRule:"http://www.w3.org/ns/shacl#SPARQLRule",JSExecutable:"http://www.w3.org/ns/shacl#JSExecutable",JSTarget:"http://www.w3.org/ns/shacl#JSTarget",JSTargetType:"http://www.w3.org/ns/shacl#JSTargetType",JSConstraint:"http://www.w3.org/ns/shacl#JSConstraint",js:"http://www.w3.org/ns/shacl#js",jsFunctionName:"http://www.w3.org/ns/shacl#jsFunctionName",jsLibrary:"http://www.w3.org/ns/shacl#jsLibrary",jsLibraryURL:"http://www.w3.org/ns/shacl#jsLibraryURL",JSFunction:"http://www.w3.org/ns/shacl#JSFunction",JSLibrary:"http://www.w3.org/ns/shacl#JSLibrary",JSRule:"http://www.w3.org/ns/shacl#JSRule",JSValidator:"http://www.w3.org/ns/shacl#JSValidator"}),dh=Object.freeze({Annotation:"http://www.w3.org/ns/shex#Annotation",EachOf:"http://www.w3.org/ns/shex#EachOf",IriStem:"http://www.w3.org/ns/shex#IriStem",IriStemRange:"http://www.w3.org/ns/shex#IriStemRange",Language:"http://www.w3.org/ns/shex#Language",LanguageStem:"http://www.w3.org/ns/shex#LanguageStem",LanguageStemRange:"http://www.w3.org/ns/shex#LanguageStemRange",LiteralStem:"http://www.w3.org/ns/shex#LiteralStem",LiteralStemRange:"http://www.w3.org/ns/shex#LiteralStemRange",NodeConstraint:"http://www.w3.org/ns/shex#NodeConstraint",NodeKind:"http://www.w3.org/ns/shex#NodeKind",OneOf:"http://www.w3.org/ns/shex#OneOf",Schema:"http://www.w3.org/ns/shex#Schema",SemAct:"http://www.w3.org/ns/shex#SemAct",Shape:"http://www.w3.org/ns/shex#Shape",ShapeAnd:"http://www.w3.org/ns/shex#ShapeAnd",ShapeExpression:"http://www.w3.org/ns/shex#ShapeExpression",ShapeExternal:"http://www.w3.org/ns/shex#ShapeExternal",ShapeNot:"http://www.w3.org/ns/shex#ShapeNot",ShapeOr:"http://www.w3.org/ns/shex#ShapeOr",Stem:"http://www.w3.org/ns/shex#Stem",StemRange:"http://www.w3.org/ns/shex#StemRange",TripleConstraint:"http://www.w3.org/ns/shex#TripleConstraint",TripleExpression:"http://www.w3.org/ns/shex#TripleExpression",Wildcard:"http://www.w3.org/ns/shex#Wildcard",annotation:"http://www.w3.org/ns/shex#annotation",closed:"http://www.w3.org/ns/shex#closed",code:"http://www.w3.org/ns/shex#code",datatype:"http://www.w3.org/ns/shex#datatype",exclusion:"http://www.w3.org/ns/shex#exclusion",expression:"http://www.w3.org/ns/shex#expression",expressions:"http://www.w3.org/ns/shex#expressions",extra:"http://www.w3.org/ns/shex#extra",extends__workaround:"http://www.w3.org/ns/shex#extends",flags:"http://www.w3.org/ns/shex#flags",fractiondigits:"http://www.w3.org/ns/shex#fractiondigits",inverse:"http://www.w3.org/ns/shex#inverse",languageTag:"http://www.w3.org/ns/shex#languageTag",length:"http://www.w3.org/ns/shex#length",max:"http://www.w3.org/ns/shex#max",maxexclusive:"http://www.w3.org/ns/shex#maxexclusive",maxinclusive:"http://www.w3.org/ns/shex#maxinclusive",maxlength:"http://www.w3.org/ns/shex#maxlength",min:"http://www.w3.org/ns/shex#min",minexclusive:"http://www.w3.org/ns/shex#minexclusive",mininclusive:"http://www.w3.org/ns/shex#mininclusive",minlength:"http://www.w3.org/ns/shex#minlength",name:"http://www.w3.org/ns/shex#name",nodeKind:"http://www.w3.org/ns/shex#nodeKind",numericFacet:"http://www.w3.org/ns/shex#numericFacet",object:"http://www.w3.org/ns/shex#object",pattern:"http://www.w3.org/ns/shex#pattern",predicate:"http://www.w3.org/ns/shex#predicate",semActs:"http://www.w3.org/ns/shex#semActs",shapeExpr:"http://www.w3.org/ns/shex#shapeExpr",shapeExprs:"http://www.w3.org/ns/shex#shapeExprs",shapes:"http://www.w3.org/ns/shex#shapes",start:"http://www.w3.org/ns/shex#start",startActs:"http://www.w3.org/ns/shex#startActs",stem:"http://www.w3.org/ns/shex#stem",stringFacet:"http://www.w3.org/ns/shex#stringFacet",totaldigits:"http://www.w3.org/ns/shex#totaldigits",valueExpr:"http://www.w3.org/ns/shex#valueExpr",values:"http://www.w3.org/ns/shex#values",xsFacet:"http://www.w3.org/ns/shex#xsFacet"}),wh=Object.freeze({Community:"http://rdfs.org/sioc/ns#Community",Container:"http://rdfs.org/sioc/ns#Container",Forum:"http://rdfs.org/sioc/ns#Forum",Item:"http://rdfs.org/sioc/ns#Item",Post:"http://rdfs.org/sioc/ns#Post",Role:"http://rdfs.org/sioc/ns#Role",Space:"http://rdfs.org/sioc/ns#Space",Site:"http://rdfs.org/sioc/ns#Site",Thread:"http://rdfs.org/sioc/ns#Thread",UserAccount:"http://rdfs.org/sioc/ns#UserAccount",Usergroup:"http://rdfs.org/sioc/ns#Usergroup",about:"http://rdfs.org/sioc/ns#about",account_of:"http://rdfs.org/sioc/ns#account_of",addressed_to:"http://rdfs.org/sioc/ns#addressed_to",administrator_of:"http://rdfs.org/sioc/ns#administrator_of",attachment:"http://rdfs.org/sioc/ns#attachment",avatar:"http://rdfs.org/sioc/ns#avatar",container_of:"http://rdfs.org/sioc/ns#container_of",content:"http://rdfs.org/sioc/ns#content",creator_of:"http://rdfs.org/sioc/ns#creator_of",delivered_at:"http://rdfs.org/sioc/ns#delivered_at",discussion_of:"http://rdfs.org/sioc/ns#discussion_of",earlier_version:"http://rdfs.org/sioc/ns#earlier_version",email:"http://rdfs.org/sioc/ns#email",email_sha1:"http://rdfs.org/sioc/ns#email_sha1",embeds_knowledge:"http://rdfs.org/sioc/ns#embeds_knowledge",feed:"http://rdfs.org/sioc/ns#feed",follows:"http://rdfs.org/sioc/ns#follows",function_of:"http://rdfs.org/sioc/ns#function_of",generator:"http://rdfs.org/sioc/ns#generator",has_administrator:"http://rdfs.org/sioc/ns#has_administrator",has_container:"http://rdfs.org/sioc/ns#has_container",has_creator:"http://rdfs.org/sioc/ns#has_creator",has_discussion:"http://rdfs.org/sioc/ns#has_discussion",has_function:"http://rdfs.org/sioc/ns#has_function",has_host:"http://rdfs.org/sioc/ns#has_host",has_member:"http://rdfs.org/sioc/ns#has_member",has_moderator:"http://rdfs.org/sioc/ns#has_moderator",has_modifier:"http://rdfs.org/sioc/ns#has_modifier",has_owner:"http://rdfs.org/sioc/ns#has_owner",has_parent:"http://rdfs.org/sioc/ns#has_parent",has_reply:"http://rdfs.org/sioc/ns#has_reply",has_scope:"http://rdfs.org/sioc/ns#has_scope",has_space:"http://rdfs.org/sioc/ns#has_space",has_subscriber:"http://rdfs.org/sioc/ns#has_subscriber",has_usergroup:"http://rdfs.org/sioc/ns#has_usergroup",host_of:"http://rdfs.org/sioc/ns#host_of",id:"http://rdfs.org/sioc/ns#id",ip_address:"http://rdfs.org/sioc/ns#ip_address",last_activity_date:"http://rdfs.org/sioc/ns#last_activity_date",last_item_date:"http://rdfs.org/sioc/ns#last_item_date",last_reply_date:"http://rdfs.org/sioc/ns#last_reply_date",later_version:"http://rdfs.org/sioc/ns#later_version",latest_version:"http://rdfs.org/sioc/ns#latest_version",likes:"http://rdfs.org/sioc/ns#likes",link:"http://rdfs.org/sioc/ns#link",links_to:"http://rdfs.org/sioc/ns#links_to",member_of:"http://rdfs.org/sioc/ns#member_of",mentions:"http://rdfs.org/sioc/ns#mentions",moderator_of:"http://rdfs.org/sioc/ns#moderator_of",modifier_of:"http://rdfs.org/sioc/ns#modifier_of",name:"http://rdfs.org/sioc/ns#name",next_by_date:"http://rdfs.org/sioc/ns#next_by_date",next_version:"http://rdfs.org/sioc/ns#next_version",note:"http://rdfs.org/sioc/ns#note",num_authors:"http://rdfs.org/sioc/ns#num_authors",num_items:"http://rdfs.org/sioc/ns#num_items",num_replies:"http://rdfs.org/sioc/ns#num_replies",num_threads:"http://rdfs.org/sioc/ns#num_threads",num_views:"http://rdfs.org/sioc/ns#num_views",owner_of:"http://rdfs.org/sioc/ns#owner_of",parent_of:"http://rdfs.org/sioc/ns#parent_of",previous_by_date:"http://rdfs.org/sioc/ns#previous_by_date",previous_version:"http://rdfs.org/sioc/ns#previous_version",read_at:"http://rdfs.org/sioc/ns#read_at",related_to:"http://rdfs.org/sioc/ns#related_to",reply_of:"http://rdfs.org/sioc/ns#reply_of",respond_to:"http://rdfs.org/sioc/ns#respond_to",scope_of:"http://rdfs.org/sioc/ns#scope_of",shared_by:"http://rdfs.org/sioc/ns#shared_by",sibling:"http://rdfs.org/sioc/ns#sibling",space_of:"http://rdfs.org/sioc/ns#space_of",subscriber_of:"http://rdfs.org/sioc/ns#subscriber_of",topic:"http://rdfs.org/sioc/ns#topic",usergroup_of:"http://rdfs.org/sioc/ns#usergroup_of",title:"http://rdfs.org/sioc/ns#title",content_encoded:"http://rdfs.org/sioc/ns#content_encoded",created_at:"http://rdfs.org/sioc/ns#created_at",description:"http://rdfs.org/sioc/ns#description",first_name:"http://rdfs.org/sioc/ns#first_name",group_of:"http://rdfs.org/sioc/ns#group_of",has_group:"http://rdfs.org/sioc/ns#has_group",has_part:"http://rdfs.org/sioc/ns#has_part",last_name:"http://rdfs.org/sioc/ns#last_name",modified_at:"http://rdfs.org/sioc/ns#modified_at",part_of:"http://rdfs.org/sioc/ns#part_of",reference:"http://rdfs.org/sioc/ns#reference",subject:"http://rdfs.org/sioc/ns#subject"}),yh=Object.freeze({Concept:"http://www.w3.org/2004/02/skos/core#Concept",ConceptScheme:"http://www.w3.org/2004/02/skos/core#ConceptScheme",Collection:"http://www.w3.org/2004/02/skos/core#Collection",OrderedCollection:"http://www.w3.org/2004/02/skos/core#OrderedCollection",inScheme:"http://www.w3.org/2004/02/skos/core#inScheme",hasTopConcept:"http://www.w3.org/2004/02/skos/core#hasTopConcept",topConceptOf:"http://www.w3.org/2004/02/skos/core#topConceptOf",prefLabel:"http://www.w3.org/2004/02/skos/core#prefLabel",altLabel:"http://www.w3.org/2004/02/skos/core#altLabel",hiddenLabel:"http://www.w3.org/2004/02/skos/core#hiddenLabel",notation:"http://www.w3.org/2004/02/skos/core#notation",note:"http://www.w3.org/2004/02/skos/core#note",changeNote:"http://www.w3.org/2004/02/skos/core#changeNote",definition:"http://www.w3.org/2004/02/skos/core#definition",editorialNote:"http://www.w3.org/2004/02/skos/core#editorialNote",example:"http://www.w3.org/2004/02/skos/core#example",historyNote:"http://www.w3.org/2004/02/skos/core#historyNote",scopeNote:"http://www.w3.org/2004/02/skos/core#scopeNote",semanticRelation:"http://www.w3.org/2004/02/skos/core#semanticRelation",broader:"http://www.w3.org/2004/02/skos/core#broader",narrower:"http://www.w3.org/2004/02/skos/core#narrower",related:"http://www.w3.org/2004/02/skos/core#related",broaderTransitive:"http://www.w3.org/2004/02/skos/core#broaderTransitive",narrowerTransitive:"http://www.w3.org/2004/02/skos/core#narrowerTransitive",member:"http://www.w3.org/2004/02/skos/core#member",memberList:"http://www.w3.org/2004/02/skos/core#memberList",mappingRelation:"http://www.w3.org/2004/02/skos/core#mappingRelation",broadMatch:"http://www.w3.org/2004/02/skos/core#broadMatch",narrowMatch:"http://www.w3.org/2004/02/skos/core#narrowMatch",relatedMatch:"http://www.w3.org/2004/02/skos/core#relatedMatch",exactMatch:"http://www.w3.org/2004/02/skos/core#exactMatch",closeMatch:"http://www.w3.org/2004/02/skos/core#closeMatch"}),vh=Object.freeze({Account:"http://www.w3.org/ns/solid/terms#Account",Inbox:"http://www.w3.org/ns/solid/terms#Inbox",InsertDeletePatch:"http://www.w3.org/ns/solid/terms#InsertDeletePatch",ListedDocument:"http://www.w3.org/ns/solid/terms#ListedDocument",Notification:"http://www.w3.org/ns/solid/terms#Notification",Patch:"http://www.w3.org/ns/solid/terms#Patch",Timeline:"http://www.w3.org/ns/solid/terms#Timeline",TypeIndex:"http://www.w3.org/ns/solid/terms#TypeIndex",TypeRegistration:"http://www.w3.org/ns/solid/terms#TypeRegistration",UnlistedDocument:"http://www.w3.org/ns/solid/terms#UnlistedDocument",account:"http://www.w3.org/ns/solid/terms#account",deletes:"http://www.w3.org/ns/solid/terms#deletes",forClass:"http://www.w3.org/ns/solid/terms#forClass",inbox:"http://www.w3.org/ns/solid/terms#inbox",inserts:"http://www.w3.org/ns/solid/terms#inserts",instance:"http://www.w3.org/ns/solid/terms#instance",instanceContainer:"http://www.w3.org/ns/solid/terms#instanceContainer",loginEndpoint:"http://www.w3.org/ns/solid/terms#loginEndpoint",logoutEndpoint:"http://www.w3.org/ns/solid/terms#logoutEndpoint",notification:"http://www.w3.org/ns/solid/terms#notification",oidcIssuer:"http://www.w3.org/ns/solid/terms#oidcIssuer",owner:"http://www.w3.org/ns/solid/terms#owner",patches:"http://www.w3.org/ns/solid/terms#patches",privateTypeIndex:"http://www.w3.org/ns/solid/terms#privateTypeIndex",publicTypeIndex:"http://www.w3.org/ns/solid/terms#publicTypeIndex",privateLabelIndex:"http://www.w3.org/ns/solid/terms#privateLabelIndex",read:"http://www.w3.org/ns/solid/terms#read",storageDescription:"http://www.w3.org/ns/solid/terms#storageDescription",storageQuota:"http://www.w3.org/ns/solid/terms#storageQuota",storageUsage:"http://www.w3.org/ns/solid/terms#storageUsage",typeIndex:"http://www.w3.org/ns/solid/terms#typeIndex",timeline:"http://www.w3.org/ns/solid/terms#timeline",where:"http://www.w3.org/ns/solid/terms#where"}),bh=Object.freeze({ControlledStorage:"http://www.w3.org/ns/pim/space#ControlledStorage",PersonalStorage:"http://www.w3.org/ns/pim/space#PersonalStorage",PublicStorage:"http://www.w3.org/ns/pim/space#PublicStorage",Storage:"http://www.w3.org/ns/pim/space#Storage",Workspace:"http://www.w3.org/ns/pim/space#Workspace",masterWorkspace:"http://www.w3.org/ns/pim/space#masterWorkspace",preferencesFile:"http://www.w3.org/ns/pim/space#preferencesFile",storage:"http://www.w3.org/ns/pim/space#storage",uriPrefix:"http://www.w3.org/ns/pim/space#uriPrefix",workspace:"http://www.w3.org/ns/pim/space#workspace"}),_h=Object.freeze({Access:"http://www.w3.org/2007/ont/link#Access",Document:"http://www.w3.org/2007/ont/link#Document",Mailbox:"http://www.w3.org/2007/ont/link#Mailbox",ProtocolEvent:"http://www.w3.org/2007/ont/link#ProtocolEvent",RDFDocument:"http://www.w3.org/2007/ont/link#RDFDocument",Response:"http://www.w3.org/2007/ont/link#Response",Session:"http://www.w3.org/2007/ont/link#Session",isMentionedIn:"http://www.w3.org/2007/ont/link#isMentionedIn",mentionsClass:"http://www.w3.org/2007/ont/link#mentionsClass",protocol:"http://www.w3.org/2007/ont/link#protocol",redirectedRequest:"http://www.w3.org/2007/ont/link#redirectedRequest",requestedBy:"http://www.w3.org/2007/ont/link#requestedBy",requestedURI:"http://www.w3.org/2007/ont/link#requestedURI",response:"http://www.w3.org/2007/ont/link#response",session:"http://www.w3.org/2007/ont/link#session",source:"http://www.w3.org/2007/ont/link#source",status:"http://www.w3.org/2007/ont/link#status",testDataset:"http://www.w3.org/2007/ont/link#testDataset",uri:"http://www.w3.org/2007/ont/link#uri"}),Ch=Object.freeze({Access:"http://www.w3.org/2007/ont/link#Access",Document:"http://www.w3.org/2007/ont/link#Document",Mailbox:"http://www.w3.org/2007/ont/link#Mailbox",ProtocolEvent:"http://www.w3.org/2007/ont/link#ProtocolEvent",RDFDocument:"http://www.w3.org/2007/ont/link#RDFDocument",Response:"http://www.w3.org/2007/ont/link#Response",Session:"http://www.w3.org/2007/ont/link#Session",isMentionedIn:"http://www.w3.org/2007/ont/link#isMentionedIn",mentionsClass:"http://www.w3.org/2007/ont/link#mentionsClass",protocol:"http://www.w3.org/2007/ont/link#protocol",redirectedRequest:"http://www.w3.org/2007/ont/link#redirectedRequest",requestedBy:"http://www.w3.org/2007/ont/link#requestedBy",requestedURI:"http://www.w3.org/2007/ont/link#requestedURI",response:"http://www.w3.org/2007/ont/link#response",session:"http://www.w3.org/2007/ont/link#session",source:"http://www.w3.org/2007/ont/link#source",status:"http://www.w3.org/2007/ont/link#status",testDataset:"http://www.w3.org/2007/ont/link#testDataset",uri:"http://www.w3.org/2007/ont/link#uri"}),Sh=Object.freeze({Acquaintance:"http://www.w3.org/2006/vcard/ns#Acquaintance",Address:"http://www.w3.org/2006/vcard/ns#Address",Agent:"http://www.w3.org/2006/vcard/ns#Agent",BBS:"http://www.w3.org/2006/vcard/ns#BBS",Car:"http://www.w3.org/2006/vcard/ns#Car",Cell:"http://www.w3.org/2006/vcard/ns#Cell",Child:"http://www.w3.org/2006/vcard/ns#Child",Colleague:"http://www.w3.org/2006/vcard/ns#Colleague",Contact:"http://www.w3.org/2006/vcard/ns#Contact",Coresident:"http://www.w3.org/2006/vcard/ns#Coresident",Coworker:"http://www.w3.org/2006/vcard/ns#Coworker",Crush:"http://www.w3.org/2006/vcard/ns#Crush",Date__workaround:"http://www.w3.org/2006/vcard/ns#Date",Dom:"http://www.w3.org/2006/vcard/ns#Dom",Email:"http://www.w3.org/2006/vcard/ns#Email",Emergency:"http://www.w3.org/2006/vcard/ns#Emergency",Fax:"http://www.w3.org/2006/vcard/ns#Fax",Female:"http://www.w3.org/2006/vcard/ns#Female",Friend:"http://www.w3.org/2006/vcard/ns#Friend",Gender:"http://www.w3.org/2006/vcard/ns#Gender",Group:"http://www.w3.org/2006/vcard/ns#Group",Home:"http://www.w3.org/2006/vcard/ns#Home",ISDN:"http://www.w3.org/2006/vcard/ns#ISDN",Individual:"http://www.w3.org/2006/vcard/ns#Individual",Internet:"http://www.w3.org/2006/vcard/ns#Internet",Intl__workaround:"http://www.w3.org/2006/vcard/ns#Intl",Kin:"http://www.w3.org/2006/vcard/ns#Kin",Kind:"http://www.w3.org/2006/vcard/ns#Kind",Label:"http://www.w3.org/2006/vcard/ns#Label",Location:"http://www.w3.org/2006/vcard/ns#Location",Male:"http://www.w3.org/2006/vcard/ns#Male",Me:"http://www.w3.org/2006/vcard/ns#Me",Met:"http://www.w3.org/2006/vcard/ns#Met",Modem:"http://www.w3.org/2006/vcard/ns#Modem",Msg:"http://www.w3.org/2006/vcard/ns#Msg",Muse:"http://www.w3.org/2006/vcard/ns#Muse",Name:"http://www.w3.org/2006/vcard/ns#Name",Neighbor:"http://www.w3.org/2006/vcard/ns#Neighbor",None:"http://www.w3.org/2006/vcard/ns#None",Organization:"http://www.w3.org/2006/vcard/ns#Organization",Other:"http://www.w3.org/2006/vcard/ns#Other",PCS:"http://www.w3.org/2006/vcard/ns#PCS",Pager:"http://www.w3.org/2006/vcard/ns#Pager",Parcel:"http://www.w3.org/2006/vcard/ns#Parcel",Parent:"http://www.w3.org/2006/vcard/ns#Parent",Postal:"http://www.w3.org/2006/vcard/ns#Postal",Pref:"http://www.w3.org/2006/vcard/ns#Pref",RelatedType:"http://www.w3.org/2006/vcard/ns#RelatedType",Sibling:"http://www.w3.org/2006/vcard/ns#Sibling",Spouse:"http://www.w3.org/2006/vcard/ns#Spouse",Sweetheart:"http://www.w3.org/2006/vcard/ns#Sweetheart",Tel:"http://www.w3.org/2006/vcard/ns#Tel",TelephoneType:"http://www.w3.org/2006/vcard/ns#TelephoneType",Text:"http://www.w3.org/2006/vcard/ns#Text",TextPhone:"http://www.w3.org/2006/vcard/ns#TextPhone",Type:"http://www.w3.org/2006/vcard/ns#Type",Unknown:"http://www.w3.org/2006/vcard/ns#Unknown",VCard:"http://www.w3.org/2006/vcard/ns#VCard",Video:"http://www.w3.org/2006/vcard/ns#Video",Voice:"http://www.w3.org/2006/vcard/ns#Voice",Work:"http://www.w3.org/2006/vcard/ns#Work",X400:"http://www.w3.org/2006/vcard/ns#X400",adr:"http://www.w3.org/2006/vcard/ns#adr",agent:"http://www.w3.org/2006/vcard/ns#agent",anniversary:"http://www.w3.org/2006/vcard/ns#anniversary",bday:"http://www.w3.org/2006/vcard/ns#bday",category:"http://www.w3.org/2006/vcard/ns#category",class__workaround:"http://www.w3.org/2006/vcard/ns#class",email:"http://www.w3.org/2006/vcard/ns#email",fn:"http://www.w3.org/2006/vcard/ns#fn",geo:"http://www.w3.org/2006/vcard/ns#geo",hasAdditionalName:"http://www.w3.org/2006/vcard/ns#hasAdditionalName",hasAddress:"http://www.w3.org/2006/vcard/ns#hasAddress",hasCalendarBusy:"http://www.w3.org/2006/vcard/ns#hasCalendarBusy",hasCalendarLink:"http://www.w3.org/2006/vcard/ns#hasCalendarLink",hasCalendarRequest:"http://www.w3.org/2006/vcard/ns#hasCalendarRequest",hasCategory:"http://www.w3.org/2006/vcard/ns#hasCategory",hasCountryName:"http://www.w3.org/2006/vcard/ns#hasCountryName",hasEmail:"http://www.w3.org/2006/vcard/ns#hasEmail",hasFN:"http://www.w3.org/2006/vcard/ns#hasFN",hasFamilyName:"http://www.w3.org/2006/vcard/ns#hasFamilyName",hasGender:"http://www.w3.org/2006/vcard/ns#hasGender",hasGeo:"http://www.w3.org/2006/vcard/ns#hasGeo",hasGivenName:"http://www.w3.org/2006/vcard/ns#hasGivenName",hasHonorificPrefix:"http://www.w3.org/2006/vcard/ns#hasHonorificPrefix",hasHonorificSuffix:"http://www.w3.org/2006/vcard/ns#hasHonorificSuffix",hasInstantMessage:"http://www.w3.org/2006/vcard/ns#hasInstantMessage",hasKey:"http://www.w3.org/2006/vcard/ns#hasKey",hasLanguage:"http://www.w3.org/2006/vcard/ns#hasLanguage",hasLocality:"http://www.w3.org/2006/vcard/ns#hasLocality",hasLogo:"http://www.w3.org/2006/vcard/ns#hasLogo",hasMember:"http://www.w3.org/2006/vcard/ns#hasMember",hasName:"http://www.w3.org/2006/vcard/ns#hasName",hasNickname:"http://www.w3.org/2006/vcard/ns#hasNickname",hasNote:"http://www.w3.org/2006/vcard/ns#hasNote",hasOrganizationName:"http://www.w3.org/2006/vcard/ns#hasOrganizationName",hasOrganizationUnit:"http://www.w3.org/2006/vcard/ns#hasOrganizationUnit",hasPhoto:"http://www.w3.org/2006/vcard/ns#hasPhoto",hasPostalCode:"http://www.w3.org/2006/vcard/ns#hasPostalCode",hasRegion:"http://www.w3.org/2006/vcard/ns#hasRegion",hasRelated:"http://www.w3.org/2006/vcard/ns#hasRelated",hasRole:"http://www.w3.org/2006/vcard/ns#hasRole",hasSound:"http://www.w3.org/2006/vcard/ns#hasSound",hasSource:"http://www.w3.org/2006/vcard/ns#hasSource",hasStreetAddress:"http://www.w3.org/2006/vcard/ns#hasStreetAddress",hasTelephone:"http://www.w3.org/2006/vcard/ns#hasTelephone",hasTitle:"http://www.w3.org/2006/vcard/ns#hasTitle",hasUID:"http://www.w3.org/2006/vcard/ns#hasUID",hasURL:"http://www.w3.org/2006/vcard/ns#hasURL",hasValue:"http://www.w3.org/2006/vcard/ns#hasValue",key:"http://www.w3.org/2006/vcard/ns#key",label:"http://www.w3.org/2006/vcard/ns#label",language:"http://www.w3.org/2006/vcard/ns#language",latitude:"http://www.w3.org/2006/vcard/ns#latitude",locality:"http://www.w3.org/2006/vcard/ns#locality",logo:"http://www.w3.org/2006/vcard/ns#logo",longitude:"http://www.w3.org/2006/vcard/ns#longitude",mailer:"http://www.w3.org/2006/vcard/ns#mailer",n:"http://www.w3.org/2006/vcard/ns#n",nickname:"http://www.w3.org/2006/vcard/ns#nickname",note:"http://www.w3.org/2006/vcard/ns#note",org:"http://www.w3.org/2006/vcard/ns#org",photo:"http://www.w3.org/2006/vcard/ns#photo",prodid:"http://www.w3.org/2006/vcard/ns#prodid",region:"http://www.w3.org/2006/vcard/ns#region",rev:"http://www.w3.org/2006/vcard/ns#rev",role:"http://www.w3.org/2006/vcard/ns#role",sound:"http://www.w3.org/2006/vcard/ns#sound",tel:"http://www.w3.org/2006/vcard/ns#tel",title:"http://www.w3.org/2006/vcard/ns#title",tz:"http://www.w3.org/2006/vcard/ns#tz",url:"http://www.w3.org/2006/vcard/ns#url",value:"http://www.w3.org/2006/vcard/ns#value"}),Ph=Object.freeze({ActionItem:"http://www.w3.org/2005/01/wf/flow#ActionItem",Change:"http://www.w3.org/2005/01/wf/flow#Change",Closed:"http://www.w3.org/2005/01/wf/flow#Closed",Creation:"http://www.w3.org/2005/01/wf/flow#Creation",Message:"http://www.w3.org/2005/01/wf/flow#Message",NonTerminalState:"http://www.w3.org/2005/01/wf/flow#NonTerminalState",Open:"http://www.w3.org/2005/01/wf/flow#Open",Product:"http://www.w3.org/2005/01/wf/flow#Product",Task:"http://www.w3.org/2005/01/wf/flow#Task",TerminalState:"http://www.w3.org/2005/01/wf/flow#TerminalState",Tracker:"http://www.w3.org/2005/01/wf/flow#Tracker",Transition:"http://www.w3.org/2005/01/wf/flow#Transition",affects:"http://www.w3.org/2005/01/wf/flow#affects",allowedTransitions:"http://www.w3.org/2005/01/wf/flow#allowedTransitions",asigneeClass:"http://www.w3.org/2005/01/wf/flow#asigneeClass",assignee:"http://www.w3.org/2005/01/wf/flow#assignee",attachment:"http://www.w3.org/2005/01/wf/flow#attachment",creates:"http://www.w3.org/2005/01/wf/flow#creates",dateDue:"http://www.w3.org/2005/01/wf/flow#dateDue",deliverable:"http://www.w3.org/2005/01/wf/flow#deliverable",dependent:"http://www.w3.org/2005/01/wf/flow#dependent",description:"http://www.w3.org/2005/01/wf/flow#description",final:"http://www.w3.org/2005/01/wf/flow#final",goalDescription:"http://www.w3.org/2005/01/wf/flow#goalDescription",initialState:"http://www.w3.org/2005/01/wf/flow#initialState",issue:"http://www.w3.org/2005/01/wf/flow#issue",issueCategory:"http://www.w3.org/2005/01/wf/flow#issueCategory",issueClass:"http://www.w3.org/2005/01/wf/flow#issueClass",message:"http://www.w3.org/2005/01/wf/flow#message",modifiedBy:"http://www.w3.org/2005/01/wf/flow#modifiedBy",recipent:"http://www.w3.org/2005/01/wf/flow#recipent",requires:"http://www.w3.org/2005/01/wf/flow#requires",screenShot:"http://www.w3.org/2005/01/wf/flow#screenShot",sender:"http://www.w3.org/2005/01/wf/flow#sender",source:"http://www.w3.org/2005/01/wf/flow#source",stateStore:"http://www.w3.org/2005/01/wf/flow#stateStore",subscriber:"http://www.w3.org/2005/01/wf/flow#subscriber",successCriteria:"http://www.w3.org/2005/01/wf/flow#successCriteria",task:"http://www.w3.org/2005/01/wf/flow#task",terminalOutput:"http://www.w3.org/2005/01/wf/flow#terminalOutput",testData:"http://www.w3.org/2005/01/wf/flow#testData",tracker:"http://www.w3.org/2005/01/wf/flow#tracker",transactionStore:"http://www.w3.org/2005/01/wf/flow#transactionStore"}),Ah=Object.freeze({ID:"http://www.w3.org/2001/XMLSchema#ID",IDREF:"http://www.w3.org/2001/XMLSchema#IDREF",ENTITY:"http://www.w3.org/2001/XMLSchema#ENTITY",NCName:"http://www.w3.org/2001/XMLSchema#NCName",NMTOKEN:"http://www.w3.org/2001/XMLSchema#NMTOKEN",Name:"http://www.w3.org/2001/XMLSchema#Name",totalDigits:"http://www.w3.org/2001/XMLSchema#totalDigits",fractionDigits:"http://www.w3.org/2001/XMLSchema#fractionDigits",pattern:"http://www.w3.org/2001/XMLSchema#pattern",maxInclusive:"http://www.w3.org/2001/XMLSchema#maxInclusive",maxExclusive:"http://www.w3.org/2001/XMLSchema#maxExclusive",minInclusive:"http://www.w3.org/2001/XMLSchema#minInclusive",minExclusive:"http://www.w3.org/2001/XMLSchema#minExclusive",QName:"http://www.w3.org/2001/XMLSchema#QName",anyURI:"http://www.w3.org/2001/XMLSchema#anyURI",base64Binary:"http://www.w3.org/2001/XMLSchema#base64Binary",boolean:"http://www.w3.org/2001/XMLSchema#boolean",byte:"http://www.w3.org/2001/XMLSchema#byte",date:"http://www.w3.org/2001/XMLSchema#date",dateTime:"http://www.w3.org/2001/XMLSchema#dateTime",decimal:"http://www.w3.org/2001/XMLSchema#decimal",double:"http://www.w3.org/2001/XMLSchema#double",duration:"http://www.w3.org/2001/XMLSchema#duration",float:"http://www.w3.org/2001/XMLSchema#float",gDay:"http://www.w3.org/2001/XMLSchema#gDay",gMonth:"http://www.w3.org/2001/XMLSchema#gMonth",gMonthDay:"http://www.w3.org/2001/XMLSchema#gMonthDay",gYear:"http://www.w3.org/2001/XMLSchema#gYear",gYearMonth:"http://www.w3.org/2001/XMLSchema#gYearMonth",hexBinary:"http://www.w3.org/2001/XMLSchema#hexBinary",int:"http://www.w3.org/2001/XMLSchema#int",integer:"http://www.w3.org/2001/XMLSchema#integer",language:"http://www.w3.org/2001/XMLSchema#language",long:"http://www.w3.org/2001/XMLSchema#long",negativeInteger:"http://www.w3.org/2001/XMLSchema#negativeInteger",nonNegativeInteger:"http://www.w3.org/2001/XMLSchema#nonNegativeInteger",nonPositiveInteger:"http://www.w3.org/2001/XMLSchema#nonPositiveInteger",normalizedString:"http://www.w3.org/2001/XMLSchema#normalizedString",positiveInteger:"http://www.w3.org/2001/XMLSchema#positiveInteger",short:"http://www.w3.org/2001/XMLSchema#short",string:"http://www.w3.org/2001/XMLSchema#string",time:"http://www.w3.org/2001/XMLSchema#time",token:"http://www.w3.org/2001/XMLSchema#token",unsignedByte:"http://www.w3.org/2001/XMLSchema#unsignedByte",unsignedInt:"http://www.w3.org/2001/XMLSchema#unsignedInt",unsignedLong:"http://www.w3.org/2001/XMLSchema#unsignedLong",unsignedShort:"http://www.w3.org/2001/XMLSchema#unsignedShort"});var Th=s(S(),1),Dh=class{constructor(t){this.store=t}proposeUriForNewThing(t,e){const r=(0,Th.default)(e,{lower:!0});return`${new URL(r,t)}#it`}},Rh=class extends So{constructor(t,e,r=!1){super(t,e,r),this.uri=t,this.store=e,this.editable=r}listAll(){return this.store.statementsMatching(null,Ro("forClass"),null,uo(this.uri)).map((t=>{const e=t.subject,r=this.store.statementsMatching(e,Ro("instanceContainer"),null,uo(this.uri)),i=this.store.statementsMatching(e,Ro("instance"),null,uo(this.uri)).map((t=>({type:"instance",uri:t.object.value})));return{targets:[...r.map((t=>({type:"container",uri:t.object.value}))),...i],forClass:t.object.value,label:bo(t.object.value)}}))}},xh=class{constructor({session:t={},offlineCache:e=new Uo,onlineStatus:r=new jo,internalStore:i}={}){this.session=t,this.offlineCache=e,this.store=new Vo(this.session,e,r,i),this.searchGateway=new qo(this.store),this.fileFetcher=new ie(this.session),this.fileGateway=new Ao(this.store,this.fileFetcher),this.attachmentGateway=new To(this.fileGateway),this.pictureGateway=new Do(this.fileGateway),this.flagAuthorizationMetaDataOnSessionChange(),this.uriService=new Dh(this.store),this.profileGateway=new Mo(this.store)}flagAuthorizationMetaDataOnSessionChange(){var t,e,r,i;this.session.observeSession().pipe((t=()=>{this.store.flagAuthorizationMetadata()},i=O(t)?{next:t,error:e,complete:r}:t,i?J((function(t,e){var r;null===(r=i.subscribe)||void 0===r||r.call(i);var o=!0;t.subscribe(Y(e,(function(t){var r;null===(r=i.next)||void 0===r||r.call(i,t),e.next(t)}),(function(){var t;o=!1,null===(t=i.complete)||void 0===t||t.call(i),e.complete()}),(function(t){var r;o=!1,null===(r=i.error)||void 0===r||r.call(i,t),e.error(t)}),(function(){var t,e;o&&(null===(t=i.unsubscribe)||void 0===t||t.call(i)),null===(e=i.finalize)||void 0===e||e.call(i)})))})):Q)).subscribe()}fetch(t){return this.store.fetch(t)}fetchAll(t){return this.store.fetchAll(t)}fetchFile(t){return this.files().fetchFile(t)}files(){return this.fileFetcher}addPropertyValue(t,e,r){return this.store.addPropertyValue(t,e,r)}listKnownTerms(){return t=Go,Object.keys(t).flatMap((e=>Object.keys(t[e]).map((r=>({uri:t[e][r],shorthand:`${e}:${r}`})))));var t}addNewThing(t,e,r){return this.store.addNewThing(t,e,r)}proposeUriForNewThing(t,e){return this.uriService.proposeUriForNewThing(t,e)}observeSession(){return this.session.observeSession()}async fetchProfile(t){return this.profileGateway.fetchProfile(t)}async buildSearchIndex(t){return this.searchGateway.buildSearchIndex(t)}logout(){return this.offlineCache.clear(),this.session.logout()}login(t="http://localhost:3000"){return this.session.login(t)}loadModule(t){return async function(t,e){const r=await import(t);return e.loadModule(r)}(t,this.store)}async addToLabelIndex(t,e){await this.searchGateway.addToLabelIndex(t,e)}async createDefaultLabelIndex(t){return await this.searchGateway.createDefaultLabelIndex(t)}uploadAndAddPicture(t,e){return this.pictureGateway.uploadAndAddPicture(t,e)}attachments(){return this.attachmentGateway}};
2
+ /*! Bundled license information:
3
+
4
+ ieee754/index.js:
5
+ (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
6
+
7
+ buffer/index.js:
8
+ (*!
9
+ * The buffer module from node.js, for the browser.
10
+ *
11
+ * @author Feross Aboukhadijeh <https://feross.org>
12
+ * @license MIT
13
+ *)
14
+
15
+ lunr/lunr.js:
16
+ (**
17
+ * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
18
+ * Copyright (C) 2020 Oliver Nightingale
19
+ * @license MIT
20
+ *)
21
+ (*!
22
+ * lunr.utils
23
+ * Copyright (C) 2020 Oliver Nightingale
24
+ *)
25
+ (*!
26
+ * lunr.Set
27
+ * Copyright (C) 2020 Oliver Nightingale
28
+ *)
29
+ (*!
30
+ * lunr.tokenizer
31
+ * Copyright (C) 2020 Oliver Nightingale
32
+ *)
33
+ (*!
34
+ * lunr.Pipeline
35
+ * Copyright (C) 2020 Oliver Nightingale
36
+ *)
37
+ (*!
38
+ * lunr.Vector
39
+ * Copyright (C) 2020 Oliver Nightingale
40
+ *)
41
+ (*!
42
+ * lunr.stemmer
43
+ * Copyright (C) 2020 Oliver Nightingale
44
+ * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
45
+ *)
46
+ (*!
47
+ * lunr.stopWordFilter
48
+ * Copyright (C) 2020 Oliver Nightingale
49
+ *)
50
+ (*!
51
+ * lunr.trimmer
52
+ * Copyright (C) 2020 Oliver Nightingale
53
+ *)
54
+ (*!
55
+ * lunr.TokenSet
56
+ * Copyright (C) 2020 Oliver Nightingale
57
+ *)
58
+ (*!
59
+ * lunr.Index
60
+ * Copyright (C) 2020 Oliver Nightingale
61
+ *)
62
+ (*!
63
+ * lunr.Builder
64
+ * Copyright (C) 2020 Oliver Nightingale
65
+ *)
66
+ */
67
+ export{Po as L,Uo as N,xh as P,No as R,Rh as T,n as _,Bo as a,_o as l}