@fedify/vocab-runtime 2.1.0-dev.592 → 2.1.0-dev.599

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