@fedify/fedify 1.7.15 → 1.7.16

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