@fedify/vocab-runtime 2.3.0-dev.1050 → 2.3.0-dev.1079

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