@fedify/fedify 2.0.0-pr.412.1559 → 2.0.0-pr.412.1794

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 (204) hide show
  1. package/README.md +3 -0
  2. package/dist/{actor-Cc6B76eG.js → actor-BXHc5r-q.js} +1 -1
  3. package/dist/actor-Ba9Z1eNJ.cjs +42079 -0
  4. package/dist/{actor-C22bXuuC.d.ts → actor-DqFajh9s.d.ts} +2 -2
  5. package/dist/{actor-CTAuCsWy.js → actor-DzhunPC_.js} +7058 -2722
  6. package/dist/actor-f2NtjyCg.d.cts +128 -0
  7. package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-Ce45JcFg.js} +1 -1
  8. package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-BNXdRGWP.js} +31 -1
  9. package/dist/{builder-BOEBObR8.js → builder-u7usRsT3.js} +13 -8
  10. package/dist/chunk-DqRYRqnO.cjs +34 -0
  11. package/dist/client-94iWEfQa.d.cts +222 -0
  12. package/dist/{client-DF8anIB5.d.ts → client-BsGzbnV-.d.ts} +3 -75
  13. package/dist/{client-De-z2UnN.js → client-pY7-3icS.js} +3 -22
  14. package/dist/compat/mod.cjs +10 -0
  15. package/dist/compat/mod.d.cts +12 -0
  16. package/dist/compat/mod.d.ts +11 -12
  17. package/dist/compat/mod.js +5 -5
  18. package/dist/compat/transformers.test.js +20 -20
  19. package/dist/compat-DmDDELst.cjs +4 -0
  20. package/dist/compat-nxUqe4Z-.js +4 -0
  21. package/dist/{context-9gCpIkiz.d.ts → context-DG0huGW-.d.ts} +184 -127
  22. package/dist/context-DJ8aSy2Q.d.cts +2312 -0
  23. package/dist/{authdocloader-CLgDGafZ.js → docloader-CrbAy9Oc.js} +17 -8
  24. package/dist/{esm-CHdxdkuH.js → esm-C-Qa1zEM.js} +11 -11
  25. package/dist/federation/builder.test.js +9 -12
  26. package/dist/federation/collection.test.js +7 -9
  27. package/dist/federation/handler.test.js +27 -148
  28. package/dist/federation/idempotency.test.js +201 -0
  29. package/dist/federation/inbox.test.js +4 -6
  30. package/dist/federation/keycache.test.js +3 -4
  31. package/dist/federation/kv.test.js +7 -8
  32. package/dist/federation/middleware.test.js +242 -64
  33. package/dist/federation/mod.cjs +27 -0
  34. package/dist/federation/mod.d.cts +12 -0
  35. package/dist/federation/mod.d.ts +12 -13
  36. package/dist/federation/mod.js +13 -15
  37. package/dist/federation/mq.test.js +8 -10
  38. package/dist/federation/negotiation.test.js +26 -0
  39. package/dist/federation/retry.test.js +4 -5
  40. package/dist/federation/router.test.js +6 -8
  41. package/dist/federation/send.test.js +13 -15
  42. package/dist/federation-CRpdnOMS.cjs +244 -0
  43. package/dist/{federation-CMX7WzeL.js → federation-jcR8-ZxP.js} +3 -3
  44. package/dist/fixtures/media.example.com/avatars/test-avatar.jpg.json +6 -0
  45. package/dist/{http-DqSNLFNY.d.ts → http-BbO0ejuk.d.ts} +2 -2
  46. package/dist/{http-l0TEupZK.js → http-CUVx-vzb.js} +260 -10
  47. package/dist/{http-CcdM1brU.js → http-D2kIm9la.js} +3 -3
  48. package/dist/http-Dofes42e.cjs +1106 -0
  49. package/dist/http-M8k5mKc0.d.cts +253 -0
  50. package/dist/{inbox-B6DZbGNf.js → inbox-HjG5peXY.js} +24 -7
  51. package/dist/{key-CzLv1phF.js → key-CxdLUFS6.js} +3 -2
  52. package/dist/{keycache-B8HdZJSt.js → keycache-bU7COwsh.js} +1 -1
  53. package/dist/{keys-zZwiKkfx.js → keys-DMHs8XNn.js} +2 -1
  54. package/dist/kv-Bxr0Q87_.d.cts +81 -0
  55. package/dist/kv-cache-CGXcDejL.js +122 -0
  56. package/dist/kv-cache-DN9pfMBe.js +94 -0
  57. package/dist/kv-cache-Dkvbn6rg.cjs +134 -0
  58. package/dist/{ld-CBcQdZ6N.js → ld-CIhvSCCr.js} +5 -4
  59. package/dist/lookup-CHkCVZTU.js +260 -0
  60. package/dist/lookup-CfFkONZD.cjs +272 -0
  61. package/dist/{type-SK-d7Tbw.js → lookup-DQRtjvb1.js} +7266 -7087
  62. package/dist/middleware-Bot7EEwV.js +26 -0
  63. package/dist/middleware-CFJgmUMW.cjs +15 -0
  64. package/dist/{middleware-BRgu1IH8.js → middleware-CJlj5Olw.js} +86 -181
  65. package/dist/middleware-CjHl2NHA.js +15 -0
  66. package/dist/middleware-D74TgW2E.cjs +4225 -0
  67. package/dist/{middleware-CxEkcFW0.js → middleware-DMk2Mdn9.js} +117 -127
  68. package/dist/mod-0noXw66R.d.cts +107 -0
  69. package/dist/mod-B-hUPT2N.d.cts +1 -0
  70. package/dist/{mod-Drmz72EK.d.ts → mod-B2iOw50L.d.ts} +3 -3
  71. package/dist/mod-B9M-8jm2.d.ts +109 -0
  72. package/dist/{mod-Cxt4Kpf6.d.ts → mod-BlVovdcy.d.ts} +20 -2
  73. package/dist/{mod-Bqxcp7eN.d.ts → mod-BoHnwOCs.d.ts} +2 -2
  74. package/dist/mod-BxRCHTz-.d.cts +307 -0
  75. package/dist/mod-C2tOeRkN.d.cts +1 -0
  76. package/dist/mod-C58MZ7Wx.d.cts +113 -0
  77. package/dist/mod-DJcZDvjA.d.cts +80 -0
  78. package/dist/mod-DgdBYYa0.d.cts +266 -0
  79. package/dist/{mod-DBzN0aCM.d.ts → mod-Ds0mpFZU.d.ts} +1 -1
  80. package/dist/mod.cjs +137 -0
  81. package/dist/mod.d.cts +16 -0
  82. package/dist/mod.d.ts +16 -17
  83. package/dist/mod.js +19 -21
  84. package/dist/mq-DcJPkXD5.d.cts +140 -0
  85. package/dist/negotiation-C4nFufNk.js +71 -0
  86. package/dist/nodeinfo/client.test.js +30 -111
  87. package/dist/nodeinfo/handler.test.js +25 -26
  88. package/dist/nodeinfo/mod.cjs +10 -0
  89. package/dist/nodeinfo/mod.d.cts +3 -0
  90. package/dist/nodeinfo/mod.d.ts +3 -5
  91. package/dist/nodeinfo/mod.js +6 -7
  92. package/dist/nodeinfo/types.test.js +8 -15
  93. package/dist/nodeinfo-BnthBobC.js +4 -0
  94. package/dist/nodeinfo-CdN0rEnZ.cjs +4 -0
  95. package/dist/owner-B4HbyP8s.d.cts +67 -0
  96. package/dist/{owner-VEIjmR8r.js → owner-Dvh7mBvr.js} +3 -2
  97. package/dist/{owner-CQPnQVtf.d.ts → owner-kQRGVXG1.d.ts} +3 -3
  98. package/dist/proof-D0uThUvD.cjs +674 -0
  99. package/dist/{proof-DoSQAGkE.js → proof-Dgy35fzc.js} +3 -3
  100. package/dist/{proof-tgUlT8hw.js → proof-fqzaMJ4g.js} +11 -10
  101. package/dist/{send-BzS7w-QF.js → send-Drp20VO9.js} +2 -2
  102. package/dist/sig/http.test.js +13 -14
  103. package/dist/sig/key.test.js +9 -11
  104. package/dist/sig/ld.test.js +8 -10
  105. package/dist/sig/mod.cjs +28 -0
  106. package/dist/sig/mod.d.cts +6 -0
  107. package/dist/sig/mod.d.ts +5 -7
  108. package/dist/sig/mod.js +8 -10
  109. package/dist/sig/owner.test.js +10 -12
  110. package/dist/sig/proof.test.js +13 -14
  111. package/dist/sig-C34-oHBl.js +4 -0
  112. package/dist/sig-YYj5tCnr.cjs +4 -0
  113. package/dist/testing/docloader.test.js +6 -8
  114. package/dist/testing/mod.d.ts +387 -224
  115. package/dist/testing/mod.js +2 -3
  116. package/dist/{testing-Z2omCvKy.js → testing-g4UC4liW.js} +1 -2
  117. package/dist/{transformers-Dna8Fg7k.js → transformers-BFT6d7J5.js} +3 -3
  118. package/dist/transformers-CoBS-oFG.cjs +116 -0
  119. package/dist/{types-DgPvoUWN.js → types-BtUjyi5y.js} +8 -169
  120. package/dist/{types-BIgY6c-l.js → types-C2XVl6gj.js} +1 -3
  121. package/dist/types-CWgzGaqk.cjs +315 -0
  122. package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +14 -15
  123. package/dist/utils/kv-cache.test.js +209 -0
  124. package/dist/utils/mod.cjs +12 -0
  125. package/dist/utils/mod.d.cts +5 -0
  126. package/dist/utils/mod.d.ts +7 -0
  127. package/dist/utils/mod.js +11 -0
  128. package/dist/utils-D-Va7aXC.js +4 -0
  129. package/dist/utils-DyRU1gdZ.cjs +4 -0
  130. package/dist/vocab/actor.test.js +8 -10
  131. package/dist/vocab/lookup.test.js +257 -9
  132. package/dist/vocab/mod.cjs +86 -0
  133. package/dist/vocab/mod.d.cts +4 -0
  134. package/dist/vocab/mod.d.ts +3 -5
  135. package/dist/vocab/mod.js +6 -7
  136. package/dist/vocab/type.test.js +2 -3
  137. package/dist/vocab/vocab.test.js +438 -15
  138. package/dist/{vocab-SOE1ifCr.d.ts → vocab-BCWe1Ih5.d.ts} +292 -21
  139. package/dist/{vocab-CvD6Vbml.js → vocab-BnR3nIU9.js} +26 -17
  140. package/dist/vocab-CeDBzu-f.d.cts +14903 -0
  141. package/dist/{lookup-Bn_HEC_d.js → vocab-DFaWWYDn.cjs} +108 -139
  142. package/dist/webfinger/handler.test.js +24 -25
  143. package/dist/webfinger/lookup.test.js +7 -9
  144. package/dist/webfinger/mod.cjs +8 -0
  145. package/dist/webfinger/mod.d.cts +2 -0
  146. package/dist/webfinger/mod.d.ts +1 -3
  147. package/dist/webfinger/mod.js +5 -6
  148. package/dist/webfinger-C72Y8lrh.js +4 -0
  149. package/dist/webfinger-vAtLmxOF.cjs +4 -0
  150. package/dist/x/cfworkers.cjs +100 -0
  151. package/dist/x/cfworkers.d.cts +59 -0
  152. package/dist/x/cfworkers.d.ts +2 -2
  153. package/dist/x/cfworkers.js +3 -3
  154. package/dist/x/cfworkers.test.js +6 -8
  155. package/dist/x/hono.cjs +61 -0
  156. package/dist/x/hono.d.cts +53 -0
  157. package/dist/x/hono.d.ts +10 -11
  158. package/dist/x/hono.js +3 -3
  159. package/dist/x/sveltekit.cjs +69 -0
  160. package/dist/x/sveltekit.d.cts +45 -0
  161. package/dist/x/sveltekit.d.ts +10 -11
  162. package/dist/x/sveltekit.js +3 -3
  163. package/package.json +79 -23
  164. package/dist/assert_throws-BOO88avQ.js +0 -39
  165. package/dist/authdocloader-BFVqUbyo.js +0 -52
  166. package/dist/compat-Bb5myD13.js +0 -4
  167. package/dist/docloader-CxWcuWqQ.d.ts +0 -221
  168. package/dist/docloader-DEhniCVa.js +0 -4615
  169. package/dist/key-CUZQgVlf.js +0 -10
  170. package/dist/key-Deb0_wWL.js +0 -10
  171. package/dist/key-DxA6xRtZ.js +0 -260
  172. package/dist/lookup-dtdr2ftf.js +0 -131
  173. package/dist/middleware-BE_geSiJ.js +0 -17
  174. package/dist/middleware-BnU6hzVp.js +0 -26
  175. package/dist/mod-TFoH2Ql8.d.ts +0 -104
  176. package/dist/nodeinfo/semver.test.js +0 -143
  177. package/dist/nodeinfo-CyEbLjHs.js +0 -4
  178. package/dist/runtime/docloader.test.js +0 -522
  179. package/dist/runtime/key.test.js +0 -103
  180. package/dist/runtime/langstr.test.d.ts +0 -3
  181. package/dist/runtime/langstr.test.js +0 -39
  182. package/dist/runtime/mod.d.ts +0 -8
  183. package/dist/runtime/mod.js +0 -13
  184. package/dist/runtime/multibase/multibase.test.d.ts +0 -3
  185. package/dist/runtime/multibase/multibase.test.js +0 -358
  186. package/dist/runtime/url.test.d.ts +0 -3
  187. package/dist/runtime/url.test.js +0 -45
  188. package/dist/runtime-BSkOVUWM.js +0 -4
  189. package/dist/semver-dArNLkR9.js +0 -149
  190. package/dist/sig-BXJO--F9.js +0 -4
  191. package/dist/webfinger-C3GIyXIg.js +0 -4
  192. /package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-C80BG-_5.js} +0 -0
  193. /package/dist/{collection-CSzG2j1P.js → collection-BzWsN9pB.js} +0 -0
  194. /package/dist/{denokv-Bv33Xxea.js → denokv-CCssOzMJ.js} +0 -0
  195. /package/dist/{nodeinfo/semver.test.d.ts → federation/idempotency.test.d.ts} +0 -0
  196. /package/dist/{runtime/authdocloader.test.d.ts → federation/negotiation.test.d.ts} +0 -0
  197. /package/dist/{kv-C7sopW2E.d.ts → kv-BKNZ-Tb-.d.ts} +0 -0
  198. /package/dist/{mod-1pDWKvUL.d.ts → mod-CVgZgliM.d.ts} +0 -0
  199. /package/dist/{mod-g0xFzAP9.d.ts → mod-xIj-IT58.d.ts} +0 -0
  200. /package/dist/{mq-CRGm1e_F.d.ts → mq-CUKlBw08.d.ts} +0 -0
  201. /package/dist/{retry-D4GJ670a.js → retry-CfF8Gn4d.js} +0 -0
  202. /package/dist/{std__assert-X-_kMxKM.js → std__assert-DWivtrGR.js} +0 -0
  203. /package/dist/{runtime → utils}/docloader.test.d.ts +0 -0
  204. /package/dist/{runtime/key.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
@@ -1,4615 +0,0 @@
1
-
2
- import { Temporal } from "@js-temporal/polyfill";
3
- import { URLPattern } from "urlpattern-polyfill";
4
-
5
- import { getLogger } from "@logtape/logtape";
6
- import { HTTPHeaderLink } from "@hugoalh/http-header-link";
7
- import process from "node:process";
8
- import { lookup } from "node:dns/promises";
9
- import { isIP } from "node:net";
10
-
11
- //#region deno.json
12
- var name = "@fedify/fedify";
13
- var version = "2.0.0-pr.412.1559+4a4b1861";
14
- var license = "MIT";
15
- var exports = {
16
- ".": "./src/mod.ts",
17
- "./compat": "./src/compat/mod.ts",
18
- "./federation": "./src/federation/mod.ts",
19
- "./nodeinfo": "./src/nodeinfo/mod.ts",
20
- "./runtime": "./src/runtime/mod.ts",
21
- "./sig": "./src/sig/mod.ts",
22
- "./testing": "./src/testing/mod.ts",
23
- "./vocab": "./src/vocab/mod.ts",
24
- "./webfinger": "./src/webfinger/mod.ts",
25
- "./x/cfworkers": "./src/x/cfworkers.ts",
26
- "./x/denokv": "./src/x/denokv.ts",
27
- "./x/fresh": "./src/x/fresh.ts",
28
- "./x/hono": "./src/x/hono.ts",
29
- "./x/sveltekit": "./src/x/sveltekit.ts"
30
- };
31
- var imports = {
32
- "@cfworker/json-schema": "npm:@cfworker/json-schema@^4.1.1",
33
- "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
34
- "@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
35
- "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
36
- "@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
37
- "@std/assert": "jsr:@std/assert@^0.226.0",
38
- "@std/testing": "jsr:@std/testing@^0.224.0",
39
- "@std/url": "jsr:@std/url@^0.225.1",
40
- "asn1js": "npm:asn1js@^3.0.5",
41
- "byte-encodings": "npm:byte-encodings@^1.0.11",
42
- "es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.39.5",
43
- "fast-check": "npm:fast-check@^3.22.0",
44
- "fetch-mock": "npm:fetch-mock@^12.5.2",
45
- "json-canon": "npm:json-canon@^1.0.1",
46
- "jsonld": "npm:jsonld@^8.3.2",
47
- "multicodec": "npm:multicodec@^3.2.1",
48
- "pkijs": "npm:pkijs@^3.2.4",
49
- "structured-field-values": "npm:structured-field-values@^2.0.4",
50
- "uri-template-router": "npm:uri-template-router@^0.0.17",
51
- "url-template": "npm:url-template@^3.1.1"
52
- };
53
- var include = ["src/vocab/vocab.ts"];
54
- var exclude = [
55
- ".test-report.xml",
56
- "apidoc/",
57
- "dist/",
58
- "node_modules/",
59
- "npm/",
60
- "pnpm-lock.yaml",
61
- "src/cfworkers/dist/",
62
- "src/cfworkers/fixtures/",
63
- "src/cfworkers/imports.ts",
64
- "src/cfworkers/README.md",
65
- "src/cfworkers/server.ts",
66
- "src/cfworkers/server.js",
67
- "src/cfworkers/server.js.map",
68
- "src/codegen/schema.yaml",
69
- "src/vocab/*.yaml",
70
- "!src/vocab/vocab.ts"
71
- ];
72
- var tasks = {
73
- "codegen": "GENPATH=vocab-$(deno eval \"console.log(crypto.randomUUID());\").ts && deno run --allow-read --allow-write --check src/codegen/main.ts src/vocab/ ../runtime/ src/vocab/$GENPATH && deno fmt src/vocab/$GENPATH && mv src/vocab/$GENPATH src/vocab/vocab.ts && deno cache src/vocab/vocab.ts && deno check src/vocab/vocab.ts",
74
- "cache": {
75
- "command": "deno cache src/mod.ts",
76
- "dependencies": ["codegen"]
77
- },
78
- "check": {
79
- "command": "deno fmt --check && deno lint && deno check src/**/*.ts",
80
- "dependencies": ["codegen"]
81
- },
82
- "test": {
83
- "command": "deno test --check --doc --allow-read --allow-write --allow-env --unstable-kv --trace-leaks --parallel",
84
- "dependencies": ["codegen"]
85
- },
86
- "coverage": "deno task test --clean --coverage && deno coverage --html coverage",
87
- "bench": {
88
- "command": "deno bench --allow-read --allow-write --allow-net --allow-env --allow-run --unstable-kv",
89
- "dependencies": ["codegen"]
90
- },
91
- "apidoc": {
92
- "command": "deno doc --html --name=Fedify --output=apidoc/ src/mod.ts",
93
- "dependencies": ["codegen"]
94
- },
95
- "publish": {
96
- "command": "deno publish",
97
- "dependencies": ["codegen"]
98
- },
99
- "pnpm:install": "pnpm install",
100
- "pnpm:build": {
101
- "command": "pnpm exec tsdown",
102
- "dependencies": ["codegen", "pnpm:install"]
103
- },
104
- "test:node": {
105
- "command": "cd dist/ && node --test",
106
- "dependencies": ["pnpm:build"]
107
- },
108
- "test:bun": {
109
- "command": "cd dist/ && bun test --timeout 60000",
110
- "dependencies": ["pnpm:build"]
111
- },
112
- "test:cfworkers": {
113
- "command": "pnpm exec wrangler deploy --dry-run --outdir src/cfworkers && node --import=tsx src/cfworkers/client.ts",
114
- "dependencies": ["pnpm:build"]
115
- },
116
- "test-all": { "dependencies": [
117
- "check",
118
- "test",
119
- "test:node",
120
- "test:bun",
121
- "test:cfworkers"
122
- ] }
123
- };
124
- var deno_default = {
125
- name,
126
- version,
127
- license,
128
- exports,
129
- imports,
130
- include,
131
- exclude,
132
- tasks
133
- };
134
-
135
- //#endregion
136
- //#region src/runtime/contexts.ts
137
- const preloadedContexts = {
138
- "https://www.w3.org/ns/activitystreams": { "@context": {
139
- "@vocab": "_:",
140
- "xsd": "http://www.w3.org/2001/XMLSchema#",
141
- "as": "https://www.w3.org/ns/activitystreams#",
142
- "ldp": "http://www.w3.org/ns/ldp#",
143
- "vcard": "http://www.w3.org/2006/vcard/ns#",
144
- "id": "@id",
145
- "type": "@type",
146
- "Accept": "as:Accept",
147
- "Activity": "as:Activity",
148
- "IntransitiveActivity": "as:IntransitiveActivity",
149
- "Add": "as:Add",
150
- "Announce": "as:Announce",
151
- "Application": "as:Application",
152
- "Arrive": "as:Arrive",
153
- "Article": "as:Article",
154
- "Audio": "as:Audio",
155
- "Block": "as:Block",
156
- "Collection": "as:Collection",
157
- "CollectionPage": "as:CollectionPage",
158
- "Relationship": "as:Relationship",
159
- "Create": "as:Create",
160
- "Delete": "as:Delete",
161
- "Dislike": "as:Dislike",
162
- "Document": "as:Document",
163
- "Event": "as:Event",
164
- "Follow": "as:Follow",
165
- "Flag": "as:Flag",
166
- "Group": "as:Group",
167
- "Ignore": "as:Ignore",
168
- "Image": "as:Image",
169
- "Invite": "as:Invite",
170
- "Join": "as:Join",
171
- "Leave": "as:Leave",
172
- "Like": "as:Like",
173
- "Link": "as:Link",
174
- "Mention": "as:Mention",
175
- "Note": "as:Note",
176
- "Object": "as:Object",
177
- "Offer": "as:Offer",
178
- "OrderedCollection": "as:OrderedCollection",
179
- "OrderedCollectionPage": "as:OrderedCollectionPage",
180
- "Organization": "as:Organization",
181
- "Page": "as:Page",
182
- "Person": "as:Person",
183
- "Place": "as:Place",
184
- "Profile": "as:Profile",
185
- "Question": "as:Question",
186
- "Reject": "as:Reject",
187
- "Remove": "as:Remove",
188
- "Service": "as:Service",
189
- "TentativeAccept": "as:TentativeAccept",
190
- "TentativeReject": "as:TentativeReject",
191
- "Tombstone": "as:Tombstone",
192
- "Undo": "as:Undo",
193
- "Update": "as:Update",
194
- "Video": "as:Video",
195
- "View": "as:View",
196
- "Listen": "as:Listen",
197
- "Read": "as:Read",
198
- "Move": "as:Move",
199
- "Travel": "as:Travel",
200
- "IsFollowing": "as:IsFollowing",
201
- "IsFollowedBy": "as:IsFollowedBy",
202
- "IsContact": "as:IsContact",
203
- "IsMember": "as:IsMember",
204
- "subject": {
205
- "@id": "as:subject",
206
- "@type": "@id"
207
- },
208
- "relationship": {
209
- "@id": "as:relationship",
210
- "@type": "@id"
211
- },
212
- "actor": {
213
- "@id": "as:actor",
214
- "@type": "@id"
215
- },
216
- "attributedTo": {
217
- "@id": "as:attributedTo",
218
- "@type": "@id"
219
- },
220
- "attachment": {
221
- "@id": "as:attachment",
222
- "@type": "@id"
223
- },
224
- "bcc": {
225
- "@id": "as:bcc",
226
- "@type": "@id"
227
- },
228
- "bto": {
229
- "@id": "as:bto",
230
- "@type": "@id"
231
- },
232
- "cc": {
233
- "@id": "as:cc",
234
- "@type": "@id"
235
- },
236
- "context": {
237
- "@id": "as:context",
238
- "@type": "@id"
239
- },
240
- "current": {
241
- "@id": "as:current",
242
- "@type": "@id"
243
- },
244
- "first": {
245
- "@id": "as:first",
246
- "@type": "@id"
247
- },
248
- "generator": {
249
- "@id": "as:generator",
250
- "@type": "@id"
251
- },
252
- "icon": {
253
- "@id": "as:icon",
254
- "@type": "@id"
255
- },
256
- "image": {
257
- "@id": "as:image",
258
- "@type": "@id"
259
- },
260
- "inReplyTo": {
261
- "@id": "as:inReplyTo",
262
- "@type": "@id"
263
- },
264
- "items": {
265
- "@id": "as:items",
266
- "@type": "@id"
267
- },
268
- "instrument": {
269
- "@id": "as:instrument",
270
- "@type": "@id"
271
- },
272
- "orderedItems": {
273
- "@id": "as:items",
274
- "@type": "@id",
275
- "@container": "@list"
276
- },
277
- "last": {
278
- "@id": "as:last",
279
- "@type": "@id"
280
- },
281
- "location": {
282
- "@id": "as:location",
283
- "@type": "@id"
284
- },
285
- "next": {
286
- "@id": "as:next",
287
- "@type": "@id"
288
- },
289
- "object": {
290
- "@id": "as:object",
291
- "@type": "@id"
292
- },
293
- "oneOf": {
294
- "@id": "as:oneOf",
295
- "@type": "@id"
296
- },
297
- "anyOf": {
298
- "@id": "as:anyOf",
299
- "@type": "@id"
300
- },
301
- "closed": {
302
- "@id": "as:closed",
303
- "@type": "xsd:dateTime"
304
- },
305
- "origin": {
306
- "@id": "as:origin",
307
- "@type": "@id"
308
- },
309
- "accuracy": {
310
- "@id": "as:accuracy",
311
- "@type": "xsd:float"
312
- },
313
- "prev": {
314
- "@id": "as:prev",
315
- "@type": "@id"
316
- },
317
- "preview": {
318
- "@id": "as:preview",
319
- "@type": "@id"
320
- },
321
- "replies": {
322
- "@id": "as:replies",
323
- "@type": "@id"
324
- },
325
- "result": {
326
- "@id": "as:result",
327
- "@type": "@id"
328
- },
329
- "audience": {
330
- "@id": "as:audience",
331
- "@type": "@id"
332
- },
333
- "partOf": {
334
- "@id": "as:partOf",
335
- "@type": "@id"
336
- },
337
- "tag": {
338
- "@id": "as:tag",
339
- "@type": "@id"
340
- },
341
- "target": {
342
- "@id": "as:target",
343
- "@type": "@id"
344
- },
345
- "to": {
346
- "@id": "as:to",
347
- "@type": "@id"
348
- },
349
- "url": {
350
- "@id": "as:url",
351
- "@type": "@id"
352
- },
353
- "altitude": {
354
- "@id": "as:altitude",
355
- "@type": "xsd:float"
356
- },
357
- "content": "as:content",
358
- "contentMap": {
359
- "@id": "as:content",
360
- "@container": "@language"
361
- },
362
- "name": "as:name",
363
- "nameMap": {
364
- "@id": "as:name",
365
- "@container": "@language"
366
- },
367
- "duration": {
368
- "@id": "as:duration",
369
- "@type": "xsd:duration"
370
- },
371
- "endTime": {
372
- "@id": "as:endTime",
373
- "@type": "xsd:dateTime"
374
- },
375
- "height": {
376
- "@id": "as:height",
377
- "@type": "xsd:nonNegativeInteger"
378
- },
379
- "href": {
380
- "@id": "as:href",
381
- "@type": "@id"
382
- },
383
- "hreflang": "as:hreflang",
384
- "latitude": {
385
- "@id": "as:latitude",
386
- "@type": "xsd:float"
387
- },
388
- "longitude": {
389
- "@id": "as:longitude",
390
- "@type": "xsd:float"
391
- },
392
- "mediaType": "as:mediaType",
393
- "published": {
394
- "@id": "as:published",
395
- "@type": "xsd:dateTime"
396
- },
397
- "radius": {
398
- "@id": "as:radius",
399
- "@type": "xsd:float"
400
- },
401
- "rel": "as:rel",
402
- "startIndex": {
403
- "@id": "as:startIndex",
404
- "@type": "xsd:nonNegativeInteger"
405
- },
406
- "startTime": {
407
- "@id": "as:startTime",
408
- "@type": "xsd:dateTime"
409
- },
410
- "summary": "as:summary",
411
- "summaryMap": {
412
- "@id": "as:summary",
413
- "@container": "@language"
414
- },
415
- "totalItems": {
416
- "@id": "as:totalItems",
417
- "@type": "xsd:nonNegativeInteger"
418
- },
419
- "units": "as:units",
420
- "updated": {
421
- "@id": "as:updated",
422
- "@type": "xsd:dateTime"
423
- },
424
- "width": {
425
- "@id": "as:width",
426
- "@type": "xsd:nonNegativeInteger"
427
- },
428
- "describes": {
429
- "@id": "as:describes",
430
- "@type": "@id"
431
- },
432
- "formerType": {
433
- "@id": "as:formerType",
434
- "@type": "@id"
435
- },
436
- "deleted": {
437
- "@id": "as:deleted",
438
- "@type": "xsd:dateTime"
439
- },
440
- "inbox": {
441
- "@id": "ldp:inbox",
442
- "@type": "@id"
443
- },
444
- "outbox": {
445
- "@id": "as:outbox",
446
- "@type": "@id"
447
- },
448
- "following": {
449
- "@id": "as:following",
450
- "@type": "@id"
451
- },
452
- "followers": {
453
- "@id": "as:followers",
454
- "@type": "@id"
455
- },
456
- "streams": {
457
- "@id": "as:streams",
458
- "@type": "@id"
459
- },
460
- "preferredUsername": "as:preferredUsername",
461
- "endpoints": {
462
- "@id": "as:endpoints",
463
- "@type": "@id"
464
- },
465
- "uploadMedia": {
466
- "@id": "as:uploadMedia",
467
- "@type": "@id"
468
- },
469
- "proxyUrl": {
470
- "@id": "as:proxyUrl",
471
- "@type": "@id"
472
- },
473
- "liked": {
474
- "@id": "as:liked",
475
- "@type": "@id"
476
- },
477
- "oauthAuthorizationEndpoint": {
478
- "@id": "as:oauthAuthorizationEndpoint",
479
- "@type": "@id"
480
- },
481
- "oauthTokenEndpoint": {
482
- "@id": "as:oauthTokenEndpoint",
483
- "@type": "@id"
484
- },
485
- "provideClientKey": {
486
- "@id": "as:provideClientKey",
487
- "@type": "@id"
488
- },
489
- "signClientKey": {
490
- "@id": "as:signClientKey",
491
- "@type": "@id"
492
- },
493
- "sharedInbox": {
494
- "@id": "as:sharedInbox",
495
- "@type": "@id"
496
- },
497
- "Public": {
498
- "@id": "as:Public",
499
- "@type": "@id"
500
- },
501
- "source": "as:source",
502
- "likes": {
503
- "@id": "as:likes",
504
- "@type": "@id"
505
- },
506
- "shares": {
507
- "@id": "as:shares",
508
- "@type": "@id"
509
- },
510
- "alsoKnownAs": {
511
- "@id": "as:alsoKnownAs",
512
- "@type": "@id"
513
- }
514
- } },
515
- "https://w3id.org/security/v1": { "@context": {
516
- "id": "@id",
517
- "type": "@type",
518
- "dc": "http://purl.org/dc/terms/",
519
- "sec": "https://w3id.org/security#",
520
- "xsd": "http://www.w3.org/2001/XMLSchema#",
521
- "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016",
522
- "Ed25519Signature2018": "sec:Ed25519Signature2018",
523
- "EncryptedMessage": "sec:EncryptedMessage",
524
- "GraphSignature2012": "sec:GraphSignature2012",
525
- "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
526
- "LinkedDataSignature2016": "sec:LinkedDataSignature2016",
527
- "CryptographicKey": "sec:Key",
528
- "authenticationTag": "sec:authenticationTag",
529
- "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm",
530
- "cipherAlgorithm": "sec:cipherAlgorithm",
531
- "cipherData": "sec:cipherData",
532
- "cipherKey": "sec:cipherKey",
533
- "created": {
534
- "@id": "dc:created",
535
- "@type": "xsd:dateTime"
536
- },
537
- "creator": {
538
- "@id": "dc:creator",
539
- "@type": "@id"
540
- },
541
- "digestAlgorithm": "sec:digestAlgorithm",
542
- "digestValue": "sec:digestValue",
543
- "domain": "sec:domain",
544
- "encryptionKey": "sec:encryptionKey",
545
- "expiration": {
546
- "@id": "sec:expiration",
547
- "@type": "xsd:dateTime"
548
- },
549
- "expires": {
550
- "@id": "sec:expiration",
551
- "@type": "xsd:dateTime"
552
- },
553
- "initializationVector": "sec:initializationVector",
554
- "iterationCount": "sec:iterationCount",
555
- "nonce": "sec:nonce",
556
- "normalizationAlgorithm": "sec:normalizationAlgorithm",
557
- "owner": {
558
- "@id": "sec:owner",
559
- "@type": "@id"
560
- },
561
- "password": "sec:password",
562
- "privateKey": {
563
- "@id": "sec:privateKey",
564
- "@type": "@id"
565
- },
566
- "privateKeyPem": "sec:privateKeyPem",
567
- "publicKey": {
568
- "@id": "sec:publicKey",
569
- "@type": "@id"
570
- },
571
- "publicKeyBase58": "sec:publicKeyBase58",
572
- "publicKeyPem": "sec:publicKeyPem",
573
- "publicKeyWif": "sec:publicKeyWif",
574
- "publicKeyService": {
575
- "@id": "sec:publicKeyService",
576
- "@type": "@id"
577
- },
578
- "revoked": {
579
- "@id": "sec:revoked",
580
- "@type": "xsd:dateTime"
581
- },
582
- "salt": "sec:salt",
583
- "signature": "sec:signature",
584
- "signatureAlgorithm": "sec:signingAlgorithm",
585
- "signatureValue": "sec:signatureValue"
586
- } },
587
- "https://w3id.org/security/data-integrity/v1": { "@context": {
588
- "id": "@id",
589
- "type": "@type",
590
- "@protected": true,
591
- "digestMultibase": {
592
- "@id": "https://w3id.org/security#digestMultibase",
593
- "@type": "https://w3id.org/security#multibase"
594
- },
595
- "proof": {
596
- "@id": "https://w3id.org/security#proof",
597
- "@type": "@id",
598
- "@container": "@graph"
599
- },
600
- "DataIntegrityProof": {
601
- "@id": "https://w3id.org/security#DataIntegrityProof",
602
- "@context": {
603
- "@protected": true,
604
- "id": "@id",
605
- "type": "@type",
606
- "challenge": "https://w3id.org/security#challenge",
607
- "created": {
608
- "@id": "http://purl.org/dc/terms/created",
609
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
610
- },
611
- "domain": "https://w3id.org/security#domain",
612
- "expires": {
613
- "@id": "https://w3id.org/security#expiration",
614
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
615
- },
616
- "nonce": "https://w3id.org/security#nonce",
617
- "proofPurpose": {
618
- "@id": "https://w3id.org/security#proofPurpose",
619
- "@type": "@vocab",
620
- "@context": {
621
- "@protected": true,
622
- "id": "@id",
623
- "type": "@type",
624
- "assertionMethod": {
625
- "@id": "https://w3id.org/security#assertionMethod",
626
- "@type": "@id",
627
- "@container": "@set"
628
- },
629
- "authentication": {
630
- "@id": "https://w3id.org/security#authenticationMethod",
631
- "@type": "@id",
632
- "@container": "@set"
633
- },
634
- "capabilityInvocation": {
635
- "@id": "https://w3id.org/security#capabilityInvocationMethod",
636
- "@type": "@id",
637
- "@container": "@set"
638
- },
639
- "capabilityDelegation": {
640
- "@id": "https://w3id.org/security#capabilityDelegationMethod",
641
- "@type": "@id",
642
- "@container": "@set"
643
- },
644
- "keyAgreement": {
645
- "@id": "https://w3id.org/security#keyAgreementMethod",
646
- "@type": "@id",
647
- "@container": "@set"
648
- }
649
- }
650
- },
651
- "cryptosuite": "https://w3id.org/security#cryptosuite",
652
- "proofValue": {
653
- "@id": "https://w3id.org/security#proofValue",
654
- "@type": "https://w3id.org/security#multibase"
655
- },
656
- "verificationMethod": {
657
- "@id": "https://w3id.org/security#verificationMethod",
658
- "@type": "@id"
659
- }
660
- }
661
- }
662
- } },
663
- "https://www.w3.org/ns/did/v1": { "@context": {
664
- "@protected": true,
665
- "id": "@id",
666
- "type": "@type",
667
- "alsoKnownAs": {
668
- "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
669
- "@type": "@id"
670
- },
671
- "assertionMethod": {
672
- "@id": "https://w3id.org/security#assertionMethod",
673
- "@type": "@id",
674
- "@container": "@set"
675
- },
676
- "authentication": {
677
- "@id": "https://w3id.org/security#authenticationMethod",
678
- "@type": "@id",
679
- "@container": "@set"
680
- },
681
- "capabilityDelegation": {
682
- "@id": "https://w3id.org/security#capabilityDelegationMethod",
683
- "@type": "@id",
684
- "@container": "@set"
685
- },
686
- "capabilityInvocation": {
687
- "@id": "https://w3id.org/security#capabilityInvocationMethod",
688
- "@type": "@id",
689
- "@container": "@set"
690
- },
691
- "controller": {
692
- "@id": "https://w3id.org/security#controller",
693
- "@type": "@id"
694
- },
695
- "keyAgreement": {
696
- "@id": "https://w3id.org/security#keyAgreementMethod",
697
- "@type": "@id",
698
- "@container": "@set"
699
- },
700
- "service": {
701
- "@id": "https://www.w3.org/ns/did#service",
702
- "@type": "@id",
703
- "@context": {
704
- "@protected": true,
705
- "id": "@id",
706
- "type": "@type",
707
- "serviceEndpoint": {
708
- "@id": "https://www.w3.org/ns/did#serviceEndpoint",
709
- "@type": "@id"
710
- }
711
- }
712
- },
713
- "verificationMethod": {
714
- "@id": "https://w3id.org/security#verificationMethod",
715
- "@type": "@id"
716
- }
717
- } },
718
- "https://w3id.org/security/multikey/v1": { "@context": {
719
- "id": "@id",
720
- "type": "@type",
721
- "@protected": true,
722
- "Multikey": {
723
- "@id": "https://w3id.org/security#Multikey",
724
- "@context": {
725
- "@protected": true,
726
- "id": "@id",
727
- "type": "@type",
728
- "controller": {
729
- "@id": "https://w3id.org/security#controller",
730
- "@type": "@id"
731
- },
732
- "revoked": {
733
- "@id": "https://w3id.org/security#revoked",
734
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
735
- },
736
- "expires": {
737
- "@id": "https://w3id.org/security#expiration",
738
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
739
- },
740
- "publicKeyMultibase": {
741
- "@id": "https://w3id.org/security#publicKeyMultibase",
742
- "@type": "https://w3id.org/security#multibase"
743
- },
744
- "secretKeyMultibase": {
745
- "@id": "https://w3id.org/security#secretKeyMultibase",
746
- "@type": "https://w3id.org/security#multibase"
747
- }
748
- }
749
- }
750
- } },
751
- "https://w3id.org/identity/v1": { "@context": {
752
- "id": "@id",
753
- "type": "@type",
754
- "cred": "https://w3id.org/credentials#",
755
- "dc": "http://purl.org/dc/terms/",
756
- "identity": "https://w3id.org/identity#",
757
- "perm": "https://w3id.org/permissions#",
758
- "ps": "https://w3id.org/payswarm#",
759
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
760
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
761
- "sec": "https://w3id.org/security#",
762
- "schema": "http://schema.org/",
763
- "xsd": "http://www.w3.org/2001/XMLSchema#",
764
- "Group": "https://www.w3.org/ns/activitystreams#Group",
765
- "claim": {
766
- "@id": "cred:claim",
767
- "@type": "@id"
768
- },
769
- "credential": {
770
- "@id": "cred:credential",
771
- "@type": "@id"
772
- },
773
- "issued": {
774
- "@id": "cred:issued",
775
- "@type": "xsd:dateTime"
776
- },
777
- "issuer": {
778
- "@id": "cred:issuer",
779
- "@type": "@id"
780
- },
781
- "recipient": {
782
- "@id": "cred:recipient",
783
- "@type": "@id"
784
- },
785
- "Credential": "cred:Credential",
786
- "CryptographicKeyCredential": "cred:CryptographicKeyCredential",
787
- "about": {
788
- "@id": "schema:about",
789
- "@type": "@id"
790
- },
791
- "address": {
792
- "@id": "schema:address",
793
- "@type": "@id"
794
- },
795
- "addressCountry": "schema:addressCountry",
796
- "addressLocality": "schema:addressLocality",
797
- "addressRegion": "schema:addressRegion",
798
- "comment": "rdfs:comment",
799
- "created": {
800
- "@id": "dc:created",
801
- "@type": "xsd:dateTime"
802
- },
803
- "creator": {
804
- "@id": "dc:creator",
805
- "@type": "@id"
806
- },
807
- "description": "schema:description",
808
- "email": "schema:email",
809
- "familyName": "schema:familyName",
810
- "givenName": "schema:givenName",
811
- "image": {
812
- "@id": "schema:image",
813
- "@type": "@id"
814
- },
815
- "label": "rdfs:label",
816
- "name": "schema:name",
817
- "postalCode": "schema:postalCode",
818
- "streetAddress": "schema:streetAddress",
819
- "title": "dc:title",
820
- "url": {
821
- "@id": "schema:url",
822
- "@type": "@id"
823
- },
824
- "Person": "schema:Person",
825
- "PostalAddress": "schema:PostalAddress",
826
- "Organization": "schema:Organization",
827
- "identityService": {
828
- "@id": "identity:identityService",
829
- "@type": "@id"
830
- },
831
- "idp": {
832
- "@id": "identity:idp",
833
- "@type": "@id"
834
- },
835
- "Identity": "identity:Identity",
836
- "paymentProcessor": "ps:processor",
837
- "preferences": {
838
- "@id": "ps:preferences",
839
- "@type": "@vocab"
840
- },
841
- "cipherAlgorithm": "sec:cipherAlgorithm",
842
- "cipherData": "sec:cipherData",
843
- "cipherKey": "sec:cipherKey",
844
- "digestAlgorithm": "sec:digestAlgorithm",
845
- "digestValue": "sec:digestValue",
846
- "domain": "sec:domain",
847
- "expires": {
848
- "@id": "sec:expiration",
849
- "@type": "xsd:dateTime"
850
- },
851
- "initializationVector": "sec:initializationVector",
852
- "member": {
853
- "@id": "schema:member",
854
- "@type": "@id"
855
- },
856
- "memberOf": {
857
- "@id": "schema:memberOf",
858
- "@type": "@id"
859
- },
860
- "nonce": "sec:nonce",
861
- "normalizationAlgorithm": "sec:normalizationAlgorithm",
862
- "owner": {
863
- "@id": "sec:owner",
864
- "@type": "@id"
865
- },
866
- "password": "sec:password",
867
- "privateKey": {
868
- "@id": "sec:privateKey",
869
- "@type": "@id"
870
- },
871
- "privateKeyPem": "sec:privateKeyPem",
872
- "publicKey": {
873
- "@id": "sec:publicKey",
874
- "@type": "@id"
875
- },
876
- "publicKeyPem": "sec:publicKeyPem",
877
- "publicKeyService": {
878
- "@id": "sec:publicKeyService",
879
- "@type": "@id"
880
- },
881
- "revoked": {
882
- "@id": "sec:revoked",
883
- "@type": "xsd:dateTime"
884
- },
885
- "signature": "sec:signature",
886
- "signatureAlgorithm": "sec:signatureAlgorithm",
887
- "signatureValue": "sec:signatureValue",
888
- "CryptographicKey": "sec:Key",
889
- "EncryptedMessage": "sec:EncryptedMessage",
890
- "GraphSignature2012": "sec:GraphSignature2012",
891
- "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
892
- "accessControl": {
893
- "@id": "perm:accessControl",
894
- "@type": "@id"
895
- },
896
- "writePermission": {
897
- "@id": "perm:writePermission",
898
- "@type": "@id"
899
- }
900
- } },
901
- "https://purl.archive.org/socialweb/webfinger": { "@context": {
902
- "wf": "https://purl.archive.org/socialweb/webfinger#",
903
- "xsd": "http://www.w3.org/2001/XMLSchema#",
904
- "webfinger": {
905
- "@id": "wf:webfinger",
906
- "@type": "xsd:string"
907
- }
908
- } },
909
- "http://schema.org/": { "@context": {
910
- "type": "@type",
911
- "id": "@id",
912
- "HTML": { "@id": "rdf:HTML" },
913
- "@vocab": "http://schema.org/",
914
- "csvw": "http://www.w3.org/ns/csvw#",
915
- "dc": "http://purl.org/dc/elements/1.1/",
916
- "dcat": "http://www.w3.org/ns/dcat#",
917
- "dcmitype": "http://purl.org/dc/dcmitype/",
918
- "dcterms": "http://purl.org/dc/terms/",
919
- "dcam": "http://purl.org/dc/dcam/",
920
- "doap": "http://usefulinc.com/ns/doap#",
921
- "foaf": "http://xmlns.com/foaf/0.1/",
922
- "odrl": "http://www.w3.org/ns/odrl/2/",
923
- "org": "http://www.w3.org/ns/org#",
924
- "owl": "http://www.w3.org/2002/07/owl#",
925
- "prof": "http://www.w3.org/ns/dx/prof/",
926
- "prov": "http://www.w3.org/ns/prov#",
927
- "qb": "http://purl.org/linked-data/cube#",
928
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
929
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
930
- "schema": "http://schema.org/",
931
- "sh": "http://www.w3.org/ns/shacl#",
932
- "skos": "http://www.w3.org/2004/02/skos/core#",
933
- "sosa": "http://www.w3.org/ns/sosa/",
934
- "ssn": "http://www.w3.org/ns/ssn/",
935
- "time": "http://www.w3.org/2006/time#",
936
- "vann": "http://purl.org/vocab/vann/",
937
- "void": "http://rdfs.org/ns/void#",
938
- "xsd": "http://www.w3.org/2001/XMLSchema#",
939
- "xml": "http://www.w3.org/XML/1998/namespace",
940
- "dct": "http://purl.org/dc/terms/",
941
- "dctype": "http://purl.org/dc/dcmitype/",
942
- "3DModel": { "@id": "schema:3DModel" },
943
- "AMRadioChannel": { "@id": "schema:AMRadioChannel" },
944
- "APIReference": { "@id": "schema:APIReference" },
945
- "Abdomen": { "@id": "schema:Abdomen" },
946
- "AboutPage": { "@id": "schema:AboutPage" },
947
- "AcceptAction": { "@id": "schema:AcceptAction" },
948
- "Accommodation": { "@id": "schema:Accommodation" },
949
- "AccountingService": { "@id": "schema:AccountingService" },
950
- "AchieveAction": { "@id": "schema:AchieveAction" },
951
- "Action": { "@id": "schema:Action" },
952
- "ActionAccessSpecification": { "@id": "schema:ActionAccessSpecification" },
953
- "ActionStatusType": { "@id": "schema:ActionStatusType" },
954
- "ActivateAction": { "@id": "schema:ActivateAction" },
955
- "ActivationFee": { "@id": "schema:ActivationFee" },
956
- "ActiveActionStatus": { "@id": "schema:ActiveActionStatus" },
957
- "ActiveNotRecruiting": { "@id": "schema:ActiveNotRecruiting" },
958
- "AddAction": { "@id": "schema:AddAction" },
959
- "AdministrativeArea": { "@id": "schema:AdministrativeArea" },
960
- "AdultEntertainment": { "@id": "schema:AdultEntertainment" },
961
- "AdultOrientedEnumeration": { "@id": "schema:AdultOrientedEnumeration" },
962
- "AdvertiserContentArticle": { "@id": "schema:AdvertiserContentArticle" },
963
- "AerobicActivity": { "@id": "schema:AerobicActivity" },
964
- "AggregateOffer": { "@id": "schema:AggregateOffer" },
965
- "AggregateRating": { "@id": "schema:AggregateRating" },
966
- "AgreeAction": { "@id": "schema:AgreeAction" },
967
- "Airline": { "@id": "schema:Airline" },
968
- "Airport": { "@id": "schema:Airport" },
969
- "AlbumRelease": { "@id": "schema:AlbumRelease" },
970
- "AlcoholConsideration": { "@id": "schema:AlcoholConsideration" },
971
- "AlgorithmicMediaDigitalSource": { "@id": "schema:AlgorithmicMediaDigitalSource" },
972
- "AlgorithmicallyEnhancedDigitalSource": { "@id": "schema:AlgorithmicallyEnhancedDigitalSource" },
973
- "AlignmentObject": { "@id": "schema:AlignmentObject" },
974
- "AllWheelDriveConfiguration": { "@id": "schema:AllWheelDriveConfiguration" },
975
- "AllergiesHealthAspect": { "@id": "schema:AllergiesHealthAspect" },
976
- "AllocateAction": { "@id": "schema:AllocateAction" },
977
- "AmpStory": { "@id": "schema:AmpStory" },
978
- "AmusementPark": { "@id": "schema:AmusementPark" },
979
- "AnaerobicActivity": { "@id": "schema:AnaerobicActivity" },
980
- "AnalysisNewsArticle": { "@id": "schema:AnalysisNewsArticle" },
981
- "AnatomicalStructure": { "@id": "schema:AnatomicalStructure" },
982
- "AnatomicalSystem": { "@id": "schema:AnatomicalSystem" },
983
- "AndroidPlatform": { "@id": "schema:AndroidPlatform" },
984
- "Anesthesia": { "@id": "schema:Anesthesia" },
985
- "AnimalShelter": { "@id": "schema:AnimalShelter" },
986
- "Answer": { "@id": "schema:Answer" },
987
- "Apartment": { "@id": "schema:Apartment" },
988
- "ApartmentComplex": { "@id": "schema:ApartmentComplex" },
989
- "Appearance": { "@id": "schema:Appearance" },
990
- "AppendAction": { "@id": "schema:AppendAction" },
991
- "ApplyAction": { "@id": "schema:ApplyAction" },
992
- "ApprovedIndication": { "@id": "schema:ApprovedIndication" },
993
- "Aquarium": { "@id": "schema:Aquarium" },
994
- "ArchiveComponent": { "@id": "schema:ArchiveComponent" },
995
- "ArchiveOrganization": { "@id": "schema:ArchiveOrganization" },
996
- "ArriveAction": { "@id": "schema:ArriveAction" },
997
- "ArtGallery": { "@id": "schema:ArtGallery" },
998
- "Artery": { "@id": "schema:Artery" },
999
- "Article": { "@id": "schema:Article" },
1000
- "AskAction": { "@id": "schema:AskAction" },
1001
- "AskPublicNewsArticle": { "@id": "schema:AskPublicNewsArticle" },
1002
- "AssessAction": { "@id": "schema:AssessAction" },
1003
- "AssignAction": { "@id": "schema:AssignAction" },
1004
- "Atlas": { "@id": "schema:Atlas" },
1005
- "Attorney": { "@id": "schema:Attorney" },
1006
- "Audience": { "@id": "schema:Audience" },
1007
- "AudioObject": { "@id": "schema:AudioObject" },
1008
- "AudioObjectSnapshot": { "@id": "schema:AudioObjectSnapshot" },
1009
- "Audiobook": { "@id": "schema:Audiobook" },
1010
- "AudiobookFormat": { "@id": "schema:AudiobookFormat" },
1011
- "AuthoritativeLegalValue": { "@id": "schema:AuthoritativeLegalValue" },
1012
- "AuthorizeAction": { "@id": "schema:AuthorizeAction" },
1013
- "AutoBodyShop": { "@id": "schema:AutoBodyShop" },
1014
- "AutoDealer": { "@id": "schema:AutoDealer" },
1015
- "AutoPartsStore": { "@id": "schema:AutoPartsStore" },
1016
- "AutoRental": { "@id": "schema:AutoRental" },
1017
- "AutoRepair": { "@id": "schema:AutoRepair" },
1018
- "AutoWash": { "@id": "schema:AutoWash" },
1019
- "AutomatedTeller": { "@id": "schema:AutomatedTeller" },
1020
- "AutomotiveBusiness": { "@id": "schema:AutomotiveBusiness" },
1021
- "Ayurvedic": { "@id": "schema:Ayurvedic" },
1022
- "BackOrder": { "@id": "schema:BackOrder" },
1023
- "BackgroundNewsArticle": { "@id": "schema:BackgroundNewsArticle" },
1024
- "Bacteria": { "@id": "schema:Bacteria" },
1025
- "Bakery": { "@id": "schema:Bakery" },
1026
- "Balance": { "@id": "schema:Balance" },
1027
- "BankAccount": { "@id": "schema:BankAccount" },
1028
- "BankOrCreditUnion": { "@id": "schema:BankOrCreditUnion" },
1029
- "BarOrPub": { "@id": "schema:BarOrPub" },
1030
- "Barcode": { "@id": "schema:Barcode" },
1031
- "BasicIncome": { "@id": "schema:BasicIncome" },
1032
- "Beach": { "@id": "schema:Beach" },
1033
- "BeautySalon": { "@id": "schema:BeautySalon" },
1034
- "BedAndBreakfast": { "@id": "schema:BedAndBreakfast" },
1035
- "BedDetails": { "@id": "schema:BedDetails" },
1036
- "BedType": { "@id": "schema:BedType" },
1037
- "BefriendAction": { "@id": "schema:BefriendAction" },
1038
- "BenefitsHealthAspect": { "@id": "schema:BenefitsHealthAspect" },
1039
- "BikeStore": { "@id": "schema:BikeStore" },
1040
- "BioChemEntity": { "@id": "schema:BioChemEntity" },
1041
- "Blog": { "@id": "schema:Blog" },
1042
- "BlogPosting": { "@id": "schema:BlogPosting" },
1043
- "BloodTest": { "@id": "schema:BloodTest" },
1044
- "BoardingPolicyType": { "@id": "schema:BoardingPolicyType" },
1045
- "BoatReservation": { "@id": "schema:BoatReservation" },
1046
- "BoatTerminal": { "@id": "schema:BoatTerminal" },
1047
- "BoatTrip": { "@id": "schema:BoatTrip" },
1048
- "BodyMeasurementArm": { "@id": "schema:BodyMeasurementArm" },
1049
- "BodyMeasurementBust": { "@id": "schema:BodyMeasurementBust" },
1050
- "BodyMeasurementChest": { "@id": "schema:BodyMeasurementChest" },
1051
- "BodyMeasurementFoot": { "@id": "schema:BodyMeasurementFoot" },
1052
- "BodyMeasurementHand": { "@id": "schema:BodyMeasurementHand" },
1053
- "BodyMeasurementHead": { "@id": "schema:BodyMeasurementHead" },
1054
- "BodyMeasurementHeight": { "@id": "schema:BodyMeasurementHeight" },
1055
- "BodyMeasurementHips": { "@id": "schema:BodyMeasurementHips" },
1056
- "BodyMeasurementInsideLeg": { "@id": "schema:BodyMeasurementInsideLeg" },
1057
- "BodyMeasurementNeck": { "@id": "schema:BodyMeasurementNeck" },
1058
- "BodyMeasurementTypeEnumeration": { "@id": "schema:BodyMeasurementTypeEnumeration" },
1059
- "BodyMeasurementUnderbust": { "@id": "schema:BodyMeasurementUnderbust" },
1060
- "BodyMeasurementWaist": { "@id": "schema:BodyMeasurementWaist" },
1061
- "BodyMeasurementWeight": { "@id": "schema:BodyMeasurementWeight" },
1062
- "BodyOfWater": { "@id": "schema:BodyOfWater" },
1063
- "Bone": { "@id": "schema:Bone" },
1064
- "Book": { "@id": "schema:Book" },
1065
- "BookFormatType": { "@id": "schema:BookFormatType" },
1066
- "BookSeries": { "@id": "schema:BookSeries" },
1067
- "BookStore": { "@id": "schema:BookStore" },
1068
- "BookmarkAction": { "@id": "schema:BookmarkAction" },
1069
- "Boolean": { "@id": "schema:Boolean" },
1070
- "BorrowAction": { "@id": "schema:BorrowAction" },
1071
- "BowlingAlley": { "@id": "schema:BowlingAlley" },
1072
- "BrainStructure": { "@id": "schema:BrainStructure" },
1073
- "Brand": { "@id": "schema:Brand" },
1074
- "BreadcrumbList": { "@id": "schema:BreadcrumbList" },
1075
- "Brewery": { "@id": "schema:Brewery" },
1076
- "Bridge": { "@id": "schema:Bridge" },
1077
- "BroadcastChannel": { "@id": "schema:BroadcastChannel" },
1078
- "BroadcastEvent": { "@id": "schema:BroadcastEvent" },
1079
- "BroadcastFrequencySpecification": { "@id": "schema:BroadcastFrequencySpecification" },
1080
- "BroadcastRelease": { "@id": "schema:BroadcastRelease" },
1081
- "BroadcastService": { "@id": "schema:BroadcastService" },
1082
- "BrokerageAccount": { "@id": "schema:BrokerageAccount" },
1083
- "BuddhistTemple": { "@id": "schema:BuddhistTemple" },
1084
- "BusOrCoach": { "@id": "schema:BusOrCoach" },
1085
- "BusReservation": { "@id": "schema:BusReservation" },
1086
- "BusStation": { "@id": "schema:BusStation" },
1087
- "BusStop": { "@id": "schema:BusStop" },
1088
- "BusTrip": { "@id": "schema:BusTrip" },
1089
- "BusinessAudience": { "@id": "schema:BusinessAudience" },
1090
- "BusinessEntityType": { "@id": "schema:BusinessEntityType" },
1091
- "BusinessEvent": { "@id": "schema:BusinessEvent" },
1092
- "BusinessFunction": { "@id": "schema:BusinessFunction" },
1093
- "BusinessSupport": { "@id": "schema:BusinessSupport" },
1094
- "BuyAction": { "@id": "schema:BuyAction" },
1095
- "ByBankTransferInAdvance": { "@id": "schema:ByBankTransferInAdvance" },
1096
- "ByInvoice": { "@id": "schema:ByInvoice" },
1097
- "CDCPMDRecord": { "@id": "schema:CDCPMDRecord" },
1098
- "CDFormat": { "@id": "schema:CDFormat" },
1099
- "COD": { "@id": "schema:COD" },
1100
- "CT": { "@id": "schema:CT" },
1101
- "CableOrSatelliteService": { "@id": "schema:CableOrSatelliteService" },
1102
- "CafeOrCoffeeShop": { "@id": "schema:CafeOrCoffeeShop" },
1103
- "Campground": { "@id": "schema:Campground" },
1104
- "CampingPitch": { "@id": "schema:CampingPitch" },
1105
- "Canal": { "@id": "schema:Canal" },
1106
- "CancelAction": { "@id": "schema:CancelAction" },
1107
- "Car": { "@id": "schema:Car" },
1108
- "CarUsageType": { "@id": "schema:CarUsageType" },
1109
- "Cardiovascular": { "@id": "schema:Cardiovascular" },
1110
- "CardiovascularExam": { "@id": "schema:CardiovascularExam" },
1111
- "CaseSeries": { "@id": "schema:CaseSeries" },
1112
- "Cash": { "@id": "schema:Cash" },
1113
- "Casino": { "@id": "schema:Casino" },
1114
- "CassetteFormat": { "@id": "schema:CassetteFormat" },
1115
- "CategoryCode": { "@id": "schema:CategoryCode" },
1116
- "CategoryCodeSet": { "@id": "schema:CategoryCodeSet" },
1117
- "CatholicChurch": { "@id": "schema:CatholicChurch" },
1118
- "CausesHealthAspect": { "@id": "schema:CausesHealthAspect" },
1119
- "Cemetery": { "@id": "schema:Cemetery" },
1120
- "Certification": { "@id": "schema:Certification" },
1121
- "CertificationActive": { "@id": "schema:CertificationActive" },
1122
- "CertificationInactive": { "@id": "schema:CertificationInactive" },
1123
- "CertificationStatusEnumeration": { "@id": "schema:CertificationStatusEnumeration" },
1124
- "Chapter": { "@id": "schema:Chapter" },
1125
- "CharitableIncorporatedOrganization": { "@id": "schema:CharitableIncorporatedOrganization" },
1126
- "CheckAction": { "@id": "schema:CheckAction" },
1127
- "CheckInAction": { "@id": "schema:CheckInAction" },
1128
- "CheckInAdvance": { "@id": "schema:CheckInAdvance" },
1129
- "CheckOutAction": { "@id": "schema:CheckOutAction" },
1130
- "CheckoutPage": { "@id": "schema:CheckoutPage" },
1131
- "ChemicalSubstance": { "@id": "schema:ChemicalSubstance" },
1132
- "ChildCare": { "@id": "schema:ChildCare" },
1133
- "ChildrensEvent": { "@id": "schema:ChildrensEvent" },
1134
- "Chiropractic": { "@id": "schema:Chiropractic" },
1135
- "ChooseAction": { "@id": "schema:ChooseAction" },
1136
- "Church": { "@id": "schema:Church" },
1137
- "City": { "@id": "schema:City" },
1138
- "CityHall": { "@id": "schema:CityHall" },
1139
- "CivicStructure": { "@id": "schema:CivicStructure" },
1140
- "Claim": { "@id": "schema:Claim" },
1141
- "ClaimReview": { "@id": "schema:ClaimReview" },
1142
- "Class": { "@id": "schema:Class" },
1143
- "CleaningFee": { "@id": "schema:CleaningFee" },
1144
- "Clinician": { "@id": "schema:Clinician" },
1145
- "Clip": { "@id": "schema:Clip" },
1146
- "ClothingStore": { "@id": "schema:ClothingStore" },
1147
- "CoOp": { "@id": "schema:CoOp" },
1148
- "Code": { "@id": "schema:Code" },
1149
- "CohortStudy": { "@id": "schema:CohortStudy" },
1150
- "Collection": { "@id": "schema:Collection" },
1151
- "CollectionPage": { "@id": "schema:CollectionPage" },
1152
- "CollegeOrUniversity": { "@id": "schema:CollegeOrUniversity" },
1153
- "ComedyClub": { "@id": "schema:ComedyClub" },
1154
- "ComedyEvent": { "@id": "schema:ComedyEvent" },
1155
- "ComicCoverArt": { "@id": "schema:ComicCoverArt" },
1156
- "ComicIssue": { "@id": "schema:ComicIssue" },
1157
- "ComicSeries": { "@id": "schema:ComicSeries" },
1158
- "ComicStory": { "@id": "schema:ComicStory" },
1159
- "Comment": { "@id": "schema:Comment" },
1160
- "CommentAction": { "@id": "schema:CommentAction" },
1161
- "CommentPermission": { "@id": "schema:CommentPermission" },
1162
- "CommunicateAction": { "@id": "schema:CommunicateAction" },
1163
- "CommunityHealth": { "@id": "schema:CommunityHealth" },
1164
- "CompilationAlbum": { "@id": "schema:CompilationAlbum" },
1165
- "CompleteDataFeed": { "@id": "schema:CompleteDataFeed" },
1166
- "Completed": { "@id": "schema:Completed" },
1167
- "CompletedActionStatus": { "@id": "schema:CompletedActionStatus" },
1168
- "CompositeCaptureDigitalSource": { "@id": "schema:CompositeCaptureDigitalSource" },
1169
- "CompositeSyntheticDigitalSource": { "@id": "schema:CompositeSyntheticDigitalSource" },
1170
- "CompositeWithTrainedAlgorithmicMediaDigitalSource": { "@id": "schema:CompositeWithTrainedAlgorithmicMediaDigitalSource" },
1171
- "CompoundPriceSpecification": { "@id": "schema:CompoundPriceSpecification" },
1172
- "ComputerLanguage": { "@id": "schema:ComputerLanguage" },
1173
- "ComputerStore": { "@id": "schema:ComputerStore" },
1174
- "ConfirmAction": { "@id": "schema:ConfirmAction" },
1175
- "Consortium": { "@id": "schema:Consortium" },
1176
- "ConstraintNode": { "@id": "schema:ConstraintNode" },
1177
- "ConsumeAction": { "@id": "schema:ConsumeAction" },
1178
- "ContactPage": { "@id": "schema:ContactPage" },
1179
- "ContactPoint": { "@id": "schema:ContactPoint" },
1180
- "ContactPointOption": { "@id": "schema:ContactPointOption" },
1181
- "ContagiousnessHealthAspect": { "@id": "schema:ContagiousnessHealthAspect" },
1182
- "Continent": { "@id": "schema:Continent" },
1183
- "ControlAction": { "@id": "schema:ControlAction" },
1184
- "ConvenienceStore": { "@id": "schema:ConvenienceStore" },
1185
- "Conversation": { "@id": "schema:Conversation" },
1186
- "CookAction": { "@id": "schema:CookAction" },
1187
- "Corporation": { "@id": "schema:Corporation" },
1188
- "CorrectionComment": { "@id": "schema:CorrectionComment" },
1189
- "Country": { "@id": "schema:Country" },
1190
- "Course": { "@id": "schema:Course" },
1191
- "CourseInstance": { "@id": "schema:CourseInstance" },
1192
- "Courthouse": { "@id": "schema:Courthouse" },
1193
- "CoverArt": { "@id": "schema:CoverArt" },
1194
- "CovidTestingFacility": { "@id": "schema:CovidTestingFacility" },
1195
- "CreateAction": { "@id": "schema:CreateAction" },
1196
- "CreativeWork": { "@id": "schema:CreativeWork" },
1197
- "CreativeWorkSeason": { "@id": "schema:CreativeWorkSeason" },
1198
- "CreativeWorkSeries": { "@id": "schema:CreativeWorkSeries" },
1199
- "CreditCard": { "@id": "schema:CreditCard" },
1200
- "Crematorium": { "@id": "schema:Crematorium" },
1201
- "CriticReview": { "@id": "schema:CriticReview" },
1202
- "CrossSectional": { "@id": "schema:CrossSectional" },
1203
- "CssSelectorType": { "@id": "schema:CssSelectorType" },
1204
- "CurrencyConversionService": { "@id": "schema:CurrencyConversionService" },
1205
- "DDxElement": { "@id": "schema:DDxElement" },
1206
- "DJMixAlbum": { "@id": "schema:DJMixAlbum" },
1207
- "DVDFormat": { "@id": "schema:DVDFormat" },
1208
- "DamagedCondition": { "@id": "schema:DamagedCondition" },
1209
- "DanceEvent": { "@id": "schema:DanceEvent" },
1210
- "DanceGroup": { "@id": "schema:DanceGroup" },
1211
- "DangerousGoodConsideration": { "@id": "schema:DangerousGoodConsideration" },
1212
- "DataCatalog": { "@id": "schema:DataCatalog" },
1213
- "DataDownload": { "@id": "schema:DataDownload" },
1214
- "DataDrivenMediaDigitalSource": { "@id": "schema:DataDrivenMediaDigitalSource" },
1215
- "DataFeed": { "@id": "schema:DataFeed" },
1216
- "DataFeedItem": { "@id": "schema:DataFeedItem" },
1217
- "DataType": { "@id": "schema:DataType" },
1218
- "Dataset": { "@id": "schema:Dataset" },
1219
- "Date": { "@id": "schema:Date" },
1220
- "DateTime": { "@id": "schema:DateTime" },
1221
- "DatedMoneySpecification": { "@id": "schema:DatedMoneySpecification" },
1222
- "DayOfWeek": { "@id": "schema:DayOfWeek" },
1223
- "DaySpa": { "@id": "schema:DaySpa" },
1224
- "DeactivateAction": { "@id": "schema:DeactivateAction" },
1225
- "DecontextualizedContent": { "@id": "schema:DecontextualizedContent" },
1226
- "DefenceEstablishment": { "@id": "schema:DefenceEstablishment" },
1227
- "DefinedRegion": { "@id": "schema:DefinedRegion" },
1228
- "DefinedTerm": { "@id": "schema:DefinedTerm" },
1229
- "DefinedTermSet": { "@id": "schema:DefinedTermSet" },
1230
- "DefinitiveLegalValue": { "@id": "schema:DefinitiveLegalValue" },
1231
- "DeleteAction": { "@id": "schema:DeleteAction" },
1232
- "DeliveryChargeSpecification": { "@id": "schema:DeliveryChargeSpecification" },
1233
- "DeliveryEvent": { "@id": "schema:DeliveryEvent" },
1234
- "DeliveryMethod": { "@id": "schema:DeliveryMethod" },
1235
- "DeliveryTimeSettings": { "@id": "schema:DeliveryTimeSettings" },
1236
- "Demand": { "@id": "schema:Demand" },
1237
- "DemoAlbum": { "@id": "schema:DemoAlbum" },
1238
- "DemoGameAvailability": { "@id": "schema:DemoGameAvailability" },
1239
- "Dentist": { "@id": "schema:Dentist" },
1240
- "Dentistry": { "@id": "schema:Dentistry" },
1241
- "DepartAction": { "@id": "schema:DepartAction" },
1242
- "DepartmentStore": { "@id": "schema:DepartmentStore" },
1243
- "DepositAccount": { "@id": "schema:DepositAccount" },
1244
- "Dermatologic": { "@id": "schema:Dermatologic" },
1245
- "Dermatology": { "@id": "schema:Dermatology" },
1246
- "DesktopWebPlatform": { "@id": "schema:DesktopWebPlatform" },
1247
- "DiabeticDiet": { "@id": "schema:DiabeticDiet" },
1248
- "Diagnostic": { "@id": "schema:Diagnostic" },
1249
- "DiagnosticLab": { "@id": "schema:DiagnosticLab" },
1250
- "DiagnosticProcedure": { "@id": "schema:DiagnosticProcedure" },
1251
- "Diet": { "@id": "schema:Diet" },
1252
- "DietNutrition": { "@id": "schema:DietNutrition" },
1253
- "DietarySupplement": { "@id": "schema:DietarySupplement" },
1254
- "DigitalArtDigitalSource": { "@id": "schema:DigitalArtDigitalSource" },
1255
- "DigitalAudioTapeFormat": { "@id": "schema:DigitalAudioTapeFormat" },
1256
- "DigitalCaptureDigitalSource": { "@id": "schema:DigitalCaptureDigitalSource" },
1257
- "DigitalDocument": { "@id": "schema:DigitalDocument" },
1258
- "DigitalDocumentPermission": { "@id": "schema:DigitalDocumentPermission" },
1259
- "DigitalDocumentPermissionType": { "@id": "schema:DigitalDocumentPermissionType" },
1260
- "DigitalFormat": { "@id": "schema:DigitalFormat" },
1261
- "DigitalPlatformEnumeration": { "@id": "schema:DigitalPlatformEnumeration" },
1262
- "DirectDebit": { "@id": "schema:DirectDebit" },
1263
- "DisabilitySupport": { "@id": "schema:DisabilitySupport" },
1264
- "DisagreeAction": { "@id": "schema:DisagreeAction" },
1265
- "Discontinued": { "@id": "schema:Discontinued" },
1266
- "DiscoverAction": { "@id": "schema:DiscoverAction" },
1267
- "DiscussionForumPosting": { "@id": "schema:DiscussionForumPosting" },
1268
- "DislikeAction": { "@id": "schema:DislikeAction" },
1269
- "Distance": { "@id": "schema:Distance" },
1270
- "DistanceFee": { "@id": "schema:DistanceFee" },
1271
- "Distillery": { "@id": "schema:Distillery" },
1272
- "DonateAction": { "@id": "schema:DonateAction" },
1273
- "DoseSchedule": { "@id": "schema:DoseSchedule" },
1274
- "DoubleBlindedTrial": { "@id": "schema:DoubleBlindedTrial" },
1275
- "DownloadAction": { "@id": "schema:DownloadAction" },
1276
- "Downpayment": { "@id": "schema:Downpayment" },
1277
- "DrawAction": { "@id": "schema:DrawAction" },
1278
- "Drawing": { "@id": "schema:Drawing" },
1279
- "DrinkAction": { "@id": "schema:DrinkAction" },
1280
- "DriveWheelConfigurationValue": { "@id": "schema:DriveWheelConfigurationValue" },
1281
- "DrivingSchoolVehicleUsage": { "@id": "schema:DrivingSchoolVehicleUsage" },
1282
- "Drug": { "@id": "schema:Drug" },
1283
- "DrugClass": { "@id": "schema:DrugClass" },
1284
- "DrugCost": { "@id": "schema:DrugCost" },
1285
- "DrugCostCategory": { "@id": "schema:DrugCostCategory" },
1286
- "DrugLegalStatus": { "@id": "schema:DrugLegalStatus" },
1287
- "DrugPregnancyCategory": { "@id": "schema:DrugPregnancyCategory" },
1288
- "DrugPrescriptionStatus": { "@id": "schema:DrugPrescriptionStatus" },
1289
- "DrugStrength": { "@id": "schema:DrugStrength" },
1290
- "DryCleaningOrLaundry": { "@id": "schema:DryCleaningOrLaundry" },
1291
- "Duration": { "@id": "schema:Duration" },
1292
- "EBook": { "@id": "schema:EBook" },
1293
- "EPRelease": { "@id": "schema:EPRelease" },
1294
- "EUEnergyEfficiencyCategoryA": { "@id": "schema:EUEnergyEfficiencyCategoryA" },
1295
- "EUEnergyEfficiencyCategoryA1Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA1Plus" },
1296
- "EUEnergyEfficiencyCategoryA2Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA2Plus" },
1297
- "EUEnergyEfficiencyCategoryA3Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA3Plus" },
1298
- "EUEnergyEfficiencyCategoryB": { "@id": "schema:EUEnergyEfficiencyCategoryB" },
1299
- "EUEnergyEfficiencyCategoryC": { "@id": "schema:EUEnergyEfficiencyCategoryC" },
1300
- "EUEnergyEfficiencyCategoryD": { "@id": "schema:EUEnergyEfficiencyCategoryD" },
1301
- "EUEnergyEfficiencyCategoryE": { "@id": "schema:EUEnergyEfficiencyCategoryE" },
1302
- "EUEnergyEfficiencyCategoryF": { "@id": "schema:EUEnergyEfficiencyCategoryF" },
1303
- "EUEnergyEfficiencyCategoryG": { "@id": "schema:EUEnergyEfficiencyCategoryG" },
1304
- "EUEnergyEfficiencyEnumeration": { "@id": "schema:EUEnergyEfficiencyEnumeration" },
1305
- "Ear": { "@id": "schema:Ear" },
1306
- "EatAction": { "@id": "schema:EatAction" },
1307
- "EditedOrCroppedContent": { "@id": "schema:EditedOrCroppedContent" },
1308
- "EducationEvent": { "@id": "schema:EducationEvent" },
1309
- "EducationalAudience": { "@id": "schema:EducationalAudience" },
1310
- "EducationalOccupationalCredential": { "@id": "schema:EducationalOccupationalCredential" },
1311
- "EducationalOccupationalProgram": { "@id": "schema:EducationalOccupationalProgram" },
1312
- "EducationalOrganization": { "@id": "schema:EducationalOrganization" },
1313
- "EffectivenessHealthAspect": { "@id": "schema:EffectivenessHealthAspect" },
1314
- "Electrician": { "@id": "schema:Electrician" },
1315
- "ElectronicsStore": { "@id": "schema:ElectronicsStore" },
1316
- "ElementarySchool": { "@id": "schema:ElementarySchool" },
1317
- "EmailMessage": { "@id": "schema:EmailMessage" },
1318
- "Embassy": { "@id": "schema:Embassy" },
1319
- "Emergency": { "@id": "schema:Emergency" },
1320
- "EmergencyService": { "@id": "schema:EmergencyService" },
1321
- "EmployeeRole": { "@id": "schema:EmployeeRole" },
1322
- "EmployerAggregateRating": { "@id": "schema:EmployerAggregateRating" },
1323
- "EmployerReview": { "@id": "schema:EmployerReview" },
1324
- "EmploymentAgency": { "@id": "schema:EmploymentAgency" },
1325
- "Endocrine": { "@id": "schema:Endocrine" },
1326
- "EndorseAction": { "@id": "schema:EndorseAction" },
1327
- "EndorsementRating": { "@id": "schema:EndorsementRating" },
1328
- "Energy": { "@id": "schema:Energy" },
1329
- "EnergyConsumptionDetails": { "@id": "schema:EnergyConsumptionDetails" },
1330
- "EnergyEfficiencyEnumeration": { "@id": "schema:EnergyEfficiencyEnumeration" },
1331
- "EnergyStarCertified": { "@id": "schema:EnergyStarCertified" },
1332
- "EnergyStarEnergyEfficiencyEnumeration": { "@id": "schema:EnergyStarEnergyEfficiencyEnumeration" },
1333
- "EngineSpecification": { "@id": "schema:EngineSpecification" },
1334
- "EnrollingByInvitation": { "@id": "schema:EnrollingByInvitation" },
1335
- "EntertainmentBusiness": { "@id": "schema:EntertainmentBusiness" },
1336
- "EntryPoint": { "@id": "schema:EntryPoint" },
1337
- "Enumeration": { "@id": "schema:Enumeration" },
1338
- "Episode": { "@id": "schema:Episode" },
1339
- "Event": { "@id": "schema:Event" },
1340
- "EventAttendanceModeEnumeration": { "@id": "schema:EventAttendanceModeEnumeration" },
1341
- "EventCancelled": { "@id": "schema:EventCancelled" },
1342
- "EventMovedOnline": { "@id": "schema:EventMovedOnline" },
1343
- "EventPostponed": { "@id": "schema:EventPostponed" },
1344
- "EventRescheduled": { "@id": "schema:EventRescheduled" },
1345
- "EventReservation": { "@id": "schema:EventReservation" },
1346
- "EventScheduled": { "@id": "schema:EventScheduled" },
1347
- "EventSeries": { "@id": "schema:EventSeries" },
1348
- "EventStatusType": { "@id": "schema:EventStatusType" },
1349
- "EventVenue": { "@id": "schema:EventVenue" },
1350
- "EvidenceLevelA": { "@id": "schema:EvidenceLevelA" },
1351
- "EvidenceLevelB": { "@id": "schema:EvidenceLevelB" },
1352
- "EvidenceLevelC": { "@id": "schema:EvidenceLevelC" },
1353
- "ExampleMeasurementMethodEnum": { "@id": "schema:ExampleMeasurementMethodEnum" },
1354
- "ExchangeRateSpecification": { "@id": "schema:ExchangeRateSpecification" },
1355
- "ExchangeRefund": { "@id": "schema:ExchangeRefund" },
1356
- "ExerciseAction": { "@id": "schema:ExerciseAction" },
1357
- "ExerciseGym": { "@id": "schema:ExerciseGym" },
1358
- "ExercisePlan": { "@id": "schema:ExercisePlan" },
1359
- "ExhibitionEvent": { "@id": "schema:ExhibitionEvent" },
1360
- "Eye": { "@id": "schema:Eye" },
1361
- "FAQPage": { "@id": "schema:FAQPage" },
1362
- "FDAcategoryA": { "@id": "schema:FDAcategoryA" },
1363
- "FDAcategoryB": { "@id": "schema:FDAcategoryB" },
1364
- "FDAcategoryC": { "@id": "schema:FDAcategoryC" },
1365
- "FDAcategoryD": { "@id": "schema:FDAcategoryD" },
1366
- "FDAcategoryX": { "@id": "schema:FDAcategoryX" },
1367
- "FDAnotEvaluated": { "@id": "schema:FDAnotEvaluated" },
1368
- "FMRadioChannel": { "@id": "schema:FMRadioChannel" },
1369
- "FailedActionStatus": { "@id": "schema:FailedActionStatus" },
1370
- "False": { "@id": "schema:False" },
1371
- "FastFoodRestaurant": { "@id": "schema:FastFoodRestaurant" },
1372
- "Female": { "@id": "schema:Female" },
1373
- "Festival": { "@id": "schema:Festival" },
1374
- "FilmAction": { "@id": "schema:FilmAction" },
1375
- "FinancialProduct": { "@id": "schema:FinancialProduct" },
1376
- "FinancialService": { "@id": "schema:FinancialService" },
1377
- "FindAction": { "@id": "schema:FindAction" },
1378
- "FireStation": { "@id": "schema:FireStation" },
1379
- "Flexibility": { "@id": "schema:Flexibility" },
1380
- "Flight": { "@id": "schema:Flight" },
1381
- "FlightReservation": { "@id": "schema:FlightReservation" },
1382
- "Float": { "@id": "schema:Float" },
1383
- "FloorPlan": { "@id": "schema:FloorPlan" },
1384
- "Florist": { "@id": "schema:Florist" },
1385
- "FollowAction": { "@id": "schema:FollowAction" },
1386
- "FoodEstablishment": { "@id": "schema:FoodEstablishment" },
1387
- "FoodEstablishmentReservation": { "@id": "schema:FoodEstablishmentReservation" },
1388
- "FoodEvent": { "@id": "schema:FoodEvent" },
1389
- "FoodService": { "@id": "schema:FoodService" },
1390
- "FourWheelDriveConfiguration": { "@id": "schema:FourWheelDriveConfiguration" },
1391
- "FreeReturn": { "@id": "schema:FreeReturn" },
1392
- "Friday": { "@id": "schema:Friday" },
1393
- "FrontWheelDriveConfiguration": { "@id": "schema:FrontWheelDriveConfiguration" },
1394
- "FullGameAvailability": { "@id": "schema:FullGameAvailability" },
1395
- "FullRefund": { "@id": "schema:FullRefund" },
1396
- "FundingAgency": { "@id": "schema:FundingAgency" },
1397
- "FundingScheme": { "@id": "schema:FundingScheme" },
1398
- "Fungus": { "@id": "schema:Fungus" },
1399
- "FurnitureStore": { "@id": "schema:FurnitureStore" },
1400
- "Game": { "@id": "schema:Game" },
1401
- "GameAvailabilityEnumeration": { "@id": "schema:GameAvailabilityEnumeration" },
1402
- "GamePlayMode": { "@id": "schema:GamePlayMode" },
1403
- "GameServer": { "@id": "schema:GameServer" },
1404
- "GameServerStatus": { "@id": "schema:GameServerStatus" },
1405
- "GardenStore": { "@id": "schema:GardenStore" },
1406
- "GasStation": { "@id": "schema:GasStation" },
1407
- "Gastroenterologic": { "@id": "schema:Gastroenterologic" },
1408
- "GatedResidenceCommunity": { "@id": "schema:GatedResidenceCommunity" },
1409
- "GenderType": { "@id": "schema:GenderType" },
1410
- "Gene": { "@id": "schema:Gene" },
1411
- "GeneralContractor": { "@id": "schema:GeneralContractor" },
1412
- "GenericWebPlatform": { "@id": "schema:GenericWebPlatform" },
1413
- "Genetic": { "@id": "schema:Genetic" },
1414
- "Genitourinary": { "@id": "schema:Genitourinary" },
1415
- "GeoCircle": { "@id": "schema:GeoCircle" },
1416
- "GeoCoordinates": { "@id": "schema:GeoCoordinates" },
1417
- "GeoShape": { "@id": "schema:GeoShape" },
1418
- "GeospatialGeometry": { "@id": "schema:GeospatialGeometry" },
1419
- "Geriatric": { "@id": "schema:Geriatric" },
1420
- "GettingAccessHealthAspect": { "@id": "schema:GettingAccessHealthAspect" },
1421
- "GiveAction": { "@id": "schema:GiveAction" },
1422
- "GlutenFreeDiet": { "@id": "schema:GlutenFreeDiet" },
1423
- "GolfCourse": { "@id": "schema:GolfCourse" },
1424
- "GovernmentBenefitsType": { "@id": "schema:GovernmentBenefitsType" },
1425
- "GovernmentBuilding": { "@id": "schema:GovernmentBuilding" },
1426
- "GovernmentOffice": { "@id": "schema:GovernmentOffice" },
1427
- "GovernmentOrganization": { "@id": "schema:GovernmentOrganization" },
1428
- "GovernmentPermit": { "@id": "schema:GovernmentPermit" },
1429
- "GovernmentService": { "@id": "schema:GovernmentService" },
1430
- "Grant": { "@id": "schema:Grant" },
1431
- "GraphicNovel": { "@id": "schema:GraphicNovel" },
1432
- "GroceryStore": { "@id": "schema:GroceryStore" },
1433
- "GroupBoardingPolicy": { "@id": "schema:GroupBoardingPolicy" },
1434
- "Guide": { "@id": "schema:Guide" },
1435
- "Gynecologic": { "@id": "schema:Gynecologic" },
1436
- "HVACBusiness": { "@id": "schema:HVACBusiness" },
1437
- "Hackathon": { "@id": "schema:Hackathon" },
1438
- "HairSalon": { "@id": "schema:HairSalon" },
1439
- "HalalDiet": { "@id": "schema:HalalDiet" },
1440
- "Hardcover": { "@id": "schema:Hardcover" },
1441
- "HardwareStore": { "@id": "schema:HardwareStore" },
1442
- "Head": { "@id": "schema:Head" },
1443
- "HealthAndBeautyBusiness": { "@id": "schema:HealthAndBeautyBusiness" },
1444
- "HealthAspectEnumeration": { "@id": "schema:HealthAspectEnumeration" },
1445
- "HealthCare": { "@id": "schema:HealthCare" },
1446
- "HealthClub": { "@id": "schema:HealthClub" },
1447
- "HealthInsurancePlan": { "@id": "schema:HealthInsurancePlan" },
1448
- "HealthPlanCostSharingSpecification": { "@id": "schema:HealthPlanCostSharingSpecification" },
1449
- "HealthPlanFormulary": { "@id": "schema:HealthPlanFormulary" },
1450
- "HealthPlanNetwork": { "@id": "schema:HealthPlanNetwork" },
1451
- "HealthTopicContent": { "@id": "schema:HealthTopicContent" },
1452
- "HealthcareConsideration": { "@id": "schema:HealthcareConsideration" },
1453
- "HearingImpairedSupported": { "@id": "schema:HearingImpairedSupported" },
1454
- "Hematologic": { "@id": "schema:Hematologic" },
1455
- "HighSchool": { "@id": "schema:HighSchool" },
1456
- "HinduDiet": { "@id": "schema:HinduDiet" },
1457
- "HinduTemple": { "@id": "schema:HinduTemple" },
1458
- "HobbyShop": { "@id": "schema:HobbyShop" },
1459
- "HomeAndConstructionBusiness": { "@id": "schema:HomeAndConstructionBusiness" },
1460
- "HomeGoodsStore": { "@id": "schema:HomeGoodsStore" },
1461
- "Homeopathic": { "@id": "schema:Homeopathic" },
1462
- "Hospital": { "@id": "schema:Hospital" },
1463
- "Hostel": { "@id": "schema:Hostel" },
1464
- "Hotel": { "@id": "schema:Hotel" },
1465
- "HotelRoom": { "@id": "schema:HotelRoom" },
1466
- "House": { "@id": "schema:House" },
1467
- "HousePainter": { "@id": "schema:HousePainter" },
1468
- "HowItWorksHealthAspect": { "@id": "schema:HowItWorksHealthAspect" },
1469
- "HowOrWhereHealthAspect": { "@id": "schema:HowOrWhereHealthAspect" },
1470
- "HowTo": { "@id": "schema:HowTo" },
1471
- "HowToDirection": { "@id": "schema:HowToDirection" },
1472
- "HowToItem": { "@id": "schema:HowToItem" },
1473
- "HowToSection": { "@id": "schema:HowToSection" },
1474
- "HowToStep": { "@id": "schema:HowToStep" },
1475
- "HowToSupply": { "@id": "schema:HowToSupply" },
1476
- "HowToTip": { "@id": "schema:HowToTip" },
1477
- "HowToTool": { "@id": "schema:HowToTool" },
1478
- "HyperToc": { "@id": "schema:HyperToc" },
1479
- "HyperTocEntry": { "@id": "schema:HyperTocEntry" },
1480
- "IOSPlatform": { "@id": "schema:IOSPlatform" },
1481
- "IPTCDigitalSourceEnumeration": { "@id": "schema:IPTCDigitalSourceEnumeration" },
1482
- "IceCreamShop": { "@id": "schema:IceCreamShop" },
1483
- "IgnoreAction": { "@id": "schema:IgnoreAction" },
1484
- "ImageGallery": { "@id": "schema:ImageGallery" },
1485
- "ImageObject": { "@id": "schema:ImageObject" },
1486
- "ImageObjectSnapshot": { "@id": "schema:ImageObjectSnapshot" },
1487
- "ImagingTest": { "@id": "schema:ImagingTest" },
1488
- "InForce": { "@id": "schema:InForce" },
1489
- "InStock": { "@id": "schema:InStock" },
1490
- "InStoreOnly": { "@id": "schema:InStoreOnly" },
1491
- "InStorePrepay": { "@id": "schema:InStorePrepay" },
1492
- "IndividualPhysician": { "@id": "schema:IndividualPhysician" },
1493
- "IndividualProduct": { "@id": "schema:IndividualProduct" },
1494
- "Infectious": { "@id": "schema:Infectious" },
1495
- "InfectiousAgentClass": { "@id": "schema:InfectiousAgentClass" },
1496
- "InfectiousDisease": { "@id": "schema:InfectiousDisease" },
1497
- "InformAction": { "@id": "schema:InformAction" },
1498
- "IngredientsHealthAspect": { "@id": "schema:IngredientsHealthAspect" },
1499
- "InsertAction": { "@id": "schema:InsertAction" },
1500
- "InstallAction": { "@id": "schema:InstallAction" },
1501
- "Installment": { "@id": "schema:Installment" },
1502
- "InsuranceAgency": { "@id": "schema:InsuranceAgency" },
1503
- "Intangible": { "@id": "schema:Intangible" },
1504
- "Integer": { "@id": "schema:Integer" },
1505
- "InteractAction": { "@id": "schema:InteractAction" },
1506
- "InteractionCounter": { "@id": "schema:InteractionCounter" },
1507
- "InternationalTrial": { "@id": "schema:InternationalTrial" },
1508
- "InternetCafe": { "@id": "schema:InternetCafe" },
1509
- "InvestmentFund": { "@id": "schema:InvestmentFund" },
1510
- "InvestmentOrDeposit": { "@id": "schema:InvestmentOrDeposit" },
1511
- "InviteAction": { "@id": "schema:InviteAction" },
1512
- "Invoice": { "@id": "schema:Invoice" },
1513
- "InvoicePrice": { "@id": "schema:InvoicePrice" },
1514
- "ItemAvailability": { "@id": "schema:ItemAvailability" },
1515
- "ItemList": { "@id": "schema:ItemList" },
1516
- "ItemListOrderAscending": { "@id": "schema:ItemListOrderAscending" },
1517
- "ItemListOrderDescending": { "@id": "schema:ItemListOrderDescending" },
1518
- "ItemListOrderType": { "@id": "schema:ItemListOrderType" },
1519
- "ItemListUnordered": { "@id": "schema:ItemListUnordered" },
1520
- "ItemPage": { "@id": "schema:ItemPage" },
1521
- "JewelryStore": { "@id": "schema:JewelryStore" },
1522
- "JobPosting": { "@id": "schema:JobPosting" },
1523
- "JoinAction": { "@id": "schema:JoinAction" },
1524
- "Joint": { "@id": "schema:Joint" },
1525
- "KeepProduct": { "@id": "schema:KeepProduct" },
1526
- "KosherDiet": { "@id": "schema:KosherDiet" },
1527
- "LaboratoryScience": { "@id": "schema:LaboratoryScience" },
1528
- "LakeBodyOfWater": { "@id": "schema:LakeBodyOfWater" },
1529
- "Landform": { "@id": "schema:Landform" },
1530
- "LandmarksOrHistoricalBuildings": { "@id": "schema:LandmarksOrHistoricalBuildings" },
1531
- "Language": { "@id": "schema:Language" },
1532
- "LaserDiscFormat": { "@id": "schema:LaserDiscFormat" },
1533
- "LearningResource": { "@id": "schema:LearningResource" },
1534
- "LeaveAction": { "@id": "schema:LeaveAction" },
1535
- "LeftHandDriving": { "@id": "schema:LeftHandDriving" },
1536
- "LegalForceStatus": { "@id": "schema:LegalForceStatus" },
1537
- "LegalService": { "@id": "schema:LegalService" },
1538
- "LegalValueLevel": { "@id": "schema:LegalValueLevel" },
1539
- "Legislation": { "@id": "schema:Legislation" },
1540
- "LegislationObject": { "@id": "schema:LegislationObject" },
1541
- "LegislativeBuilding": { "@id": "schema:LegislativeBuilding" },
1542
- "LeisureTimeActivity": { "@id": "schema:LeisureTimeActivity" },
1543
- "LendAction": { "@id": "schema:LendAction" },
1544
- "Library": { "@id": "schema:Library" },
1545
- "LibrarySystem": { "@id": "schema:LibrarySystem" },
1546
- "LifestyleModification": { "@id": "schema:LifestyleModification" },
1547
- "Ligament": { "@id": "schema:Ligament" },
1548
- "LikeAction": { "@id": "schema:LikeAction" },
1549
- "LimitedAvailability": { "@id": "schema:LimitedAvailability" },
1550
- "LimitedByGuaranteeCharity": { "@id": "schema:LimitedByGuaranteeCharity" },
1551
- "LinkRole": { "@id": "schema:LinkRole" },
1552
- "LiquorStore": { "@id": "schema:LiquorStore" },
1553
- "ListItem": { "@id": "schema:ListItem" },
1554
- "ListPrice": { "@id": "schema:ListPrice" },
1555
- "ListenAction": { "@id": "schema:ListenAction" },
1556
- "LiteraryEvent": { "@id": "schema:LiteraryEvent" },
1557
- "LiveAlbum": { "@id": "schema:LiveAlbum" },
1558
- "LiveBlogPosting": { "@id": "schema:LiveBlogPosting" },
1559
- "LivingWithHealthAspect": { "@id": "schema:LivingWithHealthAspect" },
1560
- "LoanOrCredit": { "@id": "schema:LoanOrCredit" },
1561
- "LocalBusiness": { "@id": "schema:LocalBusiness" },
1562
- "LocationFeatureSpecification": { "@id": "schema:LocationFeatureSpecification" },
1563
- "LockerDelivery": { "@id": "schema:LockerDelivery" },
1564
- "Locksmith": { "@id": "schema:Locksmith" },
1565
- "LodgingBusiness": { "@id": "schema:LodgingBusiness" },
1566
- "LodgingReservation": { "@id": "schema:LodgingReservation" },
1567
- "Longitudinal": { "@id": "schema:Longitudinal" },
1568
- "LoseAction": { "@id": "schema:LoseAction" },
1569
- "LowCalorieDiet": { "@id": "schema:LowCalorieDiet" },
1570
- "LowFatDiet": { "@id": "schema:LowFatDiet" },
1571
- "LowLactoseDiet": { "@id": "schema:LowLactoseDiet" },
1572
- "LowSaltDiet": { "@id": "schema:LowSaltDiet" },
1573
- "Lung": { "@id": "schema:Lung" },
1574
- "LymphaticVessel": { "@id": "schema:LymphaticVessel" },
1575
- "MRI": { "@id": "schema:MRI" },
1576
- "MSRP": { "@id": "schema:MSRP" },
1577
- "MadeToOrder": { "@id": "schema:MadeToOrder" },
1578
- "Male": { "@id": "schema:Male" },
1579
- "Manuscript": { "@id": "schema:Manuscript" },
1580
- "Map": { "@id": "schema:Map" },
1581
- "MapCategoryType": { "@id": "schema:MapCategoryType" },
1582
- "MarryAction": { "@id": "schema:MarryAction" },
1583
- "Mass": { "@id": "schema:Mass" },
1584
- "MathSolver": { "@id": "schema:MathSolver" },
1585
- "MaximumDoseSchedule": { "@id": "schema:MaximumDoseSchedule" },
1586
- "MayTreatHealthAspect": { "@id": "schema:MayTreatHealthAspect" },
1587
- "MeasurementMethodEnum": { "@id": "schema:MeasurementMethodEnum" },
1588
- "MeasurementTypeEnumeration": { "@id": "schema:MeasurementTypeEnumeration" },
1589
- "MediaEnumeration": { "@id": "schema:MediaEnumeration" },
1590
- "MediaGallery": { "@id": "schema:MediaGallery" },
1591
- "MediaManipulationRatingEnumeration": { "@id": "schema:MediaManipulationRatingEnumeration" },
1592
- "MediaObject": { "@id": "schema:MediaObject" },
1593
- "MediaReview": { "@id": "schema:MediaReview" },
1594
- "MediaReviewItem": { "@id": "schema:MediaReviewItem" },
1595
- "MediaSubscription": { "@id": "schema:MediaSubscription" },
1596
- "MedicalAudience": { "@id": "schema:MedicalAudience" },
1597
- "MedicalAudienceType": { "@id": "schema:MedicalAudienceType" },
1598
- "MedicalBusiness": { "@id": "schema:MedicalBusiness" },
1599
- "MedicalCause": { "@id": "schema:MedicalCause" },
1600
- "MedicalClinic": { "@id": "schema:MedicalClinic" },
1601
- "MedicalCode": { "@id": "schema:MedicalCode" },
1602
- "MedicalCondition": { "@id": "schema:MedicalCondition" },
1603
- "MedicalConditionStage": { "@id": "schema:MedicalConditionStage" },
1604
- "MedicalContraindication": { "@id": "schema:MedicalContraindication" },
1605
- "MedicalDevice": { "@id": "schema:MedicalDevice" },
1606
- "MedicalDevicePurpose": { "@id": "schema:MedicalDevicePurpose" },
1607
- "MedicalEntity": { "@id": "schema:MedicalEntity" },
1608
- "MedicalEnumeration": { "@id": "schema:MedicalEnumeration" },
1609
- "MedicalEvidenceLevel": { "@id": "schema:MedicalEvidenceLevel" },
1610
- "MedicalGuideline": { "@id": "schema:MedicalGuideline" },
1611
- "MedicalGuidelineContraindication": { "@id": "schema:MedicalGuidelineContraindication" },
1612
- "MedicalGuidelineRecommendation": { "@id": "schema:MedicalGuidelineRecommendation" },
1613
- "MedicalImagingTechnique": { "@id": "schema:MedicalImagingTechnique" },
1614
- "MedicalIndication": { "@id": "schema:MedicalIndication" },
1615
- "MedicalIntangible": { "@id": "schema:MedicalIntangible" },
1616
- "MedicalObservationalStudy": { "@id": "schema:MedicalObservationalStudy" },
1617
- "MedicalObservationalStudyDesign": { "@id": "schema:MedicalObservationalStudyDesign" },
1618
- "MedicalOrganization": { "@id": "schema:MedicalOrganization" },
1619
- "MedicalProcedure": { "@id": "schema:MedicalProcedure" },
1620
- "MedicalProcedureType": { "@id": "schema:MedicalProcedureType" },
1621
- "MedicalResearcher": { "@id": "schema:MedicalResearcher" },
1622
- "MedicalRiskCalculator": { "@id": "schema:MedicalRiskCalculator" },
1623
- "MedicalRiskEstimator": { "@id": "schema:MedicalRiskEstimator" },
1624
- "MedicalRiskFactor": { "@id": "schema:MedicalRiskFactor" },
1625
- "MedicalRiskScore": { "@id": "schema:MedicalRiskScore" },
1626
- "MedicalScholarlyArticle": { "@id": "schema:MedicalScholarlyArticle" },
1627
- "MedicalSign": { "@id": "schema:MedicalSign" },
1628
- "MedicalSignOrSymptom": { "@id": "schema:MedicalSignOrSymptom" },
1629
- "MedicalSpecialty": { "@id": "schema:MedicalSpecialty" },
1630
- "MedicalStudy": { "@id": "schema:MedicalStudy" },
1631
- "MedicalStudyStatus": { "@id": "schema:MedicalStudyStatus" },
1632
- "MedicalSymptom": { "@id": "schema:MedicalSymptom" },
1633
- "MedicalTest": { "@id": "schema:MedicalTest" },
1634
- "MedicalTestPanel": { "@id": "schema:MedicalTestPanel" },
1635
- "MedicalTherapy": { "@id": "schema:MedicalTherapy" },
1636
- "MedicalTrial": { "@id": "schema:MedicalTrial" },
1637
- "MedicalTrialDesign": { "@id": "schema:MedicalTrialDesign" },
1638
- "MedicalWebPage": { "@id": "schema:MedicalWebPage" },
1639
- "MedicineSystem": { "@id": "schema:MedicineSystem" },
1640
- "MeetingRoom": { "@id": "schema:MeetingRoom" },
1641
- "MemberProgram": { "@id": "schema:MemberProgram" },
1642
- "MemberProgramTier": { "@id": "schema:MemberProgramTier" },
1643
- "MensClothingStore": { "@id": "schema:MensClothingStore" },
1644
- "Menu": { "@id": "schema:Menu" },
1645
- "MenuItem": { "@id": "schema:MenuItem" },
1646
- "MenuSection": { "@id": "schema:MenuSection" },
1647
- "MerchantReturnEnumeration": { "@id": "schema:MerchantReturnEnumeration" },
1648
- "MerchantReturnFiniteReturnWindow": { "@id": "schema:MerchantReturnFiniteReturnWindow" },
1649
- "MerchantReturnNotPermitted": { "@id": "schema:MerchantReturnNotPermitted" },
1650
- "MerchantReturnPolicy": { "@id": "schema:MerchantReturnPolicy" },
1651
- "MerchantReturnPolicySeasonalOverride": { "@id": "schema:MerchantReturnPolicySeasonalOverride" },
1652
- "MerchantReturnUnlimitedWindow": { "@id": "schema:MerchantReturnUnlimitedWindow" },
1653
- "MerchantReturnUnspecified": { "@id": "schema:MerchantReturnUnspecified" },
1654
- "Message": { "@id": "schema:Message" },
1655
- "MiddleSchool": { "@id": "schema:MiddleSchool" },
1656
- "Midwifery": { "@id": "schema:Midwifery" },
1657
- "MinimumAdvertisedPrice": { "@id": "schema:MinimumAdvertisedPrice" },
1658
- "MinorHumanEditsDigitalSource": { "@id": "schema:MinorHumanEditsDigitalSource" },
1659
- "MisconceptionsHealthAspect": { "@id": "schema:MisconceptionsHealthAspect" },
1660
- "MixedEventAttendanceMode": { "@id": "schema:MixedEventAttendanceMode" },
1661
- "MixtapeAlbum": { "@id": "schema:MixtapeAlbum" },
1662
- "MobileApplication": { "@id": "schema:MobileApplication" },
1663
- "MobilePhoneStore": { "@id": "schema:MobilePhoneStore" },
1664
- "MobileWebPlatform": { "@id": "schema:MobileWebPlatform" },
1665
- "MolecularEntity": { "@id": "schema:MolecularEntity" },
1666
- "Monday": { "@id": "schema:Monday" },
1667
- "MonetaryAmount": { "@id": "schema:MonetaryAmount" },
1668
- "MonetaryAmountDistribution": { "@id": "schema:MonetaryAmountDistribution" },
1669
- "MonetaryGrant": { "@id": "schema:MonetaryGrant" },
1670
- "MoneyTransfer": { "@id": "schema:MoneyTransfer" },
1671
- "MortgageLoan": { "@id": "schema:MortgageLoan" },
1672
- "Mosque": { "@id": "schema:Mosque" },
1673
- "Motel": { "@id": "schema:Motel" },
1674
- "Motorcycle": { "@id": "schema:Motorcycle" },
1675
- "MotorcycleDealer": { "@id": "schema:MotorcycleDealer" },
1676
- "MotorcycleRepair": { "@id": "schema:MotorcycleRepair" },
1677
- "MotorizedBicycle": { "@id": "schema:MotorizedBicycle" },
1678
- "Mountain": { "@id": "schema:Mountain" },
1679
- "MoveAction": { "@id": "schema:MoveAction" },
1680
- "Movie": { "@id": "schema:Movie" },
1681
- "MovieClip": { "@id": "schema:MovieClip" },
1682
- "MovieRentalStore": { "@id": "schema:MovieRentalStore" },
1683
- "MovieSeries": { "@id": "schema:MovieSeries" },
1684
- "MovieTheater": { "@id": "schema:MovieTheater" },
1685
- "MovingCompany": { "@id": "schema:MovingCompany" },
1686
- "MultiCenterTrial": { "@id": "schema:MultiCenterTrial" },
1687
- "MultiPlayer": { "@id": "schema:MultiPlayer" },
1688
- "MulticellularParasite": { "@id": "schema:MulticellularParasite" },
1689
- "Muscle": { "@id": "schema:Muscle" },
1690
- "Musculoskeletal": { "@id": "schema:Musculoskeletal" },
1691
- "MusculoskeletalExam": { "@id": "schema:MusculoskeletalExam" },
1692
- "Museum": { "@id": "schema:Museum" },
1693
- "MusicAlbum": { "@id": "schema:MusicAlbum" },
1694
- "MusicAlbumProductionType": { "@id": "schema:MusicAlbumProductionType" },
1695
- "MusicAlbumReleaseType": { "@id": "schema:MusicAlbumReleaseType" },
1696
- "MusicComposition": { "@id": "schema:MusicComposition" },
1697
- "MusicEvent": { "@id": "schema:MusicEvent" },
1698
- "MusicGroup": { "@id": "schema:MusicGroup" },
1699
- "MusicPlaylist": { "@id": "schema:MusicPlaylist" },
1700
- "MusicRecording": { "@id": "schema:MusicRecording" },
1701
- "MusicRelease": { "@id": "schema:MusicRelease" },
1702
- "MusicReleaseFormatType": { "@id": "schema:MusicReleaseFormatType" },
1703
- "MusicStore": { "@id": "schema:MusicStore" },
1704
- "MusicVenue": { "@id": "schema:MusicVenue" },
1705
- "MusicVideoObject": { "@id": "schema:MusicVideoObject" },
1706
- "NGO": { "@id": "schema:NGO" },
1707
- "NLNonprofitType": { "@id": "schema:NLNonprofitType" },
1708
- "NailSalon": { "@id": "schema:NailSalon" },
1709
- "NarcoticConsideration": { "@id": "schema:NarcoticConsideration" },
1710
- "Neck": { "@id": "schema:Neck" },
1711
- "NegativeFilmDigitalSource": { "@id": "schema:NegativeFilmDigitalSource" },
1712
- "Nerve": { "@id": "schema:Nerve" },
1713
- "Neuro": { "@id": "schema:Neuro" },
1714
- "Neurologic": { "@id": "schema:Neurologic" },
1715
- "NewCondition": { "@id": "schema:NewCondition" },
1716
- "NewsArticle": { "@id": "schema:NewsArticle" },
1717
- "NewsMediaOrganization": { "@id": "schema:NewsMediaOrganization" },
1718
- "Newspaper": { "@id": "schema:Newspaper" },
1719
- "NightClub": { "@id": "schema:NightClub" },
1720
- "NoninvasiveProcedure": { "@id": "schema:NoninvasiveProcedure" },
1721
- "Nonprofit501a": { "@id": "schema:Nonprofit501a" },
1722
- "Nonprofit501c1": { "@id": "schema:Nonprofit501c1" },
1723
- "Nonprofit501c10": { "@id": "schema:Nonprofit501c10" },
1724
- "Nonprofit501c11": { "@id": "schema:Nonprofit501c11" },
1725
- "Nonprofit501c12": { "@id": "schema:Nonprofit501c12" },
1726
- "Nonprofit501c13": { "@id": "schema:Nonprofit501c13" },
1727
- "Nonprofit501c14": { "@id": "schema:Nonprofit501c14" },
1728
- "Nonprofit501c15": { "@id": "schema:Nonprofit501c15" },
1729
- "Nonprofit501c16": { "@id": "schema:Nonprofit501c16" },
1730
- "Nonprofit501c17": { "@id": "schema:Nonprofit501c17" },
1731
- "Nonprofit501c18": { "@id": "schema:Nonprofit501c18" },
1732
- "Nonprofit501c19": { "@id": "schema:Nonprofit501c19" },
1733
- "Nonprofit501c2": { "@id": "schema:Nonprofit501c2" },
1734
- "Nonprofit501c20": { "@id": "schema:Nonprofit501c20" },
1735
- "Nonprofit501c21": { "@id": "schema:Nonprofit501c21" },
1736
- "Nonprofit501c22": { "@id": "schema:Nonprofit501c22" },
1737
- "Nonprofit501c23": { "@id": "schema:Nonprofit501c23" },
1738
- "Nonprofit501c24": { "@id": "schema:Nonprofit501c24" },
1739
- "Nonprofit501c25": { "@id": "schema:Nonprofit501c25" },
1740
- "Nonprofit501c26": { "@id": "schema:Nonprofit501c26" },
1741
- "Nonprofit501c27": { "@id": "schema:Nonprofit501c27" },
1742
- "Nonprofit501c28": { "@id": "schema:Nonprofit501c28" },
1743
- "Nonprofit501c3": { "@id": "schema:Nonprofit501c3" },
1744
- "Nonprofit501c4": { "@id": "schema:Nonprofit501c4" },
1745
- "Nonprofit501c5": { "@id": "schema:Nonprofit501c5" },
1746
- "Nonprofit501c6": { "@id": "schema:Nonprofit501c6" },
1747
- "Nonprofit501c7": { "@id": "schema:Nonprofit501c7" },
1748
- "Nonprofit501c8": { "@id": "schema:Nonprofit501c8" },
1749
- "Nonprofit501c9": { "@id": "schema:Nonprofit501c9" },
1750
- "Nonprofit501d": { "@id": "schema:Nonprofit501d" },
1751
- "Nonprofit501e": { "@id": "schema:Nonprofit501e" },
1752
- "Nonprofit501f": { "@id": "schema:Nonprofit501f" },
1753
- "Nonprofit501k": { "@id": "schema:Nonprofit501k" },
1754
- "Nonprofit501n": { "@id": "schema:Nonprofit501n" },
1755
- "Nonprofit501q": { "@id": "schema:Nonprofit501q" },
1756
- "Nonprofit527": { "@id": "schema:Nonprofit527" },
1757
- "NonprofitANBI": { "@id": "schema:NonprofitANBI" },
1758
- "NonprofitSBBI": { "@id": "schema:NonprofitSBBI" },
1759
- "NonprofitType": { "@id": "schema:NonprofitType" },
1760
- "Nose": { "@id": "schema:Nose" },
1761
- "NotInForce": { "@id": "schema:NotInForce" },
1762
- "NotYetRecruiting": { "@id": "schema:NotYetRecruiting" },
1763
- "Notary": { "@id": "schema:Notary" },
1764
- "NoteDigitalDocument": { "@id": "schema:NoteDigitalDocument" },
1765
- "Number": { "@id": "schema:Number" },
1766
- "Nursing": { "@id": "schema:Nursing" },
1767
- "NutritionInformation": { "@id": "schema:NutritionInformation" },
1768
- "OTC": { "@id": "schema:OTC" },
1769
- "Observation": { "@id": "schema:Observation" },
1770
- "Observational": { "@id": "schema:Observational" },
1771
- "Obstetric": { "@id": "schema:Obstetric" },
1772
- "Occupation": { "@id": "schema:Occupation" },
1773
- "OccupationalActivity": { "@id": "schema:OccupationalActivity" },
1774
- "OccupationalExperienceRequirements": { "@id": "schema:OccupationalExperienceRequirements" },
1775
- "OccupationalTherapy": { "@id": "schema:OccupationalTherapy" },
1776
- "OceanBodyOfWater": { "@id": "schema:OceanBodyOfWater" },
1777
- "Offer": { "@id": "schema:Offer" },
1778
- "OfferCatalog": { "@id": "schema:OfferCatalog" },
1779
- "OfferForLease": { "@id": "schema:OfferForLease" },
1780
- "OfferForPurchase": { "@id": "schema:OfferForPurchase" },
1781
- "OfferItemCondition": { "@id": "schema:OfferItemCondition" },
1782
- "OfferShippingDetails": { "@id": "schema:OfferShippingDetails" },
1783
- "OfficeEquipmentStore": { "@id": "schema:OfficeEquipmentStore" },
1784
- "OfficialLegalValue": { "@id": "schema:OfficialLegalValue" },
1785
- "OfflineEventAttendanceMode": { "@id": "schema:OfflineEventAttendanceMode" },
1786
- "OfflinePermanently": { "@id": "schema:OfflinePermanently" },
1787
- "OfflineTemporarily": { "@id": "schema:OfflineTemporarily" },
1788
- "OnDemandEvent": { "@id": "schema:OnDemandEvent" },
1789
- "OnSitePickup": { "@id": "schema:OnSitePickup" },
1790
- "Oncologic": { "@id": "schema:Oncologic" },
1791
- "OneTimePayments": { "@id": "schema:OneTimePayments" },
1792
- "Online": { "@id": "schema:Online" },
1793
- "OnlineBusiness": { "@id": "schema:OnlineBusiness" },
1794
- "OnlineEventAttendanceMode": { "@id": "schema:OnlineEventAttendanceMode" },
1795
- "OnlineFull": { "@id": "schema:OnlineFull" },
1796
- "OnlineOnly": { "@id": "schema:OnlineOnly" },
1797
- "OnlineStore": { "@id": "schema:OnlineStore" },
1798
- "OpenTrial": { "@id": "schema:OpenTrial" },
1799
- "OpeningHoursSpecification": { "@id": "schema:OpeningHoursSpecification" },
1800
- "OpinionNewsArticle": { "@id": "schema:OpinionNewsArticle" },
1801
- "Optician": { "@id": "schema:Optician" },
1802
- "Optometric": { "@id": "schema:Optometric" },
1803
- "Order": { "@id": "schema:Order" },
1804
- "OrderAction": { "@id": "schema:OrderAction" },
1805
- "OrderCancelled": { "@id": "schema:OrderCancelled" },
1806
- "OrderDelivered": { "@id": "schema:OrderDelivered" },
1807
- "OrderInTransit": { "@id": "schema:OrderInTransit" },
1808
- "OrderItem": { "@id": "schema:OrderItem" },
1809
- "OrderPaymentDue": { "@id": "schema:OrderPaymentDue" },
1810
- "OrderPickupAvailable": { "@id": "schema:OrderPickupAvailable" },
1811
- "OrderProblem": { "@id": "schema:OrderProblem" },
1812
- "OrderProcessing": { "@id": "schema:OrderProcessing" },
1813
- "OrderReturned": { "@id": "schema:OrderReturned" },
1814
- "OrderStatus": { "@id": "schema:OrderStatus" },
1815
- "Organization": { "@id": "schema:Organization" },
1816
- "OrganizationRole": { "@id": "schema:OrganizationRole" },
1817
- "OrganizeAction": { "@id": "schema:OrganizeAction" },
1818
- "OriginalMediaContent": { "@id": "schema:OriginalMediaContent" },
1819
- "OriginalShippingFees": { "@id": "schema:OriginalShippingFees" },
1820
- "Osteopathic": { "@id": "schema:Osteopathic" },
1821
- "Otolaryngologic": { "@id": "schema:Otolaryngologic" },
1822
- "OutOfStock": { "@id": "schema:OutOfStock" },
1823
- "OutletStore": { "@id": "schema:OutletStore" },
1824
- "OverviewHealthAspect": { "@id": "schema:OverviewHealthAspect" },
1825
- "OwnershipInfo": { "@id": "schema:OwnershipInfo" },
1826
- "PET": { "@id": "schema:PET" },
1827
- "PaidLeave": { "@id": "schema:PaidLeave" },
1828
- "PaintAction": { "@id": "schema:PaintAction" },
1829
- "Painting": { "@id": "schema:Painting" },
1830
- "PalliativeProcedure": { "@id": "schema:PalliativeProcedure" },
1831
- "Paperback": { "@id": "schema:Paperback" },
1832
- "ParcelDelivery": { "@id": "schema:ParcelDelivery" },
1833
- "ParcelService": { "@id": "schema:ParcelService" },
1834
- "ParentAudience": { "@id": "schema:ParentAudience" },
1835
- "ParentalSupport": { "@id": "schema:ParentalSupport" },
1836
- "Park": { "@id": "schema:Park" },
1837
- "ParkingFacility": { "@id": "schema:ParkingFacility" },
1838
- "ParkingMap": { "@id": "schema:ParkingMap" },
1839
- "PartiallyInForce": { "@id": "schema:PartiallyInForce" },
1840
- "Pathology": { "@id": "schema:Pathology" },
1841
- "PathologyTest": { "@id": "schema:PathologyTest" },
1842
- "Patient": { "@id": "schema:Patient" },
1843
- "PatientExperienceHealthAspect": { "@id": "schema:PatientExperienceHealthAspect" },
1844
- "PawnShop": { "@id": "schema:PawnShop" },
1845
- "PayAction": { "@id": "schema:PayAction" },
1846
- "PaymentAutomaticallyApplied": { "@id": "schema:PaymentAutomaticallyApplied" },
1847
- "PaymentCard": { "@id": "schema:PaymentCard" },
1848
- "PaymentChargeSpecification": { "@id": "schema:PaymentChargeSpecification" },
1849
- "PaymentComplete": { "@id": "schema:PaymentComplete" },
1850
- "PaymentDeclined": { "@id": "schema:PaymentDeclined" },
1851
- "PaymentDue": { "@id": "schema:PaymentDue" },
1852
- "PaymentMethod": { "@id": "schema:PaymentMethod" },
1853
- "PaymentMethodType": { "@id": "schema:PaymentMethodType" },
1854
- "PaymentPastDue": { "@id": "schema:PaymentPastDue" },
1855
- "PaymentService": { "@id": "schema:PaymentService" },
1856
- "PaymentStatusType": { "@id": "schema:PaymentStatusType" },
1857
- "Pediatric": { "@id": "schema:Pediatric" },
1858
- "PeopleAudience": { "@id": "schema:PeopleAudience" },
1859
- "PercutaneousProcedure": { "@id": "schema:PercutaneousProcedure" },
1860
- "PerformAction": { "@id": "schema:PerformAction" },
1861
- "PerformanceRole": { "@id": "schema:PerformanceRole" },
1862
- "PerformingArtsTheater": { "@id": "schema:PerformingArtsTheater" },
1863
- "PerformingGroup": { "@id": "schema:PerformingGroup" },
1864
- "Periodical": { "@id": "schema:Periodical" },
1865
- "Permit": { "@id": "schema:Permit" },
1866
- "Person": { "@id": "schema:Person" },
1867
- "PetStore": { "@id": "schema:PetStore" },
1868
- "Pharmacy": { "@id": "schema:Pharmacy" },
1869
- "PharmacySpecialty": { "@id": "schema:PharmacySpecialty" },
1870
- "PhoneCarrierPayment": { "@id": "schema:PhoneCarrierPayment" },
1871
- "Photograph": { "@id": "schema:Photograph" },
1872
- "PhotographAction": { "@id": "schema:PhotographAction" },
1873
- "PhysicalActivity": { "@id": "schema:PhysicalActivity" },
1874
- "PhysicalActivityCategory": { "@id": "schema:PhysicalActivityCategory" },
1875
- "PhysicalExam": { "@id": "schema:PhysicalExam" },
1876
- "PhysicalTherapy": { "@id": "schema:PhysicalTherapy" },
1877
- "Physician": { "@id": "schema:Physician" },
1878
- "PhysiciansOffice": { "@id": "schema:PhysiciansOffice" },
1879
- "Physiotherapy": { "@id": "schema:Physiotherapy" },
1880
- "Place": { "@id": "schema:Place" },
1881
- "PlaceOfWorship": { "@id": "schema:PlaceOfWorship" },
1882
- "PlaceboControlledTrial": { "@id": "schema:PlaceboControlledTrial" },
1883
- "PlanAction": { "@id": "schema:PlanAction" },
1884
- "PlasticSurgery": { "@id": "schema:PlasticSurgery" },
1885
- "Play": { "@id": "schema:Play" },
1886
- "PlayAction": { "@id": "schema:PlayAction" },
1887
- "PlayGameAction": { "@id": "schema:PlayGameAction" },
1888
- "Playground": { "@id": "schema:Playground" },
1889
- "Plumber": { "@id": "schema:Plumber" },
1890
- "PodcastEpisode": { "@id": "schema:PodcastEpisode" },
1891
- "PodcastSeason": { "@id": "schema:PodcastSeason" },
1892
- "PodcastSeries": { "@id": "schema:PodcastSeries" },
1893
- "Podiatric": { "@id": "schema:Podiatric" },
1894
- "PoliceStation": { "@id": "schema:PoliceStation" },
1895
- "PoliticalParty": { "@id": "schema:PoliticalParty" },
1896
- "Pond": { "@id": "schema:Pond" },
1897
- "PositiveFilmDigitalSource": { "@id": "schema:PositiveFilmDigitalSource" },
1898
- "PostOffice": { "@id": "schema:PostOffice" },
1899
- "PostalAddress": { "@id": "schema:PostalAddress" },
1900
- "PostalCodeRangeSpecification": { "@id": "schema:PostalCodeRangeSpecification" },
1901
- "Poster": { "@id": "schema:Poster" },
1902
- "PotentialActionStatus": { "@id": "schema:PotentialActionStatus" },
1903
- "PreOrder": { "@id": "schema:PreOrder" },
1904
- "PreOrderAction": { "@id": "schema:PreOrderAction" },
1905
- "PreSale": { "@id": "schema:PreSale" },
1906
- "PregnancyHealthAspect": { "@id": "schema:PregnancyHealthAspect" },
1907
- "PrependAction": { "@id": "schema:PrependAction" },
1908
- "Preschool": { "@id": "schema:Preschool" },
1909
- "PrescriptionOnly": { "@id": "schema:PrescriptionOnly" },
1910
- "PresentationDigitalDocument": { "@id": "schema:PresentationDigitalDocument" },
1911
- "PreventionHealthAspect": { "@id": "schema:PreventionHealthAspect" },
1912
- "PreventionIndication": { "@id": "schema:PreventionIndication" },
1913
- "PriceComponentTypeEnumeration": { "@id": "schema:PriceComponentTypeEnumeration" },
1914
- "PriceSpecification": { "@id": "schema:PriceSpecification" },
1915
- "PriceTypeEnumeration": { "@id": "schema:PriceTypeEnumeration" },
1916
- "PrimaryCare": { "@id": "schema:PrimaryCare" },
1917
- "PrintDigitalSource": { "@id": "schema:PrintDigitalSource" },
1918
- "Prion": { "@id": "schema:Prion" },
1919
- "Product": { "@id": "schema:Product" },
1920
- "ProductCollection": { "@id": "schema:ProductCollection" },
1921
- "ProductGroup": { "@id": "schema:ProductGroup" },
1922
- "ProductModel": { "@id": "schema:ProductModel" },
1923
- "ProductReturnEnumeration": { "@id": "schema:ProductReturnEnumeration" },
1924
- "ProductReturnFiniteReturnWindow": { "@id": "schema:ProductReturnFiniteReturnWindow" },
1925
- "ProductReturnNotPermitted": { "@id": "schema:ProductReturnNotPermitted" },
1926
- "ProductReturnPolicy": { "@id": "schema:ProductReturnPolicy" },
1927
- "ProductReturnUnlimitedWindow": { "@id": "schema:ProductReturnUnlimitedWindow" },
1928
- "ProductReturnUnspecified": { "@id": "schema:ProductReturnUnspecified" },
1929
- "ProfessionalService": { "@id": "schema:ProfessionalService" },
1930
- "ProfilePage": { "@id": "schema:ProfilePage" },
1931
- "PrognosisHealthAspect": { "@id": "schema:PrognosisHealthAspect" },
1932
- "ProgramMembership": { "@id": "schema:ProgramMembership" },
1933
- "Project": { "@id": "schema:Project" },
1934
- "PronounceableText": { "@id": "schema:PronounceableText" },
1935
- "Property": { "@id": "schema:Property" },
1936
- "PropertyValue": { "@id": "schema:PropertyValue" },
1937
- "PropertyValueSpecification": { "@id": "schema:PropertyValueSpecification" },
1938
- "Protein": { "@id": "schema:Protein" },
1939
- "Protozoa": { "@id": "schema:Protozoa" },
1940
- "Psychiatric": { "@id": "schema:Psychiatric" },
1941
- "PsychologicalTreatment": { "@id": "schema:PsychologicalTreatment" },
1942
- "PublicHealth": { "@id": "schema:PublicHealth" },
1943
- "PublicHolidays": { "@id": "schema:PublicHolidays" },
1944
- "PublicSwimmingPool": { "@id": "schema:PublicSwimmingPool" },
1945
- "PublicToilet": { "@id": "schema:PublicToilet" },
1946
- "PublicationEvent": { "@id": "schema:PublicationEvent" },
1947
- "PublicationIssue": { "@id": "schema:PublicationIssue" },
1948
- "PublicationVolume": { "@id": "schema:PublicationVolume" },
1949
- "Pulmonary": { "@id": "schema:Pulmonary" },
1950
- "QAPage": { "@id": "schema:QAPage" },
1951
- "QualitativeValue": { "@id": "schema:QualitativeValue" },
1952
- "QuantitativeValue": { "@id": "schema:QuantitativeValue" },
1953
- "QuantitativeValueDistribution": { "@id": "schema:QuantitativeValueDistribution" },
1954
- "Quantity": { "@id": "schema:Quantity" },
1955
- "Question": { "@id": "schema:Question" },
1956
- "Quiz": { "@id": "schema:Quiz" },
1957
- "Quotation": { "@id": "schema:Quotation" },
1958
- "QuoteAction": { "@id": "schema:QuoteAction" },
1959
- "RVPark": { "@id": "schema:RVPark" },
1960
- "RadiationTherapy": { "@id": "schema:RadiationTherapy" },
1961
- "RadioBroadcastService": { "@id": "schema:RadioBroadcastService" },
1962
- "RadioChannel": { "@id": "schema:RadioChannel" },
1963
- "RadioClip": { "@id": "schema:RadioClip" },
1964
- "RadioEpisode": { "@id": "schema:RadioEpisode" },
1965
- "RadioSeason": { "@id": "schema:RadioSeason" },
1966
- "RadioSeries": { "@id": "schema:RadioSeries" },
1967
- "RadioStation": { "@id": "schema:RadioStation" },
1968
- "Radiography": { "@id": "schema:Radiography" },
1969
- "RandomizedTrial": { "@id": "schema:RandomizedTrial" },
1970
- "Rating": { "@id": "schema:Rating" },
1971
- "ReactAction": { "@id": "schema:ReactAction" },
1972
- "ReadAction": { "@id": "schema:ReadAction" },
1973
- "ReadPermission": { "@id": "schema:ReadPermission" },
1974
- "RealEstateAgent": { "@id": "schema:RealEstateAgent" },
1975
- "RealEstateListing": { "@id": "schema:RealEstateListing" },
1976
- "RearWheelDriveConfiguration": { "@id": "schema:RearWheelDriveConfiguration" },
1977
- "ReceiveAction": { "@id": "schema:ReceiveAction" },
1978
- "Recipe": { "@id": "schema:Recipe" },
1979
- "Recommendation": { "@id": "schema:Recommendation" },
1980
- "RecommendedDoseSchedule": { "@id": "schema:RecommendedDoseSchedule" },
1981
- "Recruiting": { "@id": "schema:Recruiting" },
1982
- "RecyclingCenter": { "@id": "schema:RecyclingCenter" },
1983
- "ReducedRelevanceForChildrenConsideration": { "@id": "schema:ReducedRelevanceForChildrenConsideration" },
1984
- "RefundTypeEnumeration": { "@id": "schema:RefundTypeEnumeration" },
1985
- "RefurbishedCondition": { "@id": "schema:RefurbishedCondition" },
1986
- "RegisterAction": { "@id": "schema:RegisterAction" },
1987
- "Registry": { "@id": "schema:Registry" },
1988
- "RegularPrice": { "@id": "schema:RegularPrice" },
1989
- "ReimbursementCap": { "@id": "schema:ReimbursementCap" },
1990
- "RejectAction": { "@id": "schema:RejectAction" },
1991
- "RelatedTopicsHealthAspect": { "@id": "schema:RelatedTopicsHealthAspect" },
1992
- "RemixAlbum": { "@id": "schema:RemixAlbum" },
1993
- "Renal": { "@id": "schema:Renal" },
1994
- "RentAction": { "@id": "schema:RentAction" },
1995
- "RentalCarReservation": { "@id": "schema:RentalCarReservation" },
1996
- "RentalVehicleUsage": { "@id": "schema:RentalVehicleUsage" },
1997
- "RepaymentSpecification": { "@id": "schema:RepaymentSpecification" },
1998
- "ReplaceAction": { "@id": "schema:ReplaceAction" },
1999
- "ReplyAction": { "@id": "schema:ReplyAction" },
2000
- "Report": { "@id": "schema:Report" },
2001
- "ReportageNewsArticle": { "@id": "schema:ReportageNewsArticle" },
2002
- "ReportedDoseSchedule": { "@id": "schema:ReportedDoseSchedule" },
2003
- "ResearchOrganization": { "@id": "schema:ResearchOrganization" },
2004
- "ResearchProject": { "@id": "schema:ResearchProject" },
2005
- "Researcher": { "@id": "schema:Researcher" },
2006
- "Reservation": { "@id": "schema:Reservation" },
2007
- "ReservationCancelled": { "@id": "schema:ReservationCancelled" },
2008
- "ReservationConfirmed": { "@id": "schema:ReservationConfirmed" },
2009
- "ReservationHold": { "@id": "schema:ReservationHold" },
2010
- "ReservationPackage": { "@id": "schema:ReservationPackage" },
2011
- "ReservationPending": { "@id": "schema:ReservationPending" },
2012
- "ReservationStatusType": { "@id": "schema:ReservationStatusType" },
2013
- "ReserveAction": { "@id": "schema:ReserveAction" },
2014
- "Reserved": { "@id": "schema:Reserved" },
2015
- "Reservoir": { "@id": "schema:Reservoir" },
2016
- "Residence": { "@id": "schema:Residence" },
2017
- "Resort": { "@id": "schema:Resort" },
2018
- "RespiratoryTherapy": { "@id": "schema:RespiratoryTherapy" },
2019
- "Restaurant": { "@id": "schema:Restaurant" },
2020
- "RestockingFees": { "@id": "schema:RestockingFees" },
2021
- "RestrictedDiet": { "@id": "schema:RestrictedDiet" },
2022
- "ResultsAvailable": { "@id": "schema:ResultsAvailable" },
2023
- "ResultsNotAvailable": { "@id": "schema:ResultsNotAvailable" },
2024
- "ResumeAction": { "@id": "schema:ResumeAction" },
2025
- "Retail": { "@id": "schema:Retail" },
2026
- "ReturnAction": { "@id": "schema:ReturnAction" },
2027
- "ReturnAtKiosk": { "@id": "schema:ReturnAtKiosk" },
2028
- "ReturnByMail": { "@id": "schema:ReturnByMail" },
2029
- "ReturnFeesCustomerResponsibility": { "@id": "schema:ReturnFeesCustomerResponsibility" },
2030
- "ReturnFeesEnumeration": { "@id": "schema:ReturnFeesEnumeration" },
2031
- "ReturnInStore": { "@id": "schema:ReturnInStore" },
2032
- "ReturnLabelCustomerResponsibility": { "@id": "schema:ReturnLabelCustomerResponsibility" },
2033
- "ReturnLabelDownloadAndPrint": { "@id": "schema:ReturnLabelDownloadAndPrint" },
2034
- "ReturnLabelInBox": { "@id": "schema:ReturnLabelInBox" },
2035
- "ReturnLabelSourceEnumeration": { "@id": "schema:ReturnLabelSourceEnumeration" },
2036
- "ReturnMethodEnumeration": { "@id": "schema:ReturnMethodEnumeration" },
2037
- "ReturnShippingFees": { "@id": "schema:ReturnShippingFees" },
2038
- "Review": { "@id": "schema:Review" },
2039
- "ReviewAction": { "@id": "schema:ReviewAction" },
2040
- "ReviewNewsArticle": { "@id": "schema:ReviewNewsArticle" },
2041
- "Rheumatologic": { "@id": "schema:Rheumatologic" },
2042
- "RightHandDriving": { "@id": "schema:RightHandDriving" },
2043
- "RisksOrComplicationsHealthAspect": { "@id": "schema:RisksOrComplicationsHealthAspect" },
2044
- "RiverBodyOfWater": { "@id": "schema:RiverBodyOfWater" },
2045
- "Role": { "@id": "schema:Role" },
2046
- "RoofingContractor": { "@id": "schema:RoofingContractor" },
2047
- "Room": { "@id": "schema:Room" },
2048
- "RsvpAction": { "@id": "schema:RsvpAction" },
2049
- "RsvpResponseMaybe": { "@id": "schema:RsvpResponseMaybe" },
2050
- "RsvpResponseNo": { "@id": "schema:RsvpResponseNo" },
2051
- "RsvpResponseType": { "@id": "schema:RsvpResponseType" },
2052
- "RsvpResponseYes": { "@id": "schema:RsvpResponseYes" },
2053
- "SRP": { "@id": "schema:SRP" },
2054
- "SafetyHealthAspect": { "@id": "schema:SafetyHealthAspect" },
2055
- "SaleEvent": { "@id": "schema:SaleEvent" },
2056
- "SalePrice": { "@id": "schema:SalePrice" },
2057
- "SatireOrParodyContent": { "@id": "schema:SatireOrParodyContent" },
2058
- "SatiricalArticle": { "@id": "schema:SatiricalArticle" },
2059
- "Saturday": { "@id": "schema:Saturday" },
2060
- "Schedule": { "@id": "schema:Schedule" },
2061
- "ScheduleAction": { "@id": "schema:ScheduleAction" },
2062
- "ScholarlyArticle": { "@id": "schema:ScholarlyArticle" },
2063
- "School": { "@id": "schema:School" },
2064
- "SchoolDistrict": { "@id": "schema:SchoolDistrict" },
2065
- "ScreeningEvent": { "@id": "schema:ScreeningEvent" },
2066
- "ScreeningHealthAspect": { "@id": "schema:ScreeningHealthAspect" },
2067
- "Sculpture": { "@id": "schema:Sculpture" },
2068
- "SeaBodyOfWater": { "@id": "schema:SeaBodyOfWater" },
2069
- "SearchAction": { "@id": "schema:SearchAction" },
2070
- "SearchRescueOrganization": { "@id": "schema:SearchRescueOrganization" },
2071
- "SearchResultsPage": { "@id": "schema:SearchResultsPage" },
2072
- "Season": { "@id": "schema:Season" },
2073
- "Seat": { "@id": "schema:Seat" },
2074
- "SeatingMap": { "@id": "schema:SeatingMap" },
2075
- "SeeDoctorHealthAspect": { "@id": "schema:SeeDoctorHealthAspect" },
2076
- "SeekToAction": { "@id": "schema:SeekToAction" },
2077
- "SelfCareHealthAspect": { "@id": "schema:SelfCareHealthAspect" },
2078
- "SelfStorage": { "@id": "schema:SelfStorage" },
2079
- "SellAction": { "@id": "schema:SellAction" },
2080
- "SendAction": { "@id": "schema:SendAction" },
2081
- "Series": { "@id": "schema:Series" },
2082
- "Service": { "@id": "schema:Service" },
2083
- "ServiceChannel": { "@id": "schema:ServiceChannel" },
2084
- "SexualContentConsideration": { "@id": "schema:SexualContentConsideration" },
2085
- "ShareAction": { "@id": "schema:ShareAction" },
2086
- "SheetMusic": { "@id": "schema:SheetMusic" },
2087
- "ShippingDeliveryTime": { "@id": "schema:ShippingDeliveryTime" },
2088
- "ShippingRateSettings": { "@id": "schema:ShippingRateSettings" },
2089
- "ShoeStore": { "@id": "schema:ShoeStore" },
2090
- "ShoppingCenter": { "@id": "schema:ShoppingCenter" },
2091
- "ShortStory": { "@id": "schema:ShortStory" },
2092
- "SideEffectsHealthAspect": { "@id": "schema:SideEffectsHealthAspect" },
2093
- "SingleBlindedTrial": { "@id": "schema:SingleBlindedTrial" },
2094
- "SingleCenterTrial": { "@id": "schema:SingleCenterTrial" },
2095
- "SingleFamilyResidence": { "@id": "schema:SingleFamilyResidence" },
2096
- "SinglePlayer": { "@id": "schema:SinglePlayer" },
2097
- "SingleRelease": { "@id": "schema:SingleRelease" },
2098
- "SiteNavigationElement": { "@id": "schema:SiteNavigationElement" },
2099
- "SizeGroupEnumeration": { "@id": "schema:SizeGroupEnumeration" },
2100
- "SizeSpecification": { "@id": "schema:SizeSpecification" },
2101
- "SizeSystemEnumeration": { "@id": "schema:SizeSystemEnumeration" },
2102
- "SizeSystemImperial": { "@id": "schema:SizeSystemImperial" },
2103
- "SizeSystemMetric": { "@id": "schema:SizeSystemMetric" },
2104
- "SkiResort": { "@id": "schema:SkiResort" },
2105
- "Skin": { "@id": "schema:Skin" },
2106
- "SocialEvent": { "@id": "schema:SocialEvent" },
2107
- "SocialMediaPosting": { "@id": "schema:SocialMediaPosting" },
2108
- "SoftwareApplication": { "@id": "schema:SoftwareApplication" },
2109
- "SoftwareSourceCode": { "@id": "schema:SoftwareSourceCode" },
2110
- "SoldOut": { "@id": "schema:SoldOut" },
2111
- "SolveMathAction": { "@id": "schema:SolveMathAction" },
2112
- "SomeProducts": { "@id": "schema:SomeProducts" },
2113
- "SoundtrackAlbum": { "@id": "schema:SoundtrackAlbum" },
2114
- "SpeakableSpecification": { "@id": "schema:SpeakableSpecification" },
2115
- "SpecialAnnouncement": { "@id": "schema:SpecialAnnouncement" },
2116
- "Specialty": { "@id": "schema:Specialty" },
2117
- "SpeechPathology": { "@id": "schema:SpeechPathology" },
2118
- "SpokenWordAlbum": { "@id": "schema:SpokenWordAlbum" },
2119
- "SportingGoodsStore": { "@id": "schema:SportingGoodsStore" },
2120
- "SportsActivityLocation": { "@id": "schema:SportsActivityLocation" },
2121
- "SportsClub": { "@id": "schema:SportsClub" },
2122
- "SportsEvent": { "@id": "schema:SportsEvent" },
2123
- "SportsOrganization": { "@id": "schema:SportsOrganization" },
2124
- "SportsTeam": { "@id": "schema:SportsTeam" },
2125
- "SpreadsheetDigitalDocument": { "@id": "schema:SpreadsheetDigitalDocument" },
2126
- "StadiumOrArena": { "@id": "schema:StadiumOrArena" },
2127
- "StagedContent": { "@id": "schema:StagedContent" },
2128
- "StagesHealthAspect": { "@id": "schema:StagesHealthAspect" },
2129
- "State": { "@id": "schema:State" },
2130
- "Statement": { "@id": "schema:Statement" },
2131
- "StatisticalPopulation": { "@id": "schema:StatisticalPopulation" },
2132
- "StatisticalVariable": { "@id": "schema:StatisticalVariable" },
2133
- "StatusEnumeration": { "@id": "schema:StatusEnumeration" },
2134
- "SteeringPositionValue": { "@id": "schema:SteeringPositionValue" },
2135
- "Store": { "@id": "schema:Store" },
2136
- "StoreCreditRefund": { "@id": "schema:StoreCreditRefund" },
2137
- "StrengthTraining": { "@id": "schema:StrengthTraining" },
2138
- "StructuredValue": { "@id": "schema:StructuredValue" },
2139
- "StudioAlbum": { "@id": "schema:StudioAlbum" },
2140
- "StupidType": { "@id": "schema:StupidType" },
2141
- "SubscribeAction": { "@id": "schema:SubscribeAction" },
2142
- "Subscription": { "@id": "schema:Subscription" },
2143
- "Substance": { "@id": "schema:Substance" },
2144
- "SubwayStation": { "@id": "schema:SubwayStation" },
2145
- "Suite": { "@id": "schema:Suite" },
2146
- "Sunday": { "@id": "schema:Sunday" },
2147
- "SuperficialAnatomy": { "@id": "schema:SuperficialAnatomy" },
2148
- "Surgical": { "@id": "schema:Surgical" },
2149
- "SurgicalProcedure": { "@id": "schema:SurgicalProcedure" },
2150
- "SuspendAction": { "@id": "schema:SuspendAction" },
2151
- "Suspended": { "@id": "schema:Suspended" },
2152
- "Syllabus": { "@id": "schema:Syllabus" },
2153
- "SymptomsHealthAspect": { "@id": "schema:SymptomsHealthAspect" },
2154
- "Synagogue": { "@id": "schema:Synagogue" },
2155
- "TVClip": { "@id": "schema:TVClip" },
2156
- "TVEpisode": { "@id": "schema:TVEpisode" },
2157
- "TVSeason": { "@id": "schema:TVSeason" },
2158
- "TVSeries": { "@id": "schema:TVSeries" },
2159
- "Table": { "@id": "schema:Table" },
2160
- "TakeAction": { "@id": "schema:TakeAction" },
2161
- "TattooParlor": { "@id": "schema:TattooParlor" },
2162
- "Taxi": { "@id": "schema:Taxi" },
2163
- "TaxiReservation": { "@id": "schema:TaxiReservation" },
2164
- "TaxiService": { "@id": "schema:TaxiService" },
2165
- "TaxiStand": { "@id": "schema:TaxiStand" },
2166
- "TaxiVehicleUsage": { "@id": "schema:TaxiVehicleUsage" },
2167
- "Taxon": { "@id": "schema:Taxon" },
2168
- "TechArticle": { "@id": "schema:TechArticle" },
2169
- "TelevisionChannel": { "@id": "schema:TelevisionChannel" },
2170
- "TelevisionStation": { "@id": "schema:TelevisionStation" },
2171
- "TennisComplex": { "@id": "schema:TennisComplex" },
2172
- "Terminated": { "@id": "schema:Terminated" },
2173
- "Text": { "@id": "schema:Text" },
2174
- "TextDigitalDocument": { "@id": "schema:TextDigitalDocument" },
2175
- "TextObject": { "@id": "schema:TextObject" },
2176
- "TheaterEvent": { "@id": "schema:TheaterEvent" },
2177
- "TheaterGroup": { "@id": "schema:TheaterGroup" },
2178
- "Therapeutic": { "@id": "schema:Therapeutic" },
2179
- "TherapeuticProcedure": { "@id": "schema:TherapeuticProcedure" },
2180
- "Thesis": { "@id": "schema:Thesis" },
2181
- "Thing": { "@id": "schema:Thing" },
2182
- "Throat": { "@id": "schema:Throat" },
2183
- "Thursday": { "@id": "schema:Thursday" },
2184
- "Ticket": { "@id": "schema:Ticket" },
2185
- "TieAction": { "@id": "schema:TieAction" },
2186
- "TierBenefitEnumeration": { "@id": "schema:TierBenefitEnumeration" },
2187
- "TierBenefitLoyaltyPoints": { "@id": "schema:TierBenefitLoyaltyPoints" },
2188
- "TierBenefitLoyaltyPrice": { "@id": "schema:TierBenefitLoyaltyPrice" },
2189
- "TierBenefitLoyaltyReturns": { "@id": "schema:TierBenefitLoyaltyReturns" },
2190
- "TierBenefitLoyaltyShipping": { "@id": "schema:TierBenefitLoyaltyShipping" },
2191
- "Time": { "@id": "schema:Time" },
2192
- "TipAction": { "@id": "schema:TipAction" },
2193
- "TireShop": { "@id": "schema:TireShop" },
2194
- "TobaccoNicotineConsideration": { "@id": "schema:TobaccoNicotineConsideration" },
2195
- "TollFree": { "@id": "schema:TollFree" },
2196
- "TouristAttraction": { "@id": "schema:TouristAttraction" },
2197
- "TouristDestination": { "@id": "schema:TouristDestination" },
2198
- "TouristInformationCenter": { "@id": "schema:TouristInformationCenter" },
2199
- "TouristTrip": { "@id": "schema:TouristTrip" },
2200
- "Toxicologic": { "@id": "schema:Toxicologic" },
2201
- "ToyStore": { "@id": "schema:ToyStore" },
2202
- "TrackAction": { "@id": "schema:TrackAction" },
2203
- "TradeAction": { "@id": "schema:TradeAction" },
2204
- "TraditionalChinese": { "@id": "schema:TraditionalChinese" },
2205
- "TrainReservation": { "@id": "schema:TrainReservation" },
2206
- "TrainStation": { "@id": "schema:TrainStation" },
2207
- "TrainTrip": { "@id": "schema:TrainTrip" },
2208
- "TrainedAlgorithmicMediaDigitalSource": { "@id": "schema:TrainedAlgorithmicMediaDigitalSource" },
2209
- "TransferAction": { "@id": "schema:TransferAction" },
2210
- "TransformedContent": { "@id": "schema:TransformedContent" },
2211
- "TransitMap": { "@id": "schema:TransitMap" },
2212
- "TravelAction": { "@id": "schema:TravelAction" },
2213
- "TravelAgency": { "@id": "schema:TravelAgency" },
2214
- "TreatmentIndication": { "@id": "schema:TreatmentIndication" },
2215
- "TreatmentsHealthAspect": { "@id": "schema:TreatmentsHealthAspect" },
2216
- "Trip": { "@id": "schema:Trip" },
2217
- "TripleBlindedTrial": { "@id": "schema:TripleBlindedTrial" },
2218
- "True": { "@id": "schema:True" },
2219
- "Tuesday": { "@id": "schema:Tuesday" },
2220
- "TypeAndQuantityNode": { "@id": "schema:TypeAndQuantityNode" },
2221
- "TypesHealthAspect": { "@id": "schema:TypesHealthAspect" },
2222
- "UKNonprofitType": { "@id": "schema:UKNonprofitType" },
2223
- "UKTrust": { "@id": "schema:UKTrust" },
2224
- "URL": { "@id": "schema:URL" },
2225
- "USNonprofitType": { "@id": "schema:USNonprofitType" },
2226
- "Ultrasound": { "@id": "schema:Ultrasound" },
2227
- "UnRegisterAction": { "@id": "schema:UnRegisterAction" },
2228
- "UnclassifiedAdultConsideration": { "@id": "schema:UnclassifiedAdultConsideration" },
2229
- "UnemploymentSupport": { "@id": "schema:UnemploymentSupport" },
2230
- "UnincorporatedAssociationCharity": { "@id": "schema:UnincorporatedAssociationCharity" },
2231
- "UnitPriceSpecification": { "@id": "schema:UnitPriceSpecification" },
2232
- "UnofficialLegalValue": { "@id": "schema:UnofficialLegalValue" },
2233
- "UpdateAction": { "@id": "schema:UpdateAction" },
2234
- "Urologic": { "@id": "schema:Urologic" },
2235
- "UsageOrScheduleHealthAspect": { "@id": "schema:UsageOrScheduleHealthAspect" },
2236
- "UseAction": { "@id": "schema:UseAction" },
2237
- "UsedCondition": { "@id": "schema:UsedCondition" },
2238
- "UserBlocks": { "@id": "schema:UserBlocks" },
2239
- "UserCheckins": { "@id": "schema:UserCheckins" },
2240
- "UserComments": { "@id": "schema:UserComments" },
2241
- "UserDownloads": { "@id": "schema:UserDownloads" },
2242
- "UserInteraction": { "@id": "schema:UserInteraction" },
2243
- "UserLikes": { "@id": "schema:UserLikes" },
2244
- "UserPageVisits": { "@id": "schema:UserPageVisits" },
2245
- "UserPlays": { "@id": "schema:UserPlays" },
2246
- "UserPlusOnes": { "@id": "schema:UserPlusOnes" },
2247
- "UserReview": { "@id": "schema:UserReview" },
2248
- "UserTweets": { "@id": "schema:UserTweets" },
2249
- "VacationRental": { "@id": "schema:VacationRental" },
2250
- "VeganDiet": { "@id": "schema:VeganDiet" },
2251
- "VegetarianDiet": { "@id": "schema:VegetarianDiet" },
2252
- "Vehicle": { "@id": "schema:Vehicle" },
2253
- "Vein": { "@id": "schema:Vein" },
2254
- "VenueMap": { "@id": "schema:VenueMap" },
2255
- "Vessel": { "@id": "schema:Vessel" },
2256
- "VeterinaryCare": { "@id": "schema:VeterinaryCare" },
2257
- "VideoGallery": { "@id": "schema:VideoGallery" },
2258
- "VideoGame": { "@id": "schema:VideoGame" },
2259
- "VideoGameClip": { "@id": "schema:VideoGameClip" },
2260
- "VideoGameSeries": { "@id": "schema:VideoGameSeries" },
2261
- "VideoObject": { "@id": "schema:VideoObject" },
2262
- "VideoObjectSnapshot": { "@id": "schema:VideoObjectSnapshot" },
2263
- "ViewAction": { "@id": "schema:ViewAction" },
2264
- "VinylFormat": { "@id": "schema:VinylFormat" },
2265
- "ViolenceConsideration": { "@id": "schema:ViolenceConsideration" },
2266
- "VirtualLocation": { "@id": "schema:VirtualLocation" },
2267
- "VirtualRecordingDigitalSource": { "@id": "schema:VirtualRecordingDigitalSource" },
2268
- "Virus": { "@id": "schema:Virus" },
2269
- "VisualArtsEvent": { "@id": "schema:VisualArtsEvent" },
2270
- "VisualArtwork": { "@id": "schema:VisualArtwork" },
2271
- "VitalSign": { "@id": "schema:VitalSign" },
2272
- "Volcano": { "@id": "schema:Volcano" },
2273
- "VoteAction": { "@id": "schema:VoteAction" },
2274
- "WPAdBlock": { "@id": "schema:WPAdBlock" },
2275
- "WPFooter": { "@id": "schema:WPFooter" },
2276
- "WPHeader": { "@id": "schema:WPHeader" },
2277
- "WPSideBar": { "@id": "schema:WPSideBar" },
2278
- "WantAction": { "@id": "schema:WantAction" },
2279
- "WarrantyPromise": { "@id": "schema:WarrantyPromise" },
2280
- "WarrantyScope": { "@id": "schema:WarrantyScope" },
2281
- "WatchAction": { "@id": "schema:WatchAction" },
2282
- "Waterfall": { "@id": "schema:Waterfall" },
2283
- "WeaponConsideration": { "@id": "schema:WeaponConsideration" },
2284
- "WearAction": { "@id": "schema:WearAction" },
2285
- "WearableMeasurementBack": { "@id": "schema:WearableMeasurementBack" },
2286
- "WearableMeasurementChestOrBust": { "@id": "schema:WearableMeasurementChestOrBust" },
2287
- "WearableMeasurementCollar": { "@id": "schema:WearableMeasurementCollar" },
2288
- "WearableMeasurementCup": { "@id": "schema:WearableMeasurementCup" },
2289
- "WearableMeasurementHeight": { "@id": "schema:WearableMeasurementHeight" },
2290
- "WearableMeasurementHips": { "@id": "schema:WearableMeasurementHips" },
2291
- "WearableMeasurementInseam": { "@id": "schema:WearableMeasurementInseam" },
2292
- "WearableMeasurementLength": { "@id": "schema:WearableMeasurementLength" },
2293
- "WearableMeasurementOutsideLeg": { "@id": "schema:WearableMeasurementOutsideLeg" },
2294
- "WearableMeasurementSleeve": { "@id": "schema:WearableMeasurementSleeve" },
2295
- "WearableMeasurementTypeEnumeration": { "@id": "schema:WearableMeasurementTypeEnumeration" },
2296
- "WearableMeasurementWaist": { "@id": "schema:WearableMeasurementWaist" },
2297
- "WearableMeasurementWidth": { "@id": "schema:WearableMeasurementWidth" },
2298
- "WearableSizeGroupBig": { "@id": "schema:WearableSizeGroupBig" },
2299
- "WearableSizeGroupBoys": { "@id": "schema:WearableSizeGroupBoys" },
2300
- "WearableSizeGroupEnumeration": { "@id": "schema:WearableSizeGroupEnumeration" },
2301
- "WearableSizeGroupExtraShort": { "@id": "schema:WearableSizeGroupExtraShort" },
2302
- "WearableSizeGroupExtraTall": { "@id": "schema:WearableSizeGroupExtraTall" },
2303
- "WearableSizeGroupGirls": { "@id": "schema:WearableSizeGroupGirls" },
2304
- "WearableSizeGroupHusky": { "@id": "schema:WearableSizeGroupHusky" },
2305
- "WearableSizeGroupInfants": { "@id": "schema:WearableSizeGroupInfants" },
2306
- "WearableSizeGroupJuniors": { "@id": "schema:WearableSizeGroupJuniors" },
2307
- "WearableSizeGroupMaternity": { "@id": "schema:WearableSizeGroupMaternity" },
2308
- "WearableSizeGroupMens": { "@id": "schema:WearableSizeGroupMens" },
2309
- "WearableSizeGroupMisses": { "@id": "schema:WearableSizeGroupMisses" },
2310
- "WearableSizeGroupPetite": { "@id": "schema:WearableSizeGroupPetite" },
2311
- "WearableSizeGroupPlus": { "@id": "schema:WearableSizeGroupPlus" },
2312
- "WearableSizeGroupRegular": { "@id": "schema:WearableSizeGroupRegular" },
2313
- "WearableSizeGroupShort": { "@id": "schema:WearableSizeGroupShort" },
2314
- "WearableSizeGroupTall": { "@id": "schema:WearableSizeGroupTall" },
2315
- "WearableSizeGroupWomens": { "@id": "schema:WearableSizeGroupWomens" },
2316
- "WearableSizeSystemAU": { "@id": "schema:WearableSizeSystemAU" },
2317
- "WearableSizeSystemBR": { "@id": "schema:WearableSizeSystemBR" },
2318
- "WearableSizeSystemCN": { "@id": "schema:WearableSizeSystemCN" },
2319
- "WearableSizeSystemContinental": { "@id": "schema:WearableSizeSystemContinental" },
2320
- "WearableSizeSystemDE": { "@id": "schema:WearableSizeSystemDE" },
2321
- "WearableSizeSystemEN13402": { "@id": "schema:WearableSizeSystemEN13402" },
2322
- "WearableSizeSystemEnumeration": { "@id": "schema:WearableSizeSystemEnumeration" },
2323
- "WearableSizeSystemEurope": { "@id": "schema:WearableSizeSystemEurope" },
2324
- "WearableSizeSystemFR": { "@id": "schema:WearableSizeSystemFR" },
2325
- "WearableSizeSystemGS1": { "@id": "schema:WearableSizeSystemGS1" },
2326
- "WearableSizeSystemIT": { "@id": "schema:WearableSizeSystemIT" },
2327
- "WearableSizeSystemJP": { "@id": "schema:WearableSizeSystemJP" },
2328
- "WearableSizeSystemMX": { "@id": "schema:WearableSizeSystemMX" },
2329
- "WearableSizeSystemUK": { "@id": "schema:WearableSizeSystemUK" },
2330
- "WearableSizeSystemUS": { "@id": "schema:WearableSizeSystemUS" },
2331
- "WebAPI": { "@id": "schema:WebAPI" },
2332
- "WebApplication": { "@id": "schema:WebApplication" },
2333
- "WebContent": { "@id": "schema:WebContent" },
2334
- "WebPage": { "@id": "schema:WebPage" },
2335
- "WebPageElement": { "@id": "schema:WebPageElement" },
2336
- "WebSite": { "@id": "schema:WebSite" },
2337
- "Wednesday": { "@id": "schema:Wednesday" },
2338
- "WesternConventional": { "@id": "schema:WesternConventional" },
2339
- "Wholesale": { "@id": "schema:Wholesale" },
2340
- "WholesaleStore": { "@id": "schema:WholesaleStore" },
2341
- "WinAction": { "@id": "schema:WinAction" },
2342
- "Winery": { "@id": "schema:Winery" },
2343
- "Withdrawn": { "@id": "schema:Withdrawn" },
2344
- "WorkBasedProgram": { "@id": "schema:WorkBasedProgram" },
2345
- "WorkersUnion": { "@id": "schema:WorkersUnion" },
2346
- "WriteAction": { "@id": "schema:WriteAction" },
2347
- "WritePermission": { "@id": "schema:WritePermission" },
2348
- "XPathType": { "@id": "schema:XPathType" },
2349
- "XRay": { "@id": "schema:XRay" },
2350
- "ZoneBoardingPolicy": { "@id": "schema:ZoneBoardingPolicy" },
2351
- "Zoo": { "@id": "schema:Zoo" },
2352
- "about": { "@id": "schema:about" },
2353
- "abridged": { "@id": "schema:abridged" },
2354
- "abstract": { "@id": "schema:abstract" },
2355
- "accelerationTime": { "@id": "schema:accelerationTime" },
2356
- "acceptedAnswer": { "@id": "schema:acceptedAnswer" },
2357
- "acceptedOffer": { "@id": "schema:acceptedOffer" },
2358
- "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod" },
2359
- "acceptsReservations": { "@id": "schema:acceptsReservations" },
2360
- "accessCode": { "@id": "schema:accessCode" },
2361
- "accessMode": { "@id": "schema:accessMode" },
2362
- "accessModeSufficient": { "@id": "schema:accessModeSufficient" },
2363
- "accessibilityAPI": { "@id": "schema:accessibilityAPI" },
2364
- "accessibilityControl": { "@id": "schema:accessibilityControl" },
2365
- "accessibilityFeature": { "@id": "schema:accessibilityFeature" },
2366
- "accessibilityHazard": { "@id": "schema:accessibilityHazard" },
2367
- "accessibilitySummary": { "@id": "schema:accessibilitySummary" },
2368
- "accommodationCategory": { "@id": "schema:accommodationCategory" },
2369
- "accommodationFloorPlan": { "@id": "schema:accommodationFloorPlan" },
2370
- "accountId": { "@id": "schema:accountId" },
2371
- "accountMinimumInflow": { "@id": "schema:accountMinimumInflow" },
2372
- "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit" },
2373
- "accountablePerson": { "@id": "schema:accountablePerson" },
2374
- "acquireLicensePage": {
2375
- "@id": "schema:acquireLicensePage",
2376
- "@type": "@id"
2377
- },
2378
- "acquiredFrom": { "@id": "schema:acquiredFrom" },
2379
- "acrissCode": { "@id": "schema:acrissCode" },
2380
- "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement" },
2381
- "actionApplication": { "@id": "schema:actionApplication" },
2382
- "actionOption": { "@id": "schema:actionOption" },
2383
- "actionPlatform": { "@id": "schema:actionPlatform" },
2384
- "actionStatus": { "@id": "schema:actionStatus" },
2385
- "actionableFeedbackPolicy": {
2386
- "@id": "schema:actionableFeedbackPolicy",
2387
- "@type": "@id"
2388
- },
2389
- "activeIngredient": { "@id": "schema:activeIngredient" },
2390
- "activityDuration": { "@id": "schema:activityDuration" },
2391
- "activityFrequency": { "@id": "schema:activityFrequency" },
2392
- "actor": { "@id": "schema:actor" },
2393
- "actors": { "@id": "schema:actors" },
2394
- "addOn": { "@id": "schema:addOn" },
2395
- "additionalName": { "@id": "schema:additionalName" },
2396
- "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests" },
2397
- "additionalProperty": { "@id": "schema:additionalProperty" },
2398
- "additionalType": { "@id": "schema:additionalType" },
2399
- "additionalVariable": { "@id": "schema:additionalVariable" },
2400
- "address": { "@id": "schema:address" },
2401
- "addressCountry": { "@id": "schema:addressCountry" },
2402
- "addressLocality": { "@id": "schema:addressLocality" },
2403
- "addressRegion": { "@id": "schema:addressRegion" },
2404
- "administrationRoute": { "@id": "schema:administrationRoute" },
2405
- "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement" },
2406
- "adverseOutcome": { "@id": "schema:adverseOutcome" },
2407
- "affectedBy": { "@id": "schema:affectedBy" },
2408
- "affiliation": { "@id": "schema:affiliation" },
2409
- "afterMedia": {
2410
- "@id": "schema:afterMedia",
2411
- "@type": "@id"
2412
- },
2413
- "agent": { "@id": "schema:agent" },
2414
- "agentInteractionStatistic": { "@id": "schema:agentInteractionStatistic" },
2415
- "aggregateRating": { "@id": "schema:aggregateRating" },
2416
- "aircraft": { "@id": "schema:aircraft" },
2417
- "album": { "@id": "schema:album" },
2418
- "albumProductionType": { "@id": "schema:albumProductionType" },
2419
- "albumRelease": { "@id": "schema:albumRelease" },
2420
- "albumReleaseType": { "@id": "schema:albumReleaseType" },
2421
- "albums": { "@id": "schema:albums" },
2422
- "alcoholWarning": { "@id": "schema:alcoholWarning" },
2423
- "algorithm": { "@id": "schema:algorithm" },
2424
- "alignmentType": { "@id": "schema:alignmentType" },
2425
- "alternateName": { "@id": "schema:alternateName" },
2426
- "alternativeHeadline": { "@id": "schema:alternativeHeadline" },
2427
- "alternativeOf": { "@id": "schema:alternativeOf" },
2428
- "alumni": { "@id": "schema:alumni" },
2429
- "alumniOf": { "@id": "schema:alumniOf" },
2430
- "amenityFeature": { "@id": "schema:amenityFeature" },
2431
- "amount": { "@id": "schema:amount" },
2432
- "amountOfThisGood": { "@id": "schema:amountOfThisGood" },
2433
- "announcementLocation": { "@id": "schema:announcementLocation" },
2434
- "annualPercentageRate": { "@id": "schema:annualPercentageRate" },
2435
- "answerCount": { "@id": "schema:answerCount" },
2436
- "answerExplanation": { "@id": "schema:answerExplanation" },
2437
- "antagonist": { "@id": "schema:antagonist" },
2438
- "appearance": { "@id": "schema:appearance" },
2439
- "applicableCountry": { "@id": "schema:applicableCountry" },
2440
- "applicableLocation": { "@id": "schema:applicableLocation" },
2441
- "applicantLocationRequirements": { "@id": "schema:applicantLocationRequirements" },
2442
- "application": { "@id": "schema:application" },
2443
- "applicationCategory": { "@id": "schema:applicationCategory" },
2444
- "applicationContact": { "@id": "schema:applicationContact" },
2445
- "applicationDeadline": {
2446
- "@id": "schema:applicationDeadline",
2447
- "@type": "Date"
2448
- },
2449
- "applicationStartDate": {
2450
- "@id": "schema:applicationStartDate",
2451
- "@type": "Date"
2452
- },
2453
- "applicationSubCategory": { "@id": "schema:applicationSubCategory" },
2454
- "applicationSuite": { "@id": "schema:applicationSuite" },
2455
- "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod" },
2456
- "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod" },
2457
- "archiveHeld": { "@id": "schema:archiveHeld" },
2458
- "archivedAt": {
2459
- "@id": "schema:archivedAt",
2460
- "@type": "@id"
2461
- },
2462
- "area": { "@id": "schema:area" },
2463
- "areaServed": { "@id": "schema:areaServed" },
2464
- "arrivalAirport": { "@id": "schema:arrivalAirport" },
2465
- "arrivalBoatTerminal": { "@id": "schema:arrivalBoatTerminal" },
2466
- "arrivalBusStop": { "@id": "schema:arrivalBusStop" },
2467
- "arrivalGate": { "@id": "schema:arrivalGate" },
2468
- "arrivalPlatform": { "@id": "schema:arrivalPlatform" },
2469
- "arrivalStation": { "@id": "schema:arrivalStation" },
2470
- "arrivalTerminal": { "@id": "schema:arrivalTerminal" },
2471
- "arrivalTime": { "@id": "schema:arrivalTime" },
2472
- "artEdition": { "@id": "schema:artEdition" },
2473
- "artMedium": { "@id": "schema:artMedium" },
2474
- "arterialBranch": { "@id": "schema:arterialBranch" },
2475
- "artform": { "@id": "schema:artform" },
2476
- "articleBody": { "@id": "schema:articleBody" },
2477
- "articleSection": { "@id": "schema:articleSection" },
2478
- "artist": { "@id": "schema:artist" },
2479
- "artworkSurface": { "@id": "schema:artworkSurface" },
2480
- "asin": { "@id": "schema:asin" },
2481
- "aspect": { "@id": "schema:aspect" },
2482
- "assembly": { "@id": "schema:assembly" },
2483
- "assemblyVersion": { "@id": "schema:assemblyVersion" },
2484
- "assesses": { "@id": "schema:assesses" },
2485
- "associatedAnatomy": { "@id": "schema:associatedAnatomy" },
2486
- "associatedArticle": { "@id": "schema:associatedArticle" },
2487
- "associatedClaimReview": { "@id": "schema:associatedClaimReview" },
2488
- "associatedDisease": {
2489
- "@id": "schema:associatedDisease",
2490
- "@type": "@id"
2491
- },
2492
- "associatedMedia": { "@id": "schema:associatedMedia" },
2493
- "associatedMediaReview": { "@id": "schema:associatedMediaReview" },
2494
- "associatedPathophysiology": { "@id": "schema:associatedPathophysiology" },
2495
- "associatedReview": { "@id": "schema:associatedReview" },
2496
- "athlete": { "@id": "schema:athlete" },
2497
- "attendee": { "@id": "schema:attendee" },
2498
- "attendees": { "@id": "schema:attendees" },
2499
- "audience": { "@id": "schema:audience" },
2500
- "audienceType": { "@id": "schema:audienceType" },
2501
- "audio": { "@id": "schema:audio" },
2502
- "auditDate": {
2503
- "@id": "schema:auditDate",
2504
- "@type": "Date"
2505
- },
2506
- "authenticator": { "@id": "schema:authenticator" },
2507
- "author": { "@id": "schema:author" },
2508
- "availability": { "@id": "schema:availability" },
2509
- "availabilityEnds": {
2510
- "@id": "schema:availabilityEnds",
2511
- "@type": "Date"
2512
- },
2513
- "availabilityStarts": {
2514
- "@id": "schema:availabilityStarts",
2515
- "@type": "Date"
2516
- },
2517
- "availableAtOrFrom": { "@id": "schema:availableAtOrFrom" },
2518
- "availableChannel": { "@id": "schema:availableChannel" },
2519
- "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod" },
2520
- "availableFrom": { "@id": "schema:availableFrom" },
2521
- "availableIn": { "@id": "schema:availableIn" },
2522
- "availableLanguage": { "@id": "schema:availableLanguage" },
2523
- "availableOnDevice": { "@id": "schema:availableOnDevice" },
2524
- "availableService": { "@id": "schema:availableService" },
2525
- "availableStrength": { "@id": "schema:availableStrength" },
2526
- "availableTest": { "@id": "schema:availableTest" },
2527
- "availableThrough": { "@id": "schema:availableThrough" },
2528
- "award": { "@id": "schema:award" },
2529
- "awards": { "@id": "schema:awards" },
2530
- "awayTeam": { "@id": "schema:awayTeam" },
2531
- "backstory": { "@id": "schema:backstory" },
2532
- "bankAccountType": { "@id": "schema:bankAccountType" },
2533
- "baseSalary": { "@id": "schema:baseSalary" },
2534
- "bccRecipient": { "@id": "schema:bccRecipient" },
2535
- "bed": { "@id": "schema:bed" },
2536
- "beforeMedia": {
2537
- "@id": "schema:beforeMedia",
2538
- "@type": "@id"
2539
- },
2540
- "beneficiaryBank": { "@id": "schema:beneficiaryBank" },
2541
- "benefits": { "@id": "schema:benefits" },
2542
- "benefitsSummaryUrl": {
2543
- "@id": "schema:benefitsSummaryUrl",
2544
- "@type": "@id"
2545
- },
2546
- "bestRating": { "@id": "schema:bestRating" },
2547
- "billingAddress": { "@id": "schema:billingAddress" },
2548
- "billingDuration": { "@id": "schema:billingDuration" },
2549
- "billingIncrement": { "@id": "schema:billingIncrement" },
2550
- "billingPeriod": { "@id": "schema:billingPeriod" },
2551
- "billingStart": { "@id": "schema:billingStart" },
2552
- "bioChemInteraction": { "@id": "schema:bioChemInteraction" },
2553
- "bioChemSimilarity": { "@id": "schema:bioChemSimilarity" },
2554
- "biologicalRole": { "@id": "schema:biologicalRole" },
2555
- "biomechnicalClass": { "@id": "schema:biomechnicalClass" },
2556
- "birthDate": {
2557
- "@id": "schema:birthDate",
2558
- "@type": "Date"
2559
- },
2560
- "birthPlace": { "@id": "schema:birthPlace" },
2561
- "bitrate": { "@id": "schema:bitrate" },
2562
- "blogPost": { "@id": "schema:blogPost" },
2563
- "blogPosts": { "@id": "schema:blogPosts" },
2564
- "bloodSupply": { "@id": "schema:bloodSupply" },
2565
- "boardingGroup": { "@id": "schema:boardingGroup" },
2566
- "boardingPolicy": { "@id": "schema:boardingPolicy" },
2567
- "bodyLocation": { "@id": "schema:bodyLocation" },
2568
- "bodyType": { "@id": "schema:bodyType" },
2569
- "bookEdition": { "@id": "schema:bookEdition" },
2570
- "bookFormat": { "@id": "schema:bookFormat" },
2571
- "bookingAgent": { "@id": "schema:bookingAgent" },
2572
- "bookingTime": { "@id": "schema:bookingTime" },
2573
- "borrower": { "@id": "schema:borrower" },
2574
- "box": { "@id": "schema:box" },
2575
- "branch": { "@id": "schema:branch" },
2576
- "branchCode": { "@id": "schema:branchCode" },
2577
- "branchOf": { "@id": "schema:branchOf" },
2578
- "brand": { "@id": "schema:brand" },
2579
- "breadcrumb": { "@id": "schema:breadcrumb" },
2580
- "breastfeedingWarning": { "@id": "schema:breastfeedingWarning" },
2581
- "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf" },
2582
- "broadcastChannelId": { "@id": "schema:broadcastChannelId" },
2583
- "broadcastDisplayName": { "@id": "schema:broadcastDisplayName" },
2584
- "broadcastFrequency": { "@id": "schema:broadcastFrequency" },
2585
- "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue" },
2586
- "broadcastOfEvent": { "@id": "schema:broadcastOfEvent" },
2587
- "broadcastServiceTier": { "@id": "schema:broadcastServiceTier" },
2588
- "broadcastSignalModulation": { "@id": "schema:broadcastSignalModulation" },
2589
- "broadcastSubChannel": { "@id": "schema:broadcastSubChannel" },
2590
- "broadcastTimezone": { "@id": "schema:broadcastTimezone" },
2591
- "broadcaster": { "@id": "schema:broadcaster" },
2592
- "broker": { "@id": "schema:broker" },
2593
- "browserRequirements": { "@id": "schema:browserRequirements" },
2594
- "busName": { "@id": "schema:busName" },
2595
- "busNumber": { "@id": "schema:busNumber" },
2596
- "businessDays": { "@id": "schema:businessDays" },
2597
- "businessFunction": { "@id": "schema:businessFunction" },
2598
- "buyer": { "@id": "schema:buyer" },
2599
- "byArtist": { "@id": "schema:byArtist" },
2600
- "byDay": { "@id": "schema:byDay" },
2601
- "byMonth": { "@id": "schema:byMonth" },
2602
- "byMonthDay": { "@id": "schema:byMonthDay" },
2603
- "byMonthWeek": { "@id": "schema:byMonthWeek" },
2604
- "callSign": { "@id": "schema:callSign" },
2605
- "calories": { "@id": "schema:calories" },
2606
- "candidate": { "@id": "schema:candidate" },
2607
- "caption": { "@id": "schema:caption" },
2608
- "carbohydrateContent": { "@id": "schema:carbohydrateContent" },
2609
- "cargoVolume": { "@id": "schema:cargoVolume" },
2610
- "carrier": { "@id": "schema:carrier" },
2611
- "carrierRequirements": { "@id": "schema:carrierRequirements" },
2612
- "cashBack": { "@id": "schema:cashBack" },
2613
- "catalog": { "@id": "schema:catalog" },
2614
- "catalogNumber": { "@id": "schema:catalogNumber" },
2615
- "category": { "@id": "schema:category" },
2616
- "causeOf": { "@id": "schema:causeOf" },
2617
- "ccRecipient": { "@id": "schema:ccRecipient" },
2618
- "certificationIdentification": { "@id": "schema:certificationIdentification" },
2619
- "certificationRating": { "@id": "schema:certificationRating" },
2620
- "certificationStatus": { "@id": "schema:certificationStatus" },
2621
- "character": { "@id": "schema:character" },
2622
- "characterAttribute": { "@id": "schema:characterAttribute" },
2623
- "characterName": { "@id": "schema:characterName" },
2624
- "cheatCode": { "@id": "schema:cheatCode" },
2625
- "checkinTime": { "@id": "schema:checkinTime" },
2626
- "checkoutPageURLTemplate": { "@id": "schema:checkoutPageURLTemplate" },
2627
- "checkoutTime": { "@id": "schema:checkoutTime" },
2628
- "chemicalComposition": { "@id": "schema:chemicalComposition" },
2629
- "chemicalRole": { "@id": "schema:chemicalRole" },
2630
- "childMaxAge": { "@id": "schema:childMaxAge" },
2631
- "childMinAge": { "@id": "schema:childMinAge" },
2632
- "childTaxon": { "@id": "schema:childTaxon" },
2633
- "children": { "@id": "schema:children" },
2634
- "cholesterolContent": { "@id": "schema:cholesterolContent" },
2635
- "circle": { "@id": "schema:circle" },
2636
- "citation": { "@id": "schema:citation" },
2637
- "claimInterpreter": { "@id": "schema:claimInterpreter" },
2638
- "claimReviewed": { "@id": "schema:claimReviewed" },
2639
- "clincalPharmacology": { "@id": "schema:clincalPharmacology" },
2640
- "clinicalPharmacology": { "@id": "schema:clinicalPharmacology" },
2641
- "clipNumber": { "@id": "schema:clipNumber" },
2642
- "closes": { "@id": "schema:closes" },
2643
- "coach": { "@id": "schema:coach" },
2644
- "code": { "@id": "schema:code" },
2645
- "codeRepository": {
2646
- "@id": "schema:codeRepository",
2647
- "@type": "@id"
2648
- },
2649
- "codeSampleType": { "@id": "schema:codeSampleType" },
2650
- "codeValue": { "@id": "schema:codeValue" },
2651
- "codingSystem": { "@id": "schema:codingSystem" },
2652
- "colleague": {
2653
- "@id": "schema:colleague",
2654
- "@type": "@id"
2655
- },
2656
- "colleagues": { "@id": "schema:colleagues" },
2657
- "collection": { "@id": "schema:collection" },
2658
- "collectionSize": { "@id": "schema:collectionSize" },
2659
- "color": { "@id": "schema:color" },
2660
- "colorSwatch": {
2661
- "@id": "schema:colorSwatch",
2662
- "@type": "@id"
2663
- },
2664
- "colorist": { "@id": "schema:colorist" },
2665
- "comment": { "@id": "schema:comment" },
2666
- "commentCount": { "@id": "schema:commentCount" },
2667
- "commentText": { "@id": "schema:commentText" },
2668
- "commentTime": {
2669
- "@id": "schema:commentTime",
2670
- "@type": "Date"
2671
- },
2672
- "competencyRequired": { "@id": "schema:competencyRequired" },
2673
- "competitor": { "@id": "schema:competitor" },
2674
- "composer": { "@id": "schema:composer" },
2675
- "comprisedOf": { "@id": "schema:comprisedOf" },
2676
- "conditionsOfAccess": { "@id": "schema:conditionsOfAccess" },
2677
- "confirmationNumber": { "@id": "schema:confirmationNumber" },
2678
- "connectedTo": { "@id": "schema:connectedTo" },
2679
- "constraintProperty": {
2680
- "@id": "schema:constraintProperty",
2681
- "@type": "@id"
2682
- },
2683
- "contactOption": { "@id": "schema:contactOption" },
2684
- "contactPoint": { "@id": "schema:contactPoint" },
2685
- "contactPoints": { "@id": "schema:contactPoints" },
2686
- "contactType": { "@id": "schema:contactType" },
2687
- "contactlessPayment": { "@id": "schema:contactlessPayment" },
2688
- "containedIn": { "@id": "schema:containedIn" },
2689
- "containedInPlace": { "@id": "schema:containedInPlace" },
2690
- "containsPlace": { "@id": "schema:containsPlace" },
2691
- "containsSeason": { "@id": "schema:containsSeason" },
2692
- "contentLocation": { "@id": "schema:contentLocation" },
2693
- "contentRating": { "@id": "schema:contentRating" },
2694
- "contentReferenceTime": { "@id": "schema:contentReferenceTime" },
2695
- "contentSize": { "@id": "schema:contentSize" },
2696
- "contentType": { "@id": "schema:contentType" },
2697
- "contentUrl": {
2698
- "@id": "schema:contentUrl",
2699
- "@type": "@id"
2700
- },
2701
- "contraindication": { "@id": "schema:contraindication" },
2702
- "contributor": { "@id": "schema:contributor" },
2703
- "cookTime": { "@id": "schema:cookTime" },
2704
- "cookingMethod": { "@id": "schema:cookingMethod" },
2705
- "copyrightHolder": { "@id": "schema:copyrightHolder" },
2706
- "copyrightNotice": { "@id": "schema:copyrightNotice" },
2707
- "copyrightYear": { "@id": "schema:copyrightYear" },
2708
- "correction": { "@id": "schema:correction" },
2709
- "correctionsPolicy": {
2710
- "@id": "schema:correctionsPolicy",
2711
- "@type": "@id"
2712
- },
2713
- "costCategory": { "@id": "schema:costCategory" },
2714
- "costCurrency": { "@id": "schema:costCurrency" },
2715
- "costOrigin": { "@id": "schema:costOrigin" },
2716
- "costPerUnit": { "@id": "schema:costPerUnit" },
2717
- "countriesNotSupported": { "@id": "schema:countriesNotSupported" },
2718
- "countriesSupported": { "@id": "schema:countriesSupported" },
2719
- "countryOfAssembly": { "@id": "schema:countryOfAssembly" },
2720
- "countryOfLastProcessing": { "@id": "schema:countryOfLastProcessing" },
2721
- "countryOfOrigin": { "@id": "schema:countryOfOrigin" },
2722
- "course": { "@id": "schema:course" },
2723
- "courseCode": { "@id": "schema:courseCode" },
2724
- "courseMode": { "@id": "schema:courseMode" },
2725
- "coursePrerequisites": { "@id": "schema:coursePrerequisites" },
2726
- "courseSchedule": { "@id": "schema:courseSchedule" },
2727
- "courseWorkload": { "@id": "schema:courseWorkload" },
2728
- "coverageEndTime": { "@id": "schema:coverageEndTime" },
2729
- "coverageStartTime": { "@id": "schema:coverageStartTime" },
2730
- "creativeWorkStatus": { "@id": "schema:creativeWorkStatus" },
2731
- "creator": { "@id": "schema:creator" },
2732
- "credentialCategory": { "@id": "schema:credentialCategory" },
2733
- "creditText": { "@id": "schema:creditText" },
2734
- "creditedTo": { "@id": "schema:creditedTo" },
2735
- "cssSelector": { "@id": "schema:cssSelector" },
2736
- "currenciesAccepted": { "@id": "schema:currenciesAccepted" },
2737
- "currency": { "@id": "schema:currency" },
2738
- "currentExchangeRate": { "@id": "schema:currentExchangeRate" },
2739
- "customer": { "@id": "schema:customer" },
2740
- "customerRemorseReturnFees": { "@id": "schema:customerRemorseReturnFees" },
2741
- "customerRemorseReturnLabelSource": { "@id": "schema:customerRemorseReturnLabelSource" },
2742
- "customerRemorseReturnShippingFeesAmount": { "@id": "schema:customerRemorseReturnShippingFeesAmount" },
2743
- "cutoffTime": { "@id": "schema:cutoffTime" },
2744
- "cvdCollectionDate": { "@id": "schema:cvdCollectionDate" },
2745
- "cvdFacilityCounty": { "@id": "schema:cvdFacilityCounty" },
2746
- "cvdFacilityId": { "@id": "schema:cvdFacilityId" },
2747
- "cvdNumBeds": { "@id": "schema:cvdNumBeds" },
2748
- "cvdNumBedsOcc": { "@id": "schema:cvdNumBedsOcc" },
2749
- "cvdNumC19Died": { "@id": "schema:cvdNumC19Died" },
2750
- "cvdNumC19HOPats": { "@id": "schema:cvdNumC19HOPats" },
2751
- "cvdNumC19HospPats": { "@id": "schema:cvdNumC19HospPats" },
2752
- "cvdNumC19MechVentPats": { "@id": "schema:cvdNumC19MechVentPats" },
2753
- "cvdNumC19OFMechVentPats": { "@id": "schema:cvdNumC19OFMechVentPats" },
2754
- "cvdNumC19OverflowPats": { "@id": "schema:cvdNumC19OverflowPats" },
2755
- "cvdNumICUBeds": { "@id": "schema:cvdNumICUBeds" },
2756
- "cvdNumICUBedsOcc": { "@id": "schema:cvdNumICUBedsOcc" },
2757
- "cvdNumTotBeds": { "@id": "schema:cvdNumTotBeds" },
2758
- "cvdNumVent": { "@id": "schema:cvdNumVent" },
2759
- "cvdNumVentUse": { "@id": "schema:cvdNumVentUse" },
2760
- "dataFeedElement": { "@id": "schema:dataFeedElement" },
2761
- "dataset": { "@id": "schema:dataset" },
2762
- "datasetTimeInterval": { "@id": "schema:datasetTimeInterval" },
2763
- "dateCreated": {
2764
- "@id": "schema:dateCreated",
2765
- "@type": "Date"
2766
- },
2767
- "dateDeleted": {
2768
- "@id": "schema:dateDeleted",
2769
- "@type": "Date"
2770
- },
2771
- "dateIssued": {
2772
- "@id": "schema:dateIssued",
2773
- "@type": "Date"
2774
- },
2775
- "dateModified": {
2776
- "@id": "schema:dateModified",
2777
- "@type": "Date"
2778
- },
2779
- "datePosted": {
2780
- "@id": "schema:datePosted",
2781
- "@type": "Date"
2782
- },
2783
- "datePublished": {
2784
- "@id": "schema:datePublished",
2785
- "@type": "Date"
2786
- },
2787
- "dateRead": {
2788
- "@id": "schema:dateRead",
2789
- "@type": "Date"
2790
- },
2791
- "dateReceived": { "@id": "schema:dateReceived" },
2792
- "dateSent": { "@id": "schema:dateSent" },
2793
- "dateVehicleFirstRegistered": {
2794
- "@id": "schema:dateVehicleFirstRegistered",
2795
- "@type": "Date"
2796
- },
2797
- "dateline": { "@id": "schema:dateline" },
2798
- "dayOfWeek": { "@id": "schema:dayOfWeek" },
2799
- "deathDate": {
2800
- "@id": "schema:deathDate",
2801
- "@type": "Date"
2802
- },
2803
- "deathPlace": { "@id": "schema:deathPlace" },
2804
- "defaultValue": { "@id": "schema:defaultValue" },
2805
- "deliveryAddress": { "@id": "schema:deliveryAddress" },
2806
- "deliveryLeadTime": { "@id": "schema:deliveryLeadTime" },
2807
- "deliveryMethod": { "@id": "schema:deliveryMethod" },
2808
- "deliveryStatus": { "@id": "schema:deliveryStatus" },
2809
- "deliveryTime": { "@id": "schema:deliveryTime" },
2810
- "department": { "@id": "schema:department" },
2811
- "departureAirport": { "@id": "schema:departureAirport" },
2812
- "departureBoatTerminal": { "@id": "schema:departureBoatTerminal" },
2813
- "departureBusStop": { "@id": "schema:departureBusStop" },
2814
- "departureGate": { "@id": "schema:departureGate" },
2815
- "departurePlatform": { "@id": "schema:departurePlatform" },
2816
- "departureStation": { "@id": "schema:departureStation" },
2817
- "departureTerminal": { "@id": "schema:departureTerminal" },
2818
- "departureTime": { "@id": "schema:departureTime" },
2819
- "dependencies": { "@id": "schema:dependencies" },
2820
- "depth": { "@id": "schema:depth" },
2821
- "description": { "@id": "schema:description" },
2822
- "device": { "@id": "schema:device" },
2823
- "diagnosis": { "@id": "schema:diagnosis" },
2824
- "diagram": { "@id": "schema:diagram" },
2825
- "diet": { "@id": "schema:diet" },
2826
- "dietFeatures": { "@id": "schema:dietFeatures" },
2827
- "differentialDiagnosis": { "@id": "schema:differentialDiagnosis" },
2828
- "digitalSourceType": { "@id": "schema:digitalSourceType" },
2829
- "directApply": { "@id": "schema:directApply" },
2830
- "director": { "@id": "schema:director" },
2831
- "directors": { "@id": "schema:directors" },
2832
- "disambiguatingDescription": { "@id": "schema:disambiguatingDescription" },
2833
- "discount": { "@id": "schema:discount" },
2834
- "discountCode": { "@id": "schema:discountCode" },
2835
- "discountCurrency": { "@id": "schema:discountCurrency" },
2836
- "discusses": { "@id": "schema:discusses" },
2837
- "discussionUrl": {
2838
- "@id": "schema:discussionUrl",
2839
- "@type": "@id"
2840
- },
2841
- "diseasePreventionInfo": {
2842
- "@id": "schema:diseasePreventionInfo",
2843
- "@type": "@id"
2844
- },
2845
- "diseaseSpreadStatistics": {
2846
- "@id": "schema:diseaseSpreadStatistics",
2847
- "@type": "@id"
2848
- },
2849
- "dissolutionDate": {
2850
- "@id": "schema:dissolutionDate",
2851
- "@type": "Date"
2852
- },
2853
- "distance": { "@id": "schema:distance" },
2854
- "distinguishingSign": { "@id": "schema:distinguishingSign" },
2855
- "distribution": { "@id": "schema:distribution" },
2856
- "diversityPolicy": {
2857
- "@id": "schema:diversityPolicy",
2858
- "@type": "@id"
2859
- },
2860
- "diversityStaffingReport": {
2861
- "@id": "schema:diversityStaffingReport",
2862
- "@type": "@id"
2863
- },
2864
- "documentation": {
2865
- "@id": "schema:documentation",
2866
- "@type": "@id"
2867
- },
2868
- "doesNotShip": { "@id": "schema:doesNotShip" },
2869
- "domainIncludes": { "@id": "schema:domainIncludes" },
2870
- "domiciledMortgage": { "@id": "schema:domiciledMortgage" },
2871
- "doorTime": { "@id": "schema:doorTime" },
2872
- "dosageForm": { "@id": "schema:dosageForm" },
2873
- "doseSchedule": { "@id": "schema:doseSchedule" },
2874
- "doseUnit": { "@id": "schema:doseUnit" },
2875
- "doseValue": { "@id": "schema:doseValue" },
2876
- "downPayment": { "@id": "schema:downPayment" },
2877
- "downloadUrl": {
2878
- "@id": "schema:downloadUrl",
2879
- "@type": "@id"
2880
- },
2881
- "downvoteCount": { "@id": "schema:downvoteCount" },
2882
- "drainsTo": { "@id": "schema:drainsTo" },
2883
- "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration" },
2884
- "dropoffLocation": { "@id": "schema:dropoffLocation" },
2885
- "dropoffTime": { "@id": "schema:dropoffTime" },
2886
- "drug": { "@id": "schema:drug" },
2887
- "drugClass": { "@id": "schema:drugClass" },
2888
- "drugUnit": { "@id": "schema:drugUnit" },
2889
- "duns": { "@id": "schema:duns" },
2890
- "duplicateTherapy": { "@id": "schema:duplicateTherapy" },
2891
- "duration": { "@id": "schema:duration" },
2892
- "durationOfWarranty": { "@id": "schema:durationOfWarranty" },
2893
- "duringMedia": {
2894
- "@id": "schema:duringMedia",
2895
- "@type": "@id"
2896
- },
2897
- "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty" },
2898
- "editEIDR": { "@id": "schema:editEIDR" },
2899
- "editor": { "@id": "schema:editor" },
2900
- "eduQuestionType": { "@id": "schema:eduQuestionType" },
2901
- "educationRequirements": { "@id": "schema:educationRequirements" },
2902
- "educationalAlignment": { "@id": "schema:educationalAlignment" },
2903
- "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded" },
2904
- "educationalFramework": { "@id": "schema:educationalFramework" },
2905
- "educationalLevel": { "@id": "schema:educationalLevel" },
2906
- "educationalProgramMode": { "@id": "schema:educationalProgramMode" },
2907
- "educationalRole": { "@id": "schema:educationalRole" },
2908
- "educationalUse": { "@id": "schema:educationalUse" },
2909
- "elevation": { "@id": "schema:elevation" },
2910
- "eligibilityToWorkRequirement": { "@id": "schema:eligibilityToWorkRequirement" },
2911
- "eligibleCustomerType": { "@id": "schema:eligibleCustomerType" },
2912
- "eligibleDuration": { "@id": "schema:eligibleDuration" },
2913
- "eligibleQuantity": { "@id": "schema:eligibleQuantity" },
2914
- "eligibleRegion": { "@id": "schema:eligibleRegion" },
2915
- "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume" },
2916
- "email": { "@id": "schema:email" },
2917
- "embedUrl": {
2918
- "@id": "schema:embedUrl",
2919
- "@type": "@id"
2920
- },
2921
- "embeddedTextCaption": { "@id": "schema:embeddedTextCaption" },
2922
- "emissionsCO2": { "@id": "schema:emissionsCO2" },
2923
- "employee": { "@id": "schema:employee" },
2924
- "employees": { "@id": "schema:employees" },
2925
- "employerOverview": { "@id": "schema:employerOverview" },
2926
- "employmentType": { "@id": "schema:employmentType" },
2927
- "employmentUnit": { "@id": "schema:employmentUnit" },
2928
- "encodesBioChemEntity": { "@id": "schema:encodesBioChemEntity" },
2929
- "encodesCreativeWork": { "@id": "schema:encodesCreativeWork" },
2930
- "encoding": { "@id": "schema:encoding" },
2931
- "encodingFormat": { "@id": "schema:encodingFormat" },
2932
- "encodingType": { "@id": "schema:encodingType" },
2933
- "encodings": { "@id": "schema:encodings" },
2934
- "endDate": {
2935
- "@id": "schema:endDate",
2936
- "@type": "Date"
2937
- },
2938
- "endOffset": { "@id": "schema:endOffset" },
2939
- "endTime": { "@id": "schema:endTime" },
2940
- "endorsee": { "@id": "schema:endorsee" },
2941
- "endorsers": { "@id": "schema:endorsers" },
2942
- "energyEfficiencyScaleMax": { "@id": "schema:energyEfficiencyScaleMax" },
2943
- "energyEfficiencyScaleMin": { "@id": "schema:energyEfficiencyScaleMin" },
2944
- "engineDisplacement": { "@id": "schema:engineDisplacement" },
2945
- "enginePower": { "@id": "schema:enginePower" },
2946
- "engineType": { "@id": "schema:engineType" },
2947
- "entertainmentBusiness": { "@id": "schema:entertainmentBusiness" },
2948
- "epidemiology": { "@id": "schema:epidemiology" },
2949
- "episode": { "@id": "schema:episode" },
2950
- "episodeNumber": { "@id": "schema:episodeNumber" },
2951
- "episodes": { "@id": "schema:episodes" },
2952
- "equal": { "@id": "schema:equal" },
2953
- "error": { "@id": "schema:error" },
2954
- "estimatedCost": { "@id": "schema:estimatedCost" },
2955
- "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration" },
2956
- "estimatedSalary": { "@id": "schema:estimatedSalary" },
2957
- "estimatesRiskOf": { "@id": "schema:estimatesRiskOf" },
2958
- "ethicsPolicy": {
2959
- "@id": "schema:ethicsPolicy",
2960
- "@type": "@id"
2961
- },
2962
- "event": { "@id": "schema:event" },
2963
- "eventAttendanceMode": { "@id": "schema:eventAttendanceMode" },
2964
- "eventSchedule": { "@id": "schema:eventSchedule" },
2965
- "eventStatus": { "@id": "schema:eventStatus" },
2966
- "events": { "@id": "schema:events" },
2967
- "evidenceLevel": { "@id": "schema:evidenceLevel" },
2968
- "evidenceOrigin": { "@id": "schema:evidenceOrigin" },
2969
- "exampleOfWork": { "@id": "schema:exampleOfWork" },
2970
- "exceptDate": {
2971
- "@id": "schema:exceptDate",
2972
- "@type": "Date"
2973
- },
2974
- "exchangeRateSpread": { "@id": "schema:exchangeRateSpread" },
2975
- "executableLibraryName": { "@id": "schema:executableLibraryName" },
2976
- "exerciseCourse": { "@id": "schema:exerciseCourse" },
2977
- "exercisePlan": { "@id": "schema:exercisePlan" },
2978
- "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet" },
2979
- "exerciseType": { "@id": "schema:exerciseType" },
2980
- "exifData": { "@id": "schema:exifData" },
2981
- "expectedArrivalFrom": {
2982
- "@id": "schema:expectedArrivalFrom",
2983
- "@type": "Date"
2984
- },
2985
- "expectedArrivalUntil": {
2986
- "@id": "schema:expectedArrivalUntil",
2987
- "@type": "Date"
2988
- },
2989
- "expectedPrognosis": { "@id": "schema:expectedPrognosis" },
2990
- "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf" },
2991
- "experienceInPlaceOfEducation": { "@id": "schema:experienceInPlaceOfEducation" },
2992
- "experienceRequirements": { "@id": "schema:experienceRequirements" },
2993
- "expertConsiderations": { "@id": "schema:expertConsiderations" },
2994
- "expires": {
2995
- "@id": "schema:expires",
2996
- "@type": "Date"
2997
- },
2998
- "expressedIn": { "@id": "schema:expressedIn" },
2999
- "familyName": { "@id": "schema:familyName" },
3000
- "fatContent": { "@id": "schema:fatContent" },
3001
- "faxNumber": { "@id": "schema:faxNumber" },
3002
- "featureList": { "@id": "schema:featureList" },
3003
- "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification" },
3004
- "fiberContent": { "@id": "schema:fiberContent" },
3005
- "fileFormat": { "@id": "schema:fileFormat" },
3006
- "fileSize": { "@id": "schema:fileSize" },
3007
- "financialAidEligible": { "@id": "schema:financialAidEligible" },
3008
- "firstAppearance": { "@id": "schema:firstAppearance" },
3009
- "firstPerformance": { "@id": "schema:firstPerformance" },
3010
- "flightDistance": { "@id": "schema:flightDistance" },
3011
- "flightNumber": { "@id": "schema:flightNumber" },
3012
- "floorLevel": { "@id": "schema:floorLevel" },
3013
- "floorLimit": { "@id": "schema:floorLimit" },
3014
- "floorSize": { "@id": "schema:floorSize" },
3015
- "followee": { "@id": "schema:followee" },
3016
- "follows": { "@id": "schema:follows" },
3017
- "followup": { "@id": "schema:followup" },
3018
- "foodEstablishment": { "@id": "schema:foodEstablishment" },
3019
- "foodEvent": { "@id": "schema:foodEvent" },
3020
- "foodWarning": { "@id": "schema:foodWarning" },
3021
- "founder": { "@id": "schema:founder" },
3022
- "founders": { "@id": "schema:founders" },
3023
- "foundingDate": {
3024
- "@id": "schema:foundingDate",
3025
- "@type": "Date"
3026
- },
3027
- "foundingLocation": { "@id": "schema:foundingLocation" },
3028
- "free": { "@id": "schema:free" },
3029
- "freeShippingThreshold": { "@id": "schema:freeShippingThreshold" },
3030
- "frequency": { "@id": "schema:frequency" },
3031
- "fromLocation": { "@id": "schema:fromLocation" },
3032
- "fuelCapacity": { "@id": "schema:fuelCapacity" },
3033
- "fuelConsumption": { "@id": "schema:fuelConsumption" },
3034
- "fuelEfficiency": { "@id": "schema:fuelEfficiency" },
3035
- "fuelType": { "@id": "schema:fuelType" },
3036
- "functionalClass": { "@id": "schema:functionalClass" },
3037
- "fundedItem": { "@id": "schema:fundedItem" },
3038
- "funder": { "@id": "schema:funder" },
3039
- "funding": { "@id": "schema:funding" },
3040
- "game": { "@id": "schema:game" },
3041
- "gameAvailabilityType": { "@id": "schema:gameAvailabilityType" },
3042
- "gameEdition": { "@id": "schema:gameEdition" },
3043
- "gameItem": { "@id": "schema:gameItem" },
3044
- "gameLocation": {
3045
- "@id": "schema:gameLocation",
3046
- "@type": "@id"
3047
- },
3048
- "gamePlatform": { "@id": "schema:gamePlatform" },
3049
- "gameServer": { "@id": "schema:gameServer" },
3050
- "gameTip": { "@id": "schema:gameTip" },
3051
- "gender": { "@id": "schema:gender" },
3052
- "genre": { "@id": "schema:genre" },
3053
- "geo": { "@id": "schema:geo" },
3054
- "geoContains": { "@id": "schema:geoContains" },
3055
- "geoCoveredBy": { "@id": "schema:geoCoveredBy" },
3056
- "geoCovers": { "@id": "schema:geoCovers" },
3057
- "geoCrosses": { "@id": "schema:geoCrosses" },
3058
- "geoDisjoint": { "@id": "schema:geoDisjoint" },
3059
- "geoEquals": { "@id": "schema:geoEquals" },
3060
- "geoIntersects": { "@id": "schema:geoIntersects" },
3061
- "geoMidpoint": { "@id": "schema:geoMidpoint" },
3062
- "geoOverlaps": { "@id": "schema:geoOverlaps" },
3063
- "geoRadius": { "@id": "schema:geoRadius" },
3064
- "geoTouches": { "@id": "schema:geoTouches" },
3065
- "geoWithin": { "@id": "schema:geoWithin" },
3066
- "geographicArea": { "@id": "schema:geographicArea" },
3067
- "gettingTestedInfo": {
3068
- "@id": "schema:gettingTestedInfo",
3069
- "@type": "@id"
3070
- },
3071
- "givenName": { "@id": "schema:givenName" },
3072
- "globalLocationNumber": { "@id": "schema:globalLocationNumber" },
3073
- "governmentBenefitsInfo": { "@id": "schema:governmentBenefitsInfo" },
3074
- "gracePeriod": { "@id": "schema:gracePeriod" },
3075
- "grantee": { "@id": "schema:grantee" },
3076
- "greater": { "@id": "schema:greater" },
3077
- "greaterOrEqual": { "@id": "schema:greaterOrEqual" },
3078
- "gtin": { "@id": "schema:gtin" },
3079
- "gtin12": { "@id": "schema:gtin12" },
3080
- "gtin13": { "@id": "schema:gtin13" },
3081
- "gtin14": { "@id": "schema:gtin14" },
3082
- "gtin8": { "@id": "schema:gtin8" },
3083
- "guideline": { "@id": "schema:guideline" },
3084
- "guidelineDate": {
3085
- "@id": "schema:guidelineDate",
3086
- "@type": "Date"
3087
- },
3088
- "guidelineSubject": { "@id": "schema:guidelineSubject" },
3089
- "handlingTime": { "@id": "schema:handlingTime" },
3090
- "hasAdultConsideration": { "@id": "schema:hasAdultConsideration" },
3091
- "hasBioChemEntityPart": { "@id": "schema:hasBioChemEntityPart" },
3092
- "hasBioPolymerSequence": { "@id": "schema:hasBioPolymerSequence" },
3093
- "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel" },
3094
- "hasCategoryCode": { "@id": "schema:hasCategoryCode" },
3095
- "hasCertification": { "@id": "schema:hasCertification" },
3096
- "hasCourse": { "@id": "schema:hasCourse" },
3097
- "hasCourseInstance": { "@id": "schema:hasCourseInstance" },
3098
- "hasCredential": { "@id": "schema:hasCredential" },
3099
- "hasDefinedTerm": { "@id": "schema:hasDefinedTerm" },
3100
- "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod" },
3101
- "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission" },
3102
- "hasDriveThroughService": { "@id": "schema:hasDriveThroughService" },
3103
- "hasEnergyConsumptionDetails": { "@id": "schema:hasEnergyConsumptionDetails" },
3104
- "hasEnergyEfficiencyCategory": { "@id": "schema:hasEnergyEfficiencyCategory" },
3105
- "hasGS1DigitalLink": {
3106
- "@id": "schema:hasGS1DigitalLink",
3107
- "@type": "@id"
3108
- },
3109
- "hasHealthAspect": { "@id": "schema:hasHealthAspect" },
3110
- "hasMap": {
3111
- "@id": "schema:hasMap",
3112
- "@type": "@id"
3113
- },
3114
- "hasMeasurement": { "@id": "schema:hasMeasurement" },
3115
- "hasMemberProgram": { "@id": "schema:hasMemberProgram" },
3116
- "hasMenu": { "@id": "schema:hasMenu" },
3117
- "hasMenuItem": { "@id": "schema:hasMenuItem" },
3118
- "hasMenuSection": { "@id": "schema:hasMenuSection" },
3119
- "hasMerchantReturnPolicy": { "@id": "schema:hasMerchantReturnPolicy" },
3120
- "hasMolecularFunction": {
3121
- "@id": "schema:hasMolecularFunction",
3122
- "@type": "@id"
3123
- },
3124
- "hasOccupation": { "@id": "schema:hasOccupation" },
3125
- "hasOfferCatalog": { "@id": "schema:hasOfferCatalog" },
3126
- "hasPOS": { "@id": "schema:hasPOS" },
3127
- "hasPart": { "@id": "schema:hasPart" },
3128
- "hasProductReturnPolicy": { "@id": "schema:hasProductReturnPolicy" },
3129
- "hasRepresentation": { "@id": "schema:hasRepresentation" },
3130
- "hasTierBenefit": { "@id": "schema:hasTierBenefit" },
3131
- "hasTierRequirement": { "@id": "schema:hasTierRequirement" },
3132
- "hasTiers": { "@id": "schema:hasTiers" },
3133
- "hasVariant": { "@id": "schema:hasVariant" },
3134
- "headline": { "@id": "schema:headline" },
3135
- "healthCondition": { "@id": "schema:healthCondition" },
3136
- "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption" },
3137
- "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate" },
3138
- "healthPlanCopay": { "@id": "schema:healthPlanCopay" },
3139
- "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption" },
3140
- "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing" },
3141
- "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption" },
3142
- "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier" },
3143
- "healthPlanId": { "@id": "schema:healthPlanId" },
3144
- "healthPlanMarketingUrl": {
3145
- "@id": "schema:healthPlanMarketingUrl",
3146
- "@type": "@id"
3147
- },
3148
- "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId" },
3149
- "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier" },
3150
- "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory" },
3151
- "healthcareReportingData": { "@id": "schema:healthcareReportingData" },
3152
- "height": { "@id": "schema:height" },
3153
- "highPrice": { "@id": "schema:highPrice" },
3154
- "hiringOrganization": { "@id": "schema:hiringOrganization" },
3155
- "holdingArchive": { "@id": "schema:holdingArchive" },
3156
- "homeLocation": { "@id": "schema:homeLocation" },
3157
- "homeTeam": { "@id": "schema:homeTeam" },
3158
- "honorificPrefix": { "@id": "schema:honorificPrefix" },
3159
- "honorificSuffix": { "@id": "schema:honorificSuffix" },
3160
- "hospitalAffiliation": { "@id": "schema:hospitalAffiliation" },
3161
- "hostingOrganization": { "@id": "schema:hostingOrganization" },
3162
- "hoursAvailable": { "@id": "schema:hoursAvailable" },
3163
- "howPerformed": { "@id": "schema:howPerformed" },
3164
- "httpMethod": { "@id": "schema:httpMethod" },
3165
- "iataCode": { "@id": "schema:iataCode" },
3166
- "icaoCode": { "@id": "schema:icaoCode" },
3167
- "identifier": { "@id": "schema:identifier" },
3168
- "identifyingExam": { "@id": "schema:identifyingExam" },
3169
- "identifyingTest": { "@id": "schema:identifyingTest" },
3170
- "illustrator": { "@id": "schema:illustrator" },
3171
- "image": {
3172
- "@id": "schema:image",
3173
- "@type": "@id"
3174
- },
3175
- "imagingTechnique": { "@id": "schema:imagingTechnique" },
3176
- "inAlbum": { "@id": "schema:inAlbum" },
3177
- "inBroadcastLineup": { "@id": "schema:inBroadcastLineup" },
3178
- "inChI": { "@id": "schema:inChI" },
3179
- "inChIKey": { "@id": "schema:inChIKey" },
3180
- "inCodeSet": {
3181
- "@id": "schema:inCodeSet",
3182
- "@type": "@id"
3183
- },
3184
- "inDefinedTermSet": {
3185
- "@id": "schema:inDefinedTermSet",
3186
- "@type": "@id"
3187
- },
3188
- "inLanguage": { "@id": "schema:inLanguage" },
3189
- "inPlaylist": { "@id": "schema:inPlaylist" },
3190
- "inProductGroupWithID": { "@id": "schema:inProductGroupWithID" },
3191
- "inStoreReturnsOffered": { "@id": "schema:inStoreReturnsOffered" },
3192
- "inSupportOf": { "@id": "schema:inSupportOf" },
3193
- "incentiveCompensation": { "@id": "schema:incentiveCompensation" },
3194
- "incentives": { "@id": "schema:incentives" },
3195
- "includedComposition": { "@id": "schema:includedComposition" },
3196
- "includedDataCatalog": { "@id": "schema:includedDataCatalog" },
3197
- "includedInDataCatalog": { "@id": "schema:includedInDataCatalog" },
3198
- "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan" },
3199
- "includedRiskFactor": { "@id": "schema:includedRiskFactor" },
3200
- "includesAttraction": { "@id": "schema:includesAttraction" },
3201
- "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary" },
3202
- "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork" },
3203
- "includesObject": { "@id": "schema:includesObject" },
3204
- "increasesRiskOf": { "@id": "schema:increasesRiskOf" },
3205
- "industry": { "@id": "schema:industry" },
3206
- "ineligibleRegion": { "@id": "schema:ineligibleRegion" },
3207
- "infectiousAgent": { "@id": "schema:infectiousAgent" },
3208
- "infectiousAgentClass": { "@id": "schema:infectiousAgentClass" },
3209
- "ingredients": { "@id": "schema:ingredients" },
3210
- "inker": { "@id": "schema:inker" },
3211
- "insertion": { "@id": "schema:insertion" },
3212
- "installUrl": {
3213
- "@id": "schema:installUrl",
3214
- "@type": "@id"
3215
- },
3216
- "instructor": { "@id": "schema:instructor" },
3217
- "instrument": { "@id": "schema:instrument" },
3218
- "intensity": { "@id": "schema:intensity" },
3219
- "interactingDrug": { "@id": "schema:interactingDrug" },
3220
- "interactionCount": { "@id": "schema:interactionCount" },
3221
- "interactionService": { "@id": "schema:interactionService" },
3222
- "interactionStatistic": { "@id": "schema:interactionStatistic" },
3223
- "interactionType": { "@id": "schema:interactionType" },
3224
- "interactivityType": { "@id": "schema:interactivityType" },
3225
- "interestRate": { "@id": "schema:interestRate" },
3226
- "interpretedAsClaim": { "@id": "schema:interpretedAsClaim" },
3227
- "inventoryLevel": { "@id": "schema:inventoryLevel" },
3228
- "inverseOf": { "@id": "schema:inverseOf" },
3229
- "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients" },
3230
- "isAccessibleForFree": { "@id": "schema:isAccessibleForFree" },
3231
- "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor" },
3232
- "isAvailableGenerically": { "@id": "schema:isAvailableGenerically" },
3233
- "isBasedOn": {
3234
- "@id": "schema:isBasedOn",
3235
- "@type": "@id"
3236
- },
3237
- "isBasedOnUrl": {
3238
- "@id": "schema:isBasedOnUrl",
3239
- "@type": "@id"
3240
- },
3241
- "isConsumableFor": { "@id": "schema:isConsumableFor" },
3242
- "isEncodedByBioChemEntity": { "@id": "schema:isEncodedByBioChemEntity" },
3243
- "isFamilyFriendly": { "@id": "schema:isFamilyFriendly" },
3244
- "isGift": { "@id": "schema:isGift" },
3245
- "isInvolvedInBiologicalProcess": {
3246
- "@id": "schema:isInvolvedInBiologicalProcess",
3247
- "@type": "@id"
3248
- },
3249
- "isLiveBroadcast": { "@id": "schema:isLiveBroadcast" },
3250
- "isLocatedInSubcellularLocation": {
3251
- "@id": "schema:isLocatedInSubcellularLocation",
3252
- "@type": "@id"
3253
- },
3254
- "isPartOf": {
3255
- "@id": "schema:isPartOf",
3256
- "@type": "@id"
3257
- },
3258
- "isPartOfBioChemEntity": { "@id": "schema:isPartOfBioChemEntity" },
3259
- "isPlanForApartment": { "@id": "schema:isPlanForApartment" },
3260
- "isProprietary": { "@id": "schema:isProprietary" },
3261
- "isRelatedTo": { "@id": "schema:isRelatedTo" },
3262
- "isResizable": { "@id": "schema:isResizable" },
3263
- "isSimilarTo": { "@id": "schema:isSimilarTo" },
3264
- "isTierOf": { "@id": "schema:isTierOf" },
3265
- "isUnlabelledFallback": { "@id": "schema:isUnlabelledFallback" },
3266
- "isVariantOf": { "@id": "schema:isVariantOf" },
3267
- "isbn": { "@id": "schema:isbn" },
3268
- "isicV4": { "@id": "schema:isicV4" },
3269
- "iso6523Code": { "@id": "schema:iso6523Code" },
3270
- "isrcCode": { "@id": "schema:isrcCode" },
3271
- "issn": { "@id": "schema:issn" },
3272
- "issueNumber": { "@id": "schema:issueNumber" },
3273
- "issuedBy": { "@id": "schema:issuedBy" },
3274
- "issuedThrough": { "@id": "schema:issuedThrough" },
3275
- "iswcCode": { "@id": "schema:iswcCode" },
3276
- "item": { "@id": "schema:item" },
3277
- "itemCondition": { "@id": "schema:itemCondition" },
3278
- "itemDefectReturnFees": { "@id": "schema:itemDefectReturnFees" },
3279
- "itemDefectReturnLabelSource": { "@id": "schema:itemDefectReturnLabelSource" },
3280
- "itemDefectReturnShippingFeesAmount": { "@id": "schema:itemDefectReturnShippingFeesAmount" },
3281
- "itemListElement": { "@id": "schema:itemListElement" },
3282
- "itemListOrder": { "@id": "schema:itemListOrder" },
3283
- "itemLocation": { "@id": "schema:itemLocation" },
3284
- "itemOffered": { "@id": "schema:itemOffered" },
3285
- "itemReviewed": { "@id": "schema:itemReviewed" },
3286
- "itemShipped": { "@id": "schema:itemShipped" },
3287
- "itinerary": { "@id": "schema:itinerary" },
3288
- "iupacName": { "@id": "schema:iupacName" },
3289
- "jobBenefits": { "@id": "schema:jobBenefits" },
3290
- "jobImmediateStart": { "@id": "schema:jobImmediateStart" },
3291
- "jobLocation": { "@id": "schema:jobLocation" },
3292
- "jobLocationType": { "@id": "schema:jobLocationType" },
3293
- "jobStartDate": { "@id": "schema:jobStartDate" },
3294
- "jobTitle": { "@id": "schema:jobTitle" },
3295
- "jurisdiction": { "@id": "schema:jurisdiction" },
3296
- "keywords": { "@id": "schema:keywords" },
3297
- "knownVehicleDamages": { "@id": "schema:knownVehicleDamages" },
3298
- "knows": { "@id": "schema:knows" },
3299
- "knowsAbout": { "@id": "schema:knowsAbout" },
3300
- "knowsLanguage": { "@id": "schema:knowsLanguage" },
3301
- "labelDetails": {
3302
- "@id": "schema:labelDetails",
3303
- "@type": "@id"
3304
- },
3305
- "landlord": { "@id": "schema:landlord" },
3306
- "language": { "@id": "schema:language" },
3307
- "lastReviewed": {
3308
- "@id": "schema:lastReviewed",
3309
- "@type": "Date"
3310
- },
3311
- "latitude": { "@id": "schema:latitude" },
3312
- "layoutImage": {
3313
- "@id": "schema:layoutImage",
3314
- "@type": "@id"
3315
- },
3316
- "learningResourceType": { "@id": "schema:learningResourceType" },
3317
- "leaseLength": { "@id": "schema:leaseLength" },
3318
- "legalName": { "@id": "schema:legalName" },
3319
- "legalStatus": { "@id": "schema:legalStatus" },
3320
- "legislationApplies": { "@id": "schema:legislationApplies" },
3321
- "legislationChanges": { "@id": "schema:legislationChanges" },
3322
- "legislationConsolidates": { "@id": "schema:legislationConsolidates" },
3323
- "legislationDate": {
3324
- "@id": "schema:legislationDate",
3325
- "@type": "Date"
3326
- },
3327
- "legislationDateVersion": {
3328
- "@id": "schema:legislationDateVersion",
3329
- "@type": "Date"
3330
- },
3331
- "legislationIdentifier": { "@id": "schema:legislationIdentifier" },
3332
- "legislationJurisdiction": { "@id": "schema:legislationJurisdiction" },
3333
- "legislationLegalForce": { "@id": "schema:legislationLegalForce" },
3334
- "legislationLegalValue": { "@id": "schema:legislationLegalValue" },
3335
- "legislationPassedBy": { "@id": "schema:legislationPassedBy" },
3336
- "legislationResponsible": { "@id": "schema:legislationResponsible" },
3337
- "legislationTransposes": { "@id": "schema:legislationTransposes" },
3338
- "legislationType": { "@id": "schema:legislationType" },
3339
- "leiCode": { "@id": "schema:leiCode" },
3340
- "lender": { "@id": "schema:lender" },
3341
- "lesser": { "@id": "schema:lesser" },
3342
- "lesserOrEqual": { "@id": "schema:lesserOrEqual" },
3343
- "letterer": { "@id": "schema:letterer" },
3344
- "license": {
3345
- "@id": "schema:license",
3346
- "@type": "@id"
3347
- },
3348
- "line": { "@id": "schema:line" },
3349
- "linkRelationship": { "@id": "schema:linkRelationship" },
3350
- "liveBlogUpdate": { "@id": "schema:liveBlogUpdate" },
3351
- "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount" },
3352
- "loanPaymentAmount": { "@id": "schema:loanPaymentAmount" },
3353
- "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency" },
3354
- "loanRepaymentForm": { "@id": "schema:loanRepaymentForm" },
3355
- "loanTerm": { "@id": "schema:loanTerm" },
3356
- "loanType": { "@id": "schema:loanType" },
3357
- "location": { "@id": "schema:location" },
3358
- "locationCreated": { "@id": "schema:locationCreated" },
3359
- "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription" },
3360
- "lodgingUnitType": { "@id": "schema:lodgingUnitType" },
3361
- "logo": {
3362
- "@id": "schema:logo",
3363
- "@type": "@id"
3364
- },
3365
- "longitude": { "@id": "schema:longitude" },
3366
- "loser": { "@id": "schema:loser" },
3367
- "lowPrice": { "@id": "schema:lowPrice" },
3368
- "lyricist": { "@id": "schema:lyricist" },
3369
- "lyrics": { "@id": "schema:lyrics" },
3370
- "mainContentOfPage": { "@id": "schema:mainContentOfPage" },
3371
- "mainEntity": { "@id": "schema:mainEntity" },
3372
- "mainEntityOfPage": {
3373
- "@id": "schema:mainEntityOfPage",
3374
- "@type": "@id"
3375
- },
3376
- "maintainer": { "@id": "schema:maintainer" },
3377
- "makesOffer": { "@id": "schema:makesOffer" },
3378
- "manufacturer": { "@id": "schema:manufacturer" },
3379
- "map": {
3380
- "@id": "schema:map",
3381
- "@type": "@id"
3382
- },
3383
- "mapType": { "@id": "schema:mapType" },
3384
- "maps": {
3385
- "@id": "schema:maps",
3386
- "@type": "@id"
3387
- },
3388
- "marginOfError": { "@id": "schema:marginOfError" },
3389
- "masthead": {
3390
- "@id": "schema:masthead",
3391
- "@type": "@id"
3392
- },
3393
- "material": { "@id": "schema:material" },
3394
- "materialExtent": { "@id": "schema:materialExtent" },
3395
- "mathExpression": { "@id": "schema:mathExpression" },
3396
- "maxPrice": { "@id": "schema:maxPrice" },
3397
- "maxValue": { "@id": "schema:maxValue" },
3398
- "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity" },
3399
- "maximumEnrollment": { "@id": "schema:maximumEnrollment" },
3400
- "maximumIntake": { "@id": "schema:maximumIntake" },
3401
- "maximumPhysicalAttendeeCapacity": { "@id": "schema:maximumPhysicalAttendeeCapacity" },
3402
- "maximumVirtualAttendeeCapacity": { "@id": "schema:maximumVirtualAttendeeCapacity" },
3403
- "mealService": { "@id": "schema:mealService" },
3404
- "measuredProperty": { "@id": "schema:measuredProperty" },
3405
- "measurementDenominator": { "@id": "schema:measurementDenominator" },
3406
- "measurementMethod": { "@id": "schema:measurementMethod" },
3407
- "measurementQualifier": { "@id": "schema:measurementQualifier" },
3408
- "measurementTechnique": { "@id": "schema:measurementTechnique" },
3409
- "mechanismOfAction": { "@id": "schema:mechanismOfAction" },
3410
- "mediaAuthenticityCategory": { "@id": "schema:mediaAuthenticityCategory" },
3411
- "mediaItemAppearance": { "@id": "schema:mediaItemAppearance" },
3412
- "median": { "@id": "schema:median" },
3413
- "medicalAudience": { "@id": "schema:medicalAudience" },
3414
- "medicalSpecialty": { "@id": "schema:medicalSpecialty" },
3415
- "medicineSystem": { "@id": "schema:medicineSystem" },
3416
- "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard" },
3417
- "member": { "@id": "schema:member" },
3418
- "memberOf": { "@id": "schema:memberOf" },
3419
- "members": { "@id": "schema:members" },
3420
- "membershipNumber": { "@id": "schema:membershipNumber" },
3421
- "membershipPointsEarned": { "@id": "schema:membershipPointsEarned" },
3422
- "memoryRequirements": { "@id": "schema:memoryRequirements" },
3423
- "mentions": { "@id": "schema:mentions" },
3424
- "menu": { "@id": "schema:menu" },
3425
- "menuAddOn": { "@id": "schema:menuAddOn" },
3426
- "merchant": { "@id": "schema:merchant" },
3427
- "merchantReturnDays": {
3428
- "@id": "schema:merchantReturnDays",
3429
- "@type": "Date"
3430
- },
3431
- "merchantReturnLink": {
3432
- "@id": "schema:merchantReturnLink",
3433
- "@type": "@id"
3434
- },
3435
- "messageAttachment": { "@id": "schema:messageAttachment" },
3436
- "mileageFromOdometer": { "@id": "schema:mileageFromOdometer" },
3437
- "minPrice": { "@id": "schema:minPrice" },
3438
- "minValue": { "@id": "schema:minValue" },
3439
- "minimumPaymentDue": { "@id": "schema:minimumPaymentDue" },
3440
- "missionCoveragePrioritiesPolicy": {
3441
- "@id": "schema:missionCoveragePrioritiesPolicy",
3442
- "@type": "@id"
3443
- },
3444
- "mobileUrl": { "@id": "schema:mobileUrl" },
3445
- "model": { "@id": "schema:model" },
3446
- "modelDate": {
3447
- "@id": "schema:modelDate",
3448
- "@type": "Date"
3449
- },
3450
- "modifiedTime": { "@id": "schema:modifiedTime" },
3451
- "molecularFormula": { "@id": "schema:molecularFormula" },
3452
- "molecularWeight": { "@id": "schema:molecularWeight" },
3453
- "monoisotopicMolecularWeight": { "@id": "schema:monoisotopicMolecularWeight" },
3454
- "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount" },
3455
- "monthsOfExperience": { "@id": "schema:monthsOfExperience" },
3456
- "mpn": { "@id": "schema:mpn" },
3457
- "multipleValues": { "@id": "schema:multipleValues" },
3458
- "muscleAction": { "@id": "schema:muscleAction" },
3459
- "musicArrangement": { "@id": "schema:musicArrangement" },
3460
- "musicBy": { "@id": "schema:musicBy" },
3461
- "musicCompositionForm": { "@id": "schema:musicCompositionForm" },
3462
- "musicGroupMember": { "@id": "schema:musicGroupMember" },
3463
- "musicReleaseFormat": { "@id": "schema:musicReleaseFormat" },
3464
- "musicalKey": { "@id": "schema:musicalKey" },
3465
- "naics": { "@id": "schema:naics" },
3466
- "name": { "@id": "schema:name" },
3467
- "namedPosition": { "@id": "schema:namedPosition" },
3468
- "nationality": { "@id": "schema:nationality" },
3469
- "naturalProgression": { "@id": "schema:naturalProgression" },
3470
- "negativeNotes": { "@id": "schema:negativeNotes" },
3471
- "nerve": { "@id": "schema:nerve" },
3472
- "nerveMotor": { "@id": "schema:nerveMotor" },
3473
- "netWorth": { "@id": "schema:netWorth" },
3474
- "newsUpdatesAndGuidelines": {
3475
- "@id": "schema:newsUpdatesAndGuidelines",
3476
- "@type": "@id"
3477
- },
3478
- "nextItem": { "@id": "schema:nextItem" },
3479
- "noBylinesPolicy": {
3480
- "@id": "schema:noBylinesPolicy",
3481
- "@type": "@id"
3482
- },
3483
- "nonEqual": { "@id": "schema:nonEqual" },
3484
- "nonProprietaryName": { "@id": "schema:nonProprietaryName" },
3485
- "nonprofitStatus": { "@id": "schema:nonprofitStatus" },
3486
- "normalRange": { "@id": "schema:normalRange" },
3487
- "nsn": { "@id": "schema:nsn" },
3488
- "numAdults": { "@id": "schema:numAdults" },
3489
- "numChildren": { "@id": "schema:numChildren" },
3490
- "numConstraints": { "@id": "schema:numConstraints" },
3491
- "numTracks": { "@id": "schema:numTracks" },
3492
- "numberOfAccommodationUnits": { "@id": "schema:numberOfAccommodationUnits" },
3493
- "numberOfAirbags": { "@id": "schema:numberOfAirbags" },
3494
- "numberOfAvailableAccommodationUnits": { "@id": "schema:numberOfAvailableAccommodationUnits" },
3495
- "numberOfAxles": { "@id": "schema:numberOfAxles" },
3496
- "numberOfBathroomsTotal": { "@id": "schema:numberOfBathroomsTotal" },
3497
- "numberOfBedrooms": { "@id": "schema:numberOfBedrooms" },
3498
- "numberOfBeds": { "@id": "schema:numberOfBeds" },
3499
- "numberOfCredits": { "@id": "schema:numberOfCredits" },
3500
- "numberOfDoors": { "@id": "schema:numberOfDoors" },
3501
- "numberOfEmployees": { "@id": "schema:numberOfEmployees" },
3502
- "numberOfEpisodes": { "@id": "schema:numberOfEpisodes" },
3503
- "numberOfForwardGears": { "@id": "schema:numberOfForwardGears" },
3504
- "numberOfFullBathrooms": { "@id": "schema:numberOfFullBathrooms" },
3505
- "numberOfItems": { "@id": "schema:numberOfItems" },
3506
- "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments" },
3507
- "numberOfPages": { "@id": "schema:numberOfPages" },
3508
- "numberOfPartialBathrooms": { "@id": "schema:numberOfPartialBathrooms" },
3509
- "numberOfPlayers": { "@id": "schema:numberOfPlayers" },
3510
- "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners" },
3511
- "numberOfRooms": { "@id": "schema:numberOfRooms" },
3512
- "numberOfSeasons": { "@id": "schema:numberOfSeasons" },
3513
- "numberedPosition": { "@id": "schema:numberedPosition" },
3514
- "nutrition": { "@id": "schema:nutrition" },
3515
- "object": { "@id": "schema:object" },
3516
- "observationAbout": { "@id": "schema:observationAbout" },
3517
- "observationDate": { "@id": "schema:observationDate" },
3518
- "observationPeriod": { "@id": "schema:observationPeriod" },
3519
- "occupancy": { "@id": "schema:occupancy" },
3520
- "occupationLocation": { "@id": "schema:occupationLocation" },
3521
- "occupationalCategory": { "@id": "schema:occupationalCategory" },
3522
- "occupationalCredentialAwarded": { "@id": "schema:occupationalCredentialAwarded" },
3523
- "offerCount": { "@id": "schema:offerCount" },
3524
- "offeredBy": { "@id": "schema:offeredBy" },
3525
- "offers": { "@id": "schema:offers" },
3526
- "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail" },
3527
- "openingHours": { "@id": "schema:openingHours" },
3528
- "openingHoursSpecification": { "@id": "schema:openingHoursSpecification" },
3529
- "opens": { "@id": "schema:opens" },
3530
- "operatingSystem": { "@id": "schema:operatingSystem" },
3531
- "opponent": { "@id": "schema:opponent" },
3532
- "option": { "@id": "schema:option" },
3533
- "orderDate": {
3534
- "@id": "schema:orderDate",
3535
- "@type": "Date"
3536
- },
3537
- "orderDelivery": { "@id": "schema:orderDelivery" },
3538
- "orderItemNumber": { "@id": "schema:orderItemNumber" },
3539
- "orderItemStatus": { "@id": "schema:orderItemStatus" },
3540
- "orderNumber": { "@id": "schema:orderNumber" },
3541
- "orderQuantity": { "@id": "schema:orderQuantity" },
3542
- "orderStatus": { "@id": "schema:orderStatus" },
3543
- "orderedItem": { "@id": "schema:orderedItem" },
3544
- "organizer": { "@id": "schema:organizer" },
3545
- "originAddress": { "@id": "schema:originAddress" },
3546
- "originalMediaContextDescription": { "@id": "schema:originalMediaContextDescription" },
3547
- "originalMediaLink": {
3548
- "@id": "schema:originalMediaLink",
3549
- "@type": "@id"
3550
- },
3551
- "originatesFrom": { "@id": "schema:originatesFrom" },
3552
- "overdosage": { "@id": "schema:overdosage" },
3553
- "ownedFrom": { "@id": "schema:ownedFrom" },
3554
- "ownedThrough": { "@id": "schema:ownedThrough" },
3555
- "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo" },
3556
- "owns": { "@id": "schema:owns" },
3557
- "pageEnd": { "@id": "schema:pageEnd" },
3558
- "pageStart": { "@id": "schema:pageStart" },
3559
- "pagination": { "@id": "schema:pagination" },
3560
- "parent": { "@id": "schema:parent" },
3561
- "parentItem": { "@id": "schema:parentItem" },
3562
- "parentOrganization": { "@id": "schema:parentOrganization" },
3563
- "parentService": { "@id": "schema:parentService" },
3564
- "parentTaxon": { "@id": "schema:parentTaxon" },
3565
- "parents": { "@id": "schema:parents" },
3566
- "partOfEpisode": { "@id": "schema:partOfEpisode" },
3567
- "partOfInvoice": { "@id": "schema:partOfInvoice" },
3568
- "partOfOrder": { "@id": "schema:partOfOrder" },
3569
- "partOfSeason": { "@id": "schema:partOfSeason" },
3570
- "partOfSeries": { "@id": "schema:partOfSeries" },
3571
- "partOfSystem": { "@id": "schema:partOfSystem" },
3572
- "partOfTVSeries": { "@id": "schema:partOfTVSeries" },
3573
- "partOfTrip": { "@id": "schema:partOfTrip" },
3574
- "participant": { "@id": "schema:participant" },
3575
- "partySize": { "@id": "schema:partySize" },
3576
- "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus" },
3577
- "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber" },
3578
- "pathophysiology": { "@id": "schema:pathophysiology" },
3579
- "pattern": { "@id": "schema:pattern" },
3580
- "payload": { "@id": "schema:payload" },
3581
- "paymentAccepted": { "@id": "schema:paymentAccepted" },
3582
- "paymentDue": { "@id": "schema:paymentDue" },
3583
- "paymentDueDate": {
3584
- "@id": "schema:paymentDueDate",
3585
- "@type": "Date"
3586
- },
3587
- "paymentMethod": { "@id": "schema:paymentMethod" },
3588
- "paymentMethodId": { "@id": "schema:paymentMethodId" },
3589
- "paymentMethodType": { "@id": "schema:paymentMethodType" },
3590
- "paymentStatus": { "@id": "schema:paymentStatus" },
3591
- "paymentUrl": {
3592
- "@id": "schema:paymentUrl",
3593
- "@type": "@id"
3594
- },
3595
- "penciler": { "@id": "schema:penciler" },
3596
- "percentile10": { "@id": "schema:percentile10" },
3597
- "percentile25": { "@id": "schema:percentile25" },
3598
- "percentile75": { "@id": "schema:percentile75" },
3599
- "percentile90": { "@id": "schema:percentile90" },
3600
- "performTime": { "@id": "schema:performTime" },
3601
- "performer": { "@id": "schema:performer" },
3602
- "performerIn": { "@id": "schema:performerIn" },
3603
- "performers": { "@id": "schema:performers" },
3604
- "permissionType": { "@id": "schema:permissionType" },
3605
- "permissions": { "@id": "schema:permissions" },
3606
- "permitAudience": { "@id": "schema:permitAudience" },
3607
- "permittedUsage": { "@id": "schema:permittedUsage" },
3608
- "petsAllowed": { "@id": "schema:petsAllowed" },
3609
- "phoneticText": { "@id": "schema:phoneticText" },
3610
- "photo": { "@id": "schema:photo" },
3611
- "photos": { "@id": "schema:photos" },
3612
- "physicalRequirement": { "@id": "schema:physicalRequirement" },
3613
- "physiologicalBenefits": { "@id": "schema:physiologicalBenefits" },
3614
- "pickupLocation": { "@id": "schema:pickupLocation" },
3615
- "pickupTime": { "@id": "schema:pickupTime" },
3616
- "playMode": { "@id": "schema:playMode" },
3617
- "playerType": { "@id": "schema:playerType" },
3618
- "playersOnline": { "@id": "schema:playersOnline" },
3619
- "polygon": { "@id": "schema:polygon" },
3620
- "populationType": { "@id": "schema:populationType" },
3621
- "position": { "@id": "schema:position" },
3622
- "positiveNotes": { "@id": "schema:positiveNotes" },
3623
- "possibleComplication": { "@id": "schema:possibleComplication" },
3624
- "possibleTreatment": { "@id": "schema:possibleTreatment" },
3625
- "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber" },
3626
- "postOp": { "@id": "schema:postOp" },
3627
- "postalCode": { "@id": "schema:postalCode" },
3628
- "postalCodeBegin": { "@id": "schema:postalCodeBegin" },
3629
- "postalCodeEnd": { "@id": "schema:postalCodeEnd" },
3630
- "postalCodePrefix": { "@id": "schema:postalCodePrefix" },
3631
- "postalCodeRange": { "@id": "schema:postalCodeRange" },
3632
- "potentialAction": { "@id": "schema:potentialAction" },
3633
- "potentialUse": { "@id": "schema:potentialUse" },
3634
- "practicesAt": { "@id": "schema:practicesAt" },
3635
- "preOp": { "@id": "schema:preOp" },
3636
- "predecessorOf": { "@id": "schema:predecessorOf" },
3637
- "pregnancyCategory": { "@id": "schema:pregnancyCategory" },
3638
- "pregnancyWarning": { "@id": "schema:pregnancyWarning" },
3639
- "prepTime": { "@id": "schema:prepTime" },
3640
- "preparation": { "@id": "schema:preparation" },
3641
- "prescribingInfo": {
3642
- "@id": "schema:prescribingInfo",
3643
- "@type": "@id"
3644
- },
3645
- "prescriptionStatus": { "@id": "schema:prescriptionStatus" },
3646
- "previousItem": { "@id": "schema:previousItem" },
3647
- "previousStartDate": {
3648
- "@id": "schema:previousStartDate",
3649
- "@type": "Date"
3650
- },
3651
- "price": { "@id": "schema:price" },
3652
- "priceComponent": { "@id": "schema:priceComponent" },
3653
- "priceComponentType": { "@id": "schema:priceComponentType" },
3654
- "priceCurrency": { "@id": "schema:priceCurrency" },
3655
- "priceRange": { "@id": "schema:priceRange" },
3656
- "priceSpecification": { "@id": "schema:priceSpecification" },
3657
- "priceType": { "@id": "schema:priceType" },
3658
- "priceValidUntil": {
3659
- "@id": "schema:priceValidUntil",
3660
- "@type": "Date"
3661
- },
3662
- "primaryImageOfPage": { "@id": "schema:primaryImageOfPage" },
3663
- "primaryPrevention": { "@id": "schema:primaryPrevention" },
3664
- "printColumn": { "@id": "schema:printColumn" },
3665
- "printEdition": { "@id": "schema:printEdition" },
3666
- "printPage": { "@id": "schema:printPage" },
3667
- "printSection": { "@id": "schema:printSection" },
3668
- "procedure": { "@id": "schema:procedure" },
3669
- "procedureType": { "@id": "schema:procedureType" },
3670
- "processingTime": { "@id": "schema:processingTime" },
3671
- "processorRequirements": { "@id": "schema:processorRequirements" },
3672
- "producer": { "@id": "schema:producer" },
3673
- "produces": { "@id": "schema:produces" },
3674
- "productGroupID": { "@id": "schema:productGroupID" },
3675
- "productID": { "@id": "schema:productID" },
3676
- "productReturnDays": { "@id": "schema:productReturnDays" },
3677
- "productReturnLink": {
3678
- "@id": "schema:productReturnLink",
3679
- "@type": "@id"
3680
- },
3681
- "productSupported": { "@id": "schema:productSupported" },
3682
- "productionCompany": { "@id": "schema:productionCompany" },
3683
- "productionDate": {
3684
- "@id": "schema:productionDate",
3685
- "@type": "Date"
3686
- },
3687
- "proficiencyLevel": { "@id": "schema:proficiencyLevel" },
3688
- "program": { "@id": "schema:program" },
3689
- "programMembershipUsed": { "@id": "schema:programMembershipUsed" },
3690
- "programName": { "@id": "schema:programName" },
3691
- "programPrerequisites": { "@id": "schema:programPrerequisites" },
3692
- "programType": { "@id": "schema:programType" },
3693
- "programmingLanguage": { "@id": "schema:programmingLanguage" },
3694
- "programmingModel": { "@id": "schema:programmingModel" },
3695
- "propertyID": { "@id": "schema:propertyID" },
3696
- "proprietaryName": { "@id": "schema:proprietaryName" },
3697
- "proteinContent": { "@id": "schema:proteinContent" },
3698
- "provider": { "@id": "schema:provider" },
3699
- "providerMobility": { "@id": "schema:providerMobility" },
3700
- "providesBroadcastService": { "@id": "schema:providesBroadcastService" },
3701
- "providesService": { "@id": "schema:providesService" },
3702
- "publicAccess": { "@id": "schema:publicAccess" },
3703
- "publicTransportClosuresInfo": {
3704
- "@id": "schema:publicTransportClosuresInfo",
3705
- "@type": "@id"
3706
- },
3707
- "publication": { "@id": "schema:publication" },
3708
- "publicationType": { "@id": "schema:publicationType" },
3709
- "publishedBy": { "@id": "schema:publishedBy" },
3710
- "publishedOn": { "@id": "schema:publishedOn" },
3711
- "publisher": { "@id": "schema:publisher" },
3712
- "publisherImprint": { "@id": "schema:publisherImprint" },
3713
- "publishingPrinciples": {
3714
- "@id": "schema:publishingPrinciples",
3715
- "@type": "@id"
3716
- },
3717
- "purchaseDate": {
3718
- "@id": "schema:purchaseDate",
3719
- "@type": "Date"
3720
- },
3721
- "qualifications": { "@id": "schema:qualifications" },
3722
- "quarantineGuidelines": {
3723
- "@id": "schema:quarantineGuidelines",
3724
- "@type": "@id"
3725
- },
3726
- "query": { "@id": "schema:query" },
3727
- "quest": { "@id": "schema:quest" },
3728
- "question": { "@id": "schema:question" },
3729
- "rangeIncludes": { "@id": "schema:rangeIncludes" },
3730
- "ratingCount": { "@id": "schema:ratingCount" },
3731
- "ratingExplanation": { "@id": "schema:ratingExplanation" },
3732
- "ratingValue": { "@id": "schema:ratingValue" },
3733
- "readBy": { "@id": "schema:readBy" },
3734
- "readonlyValue": { "@id": "schema:readonlyValue" },
3735
- "realEstateAgent": { "@id": "schema:realEstateAgent" },
3736
- "recipe": { "@id": "schema:recipe" },
3737
- "recipeCategory": { "@id": "schema:recipeCategory" },
3738
- "recipeCuisine": { "@id": "schema:recipeCuisine" },
3739
- "recipeIngredient": { "@id": "schema:recipeIngredient" },
3740
- "recipeInstructions": { "@id": "schema:recipeInstructions" },
3741
- "recipeYield": { "@id": "schema:recipeYield" },
3742
- "recipient": { "@id": "schema:recipient" },
3743
- "recognizedBy": { "@id": "schema:recognizedBy" },
3744
- "recognizingAuthority": { "@id": "schema:recognizingAuthority" },
3745
- "recommendationStrength": { "@id": "schema:recommendationStrength" },
3746
- "recommendedIntake": { "@id": "schema:recommendedIntake" },
3747
- "recordLabel": { "@id": "schema:recordLabel" },
3748
- "recordedAs": { "@id": "schema:recordedAs" },
3749
- "recordedAt": { "@id": "schema:recordedAt" },
3750
- "recordedIn": { "@id": "schema:recordedIn" },
3751
- "recordingOf": { "@id": "schema:recordingOf" },
3752
- "recourseLoan": { "@id": "schema:recourseLoan" },
3753
- "referenceQuantity": { "@id": "schema:referenceQuantity" },
3754
- "referencesOrder": { "@id": "schema:referencesOrder" },
3755
- "refundType": { "@id": "schema:refundType" },
3756
- "regionDrained": { "@id": "schema:regionDrained" },
3757
- "regionsAllowed": { "@id": "schema:regionsAllowed" },
3758
- "relatedAnatomy": { "@id": "schema:relatedAnatomy" },
3759
- "relatedCondition": { "@id": "schema:relatedCondition" },
3760
- "relatedDrug": { "@id": "schema:relatedDrug" },
3761
- "relatedLink": {
3762
- "@id": "schema:relatedLink",
3763
- "@type": "@id"
3764
- },
3765
- "relatedStructure": { "@id": "schema:relatedStructure" },
3766
- "relatedTherapy": { "@id": "schema:relatedTherapy" },
3767
- "relatedTo": { "@id": "schema:relatedTo" },
3768
- "releaseDate": {
3769
- "@id": "schema:releaseDate",
3770
- "@type": "Date"
3771
- },
3772
- "releaseNotes": { "@id": "schema:releaseNotes" },
3773
- "releaseOf": { "@id": "schema:releaseOf" },
3774
- "releasedEvent": { "@id": "schema:releasedEvent" },
3775
- "relevantOccupation": { "@id": "schema:relevantOccupation" },
3776
- "relevantSpecialty": { "@id": "schema:relevantSpecialty" },
3777
- "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity" },
3778
- "renegotiableLoan": { "@id": "schema:renegotiableLoan" },
3779
- "repeatCount": { "@id": "schema:repeatCount" },
3780
- "repeatFrequency": { "@id": "schema:repeatFrequency" },
3781
- "repetitions": { "@id": "schema:repetitions" },
3782
- "replacee": { "@id": "schema:replacee" },
3783
- "replacer": { "@id": "schema:replacer" },
3784
- "replyToUrl": {
3785
- "@id": "schema:replyToUrl",
3786
- "@type": "@id"
3787
- },
3788
- "reportNumber": { "@id": "schema:reportNumber" },
3789
- "representativeOfPage": { "@id": "schema:representativeOfPage" },
3790
- "requiredCollateral": { "@id": "schema:requiredCollateral" },
3791
- "requiredGender": { "@id": "schema:requiredGender" },
3792
- "requiredMaxAge": { "@id": "schema:requiredMaxAge" },
3793
- "requiredMinAge": { "@id": "schema:requiredMinAge" },
3794
- "requiredQuantity": { "@id": "schema:requiredQuantity" },
3795
- "requirements": { "@id": "schema:requirements" },
3796
- "requiresSubscription": { "@id": "schema:requiresSubscription" },
3797
- "reservationFor": { "@id": "schema:reservationFor" },
3798
- "reservationId": { "@id": "schema:reservationId" },
3799
- "reservationStatus": { "@id": "schema:reservationStatus" },
3800
- "reservedTicket": { "@id": "schema:reservedTicket" },
3801
- "responsibilities": { "@id": "schema:responsibilities" },
3802
- "restPeriods": { "@id": "schema:restPeriods" },
3803
- "restockingFee": { "@id": "schema:restockingFee" },
3804
- "result": { "@id": "schema:result" },
3805
- "resultComment": { "@id": "schema:resultComment" },
3806
- "resultReview": { "@id": "schema:resultReview" },
3807
- "returnFees": { "@id": "schema:returnFees" },
3808
- "returnLabelSource": { "@id": "schema:returnLabelSource" },
3809
- "returnMethod": { "@id": "schema:returnMethod" },
3810
- "returnPolicyCategory": { "@id": "schema:returnPolicyCategory" },
3811
- "returnPolicyCountry": { "@id": "schema:returnPolicyCountry" },
3812
- "returnPolicySeasonalOverride": { "@id": "schema:returnPolicySeasonalOverride" },
3813
- "returnShippingFeesAmount": { "@id": "schema:returnShippingFeesAmount" },
3814
- "review": { "@id": "schema:review" },
3815
- "reviewAspect": { "@id": "schema:reviewAspect" },
3816
- "reviewBody": { "@id": "schema:reviewBody" },
3817
- "reviewCount": { "@id": "schema:reviewCount" },
3818
- "reviewRating": { "@id": "schema:reviewRating" },
3819
- "reviewedBy": { "@id": "schema:reviewedBy" },
3820
- "reviews": { "@id": "schema:reviews" },
3821
- "riskFactor": { "@id": "schema:riskFactor" },
3822
- "risks": { "@id": "schema:risks" },
3823
- "roleName": { "@id": "schema:roleName" },
3824
- "roofLoad": { "@id": "schema:roofLoad" },
3825
- "rsvpResponse": { "@id": "schema:rsvpResponse" },
3826
- "runsTo": { "@id": "schema:runsTo" },
3827
- "runtime": { "@id": "schema:runtime" },
3828
- "runtimePlatform": { "@id": "schema:runtimePlatform" },
3829
- "rxcui": { "@id": "schema:rxcui" },
3830
- "safetyConsideration": { "@id": "schema:safetyConsideration" },
3831
- "salaryCurrency": { "@id": "schema:salaryCurrency" },
3832
- "salaryUponCompletion": { "@id": "schema:salaryUponCompletion" },
3833
- "sameAs": {
3834
- "@id": "schema:sameAs",
3835
- "@type": "@id"
3836
- },
3837
- "sampleType": { "@id": "schema:sampleType" },
3838
- "saturatedFatContent": { "@id": "schema:saturatedFatContent" },
3839
- "scheduleTimezone": { "@id": "schema:scheduleTimezone" },
3840
- "scheduledPaymentDate": {
3841
- "@id": "schema:scheduledPaymentDate",
3842
- "@type": "Date"
3843
- },
3844
- "scheduledTime": {
3845
- "@id": "schema:scheduledTime",
3846
- "@type": "Date"
3847
- },
3848
- "schemaVersion": { "@id": "schema:schemaVersion" },
3849
- "schoolClosuresInfo": {
3850
- "@id": "schema:schoolClosuresInfo",
3851
- "@type": "@id"
3852
- },
3853
- "screenCount": { "@id": "schema:screenCount" },
3854
- "screenshot": {
3855
- "@id": "schema:screenshot",
3856
- "@type": "@id"
3857
- },
3858
- "sdDatePublished": {
3859
- "@id": "schema:sdDatePublished",
3860
- "@type": "Date"
3861
- },
3862
- "sdLicense": {
3863
- "@id": "schema:sdLicense",
3864
- "@type": "@id"
3865
- },
3866
- "sdPublisher": { "@id": "schema:sdPublisher" },
3867
- "season": {
3868
- "@id": "schema:season",
3869
- "@type": "@id"
3870
- },
3871
- "seasonNumber": { "@id": "schema:seasonNumber" },
3872
- "seasons": { "@id": "schema:seasons" },
3873
- "seatNumber": { "@id": "schema:seatNumber" },
3874
- "seatRow": { "@id": "schema:seatRow" },
3875
- "seatSection": { "@id": "schema:seatSection" },
3876
- "seatingCapacity": { "@id": "schema:seatingCapacity" },
3877
- "seatingType": { "@id": "schema:seatingType" },
3878
- "secondaryPrevention": { "@id": "schema:secondaryPrevention" },
3879
- "securityClearanceRequirement": { "@id": "schema:securityClearanceRequirement" },
3880
- "securityScreening": { "@id": "schema:securityScreening" },
3881
- "seeks": { "@id": "schema:seeks" },
3882
- "seller": { "@id": "schema:seller" },
3883
- "sender": { "@id": "schema:sender" },
3884
- "sensoryRequirement": { "@id": "schema:sensoryRequirement" },
3885
- "sensoryUnit": { "@id": "schema:sensoryUnit" },
3886
- "serialNumber": { "@id": "schema:serialNumber" },
3887
- "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome" },
3888
- "serverStatus": { "@id": "schema:serverStatus" },
3889
- "servesCuisine": { "@id": "schema:servesCuisine" },
3890
- "serviceArea": { "@id": "schema:serviceArea" },
3891
- "serviceAudience": { "@id": "schema:serviceAudience" },
3892
- "serviceLocation": { "@id": "schema:serviceLocation" },
3893
- "serviceOperator": { "@id": "schema:serviceOperator" },
3894
- "serviceOutput": { "@id": "schema:serviceOutput" },
3895
- "servicePhone": { "@id": "schema:servicePhone" },
3896
- "servicePostalAddress": { "@id": "schema:servicePostalAddress" },
3897
- "serviceSmsNumber": { "@id": "schema:serviceSmsNumber" },
3898
- "serviceType": { "@id": "schema:serviceType" },
3899
- "serviceUrl": {
3900
- "@id": "schema:serviceUrl",
3901
- "@type": "@id"
3902
- },
3903
- "servingSize": { "@id": "schema:servingSize" },
3904
- "sha256": { "@id": "schema:sha256" },
3905
- "sharedContent": { "@id": "schema:sharedContent" },
3906
- "shippingDestination": { "@id": "schema:shippingDestination" },
3907
- "shippingDetails": { "@id": "schema:shippingDetails" },
3908
- "shippingLabel": { "@id": "schema:shippingLabel" },
3909
- "shippingOrigin": { "@id": "schema:shippingOrigin" },
3910
- "shippingRate": { "@id": "schema:shippingRate" },
3911
- "shippingSettingsLink": {
3912
- "@id": "schema:shippingSettingsLink",
3913
- "@type": "@id"
3914
- },
3915
- "sibling": { "@id": "schema:sibling" },
3916
- "siblings": { "@id": "schema:siblings" },
3917
- "signDetected": { "@id": "schema:signDetected" },
3918
- "signOrSymptom": { "@id": "schema:signOrSymptom" },
3919
- "significance": { "@id": "schema:significance" },
3920
- "significantLink": {
3921
- "@id": "schema:significantLink",
3922
- "@type": "@id"
3923
- },
3924
- "significantLinks": {
3925
- "@id": "schema:significantLinks",
3926
- "@type": "@id"
3927
- },
3928
- "size": { "@id": "schema:size" },
3929
- "sizeGroup": { "@id": "schema:sizeGroup" },
3930
- "sizeSystem": { "@id": "schema:sizeSystem" },
3931
- "skills": { "@id": "schema:skills" },
3932
- "sku": { "@id": "schema:sku" },
3933
- "slogan": { "@id": "schema:slogan" },
3934
- "smiles": { "@id": "schema:smiles" },
3935
- "smokingAllowed": { "@id": "schema:smokingAllowed" },
3936
- "sodiumContent": { "@id": "schema:sodiumContent" },
3937
- "softwareAddOn": { "@id": "schema:softwareAddOn" },
3938
- "softwareHelp": { "@id": "schema:softwareHelp" },
3939
- "softwareRequirements": { "@id": "schema:softwareRequirements" },
3940
- "softwareVersion": { "@id": "schema:softwareVersion" },
3941
- "sourceOrganization": { "@id": "schema:sourceOrganization" },
3942
- "sourcedFrom": { "@id": "schema:sourcedFrom" },
3943
- "spatial": { "@id": "schema:spatial" },
3944
- "spatialCoverage": { "@id": "schema:spatialCoverage" },
3945
- "speakable": {
3946
- "@id": "schema:speakable",
3947
- "@type": "@id"
3948
- },
3949
- "specialCommitments": { "@id": "schema:specialCommitments" },
3950
- "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification" },
3951
- "specialty": { "@id": "schema:specialty" },
3952
- "speechToTextMarkup": { "@id": "schema:speechToTextMarkup" },
3953
- "speed": { "@id": "schema:speed" },
3954
- "spokenByCharacter": { "@id": "schema:spokenByCharacter" },
3955
- "sponsor": { "@id": "schema:sponsor" },
3956
- "sport": { "@id": "schema:sport" },
3957
- "sportsActivityLocation": { "@id": "schema:sportsActivityLocation" },
3958
- "sportsEvent": { "@id": "schema:sportsEvent" },
3959
- "sportsTeam": { "@id": "schema:sportsTeam" },
3960
- "spouse": { "@id": "schema:spouse" },
3961
- "stage": { "@id": "schema:stage" },
3962
- "stageAsNumber": { "@id": "schema:stageAsNumber" },
3963
- "starRating": { "@id": "schema:starRating" },
3964
- "startDate": {
3965
- "@id": "schema:startDate",
3966
- "@type": "Date"
3967
- },
3968
- "startOffset": { "@id": "schema:startOffset" },
3969
- "startTime": { "@id": "schema:startTime" },
3970
- "statType": { "@id": "schema:statType" },
3971
- "status": { "@id": "schema:status" },
3972
- "steeringPosition": { "@id": "schema:steeringPosition" },
3973
- "step": { "@id": "schema:step" },
3974
- "stepValue": { "@id": "schema:stepValue" },
3975
- "steps": { "@id": "schema:steps" },
3976
- "storageRequirements": { "@id": "schema:storageRequirements" },
3977
- "streetAddress": { "@id": "schema:streetAddress" },
3978
- "strengthUnit": { "@id": "schema:strengthUnit" },
3979
- "strengthValue": { "@id": "schema:strengthValue" },
3980
- "structuralClass": { "@id": "schema:structuralClass" },
3981
- "study": { "@id": "schema:study" },
3982
- "studyDesign": { "@id": "schema:studyDesign" },
3983
- "studyLocation": { "@id": "schema:studyLocation" },
3984
- "studySubject": { "@id": "schema:studySubject" },
3985
- "stupidProperty": { "@id": "schema:stupidProperty" },
3986
- "subEvent": { "@id": "schema:subEvent" },
3987
- "subEvents": { "@id": "schema:subEvents" },
3988
- "subOrganization": { "@id": "schema:subOrganization" },
3989
- "subReservation": { "@id": "schema:subReservation" },
3990
- "subStageSuffix": { "@id": "schema:subStageSuffix" },
3991
- "subStructure": { "@id": "schema:subStructure" },
3992
- "subTest": { "@id": "schema:subTest" },
3993
- "subTrip": { "@id": "schema:subTrip" },
3994
- "subjectOf": { "@id": "schema:subjectOf" },
3995
- "subtitleLanguage": { "@id": "schema:subtitleLanguage" },
3996
- "successorOf": { "@id": "schema:successorOf" },
3997
- "sugarContent": { "@id": "schema:sugarContent" },
3998
- "suggestedAge": { "@id": "schema:suggestedAge" },
3999
- "suggestedAnswer": { "@id": "schema:suggestedAnswer" },
4000
- "suggestedGender": { "@id": "schema:suggestedGender" },
4001
- "suggestedMaxAge": { "@id": "schema:suggestedMaxAge" },
4002
- "suggestedMeasurement": { "@id": "schema:suggestedMeasurement" },
4003
- "suggestedMinAge": { "@id": "schema:suggestedMinAge" },
4004
- "suitableForDiet": { "@id": "schema:suitableForDiet" },
4005
- "superEvent": { "@id": "schema:superEvent" },
4006
- "supersededBy": { "@id": "schema:supersededBy" },
4007
- "supply": { "@id": "schema:supply" },
4008
- "supplyTo": { "@id": "schema:supplyTo" },
4009
- "supportingData": { "@id": "schema:supportingData" },
4010
- "surface": { "@id": "schema:surface" },
4011
- "syllabusSections": { "@id": "schema:syllabusSections" },
4012
- "target": {
4013
- "@id": "schema:target",
4014
- "@type": "@id"
4015
- },
4016
- "targetCollection": { "@id": "schema:targetCollection" },
4017
- "targetDescription": { "@id": "schema:targetDescription" },
4018
- "targetName": { "@id": "schema:targetName" },
4019
- "targetPlatform": { "@id": "schema:targetPlatform" },
4020
- "targetPopulation": { "@id": "schema:targetPopulation" },
4021
- "targetProduct": { "@id": "schema:targetProduct" },
4022
- "targetUrl": {
4023
- "@id": "schema:targetUrl",
4024
- "@type": "@id"
4025
- },
4026
- "taxID": { "@id": "schema:taxID" },
4027
- "taxonRank": { "@id": "schema:taxonRank" },
4028
- "taxonomicRange": { "@id": "schema:taxonomicRange" },
4029
- "teaches": { "@id": "schema:teaches" },
4030
- "telephone": { "@id": "schema:telephone" },
4031
- "temporal": { "@id": "schema:temporal" },
4032
- "temporalCoverage": { "@id": "schema:temporalCoverage" },
4033
- "termCode": { "@id": "schema:termCode" },
4034
- "termDuration": { "@id": "schema:termDuration" },
4035
- "termsOfService": { "@id": "schema:termsOfService" },
4036
- "termsPerYear": { "@id": "schema:termsPerYear" },
4037
- "text": { "@id": "schema:text" },
4038
- "textValue": { "@id": "schema:textValue" },
4039
- "thumbnail": { "@id": "schema:thumbnail" },
4040
- "thumbnailUrl": {
4041
- "@id": "schema:thumbnailUrl",
4042
- "@type": "@id"
4043
- },
4044
- "tickerSymbol": { "@id": "schema:tickerSymbol" },
4045
- "ticketNumber": { "@id": "schema:ticketNumber" },
4046
- "ticketToken": { "@id": "schema:ticketToken" },
4047
- "ticketedSeat": { "@id": "schema:ticketedSeat" },
4048
- "timeOfDay": { "@id": "schema:timeOfDay" },
4049
- "timeRequired": { "@id": "schema:timeRequired" },
4050
- "timeToComplete": { "@id": "schema:timeToComplete" },
4051
- "tissueSample": { "@id": "schema:tissueSample" },
4052
- "title": { "@id": "schema:title" },
4053
- "titleEIDR": { "@id": "schema:titleEIDR" },
4054
- "toLocation": { "@id": "schema:toLocation" },
4055
- "toRecipient": { "@id": "schema:toRecipient" },
4056
- "tocContinuation": { "@id": "schema:tocContinuation" },
4057
- "tocEntry": { "@id": "schema:tocEntry" },
4058
- "tongueWeight": { "@id": "schema:tongueWeight" },
4059
- "tool": { "@id": "schema:tool" },
4060
- "torque": { "@id": "schema:torque" },
4061
- "totalHistoricalEnrollment": { "@id": "schema:totalHistoricalEnrollment" },
4062
- "totalJobOpenings": { "@id": "schema:totalJobOpenings" },
4063
- "totalPaymentDue": { "@id": "schema:totalPaymentDue" },
4064
- "totalPrice": { "@id": "schema:totalPrice" },
4065
- "totalTime": { "@id": "schema:totalTime" },
4066
- "tourBookingPage": {
4067
- "@id": "schema:tourBookingPage",
4068
- "@type": "@id"
4069
- },
4070
- "touristType": { "@id": "schema:touristType" },
4071
- "track": { "@id": "schema:track" },
4072
- "trackingNumber": { "@id": "schema:trackingNumber" },
4073
- "trackingUrl": {
4074
- "@id": "schema:trackingUrl",
4075
- "@type": "@id"
4076
- },
4077
- "tracks": { "@id": "schema:tracks" },
4078
- "trailer": { "@id": "schema:trailer" },
4079
- "trailerWeight": { "@id": "schema:trailerWeight" },
4080
- "trainName": { "@id": "schema:trainName" },
4081
- "trainNumber": { "@id": "schema:trainNumber" },
4082
- "trainingSalary": { "@id": "schema:trainingSalary" },
4083
- "transFatContent": { "@id": "schema:transFatContent" },
4084
- "transcript": { "@id": "schema:transcript" },
4085
- "transitTime": { "@id": "schema:transitTime" },
4086
- "transitTimeLabel": { "@id": "schema:transitTimeLabel" },
4087
- "translationOfWork": { "@id": "schema:translationOfWork" },
4088
- "translator": { "@id": "schema:translator" },
4089
- "transmissionMethod": { "@id": "schema:transmissionMethod" },
4090
- "travelBans": {
4091
- "@id": "schema:travelBans",
4092
- "@type": "@id"
4093
- },
4094
- "trialDesign": { "@id": "schema:trialDesign" },
4095
- "tributary": { "@id": "schema:tributary" },
4096
- "tripOrigin": { "@id": "schema:tripOrigin" },
4097
- "typeOfBed": { "@id": "schema:typeOfBed" },
4098
- "typeOfGood": { "@id": "schema:typeOfGood" },
4099
- "typicalAgeRange": { "@id": "schema:typicalAgeRange" },
4100
- "typicalCreditsPerTerm": { "@id": "schema:typicalCreditsPerTerm" },
4101
- "typicalTest": { "@id": "schema:typicalTest" },
4102
- "underName": { "@id": "schema:underName" },
4103
- "unitCode": { "@id": "schema:unitCode" },
4104
- "unitText": { "@id": "schema:unitText" },
4105
- "unnamedSourcesPolicy": {
4106
- "@id": "schema:unnamedSourcesPolicy",
4107
- "@type": "@id"
4108
- },
4109
- "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent" },
4110
- "uploadDate": {
4111
- "@id": "schema:uploadDate",
4112
- "@type": "Date"
4113
- },
4114
- "upvoteCount": { "@id": "schema:upvoteCount" },
4115
- "url": {
4116
- "@id": "schema:url",
4117
- "@type": "@id"
4118
- },
4119
- "urlTemplate": { "@id": "schema:urlTemplate" },
4120
- "usNPI": { "@id": "schema:usNPI" },
4121
- "usageInfo": {
4122
- "@id": "schema:usageInfo",
4123
- "@type": "@id"
4124
- },
4125
- "usedToDiagnose": { "@id": "schema:usedToDiagnose" },
4126
- "userInteractionCount": { "@id": "schema:userInteractionCount" },
4127
- "usesDevice": { "@id": "schema:usesDevice" },
4128
- "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard" },
4129
- "utterances": { "@id": "schema:utterances" },
4130
- "validFor": { "@id": "schema:validFor" },
4131
- "validForMemberTier": { "@id": "schema:validForMemberTier" },
4132
- "validFrom": {
4133
- "@id": "schema:validFrom",
4134
- "@type": "Date"
4135
- },
4136
- "validIn": { "@id": "schema:validIn" },
4137
- "validThrough": {
4138
- "@id": "schema:validThrough",
4139
- "@type": "Date"
4140
- },
4141
- "validUntil": {
4142
- "@id": "schema:validUntil",
4143
- "@type": "Date"
4144
- },
4145
- "value": { "@id": "schema:value" },
4146
- "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded" },
4147
- "valueMaxLength": { "@id": "schema:valueMaxLength" },
4148
- "valueMinLength": { "@id": "schema:valueMinLength" },
4149
- "valueName": { "@id": "schema:valueName" },
4150
- "valuePattern": { "@id": "schema:valuePattern" },
4151
- "valueReference": { "@id": "schema:valueReference" },
4152
- "valueRequired": { "@id": "schema:valueRequired" },
4153
- "variableMeasured": { "@id": "schema:variableMeasured" },
4154
- "variablesMeasured": { "@id": "schema:variablesMeasured" },
4155
- "variantCover": { "@id": "schema:variantCover" },
4156
- "variesBy": { "@id": "schema:variesBy" },
4157
- "vatID": { "@id": "schema:vatID" },
4158
- "vehicleConfiguration": { "@id": "schema:vehicleConfiguration" },
4159
- "vehicleEngine": { "@id": "schema:vehicleEngine" },
4160
- "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber" },
4161
- "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor" },
4162
- "vehicleInteriorType": { "@id": "schema:vehicleInteriorType" },
4163
- "vehicleModelDate": {
4164
- "@id": "schema:vehicleModelDate",
4165
- "@type": "Date"
4166
- },
4167
- "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity" },
4168
- "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage" },
4169
- "vehicleTransmission": { "@id": "schema:vehicleTransmission" },
4170
- "vendor": { "@id": "schema:vendor" },
4171
- "verificationFactCheckingPolicy": {
4172
- "@id": "schema:verificationFactCheckingPolicy",
4173
- "@type": "@id"
4174
- },
4175
- "version": { "@id": "schema:version" },
4176
- "video": { "@id": "schema:video" },
4177
- "videoFormat": { "@id": "schema:videoFormat" },
4178
- "videoFrameSize": { "@id": "schema:videoFrameSize" },
4179
- "videoQuality": { "@id": "schema:videoQuality" },
4180
- "volumeNumber": { "@id": "schema:volumeNumber" },
4181
- "warning": { "@id": "schema:warning" },
4182
- "warranty": { "@id": "schema:warranty" },
4183
- "warrantyPromise": { "@id": "schema:warrantyPromise" },
4184
- "warrantyScope": { "@id": "schema:warrantyScope" },
4185
- "webCheckinTime": { "@id": "schema:webCheckinTime" },
4186
- "webFeed": {
4187
- "@id": "schema:webFeed",
4188
- "@type": "@id"
4189
- },
4190
- "weight": { "@id": "schema:weight" },
4191
- "weightTotal": { "@id": "schema:weightTotal" },
4192
- "wheelbase": { "@id": "schema:wheelbase" },
4193
- "width": { "@id": "schema:width" },
4194
- "winner": { "@id": "schema:winner" },
4195
- "wordCount": { "@id": "schema:wordCount" },
4196
- "workExample": { "@id": "schema:workExample" },
4197
- "workFeatured": { "@id": "schema:workFeatured" },
4198
- "workHours": { "@id": "schema:workHours" },
4199
- "workLocation": { "@id": "schema:workLocation" },
4200
- "workPerformed": { "@id": "schema:workPerformed" },
4201
- "workPresented": { "@id": "schema:workPresented" },
4202
- "workTranslation": { "@id": "schema:workTranslation" },
4203
- "workload": { "@id": "schema:workload" },
4204
- "worksFor": { "@id": "schema:worksFor" },
4205
- "worstRating": { "@id": "schema:worstRating" },
4206
- "xpath": { "@id": "schema:xpath" },
4207
- "yearBuilt": { "@id": "schema:yearBuilt" },
4208
- "yearlyRevenue": { "@id": "schema:yearlyRevenue" },
4209
- "yearsInOperation": { "@id": "schema:yearsInOperation" },
4210
- "yield": { "@id": "schema:yield" }
4211
- } },
4212
- "https://gotosocial.org/ns": { "@context": {
4213
- "gts": "https://gotosocial.org/ns#",
4214
- "interactionPolicy": {
4215
- "@id": "gts:interactionPolicy",
4216
- "@type": "@id"
4217
- },
4218
- "canLike": {
4219
- "@id": "gts:canLike",
4220
- "@type": "@id"
4221
- },
4222
- "canReply": {
4223
- "@id": "gts:canReply",
4224
- "@type": "@id"
4225
- },
4226
- "canAnnounce": {
4227
- "@id": "gts:canAnnounce",
4228
- "@type": "@id"
4229
- },
4230
- "always": {
4231
- "@id": "gts:always",
4232
- "@type": "@id"
4233
- },
4234
- "approvalRequired": {
4235
- "@id": "gts:approvalRequired",
4236
- "@type": "@id"
4237
- },
4238
- "approvedBy": {
4239
- "@id": "gts:approvedBy",
4240
- "@type": "@id"
4241
- }
4242
- } },
4243
- "https://w3id.org/fep/5711": { "@context": {
4244
- "likesOf": {
4245
- "@id": "https://w3id.org/fep/5711#likesOf",
4246
- "@type": "@id"
4247
- },
4248
- "sharesOf": {
4249
- "@id": "https://w3id.org/fep/5711#sharesOf",
4250
- "@type": "@id"
4251
- },
4252
- "repliesOf": {
4253
- "@id": "https://w3id.org/fep/5711#repliesOf",
4254
- "@type": "@id"
4255
- },
4256
- "inboxOf": {
4257
- "@id": "https://w3id.org/fep/5711#inboxOf",
4258
- "@type": "@id"
4259
- },
4260
- "outboxOf": {
4261
- "@id": "https://w3id.org/fep/5711#outboxOf",
4262
- "@type": "@id"
4263
- },
4264
- "followersOf": {
4265
- "@id": "https://w3id.org/fep/5711#followersOf",
4266
- "@type": "@id"
4267
- },
4268
- "followingOf": {
4269
- "@id": "https://w3id.org/fep/5711#followingOf",
4270
- "@type": "@id"
4271
- },
4272
- "likedOf": {
4273
- "@id": "https://w3id.org/fep/5711#likedOf",
4274
- "@type": "@id"
4275
- }
4276
- } }
4277
- };
4278
- var contexts_default = preloadedContexts;
4279
-
4280
- //#endregion
4281
- //#region src/runtime/url.ts
4282
- var UrlError = class extends Error {
4283
- constructor(message) {
4284
- super(message);
4285
- this.name = "UrlError";
4286
- }
4287
- };
4288
- /**
4289
- * Validates a URL to prevent SSRF attacks.
4290
- */
4291
- async function validatePublicUrl(url) {
4292
- const parsed = new URL(url);
4293
- if (parsed.protocol !== "http:" && parsed.protocol !== "https:") throw new UrlError(`Unsupported protocol: ${parsed.protocol}`);
4294
- let hostname = parsed.hostname;
4295
- if (hostname.startsWith("[") && hostname.endsWith("]")) hostname = hostname.substring(1, hostname.length - 2);
4296
- if (hostname === "localhost") throw new UrlError("Localhost is not allowed");
4297
- if ("Deno" in globalThis && !isIP(hostname)) {
4298
- const netPermission = await Deno.permissions.query({ name: "net" });
4299
- if (netPermission.state !== "granted") return;
4300
- }
4301
- if ("Bun" in globalThis) {
4302
- if (hostname === "example.com" || hostname.endsWith(".example.com")) return;
4303
- else if (hostname === "fedify-test.internal") throw new UrlError("Invalid or private address: fedify-test.internal");
4304
- }
4305
- let addresses;
4306
- try {
4307
- addresses = await lookup(hostname, { all: true });
4308
- } catch {
4309
- addresses = [];
4310
- }
4311
- for (const { address, family } of addresses) if (family === 4 && !isValidPublicIPv4Address(address) || family === 6 && !isValidPublicIPv6Address(address) || family < 4 || family === 5 || family > 6) throw new UrlError(`Invalid or private address: ${address}`);
4312
- }
4313
- function isValidPublicIPv4Address(address) {
4314
- const parts = address.split(".");
4315
- const first = parseInt(parts[0]);
4316
- if (first === 0 || first === 10 || first === 127) return false;
4317
- const second = parseInt(parts[1]);
4318
- if (first === 169 && second === 254) return false;
4319
- if (first === 172 && second >= 16 && second <= 31) return false;
4320
- if (first === 192 && second === 168) return false;
4321
- return true;
4322
- }
4323
- function isValidPublicIPv6Address(address) {
4324
- address = expandIPv6Address(address);
4325
- if (address.at(4) !== ":") return false;
4326
- const firstWord = parseInt(address.substring(0, 4), 16);
4327
- return !(firstWord >= 64512 && firstWord <= 65023 || firstWord >= 65152 && firstWord <= 65215 || firstWord === 0 || firstWord >= 65280);
4328
- }
4329
- function expandIPv6Address(address) {
4330
- address = address.toLowerCase();
4331
- if (address === "::") return "0000:0000:0000:0000:0000:0000:0000:0000";
4332
- if (address.startsWith("::")) address = "0000" + address;
4333
- if (address.endsWith("::")) address = address + "0000";
4334
- address = address.replace("::", ":0000".repeat(8 - (address.match(/:/g) || []).length) + ":");
4335
- const parts = address.split(":");
4336
- return parts.map((part) => part.padStart(4, "0")).join(":");
4337
- }
4338
-
4339
- //#endregion
4340
- //#region src/runtime/docloader.ts
4341
- const logger = getLogger([
4342
- "fedify",
4343
- "runtime",
4344
- "docloader"
4345
- ]);
4346
- /**
4347
- * Error thrown when fetching a JSON-LD document failed.
4348
- */
4349
- var FetchError = class extends Error {
4350
- /**
4351
- * The URL that failed to fetch.
4352
- */
4353
- url;
4354
- /**
4355
- * Constructs a new `FetchError`.
4356
- *
4357
- * @param url The URL that failed to fetch.
4358
- * @param message Error message.
4359
- */
4360
- constructor(url, message) {
4361
- super(message == null ? url.toString() : `${url}: ${message}`);
4362
- this.name = "FetchError";
4363
- this.url = typeof url === "string" ? new URL(url) : url;
4364
- }
4365
- };
4366
- /**
4367
- * Creates a request for the given URL.
4368
- * @param url The URL to create the request for.
4369
- * @param options The options for the request.
4370
- * @returns The created request.
4371
- * @internal
4372
- */
4373
- function createRequest(url, options = {}) {
4374
- return new Request(url, {
4375
- headers: {
4376
- Accept: "application/activity+json, application/ld+json",
4377
- "User-Agent": typeof options.userAgent === "string" ? options.userAgent : getUserAgent(options.userAgent)
4378
- },
4379
- redirect: "manual"
4380
- });
4381
- }
4382
- /**
4383
- * Logs the request.
4384
- * @param request The request to log.
4385
- * @internal
4386
- */
4387
- function logRequest(request) {
4388
- logger.debug("Fetching document: {method} {url} {headers}", {
4389
- method: request.method,
4390
- url: request.url,
4391
- headers: Object.fromEntries(request.headers.entries())
4392
- });
4393
- }
4394
- /**
4395
- * Gets a {@link RemoteDocument} from the given response.
4396
- * @param url The URL of the document to load.
4397
- * @param response The response to get the document from.
4398
- * @param fetch The function to fetch the document.
4399
- * @returns The loaded remote document.
4400
- * @throws {FetchError} If the response is not OK.
4401
- * @internal
4402
- */
4403
- async function getRemoteDocument(url, response, fetch$1) {
4404
- const documentUrl = response.url === "" ? url : response.url;
4405
- const docUrl = new URL(documentUrl);
4406
- if (!response.ok) {
4407
- logger.error("Failed to fetch document: {status} {url} {headers}", {
4408
- status: response.status,
4409
- url: documentUrl,
4410
- headers: Object.fromEntries(response.headers.entries())
4411
- });
4412
- throw new FetchError(documentUrl, `HTTP ${response.status}: ${documentUrl}`);
4413
- }
4414
- const contentType = response.headers.get("Content-Type");
4415
- const jsonLd = contentType == null || contentType === "application/activity+json" || contentType.startsWith("application/activity+json;") || contentType === "application/ld+json" || contentType.startsWith("application/ld+json;");
4416
- const linkHeader = response.headers.get("Link");
4417
- let contextUrl = null;
4418
- if (linkHeader != null) {
4419
- let link;
4420
- try {
4421
- link = new HTTPHeaderLink(linkHeader);
4422
- } catch (e) {
4423
- if (e instanceof SyntaxError) link = new HTTPHeaderLink();
4424
- else throw e;
4425
- }
4426
- if (jsonLd) {
4427
- const entries = link.getByRel("http://www.w3.org/ns/json-ld#context");
4428
- for (const [uri, params] of entries) if ("type" in params && params.type === "application/ld+json") {
4429
- contextUrl = uri;
4430
- break;
4431
- }
4432
- } else {
4433
- const entries = link.getByRel("alternate");
4434
- for (const [uri, params] of entries) {
4435
- const altUri = new URL(uri, docUrl);
4436
- if ("type" in params && (params.type === "application/activity+json" || params.type === "application/ld+json" || params.type.startsWith("application/ld+json;")) && altUri.href !== docUrl.href) {
4437
- logger.debug("Found alternate document: {alternateUrl} from {url}", {
4438
- alternateUrl: altUri.href,
4439
- url: documentUrl
4440
- });
4441
- return await fetch$1(altUri.href);
4442
- }
4443
- }
4444
- }
4445
- }
4446
- let document;
4447
- if (!jsonLd && (contentType === "text/html" || contentType?.startsWith("text/html;") || contentType === "application/xhtml+xml" || contentType?.startsWith("application/xhtml+xml;"))) {
4448
- const p = /<(a|link)((\s+[a-z][a-z:_-]*=("[^"]*"|'[^']*'|[^\s>]+))+)\s*\/?>/gi;
4449
- const p2 = /\s+([a-z][a-z:_-]*)=("([^"]*)"|'([^']*)'|([^\s>]+))/gi;
4450
- const html = await response.text();
4451
- let m;
4452
- const rawAttribs = [];
4453
- while ((m = p.exec(html)) !== null) rawAttribs.push(m[2]);
4454
- for (const rawAttrs of rawAttribs) {
4455
- let m2;
4456
- const attribs = {};
4457
- while ((m2 = p2.exec(rawAttrs)) !== null) {
4458
- const key = m2[1].toLowerCase();
4459
- const value = m2[3] ?? m2[4] ?? m2[5] ?? "";
4460
- attribs[key] = value;
4461
- }
4462
- if (attribs.rel === "alternate" && "type" in attribs && (attribs.type === "application/activity+json" || attribs.type === "application/ld+json" || attribs.type.startsWith("application/ld+json;")) && "href" in attribs && new URL(attribs.href, docUrl).href !== docUrl.href) {
4463
- logger.debug("Found alternate document: {alternateUrl} from {url}", {
4464
- alternateUrl: attribs.href,
4465
- url: documentUrl
4466
- });
4467
- return await fetch$1(new URL(attribs.href, docUrl).href);
4468
- }
4469
- }
4470
- document = JSON.parse(html);
4471
- } else document = await response.json();
4472
- logger.debug("Fetched document: {status} {url} {headers}", {
4473
- status: response.status,
4474
- url: documentUrl,
4475
- headers: Object.fromEntries(response.headers.entries())
4476
- });
4477
- return {
4478
- contextUrl,
4479
- document,
4480
- documentUrl
4481
- };
4482
- }
4483
- /**
4484
- * Creates a JSON-LD document loader that utilizes the browser's `fetch` API.
4485
- *
4486
- * The created loader preloads the below frequently used contexts by default
4487
- * (unless `options.ignorePreloadedContexts` is set to `true`):
4488
- *
4489
- * - <https://www.w3.org/ns/activitystreams>
4490
- * - <https://w3id.org/security/v1>
4491
- * - <https://w3id.org/security/data-integrity/v1>
4492
- * - <https://www.w3.org/ns/did/v1>
4493
- * - <https://w3id.org/security/multikey/v1>
4494
- * - <https://purl.archive.org/socialweb/webfinger>
4495
- * - <http://schema.org/>
4496
- * @param options Options for the document loader.
4497
- * @returns The document loader.
4498
- * @since 1.3.0
4499
- */
4500
- function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAgent } = {}) {
4501
- async function load(url, options) {
4502
- options?.signal?.throwIfAborted();
4503
- if (!skipPreloadedContexts && url in contexts_default) {
4504
- logger.debug("Using preloaded context: {url}.", { url });
4505
- return {
4506
- contextUrl: null,
4507
- document: contexts_default[url],
4508
- documentUrl: url
4509
- };
4510
- }
4511
- if (!allowPrivateAddress) try {
4512
- await validatePublicUrl(url);
4513
- } catch (error) {
4514
- if (error instanceof UrlError) logger.error("Disallowed private URL: {url}", {
4515
- url,
4516
- error
4517
- });
4518
- throw error;
4519
- }
4520
- const request = createRequest(url, { userAgent });
4521
- logRequest(request);
4522
- const response = await fetch(request, {
4523
- redirect: "manual",
4524
- signal: options?.signal
4525
- });
4526
- if (response.status >= 300 && response.status < 400 && response.headers.has("Location")) return load(response.headers.get("Location"), options);
4527
- return getRemoteDocument(url, response, load);
4528
- }
4529
- return load;
4530
- }
4531
- const _fetchDocumentLoader = getDocumentLoader();
4532
- const _fetchDocumentLoader_allowPrivateAddress = getDocumentLoader({ allowPrivateAddress: true });
4533
- function fetchDocumentLoader(url, arg = false) {
4534
- const allowPrivateAddress = typeof arg === "boolean" ? arg : false;
4535
- logger.warn("fetchDocumentLoader() function is deprecated. Use getDocumentLoader() function instead.");
4536
- const loader = allowPrivateAddress ? _fetchDocumentLoader_allowPrivateAddress : _fetchDocumentLoader;
4537
- return loader(url);
4538
- }
4539
- /**
4540
- * Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
4541
- * @param parameters The parameters for the cache.
4542
- * @returns The decorated document loader which is cache-enabled.
4543
- */
4544
- function kvCache({ loader, kv, prefix, rules }) {
4545
- const keyPrefix = prefix ?? ["_fedify", "remoteDocument"];
4546
- rules ??= [[new URLPattern({}), Temporal.Duration.from({ minutes: 5 })]];
4547
- for (const [p, duration] of rules) if (Temporal.Duration.compare(duration, { days: 30 }) > 0) throw new TypeError("The maximum cache duration is 30 days: " + (p instanceof URLPattern ? `${p.protocol}://${p.username}:${p.password}@${p.hostname}:${p.port}/${p.pathname}?${p.search}#${p.hash}` : p.toString()));
4548
- function matchRule(url) {
4549
- for (const [pattern, duration] of rules) {
4550
- if (typeof pattern === "string") {
4551
- if (url === pattern) return duration;
4552
- continue;
4553
- }
4554
- if (pattern instanceof URL) {
4555
- if (pattern.href == url) return duration;
4556
- continue;
4557
- }
4558
- if (pattern.test(url)) return duration;
4559
- }
4560
- return null;
4561
- }
4562
- return async (url, options) => {
4563
- if (url in contexts_default) {
4564
- logger.debug("Using preloaded context: {url}.", { url });
4565
- return {
4566
- contextUrl: null,
4567
- document: contexts_default[url],
4568
- documentUrl: url
4569
- };
4570
- }
4571
- const match = matchRule(url);
4572
- if (match == null) return await loader(url, options);
4573
- const key = [...keyPrefix, url];
4574
- let cache = void 0;
4575
- try {
4576
- cache = await kv.get(key);
4577
- } catch (error) {
4578
- if (error instanceof Error) logger.warn("Failed to get the document of {url} from the KV cache: {error}", {
4579
- url,
4580
- error
4581
- });
4582
- }
4583
- if (cache == null) {
4584
- const remoteDoc = await loader(url, options);
4585
- try {
4586
- await kv.set(key, remoteDoc, { ttl: match });
4587
- } catch (error) {
4588
- logger.warn("Failed to save the document of {url} to the KV cache: {error}", {
4589
- url,
4590
- error
4591
- });
4592
- }
4593
- return remoteDoc;
4594
- }
4595
- return cache;
4596
- };
4597
- }
4598
- /**
4599
- * Gets the user agent string for the given application and URL.
4600
- * @param options The options for making the user agent string.
4601
- * @returns The user agent string.
4602
- * @since 1.3.0
4603
- */
4604
- function getUserAgent({ software, url } = {}) {
4605
- const fedify = `Fedify/${deno_default.version}`;
4606
- const runtime = globalThis.Deno?.version?.deno != null ? `Deno/${Deno.version.deno}` : globalThis.process?.versions?.bun != null ? `Bun/${process.versions.bun}` : "navigator" in globalThis && navigator.userAgent === "Cloudflare-Workers" ? navigator.userAgent : globalThis.process?.versions?.node != null ? `Node.js/${process.versions.node}` : null;
4607
- const userAgent = software == null ? [fedify] : [software, fedify];
4608
- if (runtime != null) userAgent.push(runtime);
4609
- if (url != null) userAgent.push(`+${url.toString()}`);
4610
- const first = userAgent.shift();
4611
- return `${first} (${userAgent.join("; ")})`;
4612
- }
4613
-
4614
- //#endregion
4615
- export { FetchError, UrlError, createRequest, deno_default, fetchDocumentLoader, getDocumentLoader, getRemoteDocument, getUserAgent, kvCache, logRequest, validatePublicUrl };