schemata-validator 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +119 -0
  3. package/bin/cli.js +5 -0
  4. package/data/classes.json +3748 -0
  5. package/data/properties.json +8274 -0
  6. package/dist/cli.d.ts +4 -0
  7. package/dist/cli.js +24 -0
  8. package/dist/cli.js.map +1 -0
  9. package/dist/constants.d.ts +46 -0
  10. package/dist/constants.js +47 -0
  11. package/dist/constants.js.map +1 -0
  12. package/dist/format-parsers/html-parser.d.ts +15 -0
  13. package/dist/format-parsers/html-parser.js +32 -0
  14. package/dist/format-parsers/html-parser.js.map +1 -0
  15. package/dist/format-parsers/json-ld-parser.d.ts +34 -0
  16. package/dist/format-parsers/json-ld-parser.js +96 -0
  17. package/dist/format-parsers/json-ld-parser.js.map +1 -0
  18. package/dist/index.d.ts +2 -0
  19. package/dist/index.js +3 -0
  20. package/dist/index.js.map +1 -0
  21. package/dist/schemata-validator.d.ts +19 -0
  22. package/dist/schemata-validator.js +69 -0
  23. package/dist/schemata-validator.js.map +1 -0
  24. package/dist/types.d.ts +59 -0
  25. package/dist/types.js +2 -0
  26. package/dist/types.js.map +1 -0
  27. package/dist/utils/browse-folders.d.ts +6 -0
  28. package/dist/utils/browse-folders.js +18 -0
  29. package/dist/utils/browse-folders.js.map +1 -0
  30. package/dist/utils/display-cli-flags.d.ts +5 -0
  31. package/dist/utils/display-cli-flags.js +24 -0
  32. package/dist/utils/display-cli-flags.js.map +1 -0
  33. package/dist/utils/display-reporting.d.ts +7 -0
  34. package/dist/utils/display-reporting.js +38 -0
  35. package/dist/utils/display-reporting.js.map +1 -0
  36. package/dist/utils/dry-run-notice.d.ts +4 -0
  37. package/dist/utils/dry-run-notice.js +8 -0
  38. package/dist/utils/dry-run-notice.js.map +1 -0
  39. package/dist/utils/get-file-content.d.ts +6 -0
  40. package/dist/utils/get-file-content.js +10 -0
  41. package/dist/utils/get-file-content.js.map +1 -0
  42. package/dist/utils/get-files-to-validate.d.ts +9 -0
  43. package/dist/utils/get-files-to-validate.js +37 -0
  44. package/dist/utils/get-files-to-validate.js.map +1 -0
  45. package/dist/utils/parse-args.d.ts +7 -0
  46. package/dist/utils/parse-args.js +47 -0
  47. package/dist/utils/parse-args.js.map +1 -0
  48. package/dist/utils/pattern-to-regex.d.ts +6 -0
  49. package/dist/utils/pattern-to-regex.js +15 -0
  50. package/dist/utils/pattern-to-regex.js.map +1 -0
  51. package/dist/utils/prepare-reporting.d.ts +8 -0
  52. package/dist/utils/prepare-reporting.js +22 -0
  53. package/dist/utils/prepare-reporting.js.map +1 -0
  54. package/dist/utils/show-help.d.ts +4 -0
  55. package/dist/utils/show-help.js +13 -0
  56. package/dist/utils/show-help.js.map +1 -0
  57. package/dist/utils/show-version.d.ts +4 -0
  58. package/dist/utils/show-version.js +8 -0
  59. package/dist/utils/show-version.js.map +1 -0
  60. package/dist/validator/schema-graph-validator.d.ts +46 -0
  61. package/dist/validator/schema-graph-validator.js +164 -0
  62. package/dist/validator/schema-graph-validator.js.map +1 -0
  63. package/package.json +60 -0
@@ -0,0 +1,3748 @@
1
+ {
2
+ "Conversation": {
3
+ "isPending": false,
4
+ "extends": ["CreativeWork"]
5
+ },
6
+ "TheaterEvent": {
7
+ "isPending": false,
8
+ "extends": ["Event"]
9
+ },
10
+ "WatchAction": {
11
+ "isPending": false,
12
+ "extends": ["ConsumeAction"]
13
+ },
14
+ "AnalysisNewsArticle": {
15
+ "isPending": true,
16
+ "extends": ["NewsArticle"]
17
+ },
18
+ "Room": {
19
+ "isPending": false,
20
+ "extends": ["Accommodation"]
21
+ },
22
+ "WearableSizeGroupEnumeration": {
23
+ "isPending": true,
24
+ "extends": ["SizeGroupEnumeration"]
25
+ },
26
+ "FoodEstablishment": {
27
+ "isPending": false,
28
+ "extends": ["LocalBusiness"]
29
+ },
30
+ "CriticReview": {
31
+ "isPending": true,
32
+ "extends": ["Review"]
33
+ },
34
+ "CompleteDataFeed": {
35
+ "isPending": true,
36
+ "extends": ["DataFeed"]
37
+ },
38
+ "JewelryStore": {
39
+ "isPending": false,
40
+ "extends": ["Store"]
41
+ },
42
+ "IPTCDigitalSourceEnumeration": {
43
+ "isPending": true,
44
+ "extends": ["MediaEnumeration"]
45
+ },
46
+ "LeaveAction": {
47
+ "isPending": false,
48
+ "extends": ["InteractAction"]
49
+ },
50
+ "BoatReservation": {
51
+ "isPending": true,
52
+ "extends": ["Reservation"]
53
+ },
54
+ "WholesaleStore": {
55
+ "isPending": false,
56
+ "extends": ["Store"]
57
+ },
58
+ "Diet": {
59
+ "isPending": false,
60
+ "extends": ["CreativeWork", "LifestyleModification"]
61
+ },
62
+ "Certification": {
63
+ "isPending": true,
64
+ "extends": ["fibo-fnd-arr-doc:Certificate", "CreativeWork"]
65
+ },
66
+ "MedicalRiskFactor": {
67
+ "isPending": false,
68
+ "extends": ["MedicalEntity"]
69
+ },
70
+ "Continent": {
71
+ "isPending": false,
72
+ "extends": ["Landform"]
73
+ },
74
+ "TVSeason": {
75
+ "isPending": false,
76
+ "extends": ["CreativeWorkSeason", "CreativeWork"]
77
+ },
78
+ "ProductCollection": {
79
+ "isPending": true,
80
+ "extends": ["Product", "Collection"]
81
+ },
82
+ "VideoObjectSnapshot": {
83
+ "isPending": true,
84
+ "extends": ["VideoObject"]
85
+ },
86
+ "MusicRecording": {
87
+ "isPending": false,
88
+ "extends": ["CreativeWork"]
89
+ },
90
+ "3DModel": {
91
+ "isPending": true,
92
+ "extends": ["MediaObject"]
93
+ },
94
+ "SchoolDistrict": {
95
+ "isPending": true,
96
+ "extends": ["AdministrativeArea"]
97
+ },
98
+ "DateTime": {
99
+ "isPending": false
100
+ },
101
+ "AggregateOffer": {
102
+ "isPending": false,
103
+ "extends": ["Offer"]
104
+ },
105
+ "Distillery": {
106
+ "isPending": false,
107
+ "extends": ["FoodEstablishment"]
108
+ },
109
+ "BroadcastFrequencySpecification": {
110
+ "isPending": false,
111
+ "extends": ["Intangible"]
112
+ },
113
+ "Manuscript": {
114
+ "isPending": true,
115
+ "extends": ["CreativeWork"]
116
+ },
117
+ "GovernmentPermit": {
118
+ "isPending": false,
119
+ "extends": ["Permit"]
120
+ },
121
+ "GolfCourse": {
122
+ "isPending": false,
123
+ "extends": ["SportsActivityLocation"]
124
+ },
125
+ "EmploymentAgency": {
126
+ "isPending": false,
127
+ "extends": ["LocalBusiness"]
128
+ },
129
+ "PaymentCard": {
130
+ "isPending": false,
131
+ "extends": ["FinancialProduct", "PaymentMethod"]
132
+ },
133
+ "UserTweets": {
134
+ "isPending": false,
135
+ "extends": ["UserInteraction"],
136
+ "supersededBy": "InteractionCounter"
137
+ },
138
+ "QAPage": {
139
+ "isPending": false,
140
+ "extends": ["WebPage"]
141
+ },
142
+ "ParkingFacility": {
143
+ "isPending": false,
144
+ "extends": ["CivicStructure"]
145
+ },
146
+ "HowToSection": {
147
+ "isPending": false,
148
+ "extends": ["CreativeWork", "ItemList", "ListItem"]
149
+ },
150
+ "CampingPitch": {
151
+ "isPending": false,
152
+ "extends": ["Accommodation"]
153
+ },
154
+ "MapCategoryType": {
155
+ "isPending": false,
156
+ "extends": ["Enumeration"]
157
+ },
158
+ "TextObject": {
159
+ "isPending": false,
160
+ "extends": ["MediaObject"]
161
+ },
162
+ "Map": {
163
+ "isPending": false,
164
+ "extends": ["CreativeWork"]
165
+ },
166
+ "SiteNavigationElement": {
167
+ "isPending": false,
168
+ "extends": ["WebPageElement"]
169
+ },
170
+ "OnlineStore": {
171
+ "isPending": true,
172
+ "extends": ["OnlineBusiness"]
173
+ },
174
+ "AssignAction": {
175
+ "isPending": false,
176
+ "extends": ["AllocateAction"]
177
+ },
178
+ "FastFoodRestaurant": {
179
+ "isPending": false,
180
+ "extends": ["FoodEstablishment"]
181
+ },
182
+ "QuantitativeValueDistribution": {
183
+ "isPending": false,
184
+ "extends": ["StructuredValue"]
185
+ },
186
+ "NGO": {
187
+ "isPending": false,
188
+ "extends": ["Organization"]
189
+ },
190
+ "RealEstateListing": {
191
+ "isPending": true,
192
+ "extends": ["WebPage"]
193
+ },
194
+ "DigitalDocumentPermission": {
195
+ "isPending": false,
196
+ "extends": ["Intangible"]
197
+ },
198
+ "SomeProducts": {
199
+ "isPending": false,
200
+ "extends": ["Product"]
201
+ },
202
+ "DiscoverAction": {
203
+ "isPending": false,
204
+ "extends": ["FindAction"]
205
+ },
206
+ "ScholarlyArticle": {
207
+ "isPending": false,
208
+ "extends": ["Article"]
209
+ },
210
+ "TaxiReservation": {
211
+ "isPending": false,
212
+ "extends": ["Reservation"]
213
+ },
214
+ "Event": {
215
+ "isPending": false,
216
+ "extends": ["Thing"]
217
+ },
218
+ "RuntimePlatform": {
219
+ "isPending": true,
220
+ "extends": ["SoftwareApplication"]
221
+ },
222
+ "Pharmacy": {
223
+ "isPending": false,
224
+ "extends": ["MedicalOrganization", "MedicalBusiness"]
225
+ },
226
+ "AdministrativeArea": {
227
+ "isPending": false,
228
+ "extends": ["Place"]
229
+ },
230
+ "Patient": {
231
+ "isPending": false,
232
+ "extends": ["MedicalAudience", "Person"]
233
+ },
234
+ "Permit": {
235
+ "isPending": false,
236
+ "extends": ["Intangible"]
237
+ },
238
+ "TattooParlor": {
239
+ "isPending": false,
240
+ "extends": ["HealthAndBeautyBusiness"]
241
+ },
242
+ "PlayAction": {
243
+ "isPending": false,
244
+ "extends": ["Action"]
245
+ },
246
+ "Protein": {
247
+ "isPending": true,
248
+ "extends": ["BioChemEntity"]
249
+ },
250
+ "MotorizedBicycle": {
251
+ "isPending": false,
252
+ "extends": ["Vehicle"]
253
+ },
254
+ "MedicalIndication": {
255
+ "isPending": false,
256
+ "extends": ["MedicalEntity"]
257
+ },
258
+ "BusinessAudience": {
259
+ "isPending": false,
260
+ "extends": ["Audience"]
261
+ },
262
+ "Guide": {
263
+ "isPending": true,
264
+ "extends": ["CreativeWork"]
265
+ },
266
+ "TheaterGroup": {
267
+ "isPending": false,
268
+ "extends": ["PerformingGroup"]
269
+ },
270
+ "Playground": {
271
+ "isPending": false,
272
+ "extends": ["CivicStructure"]
273
+ },
274
+ "Apartment": {
275
+ "isPending": false,
276
+ "extends": ["Accommodation"]
277
+ },
278
+ "Course": {
279
+ "isPending": false,
280
+ "extends": ["LearningResource", "CreativeWork"]
281
+ },
282
+ "CheckAction": {
283
+ "isPending": false,
284
+ "extends": ["FindAction"]
285
+ },
286
+ "Quotation": {
287
+ "isPending": true,
288
+ "extends": ["CreativeWork"]
289
+ },
290
+ "Taxon": {
291
+ "isPending": true,
292
+ "extends": ["Thing"]
293
+ },
294
+ "AchieveAction": {
295
+ "isPending": false,
296
+ "extends": ["Action"]
297
+ },
298
+ "ShortStory": {
299
+ "isPending": true,
300
+ "extends": ["CreativeWork"]
301
+ },
302
+ "WPHeader": {
303
+ "isPending": false,
304
+ "extends": ["WebPageElement"]
305
+ },
306
+ "MedicalSignOrSymptom": {
307
+ "isPending": false,
308
+ "extends": ["MedicalCondition"]
309
+ },
310
+ "Audience": {
311
+ "isPending": false,
312
+ "extends": ["Intangible"]
313
+ },
314
+ "MusicRelease": {
315
+ "isPending": false,
316
+ "extends": ["MusicPlaylist"]
317
+ },
318
+ "PaymentService": {
319
+ "isPending": false,
320
+ "extends": ["FinancialProduct", "PaymentMethod"]
321
+ },
322
+ "Episode": {
323
+ "isPending": false,
324
+ "extends": ["CreativeWork"]
325
+ },
326
+ "PhysiciansOffice": {
327
+ "isPending": false,
328
+ "extends": ["Physician"]
329
+ },
330
+ "AutoRepair": {
331
+ "isPending": false,
332
+ "extends": ["AutomotiveBusiness"]
333
+ },
334
+ "GardenStore": {
335
+ "isPending": false,
336
+ "extends": ["Store"]
337
+ },
338
+ "SocialMediaPosting": {
339
+ "isPending": false,
340
+ "extends": ["Article"]
341
+ },
342
+ "TVClip": {
343
+ "isPending": false,
344
+ "extends": ["Clip"]
345
+ },
346
+ "MediaReviewItem": {
347
+ "isPending": true,
348
+ "extends": ["CreativeWork"]
349
+ },
350
+ "AmpStory": {
351
+ "isPending": true,
352
+ "extends": ["CreativeWork", "MediaObject"]
353
+ },
354
+ "ResetPasswordAction": {
355
+ "isPending": true,
356
+ "extends": ["ControlAction"]
357
+ },
358
+ "PlanAction": {
359
+ "isPending": false,
360
+ "extends": ["OrganizeAction"]
361
+ },
362
+ "Place": {
363
+ "isPending": false,
364
+ "extends": ["Thing"]
365
+ },
366
+ "BedDetails": {
367
+ "isPending": false,
368
+ "extends": ["Intangible"]
369
+ },
370
+ "MediaGallery": {
371
+ "isPending": false,
372
+ "extends": ["CollectionPage"]
373
+ },
374
+ "WarrantyPromise": {
375
+ "isPending": false,
376
+ "extends": ["fibo-fnd-agr-ctr:MutualContractualAgreement", "StructuredValue"]
377
+ },
378
+ "Demand": {
379
+ "isPending": false,
380
+ "extends": ["Intangible"]
381
+ },
382
+ "MedicalConditionStage": {
383
+ "isPending": false,
384
+ "extends": ["MedicalIntangible"]
385
+ },
386
+ "PublicationVolume": {
387
+ "isPending": false,
388
+ "extends": ["CreativeWork"]
389
+ },
390
+ "ImageObjectSnapshot": {
391
+ "isPending": true,
392
+ "extends": ["ImageObject"]
393
+ },
394
+ "GovernmentOrganization": {
395
+ "isPending": false,
396
+ "extends": ["Organization"]
397
+ },
398
+ "Person": {
399
+ "isPending": false,
400
+ "extends": ["Thing"]
401
+ },
402
+ "PeopleAudience": {
403
+ "isPending": false,
404
+ "extends": ["Audience"]
405
+ },
406
+ "Integer": {
407
+ "isPending": false,
408
+ "extends": ["Number"]
409
+ },
410
+ "PerformanceRole": {
411
+ "isPending": false,
412
+ "extends": ["Role"]
413
+ },
414
+ "SoftwareApplication": {
415
+ "isPending": false,
416
+ "extends": ["CreativeWork"]
417
+ },
418
+ "MenuSection": {
419
+ "isPending": false,
420
+ "extends": ["CreativeWork"]
421
+ },
422
+ "Occupation": {
423
+ "isPending": false,
424
+ "extends": ["Intangible"]
425
+ },
426
+ "FurnitureStore": {
427
+ "isPending": false,
428
+ "extends": ["Store"]
429
+ },
430
+ "ReserveAction": {
431
+ "isPending": false,
432
+ "extends": ["PlanAction"]
433
+ },
434
+ "MedicalAudienceType": {
435
+ "isPending": false,
436
+ "extends": ["MedicalEnumeration"]
437
+ },
438
+ "DrugClass": {
439
+ "isPending": false,
440
+ "extends": ["MedicalEntity"]
441
+ },
442
+ "WebPage": {
443
+ "isPending": false,
444
+ "extends": ["CreativeWork"]
445
+ },
446
+ "MedicalObservationalStudy": {
447
+ "isPending": false,
448
+ "extends": ["MedicalStudy"]
449
+ },
450
+ "BusTrip": {
451
+ "isPending": false,
452
+ "extends": ["Trip"]
453
+ },
454
+ "MerchantReturnEnumeration": {
455
+ "isPending": true,
456
+ "extends": ["Enumeration"]
457
+ },
458
+ "Organization": {
459
+ "isPending": false,
460
+ "extends": ["Thing"]
461
+ },
462
+ "InfectiousDisease": {
463
+ "isPending": false,
464
+ "extends": ["MedicalCondition"]
465
+ },
466
+ "Product": {
467
+ "isPending": false,
468
+ "extends": ["Thing"]
469
+ },
470
+ "ContactPointOption": {
471
+ "isPending": false,
472
+ "extends": ["Enumeration"]
473
+ },
474
+ "RentAction": {
475
+ "isPending": false,
476
+ "extends": ["TradeAction"]
477
+ },
478
+ "TouristDestination": {
479
+ "isPending": true,
480
+ "extends": ["Place"]
481
+ },
482
+ "DigitalDocument": {
483
+ "isPending": false,
484
+ "extends": ["CreativeWork", "fibo-fnd-arr-doc:Document"]
485
+ },
486
+ "PreventionIndication": {
487
+ "isPending": false,
488
+ "extends": ["MedicalIndication"]
489
+ },
490
+ "AppendAction": {
491
+ "isPending": false,
492
+ "extends": ["InsertAction"]
493
+ },
494
+ "BookStore": {
495
+ "isPending": false,
496
+ "extends": ["Store"]
497
+ },
498
+ "BloodTest": {
499
+ "isPending": false,
500
+ "extends": ["MedicalTest"]
501
+ },
502
+ "PhysicalActivity": {
503
+ "isPending": false,
504
+ "extends": ["LifestyleModification"]
505
+ },
506
+ "SuperficialAnatomy": {
507
+ "isPending": false,
508
+ "extends": ["MedicalEntity"]
509
+ },
510
+ "Comment": {
511
+ "isPending": false,
512
+ "extends": ["CreativeWork"]
513
+ },
514
+ "GeoShape": {
515
+ "isPending": false,
516
+ "extends": ["StructuredValue"]
517
+ },
518
+ "GeoCoordinates": {
519
+ "isPending": false,
520
+ "extends": ["StructuredValue"]
521
+ },
522
+ "Hackathon": {
523
+ "isPending": true,
524
+ "extends": ["Event"]
525
+ },
526
+ "HowToStep": {
527
+ "isPending": false,
528
+ "extends": ["CreativeWork", "ItemList", "ListItem"]
529
+ },
530
+ "Winery": {
531
+ "isPending": false,
532
+ "extends": ["FoodEstablishment"]
533
+ },
534
+ "PaymentMethodType": {
535
+ "isPending": true,
536
+ "extends": ["Enumeration"]
537
+ },
538
+ "MedicalStudy": {
539
+ "isPending": false,
540
+ "extends": ["MedicalEntity"]
541
+ },
542
+ "Photograph": {
543
+ "isPending": false,
544
+ "extends": ["CreativeWork"]
545
+ },
546
+ "FoodEstablishmentReservation": {
547
+ "isPending": false,
548
+ "extends": ["Reservation"]
549
+ },
550
+ "Language": {
551
+ "isPending": false,
552
+ "extends": ["Intangible"]
553
+ },
554
+ "FundingScheme": {
555
+ "isPending": true,
556
+ "extends": ["Organization"]
557
+ },
558
+ "Artery": {
559
+ "isPending": false,
560
+ "extends": ["Vessel"]
561
+ },
562
+ "FundingAgency": {
563
+ "isPending": true,
564
+ "extends": ["Project"]
565
+ },
566
+ "MusicComposition": {
567
+ "isPending": false,
568
+ "extends": ["CreativeWork"]
569
+ },
570
+ "InvestmentOrDeposit": {
571
+ "isPending": false,
572
+ "extends": ["FinancialProduct"]
573
+ },
574
+ "PriceSpecification": {
575
+ "isPending": false,
576
+ "extends": ["StructuredValue"]
577
+ },
578
+ "PublicSwimmingPool": {
579
+ "isPending": false,
580
+ "extends": ["SportsActivityLocation"]
581
+ },
582
+ "Error": {
583
+ "isPending": true,
584
+ "extends": ["InstantaneousEvent", "sarif:Result"]
585
+ },
586
+ "GameServerStatus": {
587
+ "isPending": false,
588
+ "extends": ["StatusEnumeration"]
589
+ },
590
+ "CollegeOrUniversity": {
591
+ "isPending": false,
592
+ "extends": ["EducationalOrganization"]
593
+ },
594
+ "ItemListOrderType": {
595
+ "isPending": false,
596
+ "extends": ["Enumeration"]
597
+ },
598
+ "Corporation": {
599
+ "isPending": false,
600
+ "extends": ["Organization"]
601
+ },
602
+ "OfferForPurchase": {
603
+ "isPending": true,
604
+ "extends": ["Offer"]
605
+ },
606
+ "LegalValueLevel": {
607
+ "isPending": true,
608
+ "extends": ["Enumeration"]
609
+ },
610
+ "DrugStrength": {
611
+ "isPending": false,
612
+ "extends": ["MedicalIntangible"]
613
+ },
614
+ "Order": {
615
+ "isPending": false,
616
+ "extends": ["Intangible", "fibo-fnd-arr-doc:LegalDocument"]
617
+ },
618
+ "MedicalTestPanel": {
619
+ "isPending": false,
620
+ "extends": ["MedicalTest"]
621
+ },
622
+ "ComicCoverArt": {
623
+ "isPending": false,
624
+ "extends": ["ComicStory", "CoverArt"]
625
+ },
626
+ "OpeningHoursSpecification": {
627
+ "isPending": false,
628
+ "extends": ["StructuredValue"]
629
+ },
630
+ "BuddhistTemple": {
631
+ "isPending": false,
632
+ "extends": ["PlaceOfWorship"]
633
+ },
634
+ "BedAndBreakfast": {
635
+ "isPending": false,
636
+ "extends": ["LodgingBusiness"]
637
+ },
638
+ "DrugLegalStatus": {
639
+ "isPending": false,
640
+ "extends": ["MedicalIntangible"]
641
+ },
642
+ "SeekToAction": {
643
+ "isPending": true,
644
+ "extends": ["Action"]
645
+ },
646
+ "FloorPlan": {
647
+ "isPending": true,
648
+ "extends": ["Intangible"]
649
+ },
650
+ "SizeSpecification": {
651
+ "isPending": true,
652
+ "extends": ["QualitativeValue"]
653
+ },
654
+ "Courthouse": {
655
+ "isPending": false,
656
+ "extends": ["GovernmentBuilding"]
657
+ },
658
+ "VirtualLocation": {
659
+ "isPending": true,
660
+ "extends": ["Intangible"]
661
+ },
662
+ "RadioSeries": {
663
+ "isPending": false,
664
+ "extends": ["CreativeWorkSeries"]
665
+ },
666
+ "PaintAction": {
667
+ "isPending": false,
668
+ "extends": ["CreateAction"]
669
+ },
670
+ "DrugCost": {
671
+ "isPending": false,
672
+ "extends": ["MedicalEntity"]
673
+ },
674
+ "MediaObject": {
675
+ "isPending": false,
676
+ "extends": ["CreativeWork"]
677
+ },
678
+ "Painting": {
679
+ "isPending": false,
680
+ "extends": ["CreativeWork"]
681
+ },
682
+ "DefinedRegion": {
683
+ "isPending": false,
684
+ "extends": ["Place", "StructuredValue"]
685
+ },
686
+ "MedicineSystem": {
687
+ "isPending": false,
688
+ "extends": ["MedicalEnumeration"]
689
+ },
690
+ "ReplaceAction": {
691
+ "isPending": false,
692
+ "extends": ["UpdateAction"]
693
+ },
694
+ "HealthPlanNetwork": {
695
+ "isPending": true,
696
+ "extends": ["Intangible"]
697
+ },
698
+ "City": {
699
+ "isPending": false,
700
+ "extends": ["AdministrativeArea"]
701
+ },
702
+ "ApplyAction": {
703
+ "isPending": false,
704
+ "extends": ["OrganizeAction"]
705
+ },
706
+ "SpreadsheetDigitalDocument": {
707
+ "isPending": false,
708
+ "extends": ["DigitalDocument"]
709
+ },
710
+ "SportsOrganization": {
711
+ "isPending": false,
712
+ "extends": ["Organization"]
713
+ },
714
+ "MoneyTransfer": {
715
+ "isPending": true,
716
+ "extends": ["TransferAction"]
717
+ },
718
+ "Car": {
719
+ "isPending": false,
720
+ "extends": ["Vehicle"]
721
+ },
722
+ "MedicalIntangible": {
723
+ "isPending": false,
724
+ "extends": ["MedicalEntity"]
725
+ },
726
+ "DryCleaningOrLaundry": {
727
+ "isPending": false,
728
+ "extends": ["LocalBusiness"]
729
+ },
730
+ "AuthenticateAction": {
731
+ "isPending": true,
732
+ "extends": ["ControlAction"]
733
+ },
734
+ "ControlAction": {
735
+ "isPending": false,
736
+ "extends": ["Action"]
737
+ },
738
+ "Recipe": {
739
+ "isPending": false,
740
+ "extends": ["HowTo"]
741
+ },
742
+ "BookmarkAction": {
743
+ "isPending": false,
744
+ "extends": ["OrganizeAction"]
745
+ },
746
+ "InsuranceAgency": {
747
+ "isPending": false,
748
+ "extends": ["FinancialService"]
749
+ },
750
+ "TakeAction": {
751
+ "isPending": false,
752
+ "extends": ["TransferAction"]
753
+ },
754
+ "SubwayStation": {
755
+ "isPending": false,
756
+ "extends": ["CivicStructure"]
757
+ },
758
+ "PoliticalParty": {
759
+ "isPending": false,
760
+ "extends": ["Organization"]
761
+ },
762
+ "RadioClip": {
763
+ "isPending": false,
764
+ "extends": ["Clip"]
765
+ },
766
+ "TouristInformationCenter": {
767
+ "isPending": false,
768
+ "extends": ["LocalBusiness"]
769
+ },
770
+ "SeaBodyOfWater": {
771
+ "isPending": false,
772
+ "extends": ["BodyOfWater"]
773
+ },
774
+ "Service": {
775
+ "isPending": false,
776
+ "extends": ["Intangible"]
777
+ },
778
+ "OnlineBusiness": {
779
+ "isPending": true,
780
+ "extends": ["Organization"]
781
+ },
782
+ "CivicStructure": {
783
+ "isPending": false,
784
+ "extends": ["Place"]
785
+ },
786
+ "Duration": {
787
+ "isPending": false,
788
+ "extends": ["Quantity"]
789
+ },
790
+ "Grant": {
791
+ "isPending": true,
792
+ "extends": ["Intangible"]
793
+ },
794
+ "LegalForceStatus": {
795
+ "isPending": true,
796
+ "extends": ["StatusEnumeration"]
797
+ },
798
+ "HealthPlanFormulary": {
799
+ "isPending": true,
800
+ "extends": ["Intangible"]
801
+ },
802
+ "ProductGroup": {
803
+ "isPending": true,
804
+ "extends": ["cmns-cls:Classifier", "cmns-col:Collection", "Product"]
805
+ },
806
+ "PoliceStation": {
807
+ "isPending": false,
808
+ "extends": ["CivicStructure", "EmergencyService"]
809
+ },
810
+ "SportsTeam": {
811
+ "isPending": false,
812
+ "extends": ["SportsOrganization"]
813
+ },
814
+ "PlayGameAction": {
815
+ "isPending": true,
816
+ "extends": ["ConsumeAction"]
817
+ },
818
+ "ShippingDeliveryTime": {
819
+ "isPending": false,
820
+ "extends": ["StructuredValue"]
821
+ },
822
+ "ContactPage": {
823
+ "isPending": false,
824
+ "extends": ["WebPage"]
825
+ },
826
+ "DanceGroup": {
827
+ "isPending": false,
828
+ "extends": ["PerformingGroup"]
829
+ },
830
+ "Sculpture": {
831
+ "isPending": false,
832
+ "extends": ["CreativeWork"]
833
+ },
834
+ "RecyclingCenter": {
835
+ "isPending": false,
836
+ "extends": ["LocalBusiness"]
837
+ },
838
+ "LocalBusiness": {
839
+ "isPending": false,
840
+ "extends": ["Place", "Organization"]
841
+ },
842
+ "SuspendAction": {
843
+ "isPending": false,
844
+ "extends": ["ControlAction"]
845
+ },
846
+ "MediaSubscription": {
847
+ "isPending": false,
848
+ "extends": ["Intangible"]
849
+ },
850
+ "NutritionInformation": {
851
+ "isPending": false,
852
+ "extends": ["StructuredValue"]
853
+ },
854
+ "SportsActivityLocation": {
855
+ "isPending": false,
856
+ "extends": ["LocalBusiness"]
857
+ },
858
+ "Intangible": {
859
+ "isPending": false,
860
+ "extends": ["Thing"]
861
+ },
862
+ "MedicalStudyStatus": {
863
+ "isPending": false,
864
+ "extends": ["MedicalEnumeration"]
865
+ },
866
+ "Resort": {
867
+ "isPending": false,
868
+ "extends": ["LodgingBusiness"]
869
+ },
870
+ "NLNonprofitType": {
871
+ "isPending": true,
872
+ "extends": ["NonprofitType"]
873
+ },
874
+ "Atlas": {
875
+ "isPending": false,
876
+ "extends": ["CreativeWork"]
877
+ },
878
+ "SportsClub": {
879
+ "isPending": false,
880
+ "extends": ["SportsActivityLocation"]
881
+ },
882
+ "MediaEnumeration": {
883
+ "isPending": true,
884
+ "extends": ["Enumeration"]
885
+ },
886
+ "PriceTypeEnumeration": {
887
+ "isPending": true,
888
+ "extends": ["Enumeration"]
889
+ },
890
+ "ReturnFeesEnumeration": {
891
+ "isPending": true,
892
+ "extends": ["Enumeration"]
893
+ },
894
+ "UnitPriceSpecification": {
895
+ "isPending": false,
896
+ "extends": ["PriceSpecification"]
897
+ },
898
+ "RadioSeason": {
899
+ "isPending": false,
900
+ "extends": ["CreativeWorkSeason"]
901
+ },
902
+ "ReturnAction": {
903
+ "isPending": false,
904
+ "extends": ["TransferAction"]
905
+ },
906
+ "HealthAndBeautyBusiness": {
907
+ "isPending": false,
908
+ "extends": ["LocalBusiness"]
909
+ },
910
+ "OfferShippingDetails": {
911
+ "isPending": false,
912
+ "extends": ["StructuredValue"]
913
+ },
914
+ "PresentationDigitalDocument": {
915
+ "isPending": false,
916
+ "extends": ["DigitalDocument"]
917
+ },
918
+ "Drawing": {
919
+ "isPending": true,
920
+ "extends": ["CreativeWork"]
921
+ },
922
+ "BefriendAction": {
923
+ "isPending": false,
924
+ "extends": ["InteractAction"]
925
+ },
926
+ "AgreeAction": {
927
+ "isPending": false,
928
+ "extends": ["ReactAction"]
929
+ },
930
+ "RoofingContractor": {
931
+ "isPending": false,
932
+ "extends": ["HomeAndConstructionBusiness"]
933
+ },
934
+ "OceanBodyOfWater": {
935
+ "isPending": false,
936
+ "extends": ["BodyOfWater"]
937
+ },
938
+ "Date": {
939
+ "isPending": false
940
+ },
941
+ "RiverBodyOfWater": {
942
+ "isPending": false,
943
+ "extends": ["BodyOfWater"]
944
+ },
945
+ "MedicalScholarlyArticle": {
946
+ "isPending": false,
947
+ "extends": ["ScholarlyArticle"]
948
+ },
949
+ "ConfirmAction": {
950
+ "isPending": false,
951
+ "extends": ["InformAction"]
952
+ },
953
+ "TVSeries": {
954
+ "isPending": false,
955
+ "extends": ["CreativeWork", "CreativeWorkSeries"]
956
+ },
957
+ "GasStation": {
958
+ "isPending": false,
959
+ "extends": ["AutomotiveBusiness"]
960
+ },
961
+ "WantAction": {
962
+ "isPending": false,
963
+ "extends": ["ReactAction"]
964
+ },
965
+ "WPSideBar": {
966
+ "isPending": false,
967
+ "extends": ["WebPageElement"]
968
+ },
969
+ "Library": {
970
+ "isPending": false,
971
+ "extends": ["LocalBusiness"]
972
+ },
973
+ "TrainStation": {
974
+ "isPending": false,
975
+ "extends": ["CivicStructure"]
976
+ },
977
+ "PerformAction": {
978
+ "isPending": false,
979
+ "extends": ["PlayAction"]
980
+ },
981
+ "Class": {
982
+ "isPending": false,
983
+ "extends": ["Intangible"]
984
+ },
985
+ "AboutPage": {
986
+ "isPending": false,
987
+ "extends": ["WebPage"]
988
+ },
989
+ "MathSolver": {
990
+ "isPending": true,
991
+ "extends": ["CreativeWork"]
992
+ },
993
+ "EndorseAction": {
994
+ "isPending": false,
995
+ "extends": ["ReactAction"]
996
+ },
997
+ "PrependAction": {
998
+ "isPending": false,
999
+ "extends": ["InsertAction"]
1000
+ },
1001
+ "FilmAction": {
1002
+ "isPending": false,
1003
+ "extends": ["CreateAction"]
1004
+ },
1005
+ "SolveMathAction": {
1006
+ "isPending": true,
1007
+ "extends": ["Action"]
1008
+ },
1009
+ "EducationEvent": {
1010
+ "isPending": false,
1011
+ "extends": ["Event"]
1012
+ },
1013
+ "ArriveAction": {
1014
+ "isPending": false,
1015
+ "extends": ["MoveAction"]
1016
+ },
1017
+ "EmployeeRole": {
1018
+ "isPending": false,
1019
+ "extends": ["OrganizationRole"]
1020
+ },
1021
+ "ExchangeRateSpecification": {
1022
+ "isPending": true,
1023
+ "extends": ["StructuredValue"]
1024
+ },
1025
+ "BusStop": {
1026
+ "isPending": false,
1027
+ "extends": ["CivicStructure"]
1028
+ },
1029
+ "SoftwareSourceCode": {
1030
+ "isPending": false,
1031
+ "extends": ["CreativeWork"]
1032
+ },
1033
+ "EmployerAggregateRating": {
1034
+ "isPending": false,
1035
+ "extends": ["AggregateRating"]
1036
+ },
1037
+ "EducationalOccupationalProgram": {
1038
+ "isPending": true,
1039
+ "extends": ["Intangible"]
1040
+ },
1041
+ "IncentiveQualifiedExpenseType": {
1042
+ "isPending": true,
1043
+ "extends": ["Enumeration"]
1044
+ },
1045
+ "Seat": {
1046
+ "isPending": false,
1047
+ "extends": ["Intangible"]
1048
+ },
1049
+ "LocationFeatureSpecification": {
1050
+ "isPending": false,
1051
+ "extends": ["PropertyValue"]
1052
+ },
1053
+ "AnimalShelter": {
1054
+ "isPending": false,
1055
+ "extends": ["LocalBusiness"]
1056
+ },
1057
+ "MerchantReturnPolicySeasonalOverride": {
1058
+ "isPending": true,
1059
+ "extends": ["Intangible"]
1060
+ },
1061
+ "UserComments": {
1062
+ "isPending": false,
1063
+ "extends": ["UserInteraction"],
1064
+ "supersededBy": "InteractionCounter"
1065
+ },
1066
+ "Volcano": {
1067
+ "isPending": false,
1068
+ "extends": ["Landform"]
1069
+ },
1070
+ "InteractAction": {
1071
+ "isPending": false,
1072
+ "extends": ["Action"]
1073
+ },
1074
+ "LearningResource": {
1075
+ "isPending": true,
1076
+ "extends": ["CreativeWork"]
1077
+ },
1078
+ "Hospital": {
1079
+ "isPending": false,
1080
+ "extends": ["CivicStructure", "EmergencyService", "MedicalOrganization"]
1081
+ },
1082
+ "Book": {
1083
+ "isPending": false,
1084
+ "extends": ["CreativeWork"]
1085
+ },
1086
+ "Boolean": {
1087
+ "isPending": false
1088
+ },
1089
+ "BuyAction": {
1090
+ "isPending": false,
1091
+ "extends": ["TradeAction"]
1092
+ },
1093
+ "PriceComponentTypeEnumeration": {
1094
+ "isPending": true,
1095
+ "extends": ["Enumeration"]
1096
+ },
1097
+ "ShippingConditions": {
1098
+ "isPending": true,
1099
+ "extends": ["StructuredValue"]
1100
+ },
1101
+ "HealthInsurancePlan": {
1102
+ "isPending": true,
1103
+ "extends": ["Intangible"]
1104
+ },
1105
+ "BroadcastEvent": {
1106
+ "isPending": false,
1107
+ "extends": ["PublicationEvent"]
1108
+ },
1109
+ "LoginAction": {
1110
+ "isPending": true,
1111
+ "extends": ["ControlAction"]
1112
+ },
1113
+ "QuantitativeValue": {
1114
+ "isPending": false,
1115
+ "extends": ["StructuredValue"]
1116
+ },
1117
+ "ReportedDoseSchedule": {
1118
+ "isPending": false,
1119
+ "extends": ["DoseSchedule"]
1120
+ },
1121
+ "WPFooter": {
1122
+ "isPending": false,
1123
+ "extends": ["WebPageElement"]
1124
+ },
1125
+ "CancelAction": {
1126
+ "isPending": false,
1127
+ "extends": ["PlanAction"]
1128
+ },
1129
+ "CatholicChurch": {
1130
+ "isPending": false,
1131
+ "extends": ["Church"]
1132
+ },
1133
+ "LoanOrCredit": {
1134
+ "isPending": false,
1135
+ "extends": ["FinancialProduct"]
1136
+ },
1137
+ "PaymentStatusType": {
1138
+ "isPending": false,
1139
+ "extends": ["StatusEnumeration"]
1140
+ },
1141
+ "OnDemandEvent": {
1142
+ "isPending": false,
1143
+ "extends": ["PublicationEvent"]
1144
+ },
1145
+ "SequentialArt": {
1146
+ "isPending": false,
1147
+ "extends": ["VisualArtwork", "Book"]
1148
+ },
1149
+ "SearchRescueOrganization": {
1150
+ "isPending": true,
1151
+ "extends": ["Organization"]
1152
+ },
1153
+ "EntertainmentBusiness": {
1154
+ "isPending": false,
1155
+ "extends": ["LocalBusiness"]
1156
+ },
1157
+ "MenuItem": {
1158
+ "isPending": false,
1159
+ "extends": ["Intangible"]
1160
+ },
1161
+ "TireShop": {
1162
+ "isPending": false,
1163
+ "extends": ["Store"]
1164
+ },
1165
+ "Drug": {
1166
+ "isPending": false,
1167
+ "extends": ["Substance", "Product"]
1168
+ },
1169
+ "ExerciseAction": {
1170
+ "isPending": false,
1171
+ "extends": ["PlayAction"]
1172
+ },
1173
+ "MonetaryGrant": {
1174
+ "isPending": true,
1175
+ "extends": ["Grant"]
1176
+ },
1177
+ "BrokerageAccount": {
1178
+ "isPending": true,
1179
+ "extends": ["InvestmentOrDeposit"]
1180
+ },
1181
+ "BowlingAlley": {
1182
+ "isPending": false,
1183
+ "extends": ["SportsActivityLocation"]
1184
+ },
1185
+ "EventVenue": {
1186
+ "isPending": false,
1187
+ "extends": ["CivicStructure"]
1188
+ },
1189
+ "DiagnosticProcedure": {
1190
+ "isPending": false,
1191
+ "extends": ["MedicalProcedure"]
1192
+ },
1193
+ "HealthPlanCostSharingSpecification": {
1194
+ "isPending": true,
1195
+ "extends": ["Intangible"]
1196
+ },
1197
+ "TravelAction": {
1198
+ "isPending": false,
1199
+ "extends": ["MoveAction"]
1200
+ },
1201
+ "MedicalObservationalStudyDesign": {
1202
+ "isPending": false,
1203
+ "extends": ["MedicalEnumeration"]
1204
+ },
1205
+ "ReservationStatusType": {
1206
+ "isPending": false,
1207
+ "extends": ["StatusEnumeration"]
1208
+ },
1209
+ "Taxi": {
1210
+ "isPending": false,
1211
+ "extends": ["Service"],
1212
+ "supersededBy": "TaxiService"
1213
+ },
1214
+ "Airport": {
1215
+ "isPending": false,
1216
+ "extends": ["CivicStructure"]
1217
+ },
1218
+ "DeactivateAction": {
1219
+ "isPending": false,
1220
+ "extends": ["ControlAction"]
1221
+ },
1222
+ "CookAction": {
1223
+ "isPending": false,
1224
+ "extends": ["CreateAction"]
1225
+ },
1226
+ "MovieSeries": {
1227
+ "isPending": false,
1228
+ "extends": ["CreativeWorkSeries"]
1229
+ },
1230
+ "Observation": {
1231
+ "isPending": true,
1232
+ "extends": ["Intangible", "QuantitativeValue"]
1233
+ },
1234
+ "ClothingStore": {
1235
+ "isPending": false,
1236
+ "extends": ["Store"]
1237
+ },
1238
+ "FMRadioChannel": {
1239
+ "isPending": false,
1240
+ "extends": ["RadioChannel"]
1241
+ },
1242
+ "ChemicalSubstance": {
1243
+ "isPending": true,
1244
+ "extends": ["BioChemEntity"]
1245
+ },
1246
+ "USNonprofitType": {
1247
+ "isPending": true,
1248
+ "extends": ["NonprofitType"]
1249
+ },
1250
+ "ComicIssue": {
1251
+ "isPending": false,
1252
+ "extends": ["PublicationIssue"]
1253
+ },
1254
+ "Reservoir": {
1255
+ "isPending": false,
1256
+ "extends": ["BodyOfWater"]
1257
+ },
1258
+ "CategoryCode": {
1259
+ "isPending": true,
1260
+ "extends": ["DefinedTerm"]
1261
+ },
1262
+ "TextDigitalDocument": {
1263
+ "isPending": false,
1264
+ "extends": ["DigitalDocument"]
1265
+ },
1266
+ "GenderType": {
1267
+ "isPending": false,
1268
+ "extends": ["Enumeration"]
1269
+ },
1270
+ "APIReference": {
1271
+ "isPending": false,
1272
+ "extends": ["TechArticle"]
1273
+ },
1274
+ "AutoBodyShop": {
1275
+ "isPending": false,
1276
+ "extends": ["AutomotiveBusiness"]
1277
+ },
1278
+ "EnergyStarEnergyEfficiencyEnumeration": {
1279
+ "isPending": true,
1280
+ "extends": ["EnergyEfficiencyEnumeration"]
1281
+ },
1282
+ "Quiz": {
1283
+ "isPending": true,
1284
+ "extends": ["LearningResource"]
1285
+ },
1286
+ "Embassy": {
1287
+ "isPending": false,
1288
+ "extends": ["GovernmentBuilding"]
1289
+ },
1290
+ "Vein": {
1291
+ "isPending": false,
1292
+ "extends": ["Vessel"]
1293
+ },
1294
+ "RadioEpisode": {
1295
+ "isPending": false,
1296
+ "extends": ["Episode"]
1297
+ },
1298
+ "ProfilePage": {
1299
+ "isPending": false,
1300
+ "extends": ["WebPage"]
1301
+ },
1302
+ "Legislation": {
1303
+ "isPending": true,
1304
+ "extends": ["CreativeWork"]
1305
+ },
1306
+ "VacationRental": {
1307
+ "isPending": false,
1308
+ "extends": ["LodgingBusiness"]
1309
+ },
1310
+ "HotelRoom": {
1311
+ "isPending": false,
1312
+ "extends": ["Room"]
1313
+ },
1314
+ "AcceptAction": {
1315
+ "isPending": false,
1316
+ "extends": ["AllocateAction"]
1317
+ },
1318
+ "DeliveryEvent": {
1319
+ "isPending": false,
1320
+ "extends": ["Event"]
1321
+ },
1322
+ "ListItem": {
1323
+ "isPending": false,
1324
+ "extends": ["Intangible"]
1325
+ },
1326
+ "Joint": {
1327
+ "isPending": false,
1328
+ "extends": ["AnatomicalStructure"]
1329
+ },
1330
+ "DeleteAction": {
1331
+ "isPending": false,
1332
+ "extends": ["UpdateAction"]
1333
+ },
1334
+ "ActionStatusType": {
1335
+ "isPending": false,
1336
+ "extends": ["StatusEnumeration"]
1337
+ },
1338
+ "ConferenceEvent": {
1339
+ "isPending": true,
1340
+ "extends": ["Event"]
1341
+ },
1342
+ "ConvenienceStore": {
1343
+ "isPending": false,
1344
+ "extends": ["Store"]
1345
+ },
1346
+ "Flight": {
1347
+ "isPending": false,
1348
+ "extends": ["Trip"]
1349
+ },
1350
+ "ScreeningEvent": {
1351
+ "isPending": false,
1352
+ "extends": ["Event"]
1353
+ },
1354
+ "Game": {
1355
+ "isPending": false,
1356
+ "extends": ["CreativeWork"]
1357
+ },
1358
+ "ScheduleAction": {
1359
+ "isPending": false,
1360
+ "extends": ["PlanAction"]
1361
+ },
1362
+ "MiddleSchool": {
1363
+ "isPending": false,
1364
+ "extends": ["EducationalOrganization"]
1365
+ },
1366
+ "MedicalImagingTechnique": {
1367
+ "isPending": false,
1368
+ "extends": ["MedicalEnumeration"]
1369
+ },
1370
+ "ReadAction": {
1371
+ "isPending": false,
1372
+ "extends": ["ConsumeAction"]
1373
+ },
1374
+ "CurrencyConversionService": {
1375
+ "isPending": false,
1376
+ "extends": ["FinancialProduct"]
1377
+ },
1378
+ "DrawAction": {
1379
+ "isPending": false,
1380
+ "extends": ["CreateAction"]
1381
+ },
1382
+ "MensClothingStore": {
1383
+ "isPending": false,
1384
+ "extends": ["Store"]
1385
+ },
1386
+ "ShareAction": {
1387
+ "isPending": false,
1388
+ "extends": ["CommunicateAction"]
1389
+ },
1390
+ "MedicalSign": {
1391
+ "isPending": false,
1392
+ "extends": ["MedicalSignOrSymptom"]
1393
+ },
1394
+ "Cemetery": {
1395
+ "isPending": false,
1396
+ "extends": ["CivicStructure"]
1397
+ },
1398
+ "LakeBodyOfWater": {
1399
+ "isPending": false,
1400
+ "extends": ["BodyOfWater"]
1401
+ },
1402
+ "Locksmith": {
1403
+ "isPending": false,
1404
+ "extends": ["HomeAndConstructionBusiness"]
1405
+ },
1406
+ "CollectionPage": {
1407
+ "isPending": false,
1408
+ "extends": ["WebPage"]
1409
+ },
1410
+ "ServicePeriod": {
1411
+ "isPending": true,
1412
+ "extends": ["StructuredValue"]
1413
+ },
1414
+ "OrderAction": {
1415
+ "isPending": false,
1416
+ "extends": ["TradeAction"]
1417
+ },
1418
+ "ComedyEvent": {
1419
+ "isPending": false,
1420
+ "extends": ["Event"]
1421
+ },
1422
+ "CoverArt": {
1423
+ "isPending": false,
1424
+ "extends": ["VisualArtwork"]
1425
+ },
1426
+ "Chapter": {
1427
+ "isPending": false,
1428
+ "extends": ["CreativeWork"]
1429
+ },
1430
+ "PerformingArtsEvent": {
1431
+ "isPending": true,
1432
+ "extends": ["Event"]
1433
+ },
1434
+ "RsvpResponseType": {
1435
+ "isPending": false,
1436
+ "extends": ["Enumeration"]
1437
+ },
1438
+ "EndorsementRating": {
1439
+ "isPending": false,
1440
+ "extends": ["Rating"]
1441
+ },
1442
+ "LifestyleModification": {
1443
+ "isPending": false,
1444
+ "extends": ["MedicalEntity"]
1445
+ },
1446
+ "NonprofitType": {
1447
+ "isPending": true,
1448
+ "extends": ["Enumeration"]
1449
+ },
1450
+ "LegislationObject": {
1451
+ "isPending": true,
1452
+ "extends": ["MediaObject", "Legislation"]
1453
+ },
1454
+ "MedicalWebPage": {
1455
+ "isPending": false,
1456
+ "extends": ["WebPage"]
1457
+ },
1458
+ "OfferItemCondition": {
1459
+ "isPending": false,
1460
+ "extends": ["Enumeration"]
1461
+ },
1462
+ "PostalCodeRangeSpecification": {
1463
+ "isPending": false,
1464
+ "extends": ["StructuredValue"]
1465
+ },
1466
+ "HowTo": {
1467
+ "isPending": false,
1468
+ "extends": ["CreativeWork"]
1469
+ },
1470
+ "TaxiService": {
1471
+ "isPending": false,
1472
+ "extends": ["Service"]
1473
+ },
1474
+ "SocialEvent": {
1475
+ "isPending": false,
1476
+ "extends": ["Event"]
1477
+ },
1478
+ "BusinessEvent": {
1479
+ "isPending": false,
1480
+ "extends": ["Event"]
1481
+ },
1482
+ "DiagnosticLab": {
1483
+ "isPending": false,
1484
+ "extends": ["MedicalOrganization"]
1485
+ },
1486
+ "BedType": {
1487
+ "isPending": false,
1488
+ "extends": ["QualitativeValue"]
1489
+ },
1490
+ "GiveAction": {
1491
+ "isPending": false,
1492
+ "extends": ["TransferAction"]
1493
+ },
1494
+ "EnergyEfficiencyEnumeration": {
1495
+ "isPending": true,
1496
+ "extends": ["Enumeration"]
1497
+ },
1498
+ "TreatmentIndication": {
1499
+ "isPending": false,
1500
+ "extends": ["MedicalIndication"]
1501
+ },
1502
+ "FireStation": {
1503
+ "isPending": false,
1504
+ "extends": ["CivicStructure", "EmergencyService"]
1505
+ },
1506
+ "AmusementPark": {
1507
+ "isPending": false,
1508
+ "extends": ["EntertainmentBusiness"]
1509
+ },
1510
+ "DeliveryChargeSpecification": {
1511
+ "isPending": false,
1512
+ "extends": ["PriceSpecification"]
1513
+ },
1514
+ "ListenAction": {
1515
+ "isPending": false,
1516
+ "extends": ["ConsumeAction"]
1517
+ },
1518
+ "TravelAgency": {
1519
+ "isPending": false,
1520
+ "extends": ["LocalBusiness"]
1521
+ },
1522
+ "BoatTerminal": {
1523
+ "isPending": true,
1524
+ "extends": ["CivicStructure"]
1525
+ },
1526
+ "BookSeries": {
1527
+ "isPending": false,
1528
+ "extends": ["CreativeWorkSeries"]
1529
+ },
1530
+ "MovingCompany": {
1531
+ "isPending": false,
1532
+ "extends": ["HomeAndConstructionBusiness"]
1533
+ },
1534
+ "ComputerStore": {
1535
+ "isPending": false,
1536
+ "extends": ["Store"]
1537
+ },
1538
+ "EnergyConsumptionDetails": {
1539
+ "isPending": true,
1540
+ "extends": ["Intangible"]
1541
+ },
1542
+ "HyperToc": {
1543
+ "isPending": true,
1544
+ "extends": ["CreativeWork"]
1545
+ },
1546
+ "ComicStory": {
1547
+ "isPending": false,
1548
+ "extends": ["CreativeWork"]
1549
+ },
1550
+ "LiveBlogPosting": {
1551
+ "isPending": false,
1552
+ "extends": ["BlogPosting"]
1553
+ },
1554
+ "MedicalEntity": {
1555
+ "isPending": false,
1556
+ "extends": ["Thing"]
1557
+ },
1558
+ "Table": {
1559
+ "isPending": false,
1560
+ "extends": ["WebPageElement"]
1561
+ },
1562
+ "SingleFamilyResidence": {
1563
+ "isPending": false,
1564
+ "extends": ["House"]
1565
+ },
1566
+ "CommentAction": {
1567
+ "isPending": false,
1568
+ "extends": ["CommunicateAction"]
1569
+ },
1570
+ "UserPageVisits": {
1571
+ "isPending": false,
1572
+ "extends": ["UserInteraction"],
1573
+ "supersededBy": "InteractionCounter"
1574
+ },
1575
+ "AggregateRating": {
1576
+ "isPending": false,
1577
+ "extends": ["Rating"]
1578
+ },
1579
+ "ItemAvailability": {
1580
+ "isPending": false,
1581
+ "extends": ["Enumeration"]
1582
+ },
1583
+ "TelevisionStation": {
1584
+ "isPending": false,
1585
+ "extends": ["LocalBusiness"]
1586
+ },
1587
+ "MedicalGuidelineRecommendation": {
1588
+ "isPending": false,
1589
+ "extends": ["MedicalGuideline"]
1590
+ },
1591
+ "ItemList": {
1592
+ "isPending": false,
1593
+ "extends": ["Intangible"]
1594
+ },
1595
+ "LymphaticVessel": {
1596
+ "isPending": false,
1597
+ "extends": ["Vessel"]
1598
+ },
1599
+ "PublicationIssue": {
1600
+ "isPending": false,
1601
+ "extends": ["CreativeWork"]
1602
+ },
1603
+ "CertificationStatusEnumeration": {
1604
+ "isPending": true,
1605
+ "extends": ["Enumeration"]
1606
+ },
1607
+ "UpdateAction": {
1608
+ "isPending": false,
1609
+ "extends": ["Action"]
1610
+ },
1611
+ "House": {
1612
+ "isPending": false,
1613
+ "extends": ["Accommodation"]
1614
+ },
1615
+ "MeasurementTypeEnumeration": {
1616
+ "isPending": true,
1617
+ "extends": ["Enumeration"]
1618
+ },
1619
+ "SpeakableSpecification": {
1620
+ "isPending": false,
1621
+ "extends": ["Intangible"]
1622
+ },
1623
+ "NightClub": {
1624
+ "isPending": false,
1625
+ "extends": ["EntertainmentBusiness"]
1626
+ },
1627
+ "ExhibitionEvent": {
1628
+ "isPending": false,
1629
+ "extends": ["Event"]
1630
+ },
1631
+ "NoteDigitalDocument": {
1632
+ "isPending": false,
1633
+ "extends": ["DigitalDocument"]
1634
+ },
1635
+ "AutoWash": {
1636
+ "isPending": false,
1637
+ "extends": ["AutomotiveBusiness"]
1638
+ },
1639
+ "RegisterAction": {
1640
+ "isPending": false,
1641
+ "extends": ["InteractAction"]
1642
+ },
1643
+ "DefenceEstablishment": {
1644
+ "isPending": false,
1645
+ "extends": ["GovernmentBuilding"]
1646
+ },
1647
+ "MedicalTrial": {
1648
+ "isPending": false,
1649
+ "extends": ["MedicalStudy"]
1650
+ },
1651
+ "GameServer": {
1652
+ "isPending": false,
1653
+ "extends": ["Intangible"]
1654
+ },
1655
+ "IncentiveStatus": {
1656
+ "isPending": true,
1657
+ "extends": ["Enumeration"]
1658
+ },
1659
+ "CreativeWork": {
1660
+ "isPending": false,
1661
+ "extends": ["Thing"]
1662
+ },
1663
+ "Bone": {
1664
+ "isPending": false,
1665
+ "extends": ["AnatomicalStructure"]
1666
+ },
1667
+ "SubscribeAction": {
1668
+ "isPending": false,
1669
+ "extends": ["InteractAction"]
1670
+ },
1671
+ "QualitativeValue": {
1672
+ "isPending": false,
1673
+ "extends": ["Enumeration"]
1674
+ },
1675
+ "DataDownload": {
1676
+ "isPending": false,
1677
+ "extends": ["MediaObject"]
1678
+ },
1679
+ "PaymentMethod": {
1680
+ "isPending": false,
1681
+ "extends": ["Intangible"]
1682
+ },
1683
+ "DiscussionForumPosting": {
1684
+ "isPending": false,
1685
+ "extends": ["SocialMediaPosting"]
1686
+ },
1687
+ "InviteAction": {
1688
+ "isPending": false,
1689
+ "extends": ["CommunicateAction"]
1690
+ },
1691
+ "OrganizationRole": {
1692
+ "isPending": false,
1693
+ "extends": ["Role"]
1694
+ },
1695
+ "DDxElement": {
1696
+ "isPending": false,
1697
+ "extends": ["MedicalIntangible"]
1698
+ },
1699
+ "Ligament": {
1700
+ "isPending": false,
1701
+ "extends": ["AnatomicalStructure"]
1702
+ },
1703
+ "ComicSeries": {
1704
+ "isPending": false,
1705
+ "extends": ["Periodical"]
1706
+ },
1707
+ "Store": {
1708
+ "isPending": false,
1709
+ "extends": ["LocalBusiness"]
1710
+ },
1711
+ "EmployerReview": {
1712
+ "isPending": true,
1713
+ "extends": ["Review"]
1714
+ },
1715
+ "GatedResidenceCommunity": {
1716
+ "isPending": false,
1717
+ "extends": ["Residence"]
1718
+ },
1719
+ "BusReservation": {
1720
+ "isPending": false,
1721
+ "extends": ["Reservation"]
1722
+ },
1723
+ "Season": {
1724
+ "isPending": false,
1725
+ "extends": ["CreativeWork"],
1726
+ "supersededBy": "CreativeWorkSeason"
1727
+ },
1728
+ "EventSeries": {
1729
+ "isPending": true,
1730
+ "extends": ["Event", "Series"]
1731
+ },
1732
+ "BroadcastService": {
1733
+ "isPending": false,
1734
+ "extends": ["Service"]
1735
+ },
1736
+ "AllocateAction": {
1737
+ "isPending": false,
1738
+ "extends": ["OrganizeAction"]
1739
+ },
1740
+ "SpecialAnnouncement": {
1741
+ "isPending": true,
1742
+ "extends": ["CreativeWork"]
1743
+ },
1744
+ "MedicalGuideline": {
1745
+ "isPending": false,
1746
+ "extends": ["MedicalEntity"]
1747
+ },
1748
+ "Plumber": {
1749
+ "isPending": false,
1750
+ "extends": ["HomeAndConstructionBusiness"]
1751
+ },
1752
+ "Cooperative": {
1753
+ "isPending": false,
1754
+ "extends": ["Organization"]
1755
+ },
1756
+ "Consortium": {
1757
+ "isPending": true,
1758
+ "extends": ["Organization"]
1759
+ },
1760
+ "BrainStructure": {
1761
+ "isPending": false,
1762
+ "extends": ["AnatomicalStructure"]
1763
+ },
1764
+ "Series": {
1765
+ "isPending": false,
1766
+ "extends": ["Intangible"]
1767
+ },
1768
+ "RVPark": {
1769
+ "isPending": false,
1770
+ "extends": ["CivicStructure"]
1771
+ },
1772
+ "RadioStation": {
1773
+ "isPending": false,
1774
+ "extends": ["LocalBusiness"]
1775
+ },
1776
+ "MedicalRiskScore": {
1777
+ "isPending": false,
1778
+ "extends": ["MedicalRiskEstimator"]
1779
+ },
1780
+ "TaxiStand": {
1781
+ "isPending": false,
1782
+ "extends": ["CivicStructure"]
1783
+ },
1784
+ "FinancialProduct": {
1785
+ "isPending": false,
1786
+ "extends": ["Service"]
1787
+ },
1788
+ "AddAction": {
1789
+ "isPending": false,
1790
+ "extends": ["UpdateAction"]
1791
+ },
1792
+ "StructuredValue": {
1793
+ "isPending": false,
1794
+ "extends": ["Intangible"]
1795
+ },
1796
+ "MemberProgramTier": {
1797
+ "isPending": true,
1798
+ "extends": ["Intangible"]
1799
+ },
1800
+ "TypeAndQuantityNode": {
1801
+ "isPending": false,
1802
+ "extends": ["StructuredValue"]
1803
+ },
1804
+ "MortgageLoan": {
1805
+ "isPending": true,
1806
+ "extends": ["LoanOrCredit"]
1807
+ },
1808
+ "Airline": {
1809
+ "isPending": false,
1810
+ "extends": ["Organization"]
1811
+ },
1812
+ "MedicalAudience": {
1813
+ "isPending": false,
1814
+ "extends": ["Audience", "PeopleAudience"]
1815
+ },
1816
+ "Reservation": {
1817
+ "isPending": false,
1818
+ "extends": ["Intangible"]
1819
+ },
1820
+ "JobPosting": {
1821
+ "isPending": false,
1822
+ "extends": ["Intangible"]
1823
+ },
1824
+ "DrugPrescriptionStatus": {
1825
+ "isPending": false,
1826
+ "extends": ["MedicalEnumeration"]
1827
+ },
1828
+ "ReactAction": {
1829
+ "isPending": false,
1830
+ "extends": ["AssessAction"]
1831
+ },
1832
+ "WebApplication": {
1833
+ "isPending": false,
1834
+ "extends": ["SoftwareApplication"]
1835
+ },
1836
+ "WorkBasedProgram": {
1837
+ "isPending": true,
1838
+ "extends": ["EducationalOccupationalProgram"]
1839
+ },
1840
+ "SkiResort": {
1841
+ "isPending": false,
1842
+ "extends": ["SportsActivityLocation", "Resort"]
1843
+ },
1844
+ "BreadcrumbList": {
1845
+ "isPending": false,
1846
+ "extends": ["ItemList"]
1847
+ },
1848
+ "SelfStorage": {
1849
+ "isPending": false,
1850
+ "extends": ["LocalBusiness"]
1851
+ },
1852
+ "PodcastSeries": {
1853
+ "isPending": true,
1854
+ "extends": ["CreativeWorkSeries"]
1855
+ },
1856
+ "AudioObject": {
1857
+ "isPending": false,
1858
+ "extends": ["MediaObject"]
1859
+ },
1860
+ "ProductModel": {
1861
+ "isPending": false,
1862
+ "extends": ["Product"]
1863
+ },
1864
+ "MedicalCondition": {
1865
+ "isPending": false,
1866
+ "extends": ["MedicalEntity"]
1867
+ },
1868
+ "EventAttendanceModeEnumeration": {
1869
+ "isPending": true,
1870
+ "extends": ["Enumeration"]
1871
+ },
1872
+ "IndividualProduct": {
1873
+ "isPending": false,
1874
+ "extends": ["Product"]
1875
+ },
1876
+ "IceCreamShop": {
1877
+ "isPending": false,
1878
+ "extends": ["FoodEstablishment"]
1879
+ },
1880
+ "VisualArtwork": {
1881
+ "isPending": false,
1882
+ "extends": ["CreativeWork"]
1883
+ },
1884
+ "Florist": {
1885
+ "isPending": false,
1886
+ "extends": ["Store"]
1887
+ },
1888
+ "LodgingBusiness": {
1889
+ "isPending": false,
1890
+ "extends": ["LocalBusiness"]
1891
+ },
1892
+ "DigitalPlatformEnumeration": {
1893
+ "isPending": true,
1894
+ "extends": ["Enumeration"]
1895
+ },
1896
+ "FinancialService": {
1897
+ "isPending": false,
1898
+ "extends": ["LocalBusiness"]
1899
+ },
1900
+ "FlightReservation": {
1901
+ "isPending": false,
1902
+ "extends": ["Reservation"]
1903
+ },
1904
+ "Movie": {
1905
+ "isPending": false,
1906
+ "extends": ["CreativeWork"]
1907
+ },
1908
+ "Researcher": {
1909
+ "isPending": false,
1910
+ "extends": ["Audience"]
1911
+ },
1912
+ "DefinedTerm": {
1913
+ "isPending": true,
1914
+ "extends": ["Intangible"]
1915
+ },
1916
+ "Code": {
1917
+ "isPending": false,
1918
+ "extends": ["CreativeWork"],
1919
+ "supersededBy": "SoftwareSourceCode"
1920
+ },
1921
+ "Beach": {
1922
+ "isPending": false,
1923
+ "extends": ["CivicStructure"]
1924
+ },
1925
+ "MovieClip": {
1926
+ "isPending": false,
1927
+ "extends": ["Clip"]
1928
+ },
1929
+ "OnlineMarketplace": {
1930
+ "isPending": true,
1931
+ "extends": ["OnlineStore"]
1932
+ },
1933
+ "ShippingService": {
1934
+ "isPending": true,
1935
+ "extends": ["StructuredValue"]
1936
+ },
1937
+ "Question": {
1938
+ "isPending": false,
1939
+ "extends": ["Comment"]
1940
+ },
1941
+ "HowToTool": {
1942
+ "isPending": false,
1943
+ "extends": ["HowToItem"]
1944
+ },
1945
+ "PerformingArtsTheater": {
1946
+ "isPending": false,
1947
+ "extends": ["CivicStructure"]
1948
+ },
1949
+ "CovidTestingFacility": {
1950
+ "isPending": true,
1951
+ "extends": ["MedicalClinic"]
1952
+ },
1953
+ "NewsMediaOrganization": {
1954
+ "isPending": true,
1955
+ "extends": ["Organization"]
1956
+ },
1957
+ "PreOrderAction": {
1958
+ "isPending": false,
1959
+ "extends": ["TradeAction"]
1960
+ },
1961
+ "CafeOrCoffeeShop": {
1962
+ "isPending": false,
1963
+ "extends": ["FoodEstablishment"]
1964
+ },
1965
+ "URL": {
1966
+ "isPending": false,
1967
+ "extends": ["Text"]
1968
+ },
1969
+ "AutomatedTeller": {
1970
+ "isPending": false,
1971
+ "extends": ["FinancialService"]
1972
+ },
1973
+ "InternetCafe": {
1974
+ "isPending": false,
1975
+ "extends": ["LocalBusiness"]
1976
+ },
1977
+ "Action": {
1978
+ "isPending": false,
1979
+ "extends": ["Thing"]
1980
+ },
1981
+ "PetStore": {
1982
+ "isPending": false,
1983
+ "extends": ["Store"]
1984
+ },
1985
+ "InstantaneousEvent": {
1986
+ "isPending": true,
1987
+ "extends": ["StructuredValue"]
1988
+ },
1989
+ "OfficeEquipmentStore": {
1990
+ "isPending": false,
1991
+ "extends": ["Store"]
1992
+ },
1993
+ "XPathType": {
1994
+ "isPending": true,
1995
+ "extends": ["Text"]
1996
+ },
1997
+ "DeliveryMethod": {
1998
+ "isPending": false,
1999
+ "extends": ["Enumeration"]
2000
+ },
2001
+ "Motel": {
2002
+ "isPending": false,
2003
+ "extends": ["LodgingBusiness"]
2004
+ },
2005
+ "OccupationalExperienceRequirements": {
2006
+ "isPending": true,
2007
+ "extends": ["Intangible"]
2008
+ },
2009
+ "AssessAction": {
2010
+ "isPending": false,
2011
+ "extends": ["Action"]
2012
+ },
2013
+ "MoveAction": {
2014
+ "isPending": false,
2015
+ "extends": ["Action"]
2016
+ },
2017
+ "EmergencyService": {
2018
+ "isPending": false,
2019
+ "extends": ["LocalBusiness"]
2020
+ },
2021
+ "BioChemEntity": {
2022
+ "isPending": true,
2023
+ "extends": ["Thing"]
2024
+ },
2025
+ "PublicToilet": {
2026
+ "isPending": true,
2027
+ "extends": ["CivicStructure"]
2028
+ },
2029
+ "SteeringPositionValue": {
2030
+ "isPending": false,
2031
+ "extends": ["QualitativeValue"]
2032
+ },
2033
+ "AuthorizeAction": {
2034
+ "isPending": false,
2035
+ "extends": ["AllocateAction"]
2036
+ },
2037
+ "ProductReturnPolicy": {
2038
+ "isPending": false,
2039
+ "extends": ["Intangible"],
2040
+ "supersededBy": "MerchantReturnPolicy"
2041
+ },
2042
+ "TradeAction": {
2043
+ "isPending": false,
2044
+ "extends": ["Action"]
2045
+ },
2046
+ "BroadcastChannel": {
2047
+ "isPending": false,
2048
+ "extends": ["Intangible"]
2049
+ },
2050
+ "Trip": {
2051
+ "isPending": false,
2052
+ "extends": ["Intangible"]
2053
+ },
2054
+ "TieAction": {
2055
+ "isPending": false,
2056
+ "extends": ["AchieveAction"]
2057
+ },
2058
+ "GamePlayMode": {
2059
+ "isPending": false,
2060
+ "extends": ["Enumeration"]
2061
+ },
2062
+ "DisagreeAction": {
2063
+ "isPending": false,
2064
+ "extends": ["ReactAction"]
2065
+ },
2066
+ "Enumeration": {
2067
+ "isPending": false,
2068
+ "extends": ["Intangible"]
2069
+ },
2070
+ "Collection": {
2071
+ "isPending": false,
2072
+ "extends": ["CreativeWork"]
2073
+ },
2074
+ "ReturnMethodEnumeration": {
2075
+ "isPending": true,
2076
+ "extends": ["Enumeration"]
2077
+ },
2078
+ "AutoPartsStore": {
2079
+ "isPending": false,
2080
+ "extends": ["Store", "AutomotiveBusiness"]
2081
+ },
2082
+ "ArtGallery": {
2083
+ "isPending": false,
2084
+ "extends": ["EntertainmentBusiness"]
2085
+ },
2086
+ "OrderItem": {
2087
+ "isPending": false,
2088
+ "extends": ["StructuredValue"]
2089
+ },
2090
+ "EducationalOccupationalCredential": {
2091
+ "isPending": true,
2092
+ "extends": ["CreativeWork"]
2093
+ },
2094
+ "UserBlocks": {
2095
+ "isPending": false,
2096
+ "extends": ["UserInteraction"],
2097
+ "supersededBy": "InteractionCounter"
2098
+ },
2099
+ "NewsArticle": {
2100
+ "isPending": false,
2101
+ "extends": ["Article"]
2102
+ },
2103
+ "MediaReview": {
2104
+ "isPending": true,
2105
+ "extends": ["Review"]
2106
+ },
2107
+ "RadioBroadcastService": {
2108
+ "isPending": true,
2109
+ "extends": ["BroadcastService"]
2110
+ },
2111
+ "UseAction": {
2112
+ "isPending": false,
2113
+ "extends": ["ConsumeAction"]
2114
+ },
2115
+ "SurgicalProcedure": {
2116
+ "isPending": false,
2117
+ "extends": ["MedicalProcedure"]
2118
+ },
2119
+ "GovernmentService": {
2120
+ "isPending": false,
2121
+ "extends": ["Service"]
2122
+ },
2123
+ "Physician": {
2124
+ "isPending": false,
2125
+ "extends": ["MedicalOrganization", "MedicalBusiness"]
2126
+ },
2127
+ "Optician": {
2128
+ "isPending": false,
2129
+ "extends": ["MedicalBusiness"]
2130
+ },
2131
+ "SheetMusic": {
2132
+ "isPending": true,
2133
+ "extends": ["CreativeWork"]
2134
+ },
2135
+ "CreativeWorkSeries": {
2136
+ "isPending": false,
2137
+ "extends": ["Series", "CreativeWork"]
2138
+ },
2139
+ "LiquorStore": {
2140
+ "isPending": false,
2141
+ "extends": ["Store"]
2142
+ },
2143
+ "ChooseAction": {
2144
+ "isPending": false,
2145
+ "extends": ["AssessAction"]
2146
+ },
2147
+ "RestrictedDiet": {
2148
+ "isPending": false,
2149
+ "extends": ["Enumeration"]
2150
+ },
2151
+ "Project": {
2152
+ "isPending": true,
2153
+ "extends": ["Organization"]
2154
+ },
2155
+ "HealthTopicContent": {
2156
+ "isPending": true,
2157
+ "extends": ["WebContent"]
2158
+ },
2159
+ "Bakery": {
2160
+ "isPending": false,
2161
+ "extends": ["FoodEstablishment"]
2162
+ },
2163
+ "Answer": {
2164
+ "isPending": false,
2165
+ "extends": ["Comment"]
2166
+ },
2167
+ "ShippingRateSettings": {
2168
+ "isPending": false,
2169
+ "extends": ["StructuredValue"]
2170
+ },
2171
+ "ItemPage": {
2172
+ "isPending": false,
2173
+ "extends": ["WebPage"]
2174
+ },
2175
+ "ChildCare": {
2176
+ "isPending": false,
2177
+ "extends": ["LocalBusiness"]
2178
+ },
2179
+ "CssSelectorType": {
2180
+ "isPending": true,
2181
+ "extends": ["Text"]
2182
+ },
2183
+ "SizeSystemEnumeration": {
2184
+ "isPending": true,
2185
+ "extends": ["Enumeration"]
2186
+ },
2187
+ "Bridge": {
2188
+ "isPending": false,
2189
+ "extends": ["CivicStructure"]
2190
+ },
2191
+ "EducationalOrganization": {
2192
+ "isPending": false,
2193
+ "extends": ["Organization", "CivicStructure"]
2194
+ },
2195
+ "BusStation": {
2196
+ "isPending": false,
2197
+ "extends": ["CivicStructure"]
2198
+ },
2199
+ "RejectAction": {
2200
+ "isPending": false,
2201
+ "extends": ["AllocateAction"]
2202
+ },
2203
+ "Aquarium": {
2204
+ "isPending": false,
2205
+ "extends": ["CivicStructure"]
2206
+ },
2207
+ "AdvertiserContentArticle": {
2208
+ "isPending": true,
2209
+ "extends": ["Article"]
2210
+ },
2211
+ "CompoundPriceSpecification": {
2212
+ "isPending": false,
2213
+ "extends": ["PriceSpecification"]
2214
+ },
2215
+ "TrainTrip": {
2216
+ "isPending": false,
2217
+ "extends": ["Trip"]
2218
+ },
2219
+ "DepartAction": {
2220
+ "isPending": false,
2221
+ "extends": ["MoveAction"]
2222
+ },
2223
+ "ProgramMembership": {
2224
+ "isPending": false,
2225
+ "extends": ["Intangible"]
2226
+ },
2227
+ "Brewery": {
2228
+ "isPending": false,
2229
+ "extends": ["FoodEstablishment"]
2230
+ },
2231
+ "Ticket": {
2232
+ "isPending": false,
2233
+ "extends": ["Intangible"]
2234
+ },
2235
+ "UserInteraction": {
2236
+ "isPending": false,
2237
+ "extends": ["Event"],
2238
+ "supersededBy": "InteractionCounter"
2239
+ },
2240
+ "HousePainter": {
2241
+ "isPending": false,
2242
+ "extends": ["HomeAndConstructionBusiness"]
2243
+ },
2244
+ "Report": {
2245
+ "isPending": false,
2246
+ "extends": ["Article"]
2247
+ },
2248
+ "DataFeed": {
2249
+ "isPending": false,
2250
+ "extends": ["Dataset"]
2251
+ },
2252
+ "PlaceOfWorship": {
2253
+ "isPending": false,
2254
+ "extends": ["CivicStructure"]
2255
+ },
2256
+ "Notary": {
2257
+ "isPending": false,
2258
+ "extends": ["LegalService"]
2259
+ },
2260
+ "WebSite": {
2261
+ "isPending": false,
2262
+ "extends": ["CreativeWork"]
2263
+ },
2264
+ "LibrarySystem": {
2265
+ "isPending": true,
2266
+ "extends": ["Organization"]
2267
+ },
2268
+ "CreativeWorkSeason": {
2269
+ "isPending": false,
2270
+ "extends": ["CreativeWork"]
2271
+ },
2272
+ "IncentiveType": {
2273
+ "isPending": true,
2274
+ "extends": ["Enumeration"]
2275
+ },
2276
+ "AutomotiveBusiness": {
2277
+ "isPending": false,
2278
+ "extends": ["LocalBusiness"]
2279
+ },
2280
+ "Vessel": {
2281
+ "isPending": false,
2282
+ "extends": ["AnatomicalStructure"]
2283
+ },
2284
+ "DonateAction": {
2285
+ "isPending": false,
2286
+ "extends": ["TransferAction"]
2287
+ },
2288
+ "LoseAction": {
2289
+ "isPending": false,
2290
+ "extends": ["AchieveAction"]
2291
+ },
2292
+ "OrganizeAction": {
2293
+ "isPending": false,
2294
+ "extends": ["Action"]
2295
+ },
2296
+ "PayAction": {
2297
+ "isPending": false,
2298
+ "extends": ["TradeAction"]
2299
+ },
2300
+ "WearableMeasurementTypeEnumeration": {
2301
+ "isPending": true,
2302
+ "extends": ["MeasurementTypeEnumeration"]
2303
+ },
2304
+ "PodcastEpisode": {
2305
+ "isPending": true,
2306
+ "extends": ["Episode"]
2307
+ },
2308
+ "Time": {
2309
+ "isPending": false
2310
+ },
2311
+ "Energy": {
2312
+ "isPending": false,
2313
+ "extends": ["Quantity"]
2314
+ },
2315
+ "Campground": {
2316
+ "isPending": false,
2317
+ "extends": ["CivicStructure", "LodgingBusiness"]
2318
+ },
2319
+ "Schedule": {
2320
+ "isPending": true,
2321
+ "extends": ["Intangible"]
2322
+ },
2323
+ "Hotel": {
2324
+ "isPending": false,
2325
+ "extends": ["LodgingBusiness"]
2326
+ },
2327
+ "FinancialIncentive": {
2328
+ "isPending": true,
2329
+ "extends": ["Intangible"]
2330
+ },
2331
+ "Claim": {
2332
+ "isPending": true,
2333
+ "extends": ["CreativeWork"]
2334
+ },
2335
+ "ParentAudience": {
2336
+ "isPending": false,
2337
+ "extends": ["PeopleAudience"]
2338
+ },
2339
+ "Clip": {
2340
+ "isPending": false,
2341
+ "extends": ["CreativeWork"]
2342
+ },
2343
+ "StupidType": {
2344
+ "isPending": false,
2345
+ "extends": ["Thing"]
2346
+ },
2347
+ "HowToItem": {
2348
+ "isPending": false,
2349
+ "extends": ["ListItem"]
2350
+ },
2351
+ "HomeAndConstructionBusiness": {
2352
+ "isPending": false,
2353
+ "extends": ["LocalBusiness"]
2354
+ },
2355
+ "InformAction": {
2356
+ "isPending": false,
2357
+ "extends": ["CommunicateAction"]
2358
+ },
2359
+ "CityHall": {
2360
+ "isPending": false,
2361
+ "extends": ["GovernmentBuilding"]
2362
+ },
2363
+ "VideoGallery": {
2364
+ "isPending": false,
2365
+ "extends": ["MediaGallery"]
2366
+ },
2367
+ "MusicVideoObject": {
2368
+ "isPending": false,
2369
+ "extends": ["MediaObject"]
2370
+ },
2371
+ "TierBenefitEnumeration": {
2372
+ "isPending": true,
2373
+ "extends": ["Enumeration"]
2374
+ },
2375
+ "BikeStore": {
2376
+ "isPending": false,
2377
+ "extends": ["Store"]
2378
+ },
2379
+ "MemberProgram": {
2380
+ "isPending": true,
2381
+ "extends": ["Intangible"]
2382
+ },
2383
+ "CorrectionComment": {
2384
+ "isPending": true,
2385
+ "extends": ["Comment"]
2386
+ },
2387
+ "TrainReservation": {
2388
+ "isPending": false,
2389
+ "extends": ["Reservation"]
2390
+ },
2391
+ "MusicReleaseFormatType": {
2392
+ "isPending": false,
2393
+ "extends": ["Enumeration"]
2394
+ },
2395
+ "MusicVenue": {
2396
+ "isPending": false,
2397
+ "extends": ["CivicStructure"]
2398
+ },
2399
+ "LendAction": {
2400
+ "isPending": false,
2401
+ "extends": ["TransferAction"]
2402
+ },
2403
+ "MusicAlbum": {
2404
+ "isPending": false,
2405
+ "extends": ["MusicPlaylist"]
2406
+ },
2407
+ "CreditCard": {
2408
+ "isPending": false,
2409
+ "extends": ["LoanOrCredit", "PaymentCard"]
2410
+ },
2411
+ "Vehicle": {
2412
+ "isPending": false,
2413
+ "extends": ["Product"]
2414
+ },
2415
+ "HyperTocEntry": {
2416
+ "isPending": true,
2417
+ "extends": ["CreativeWork"]
2418
+ },
2419
+ "Newspaper": {
2420
+ "isPending": false,
2421
+ "extends": ["Periodical"]
2422
+ },
2423
+ "MedicalOrganization": {
2424
+ "isPending": false,
2425
+ "extends": ["Organization"]
2426
+ },
2427
+ "Accommodation": {
2428
+ "isPending": false,
2429
+ "extends": ["Place"]
2430
+ },
2431
+ "MedicalTrialDesign": {
2432
+ "isPending": false,
2433
+ "extends": ["MedicalEnumeration"]
2434
+ },
2435
+ "PalliativeProcedure": {
2436
+ "isPending": false,
2437
+ "extends": ["MedicalTherapy", "MedicalProcedure"]
2438
+ },
2439
+ "AlignmentObject": {
2440
+ "isPending": false,
2441
+ "extends": ["Intangible"]
2442
+ },
2443
+ "DepartmentStore": {
2444
+ "isPending": false,
2445
+ "extends": ["Store"]
2446
+ },
2447
+ "WebPageElement": {
2448
+ "isPending": false,
2449
+ "extends": ["CreativeWork"]
2450
+ },
2451
+ "MusicAlbumProductionType": {
2452
+ "isPending": false,
2453
+ "extends": ["Enumeration"]
2454
+ },
2455
+ "WebAPI": {
2456
+ "isPending": true,
2457
+ "extends": ["Service"]
2458
+ },
2459
+ "DislikeAction": {
2460
+ "isPending": false,
2461
+ "extends": ["ReactAction"]
2462
+ },
2463
+ "SportsEvent": {
2464
+ "isPending": false,
2465
+ "extends": ["Event"]
2466
+ },
2467
+ "AutoRental": {
2468
+ "isPending": false,
2469
+ "extends": ["AutomotiveBusiness"]
2470
+ },
2471
+ "Electrician": {
2472
+ "isPending": false,
2473
+ "extends": ["HomeAndConstructionBusiness"]
2474
+ },
2475
+ "Mosque": {
2476
+ "isPending": false,
2477
+ "extends": ["PlaceOfWorship"]
2478
+ },
2479
+ "MedicalProcedureType": {
2480
+ "isPending": false,
2481
+ "extends": ["MedicalEnumeration"]
2482
+ },
2483
+ "RealEstateAgent": {
2484
+ "isPending": false,
2485
+ "extends": ["LocalBusiness"]
2486
+ },
2487
+ "ImageObject": {
2488
+ "isPending": false,
2489
+ "extends": ["MediaObject"]
2490
+ },
2491
+ "Offer": {
2492
+ "isPending": false,
2493
+ "extends": ["Intangible"]
2494
+ },
2495
+ "MotorcycleRepair": {
2496
+ "isPending": false,
2497
+ "extends": ["AutomotiveBusiness"]
2498
+ },
2499
+ "MedicalEnumeration": {
2500
+ "isPending": false,
2501
+ "extends": ["Enumeration"]
2502
+ },
2503
+ "HowToSupply": {
2504
+ "isPending": false,
2505
+ "extends": ["HowToItem"]
2506
+ },
2507
+ "HairSalon": {
2508
+ "isPending": false,
2509
+ "extends": ["HealthAndBeautyBusiness"]
2510
+ },
2511
+ "CategoryCodeSet": {
2512
+ "isPending": true,
2513
+ "extends": ["DefinedTermSet"]
2514
+ },
2515
+ "ArchiveComponent": {
2516
+ "isPending": true,
2517
+ "extends": ["CreativeWork"]
2518
+ },
2519
+ "Waterfall": {
2520
+ "isPending": false,
2521
+ "extends": ["BodyOfWater"]
2522
+ },
2523
+ "LegislativeBuilding": {
2524
+ "isPending": false,
2525
+ "extends": ["GovernmentBuilding"]
2526
+ },
2527
+ "SatiricalArticle": {
2528
+ "isPending": true,
2529
+ "extends": ["Article"]
2530
+ },
2531
+ "ViewAction": {
2532
+ "isPending": false,
2533
+ "extends": ["ConsumeAction"]
2534
+ },
2535
+ "EUEnergyEfficiencyEnumeration": {
2536
+ "isPending": true,
2537
+ "extends": ["EnergyEfficiencyEnumeration"]
2538
+ },
2539
+ "FollowAction": {
2540
+ "isPending": false,
2541
+ "extends": ["InteractAction"]
2542
+ },
2543
+ "AnatomicalStructure": {
2544
+ "isPending": false,
2545
+ "extends": ["MedicalEntity"]
2546
+ },
2547
+ "TransferAction": {
2548
+ "isPending": false,
2549
+ "extends": ["Action"]
2550
+ },
2551
+ "PawnShop": {
2552
+ "isPending": false,
2553
+ "extends": ["Store"]
2554
+ },
2555
+ "AskAction": {
2556
+ "isPending": false,
2557
+ "extends": ["CommunicateAction"]
2558
+ },
2559
+ "ImagingTest": {
2560
+ "isPending": false,
2561
+ "extends": ["MedicalTest"]
2562
+ },
2563
+ "AdultEntertainment": {
2564
+ "isPending": false,
2565
+ "extends": ["EntertainmentBusiness"]
2566
+ },
2567
+ "GeospatialGeometry": {
2568
+ "isPending": true,
2569
+ "extends": ["Intangible"]
2570
+ },
2571
+ "ReviewAction": {
2572
+ "isPending": false,
2573
+ "extends": ["AssessAction"]
2574
+ },
2575
+ "WebContent": {
2576
+ "isPending": true,
2577
+ "extends": ["CreativeWork"]
2578
+ },
2579
+ "Barcode": {
2580
+ "isPending": false,
2581
+ "extends": ["ImageObject"]
2582
+ },
2583
+ "ReceiveAction": {
2584
+ "isPending": false,
2585
+ "extends": ["TransferAction"]
2586
+ },
2587
+ "Attorney": {
2588
+ "isPending": false,
2589
+ "extends": ["LegalService"]
2590
+ },
2591
+ "ElementarySchool": {
2592
+ "isPending": false,
2593
+ "extends": ["EducationalOrganization"]
2594
+ },
2595
+ "ExercisePlan": {
2596
+ "isPending": false,
2597
+ "extends": ["PhysicalActivity", "CreativeWork"]
2598
+ },
2599
+ "DrinkAction": {
2600
+ "isPending": false,
2601
+ "extends": ["ConsumeAction"]
2602
+ },
2603
+ "WPAdBlock": {
2604
+ "isPending": false,
2605
+ "extends": ["WebPageElement"]
2606
+ },
2607
+ "MonetaryAmountDistribution": {
2608
+ "isPending": false,
2609
+ "extends": ["QuantitativeValueDistribution"]
2610
+ },
2611
+ "ReportageNewsArticle": {
2612
+ "isPending": true,
2613
+ "extends": ["NewsArticle"]
2614
+ },
2615
+ "StatisticalPopulation": {
2616
+ "isPending": true,
2617
+ "extends": ["Intangible"]
2618
+ },
2619
+ "SizeGroupEnumeration": {
2620
+ "isPending": true,
2621
+ "extends": ["Enumeration"]
2622
+ },
2623
+ "Canal": {
2624
+ "isPending": false,
2625
+ "extends": ["BodyOfWater"]
2626
+ },
2627
+ "ShoppingCenter": {
2628
+ "isPending": false,
2629
+ "extends": ["LocalBusiness"]
2630
+ },
2631
+ "BoardingPolicyType": {
2632
+ "isPending": false,
2633
+ "extends": ["Enumeration"]
2634
+ },
2635
+ "PropertyValue": {
2636
+ "isPending": false,
2637
+ "extends": ["StructuredValue"]
2638
+ },
2639
+ "HVACBusiness": {
2640
+ "isPending": false,
2641
+ "extends": ["HomeAndConstructionBusiness"]
2642
+ },
2643
+ "DaySpa": {
2644
+ "isPending": false,
2645
+ "extends": ["HealthAndBeautyBusiness"]
2646
+ },
2647
+ "StatisticalVariable": {
2648
+ "isPending": true,
2649
+ "extends": ["ConstraintNode"]
2650
+ },
2651
+ "InstallAction": {
2652
+ "isPending": false,
2653
+ "extends": ["ConsumeAction"]
2654
+ },
2655
+ "DataType": {
2656
+ "isPending": false,
2657
+ "extends": ["rdfs:Class"]
2658
+ },
2659
+ "UserPlusOnes": {
2660
+ "isPending": false,
2661
+ "extends": ["UserInteraction"],
2662
+ "supersededBy": "InteractionCounter"
2663
+ },
2664
+ "Property": {
2665
+ "isPending": false,
2666
+ "extends": ["Intangible"]
2667
+ },
2668
+ "DietarySupplement": {
2669
+ "isPending": false,
2670
+ "extends": ["Substance", "Product"]
2671
+ },
2672
+ "School": {
2673
+ "isPending": false,
2674
+ "extends": ["EducationalOrganization"]
2675
+ },
2676
+ "WearableSizeSystemEnumeration": {
2677
+ "isPending": true,
2678
+ "extends": ["SizeSystemEnumeration"]
2679
+ },
2680
+ "PodcastSeason": {
2681
+ "isPending": true,
2682
+ "extends": ["CreativeWorkSeason"]
2683
+ },
2684
+ "Float": {
2685
+ "isPending": false,
2686
+ "extends": ["Number"]
2687
+ },
2688
+ "Museum": {
2689
+ "isPending": false,
2690
+ "extends": ["CivicStructure"]
2691
+ },
2692
+ "Country": {
2693
+ "isPending": false,
2694
+ "extends": ["cmns-ge:GeopoliticalEntity", "AdministrativeArea"]
2695
+ },
2696
+ "MovieRentalStore": {
2697
+ "isPending": false,
2698
+ "extends": ["Store"]
2699
+ },
2700
+ "MaximumDoseSchedule": {
2701
+ "isPending": false,
2702
+ "extends": ["DoseSchedule"]
2703
+ },
2704
+ "Play": {
2705
+ "isPending": true,
2706
+ "extends": ["CreativeWork"]
2707
+ },
2708
+ "PublicationEvent": {
2709
+ "isPending": false,
2710
+ "extends": ["Event"]
2711
+ },
2712
+ "HomeGoodsStore": {
2713
+ "isPending": false,
2714
+ "extends": ["Store"]
2715
+ },
2716
+ "Message": {
2717
+ "isPending": false,
2718
+ "extends": ["CreativeWork"]
2719
+ },
2720
+ "InteractionCounter": {
2721
+ "isPending": false,
2722
+ "extends": ["StructuredValue"]
2723
+ },
2724
+ "EmailMessage": {
2725
+ "isPending": false,
2726
+ "extends": ["Message"]
2727
+ },
2728
+ "BusOrCoach": {
2729
+ "isPending": false,
2730
+ "extends": ["Vehicle"]
2731
+ },
2732
+ "OccupationalTherapy": {
2733
+ "isPending": false,
2734
+ "extends": ["MedicalTherapy"]
2735
+ },
2736
+ "ClaimReview": {
2737
+ "isPending": false,
2738
+ "extends": ["Review"]
2739
+ },
2740
+ "MovieTheater": {
2741
+ "isPending": false,
2742
+ "extends": ["CivicStructure", "EntertainmentBusiness"]
2743
+ },
2744
+ "CommunicateAction": {
2745
+ "isPending": false,
2746
+ "extends": ["InteractAction"]
2747
+ },
2748
+ "MusicGroup": {
2749
+ "isPending": false,
2750
+ "extends": ["PerformingGroup"]
2751
+ },
2752
+ "MusicAlbumReleaseType": {
2753
+ "isPending": false,
2754
+ "extends": ["Enumeration"]
2755
+ },
2756
+ "MedicalTherapy": {
2757
+ "isPending": false,
2758
+ "extends": ["TherapeuticProcedure"]
2759
+ },
2760
+ "MerchantReturnPolicy": {
2761
+ "isPending": true,
2762
+ "extends": ["Intangible"]
2763
+ },
2764
+ "Text": {
2765
+ "isPending": false
2766
+ },
2767
+ "BodyMeasurementTypeEnumeration": {
2768
+ "isPending": true,
2769
+ "extends": ["MeasurementTypeEnumeration"]
2770
+ },
2771
+ "ComputerLanguage": {
2772
+ "isPending": false,
2773
+ "extends": ["Intangible"]
2774
+ },
2775
+ "FulfillmentTypeEnumeration": {
2776
+ "isPending": true,
2777
+ "extends": ["Enumeration"]
2778
+ },
2779
+ "InsertAction": {
2780
+ "isPending": false,
2781
+ "extends": ["AddAction"]
2782
+ },
2783
+ "VoteAction": {
2784
+ "isPending": false,
2785
+ "extends": ["ChooseAction"]
2786
+ },
2787
+ "CableOrSatelliteService": {
2788
+ "isPending": false,
2789
+ "extends": ["Service"]
2790
+ },
2791
+ "PerformingGroup": {
2792
+ "isPending": false,
2793
+ "extends": ["Organization"]
2794
+ },
2795
+ "GameAvailabilityEnumeration": {
2796
+ "isPending": true,
2797
+ "extends": ["Enumeration"]
2798
+ },
2799
+ "BankAccount": {
2800
+ "isPending": false,
2801
+ "extends": ["FinancialProduct"]
2802
+ },
2803
+ "RadiationTherapy": {
2804
+ "isPending": false,
2805
+ "extends": ["MedicalTherapy"]
2806
+ },
2807
+ "Audiobook": {
2808
+ "isPending": false,
2809
+ "extends": ["AudioObject", "Book"]
2810
+ },
2811
+ "WinAction": {
2812
+ "isPending": false,
2813
+ "extends": ["AchieveAction"]
2814
+ },
2815
+ "MotorcycleDealer": {
2816
+ "isPending": false,
2817
+ "extends": ["AutomotiveBusiness"]
2818
+ },
2819
+ "SendAction": {
2820
+ "isPending": false,
2821
+ "extends": ["TransferAction"]
2822
+ },
2823
+ "Menu": {
2824
+ "isPending": false,
2825
+ "extends": ["CreativeWork"]
2826
+ },
2827
+ "VideoObject": {
2828
+ "isPending": false,
2829
+ "extends": ["MediaObject"]
2830
+ },
2831
+ "ApartmentComplex": {
2832
+ "isPending": false,
2833
+ "extends": ["Residence"]
2834
+ },
2835
+ "ResumeAction": {
2836
+ "isPending": false,
2837
+ "extends": ["ControlAction"]
2838
+ },
2839
+ "Crematorium": {
2840
+ "isPending": false,
2841
+ "extends": ["CivicStructure"]
2842
+ },
2843
+ "UnRegisterAction": {
2844
+ "isPending": false,
2845
+ "extends": ["InteractAction"]
2846
+ },
2847
+ "MedicalBusiness": {
2848
+ "isPending": false,
2849
+ "extends": ["LocalBusiness"]
2850
+ },
2851
+ "Dataset": {
2852
+ "isPending": false,
2853
+ "extends": ["CreativeWork"]
2854
+ },
2855
+ "Gene": {
2856
+ "isPending": true,
2857
+ "extends": ["BioChemEntity"]
2858
+ },
2859
+ "IgnoreAction": {
2860
+ "isPending": false,
2861
+ "extends": ["AssessAction"]
2862
+ },
2863
+ "Restaurant": {
2864
+ "isPending": false,
2865
+ "extends": ["FoodEstablishment"]
2866
+ },
2867
+ "EatAction": {
2868
+ "isPending": false,
2869
+ "extends": ["ConsumeAction"]
2870
+ },
2871
+ "BoatTrip": {
2872
+ "isPending": true,
2873
+ "extends": ["Trip"]
2874
+ },
2875
+ "CheckoutPage": {
2876
+ "isPending": false,
2877
+ "extends": ["WebPage"]
2878
+ },
2879
+ "OutletStore": {
2880
+ "isPending": false,
2881
+ "extends": ["Store"]
2882
+ },
2883
+ "Residence": {
2884
+ "isPending": false,
2885
+ "extends": ["Place"]
2886
+ },
2887
+ "Specialty": {
2888
+ "isPending": false,
2889
+ "extends": ["Enumeration"]
2890
+ },
2891
+ "Landform": {
2892
+ "isPending": false,
2893
+ "extends": ["Place"]
2894
+ },
2895
+ "ComedyClub": {
2896
+ "isPending": false,
2897
+ "extends": ["EntertainmentBusiness"]
2898
+ },
2899
+ "ArchiveOrganization": {
2900
+ "isPending": true,
2901
+ "extends": ["LocalBusiness"]
2902
+ },
2903
+ "DrugCostCategory": {
2904
+ "isPending": false,
2905
+ "extends": ["MedicalEnumeration"]
2906
+ },
2907
+ "Hostel": {
2908
+ "isPending": false,
2909
+ "extends": ["LodgingBusiness"]
2910
+ },
2911
+ "AnatomicalSystem": {
2912
+ "isPending": false,
2913
+ "extends": ["MedicalEntity"]
2914
+ },
2915
+ "Motorcycle": {
2916
+ "isPending": false,
2917
+ "extends": ["Vehicle"]
2918
+ },
2919
+ "ParcelDelivery": {
2920
+ "isPending": false,
2921
+ "extends": ["Intangible"]
2922
+ },
2923
+ "BlogPosting": {
2924
+ "isPending": false,
2925
+ "extends": ["SocialMediaPosting"]
2926
+ },
2927
+ "BookFormatType": {
2928
+ "isPending": false,
2929
+ "extends": ["Enumeration"]
2930
+ },
2931
+ "EventStatusType": {
2932
+ "isPending": false,
2933
+ "extends": ["StatusEnumeration"]
2934
+ },
2935
+ "BeautySalon": {
2936
+ "isPending": false,
2937
+ "extends": ["HealthAndBeautyBusiness"]
2938
+ },
2939
+ "DataCatalog": {
2940
+ "isPending": false,
2941
+ "extends": ["CreativeWork"]
2942
+ },
2943
+ "MedicalDevice": {
2944
+ "isPending": false,
2945
+ "extends": ["MedicalEntity"]
2946
+ },
2947
+ "OrderStatus": {
2948
+ "isPending": false,
2949
+ "extends": ["StatusEnumeration"]
2950
+ },
2951
+ "ProfessionalService": {
2952
+ "isPending": false,
2953
+ "extends": ["LocalBusiness"]
2954
+ },
2955
+ "HighSchool": {
2956
+ "isPending": false,
2957
+ "extends": ["EducationalOrganization"]
2958
+ },
2959
+ "PhotographAction": {
2960
+ "isPending": false,
2961
+ "extends": ["CreateAction"]
2962
+ },
2963
+ "TVEpisode": {
2964
+ "isPending": false,
2965
+ "extends": ["Episode"]
2966
+ },
2967
+ "ConstraintNode": {
2968
+ "isPending": true,
2969
+ "extends": ["Intangible"]
2970
+ },
2971
+ "RefundTypeEnumeration": {
2972
+ "isPending": true,
2973
+ "extends": ["Enumeration"]
2974
+ },
2975
+ "ApprovedIndication": {
2976
+ "isPending": false,
2977
+ "extends": ["MedicalIndication"]
2978
+ },
2979
+ "ReplyAction": {
2980
+ "isPending": false,
2981
+ "extends": ["CommunicateAction"]
2982
+ },
2983
+ "ServiceChannel": {
2984
+ "isPending": false,
2985
+ "extends": ["Intangible"]
2986
+ },
2987
+ "DoseSchedule": {
2988
+ "isPending": false,
2989
+ "extends": ["MedicalIntangible"]
2990
+ },
2991
+ "InfectiousAgentClass": {
2992
+ "isPending": false,
2993
+ "extends": ["MedicalEnumeration"]
2994
+ },
2995
+ "BankOrCreditUnion": {
2996
+ "isPending": false,
2997
+ "extends": ["FinancialService"]
2998
+ },
2999
+ "Festival": {
3000
+ "isPending": false,
3001
+ "extends": ["Event"]
3002
+ },
3003
+ "LegalService": {
3004
+ "isPending": false,
3005
+ "extends": ["LocalBusiness"]
3006
+ },
3007
+ "VideoGame": {
3008
+ "isPending": false,
3009
+ "extends": ["SoftwareApplication", "Game"]
3010
+ },
3011
+ "MedicalDevicePurpose": {
3012
+ "isPending": false,
3013
+ "extends": ["MedicalEnumeration"]
3014
+ },
3015
+ "RentalCarReservation": {
3016
+ "isPending": false,
3017
+ "extends": ["Reservation"]
3018
+ },
3019
+ "Role": {
3020
+ "isPending": false,
3021
+ "extends": ["Intangible"]
3022
+ },
3023
+ "PhysicalActivityCategory": {
3024
+ "isPending": false,
3025
+ "extends": ["Enumeration"]
3026
+ },
3027
+ "Mountain": {
3028
+ "isPending": false,
3029
+ "extends": ["Landform"]
3030
+ },
3031
+ "UserReview": {
3032
+ "isPending": true,
3033
+ "extends": ["Review"]
3034
+ },
3035
+ "State": {
3036
+ "isPending": false,
3037
+ "extends": ["AdministrativeArea"]
3038
+ },
3039
+ "Synagogue": {
3040
+ "isPending": false,
3041
+ "extends": ["PlaceOfWorship"]
3042
+ },
3043
+ "LiteraryEvent": {
3044
+ "isPending": false,
3045
+ "extends": ["Event"]
3046
+ },
3047
+ "GeoCircle": {
3048
+ "isPending": false,
3049
+ "extends": ["GeoShape"]
3050
+ },
3051
+ "Poster": {
3052
+ "isPending": true,
3053
+ "extends": ["CreativeWork"]
3054
+ },
3055
+ "Quantity": {
3056
+ "isPending": false,
3057
+ "extends": ["Intangible"]
3058
+ },
3059
+ "Mass": {
3060
+ "isPending": false,
3061
+ "extends": ["Quantity"]
3062
+ },
3063
+ "EducationalAudience": {
3064
+ "isPending": false,
3065
+ "extends": ["Audience"]
3066
+ },
3067
+ "MolecularEntity": {
3068
+ "isPending": true,
3069
+ "extends": ["BioChemEntity"]
3070
+ },
3071
+ "Invoice": {
3072
+ "isPending": false,
3073
+ "extends": ["fibo-fnd-arr-doc:LegalDocument", "Intangible"]
3074
+ },
3075
+ "WriteAction": {
3076
+ "isPending": false,
3077
+ "extends": ["CreateAction"]
3078
+ },
3079
+ "GeneralContractor": {
3080
+ "isPending": false,
3081
+ "extends": ["HomeAndConstructionBusiness"]
3082
+ },
3083
+ "CarUsageType": {
3084
+ "isPending": false,
3085
+ "extends": ["Enumeration"]
3086
+ },
3087
+ "VideoGameClip": {
3088
+ "isPending": false,
3089
+ "extends": ["Clip"]
3090
+ },
3091
+ "DownloadAction": {
3092
+ "isPending": false,
3093
+ "extends": ["TransferAction"]
3094
+ },
3095
+ "ImageGallery": {
3096
+ "isPending": false,
3097
+ "extends": ["MediaGallery"]
3098
+ },
3099
+ "UserCheckins": {
3100
+ "isPending": false,
3101
+ "extends": ["UserInteraction"],
3102
+ "supersededBy": "InteractionCounter"
3103
+ },
3104
+ "EngineSpecification": {
3105
+ "isPending": false,
3106
+ "extends": ["StructuredValue"]
3107
+ },
3108
+ "PronounceableText": {
3109
+ "isPending": true,
3110
+ "extends": ["Text"]
3111
+ },
3112
+ "DigitalDocumentPermissionType": {
3113
+ "isPending": false,
3114
+ "extends": ["Enumeration"]
3115
+ },
3116
+ "Suite": {
3117
+ "isPending": false,
3118
+ "extends": ["Accommodation"]
3119
+ },
3120
+ "TelevisionChannel": {
3121
+ "isPending": false,
3122
+ "extends": ["BroadcastChannel"]
3123
+ },
3124
+ "ResearchOrganization": {
3125
+ "isPending": true,
3126
+ "extends": ["Organization"]
3127
+ },
3128
+ "CheckInAction": {
3129
+ "isPending": false,
3130
+ "extends": ["CommunicateAction"]
3131
+ },
3132
+ "MedicalCause": {
3133
+ "isPending": false,
3134
+ "extends": ["MedicalEntity"]
3135
+ },
3136
+ "BusinessFunction": {
3137
+ "isPending": false,
3138
+ "extends": ["Enumeration"]
3139
+ },
3140
+ "SellAction": {
3141
+ "isPending": false,
3142
+ "extends": ["TradeAction"]
3143
+ },
3144
+ "Blog": {
3145
+ "isPending": false,
3146
+ "extends": ["CreativeWork"]
3147
+ },
3148
+ "SaleEvent": {
3149
+ "isPending": false,
3150
+ "extends": ["Event"]
3151
+ },
3152
+ "DriveWheelConfigurationValue": {
3153
+ "isPending": false,
3154
+ "extends": ["QualitativeValue"]
3155
+ },
3156
+ "PostOffice": {
3157
+ "isPending": false,
3158
+ "extends": ["GovernmentOffice"]
3159
+ },
3160
+ "CDCPMDRecord": {
3161
+ "isPending": true,
3162
+ "extends": ["StructuredValue"]
3163
+ },
3164
+ "MedicalRiskCalculator": {
3165
+ "isPending": false,
3166
+ "extends": ["MedicalRiskEstimator"]
3167
+ },
3168
+ "HowToTip": {
3169
+ "isPending": false,
3170
+ "extends": ["CreativeWork", "ListItem"]
3171
+ },
3172
+ "Recommendation": {
3173
+ "isPending": true,
3174
+ "extends": ["Review"]
3175
+ },
3176
+ "MedicalCode": {
3177
+ "isPending": false,
3178
+ "extends": ["MedicalIntangible", "CategoryCode"]
3179
+ },
3180
+ "LinkRole": {
3181
+ "isPending": true,
3182
+ "extends": ["Role"]
3183
+ },
3184
+ "PurchaseType": {
3185
+ "isPending": true,
3186
+ "extends": ["Enumeration"]
3187
+ },
3188
+ "WorkersUnion": {
3189
+ "isPending": false,
3190
+ "extends": ["Organization"]
3191
+ },
3192
+ "SportingGoodsStore": {
3193
+ "isPending": false,
3194
+ "extends": ["Store"]
3195
+ },
3196
+ "BusinessEntityType": {
3197
+ "isPending": false,
3198
+ "extends": ["Enumeration"]
3199
+ },
3200
+ "AutoDealer": {
3201
+ "isPending": false,
3202
+ "extends": ["AutomotiveBusiness"]
3203
+ },
3204
+ "ChildrensEvent": {
3205
+ "isPending": false,
3206
+ "extends": ["Event"]
3207
+ },
3208
+ "MedicalProcedure": {
3209
+ "isPending": false,
3210
+ "extends": ["MedicalEntity"]
3211
+ },
3212
+ "PhysicalExam": {
3213
+ "isPending": false,
3214
+ "extends": ["MedicalEnumeration", "MedicalProcedure"]
3215
+ },
3216
+ "ReservationPackage": {
3217
+ "isPending": false,
3218
+ "extends": ["Reservation"]
3219
+ },
3220
+ "PhysicalTherapy": {
3221
+ "isPending": false,
3222
+ "extends": ["MedicalTherapy"]
3223
+ },
3224
+ "TechArticle": {
3225
+ "isPending": false,
3226
+ "extends": ["Article"]
3227
+ },
3228
+ "Brand": {
3229
+ "isPending": false,
3230
+ "extends": ["Intangible", "cmns-cls:Classifier"]
3231
+ },
3232
+ "Park": {
3233
+ "isPending": false,
3234
+ "extends": ["CivicStructure"]
3235
+ },
3236
+ "Preschool": {
3237
+ "isPending": false,
3238
+ "extends": ["EducationalOrganization"]
3239
+ },
3240
+ "MedicalRiskEstimator": {
3241
+ "isPending": false,
3242
+ "extends": ["MedicalEntity"]
3243
+ },
3244
+ "OfferForLease": {
3245
+ "isPending": true,
3246
+ "extends": ["Offer"]
3247
+ },
3248
+ "CreateAction": {
3249
+ "isPending": false,
3250
+ "extends": ["Action"]
3251
+ },
3252
+ "MarryAction": {
3253
+ "isPending": false,
3254
+ "extends": ["InteractAction"]
3255
+ },
3256
+ "InvestmentFund": {
3257
+ "isPending": true,
3258
+ "extends": ["InvestmentOrDeposit"]
3259
+ },
3260
+ "RsvpAction": {
3261
+ "isPending": false,
3262
+ "extends": ["InformAction"]
3263
+ },
3264
+ "Thing": {
3265
+ "isPending": false
3266
+ },
3267
+ "VeterinaryCare": {
3268
+ "isPending": false,
3269
+ "extends": ["MedicalOrganization"]
3270
+ },
3271
+ "Casino": {
3272
+ "isPending": false,
3273
+ "extends": ["EntertainmentBusiness"]
3274
+ },
3275
+ "EventReservation": {
3276
+ "isPending": false,
3277
+ "extends": ["Reservation"]
3278
+ },
3279
+ "GovernmentOffice": {
3280
+ "isPending": false,
3281
+ "extends": ["LocalBusiness"]
3282
+ },
3283
+ "HobbyShop": {
3284
+ "isPending": false,
3285
+ "extends": ["Store"]
3286
+ },
3287
+ "RecommendedDoseSchedule": {
3288
+ "isPending": false,
3289
+ "extends": ["DoseSchedule"]
3290
+ },
3291
+ "UserPlays": {
3292
+ "isPending": false,
3293
+ "extends": ["UserInteraction"],
3294
+ "supersededBy": "InteractionCounter"
3295
+ },
3296
+ "ShoeStore": {
3297
+ "isPending": false,
3298
+ "extends": ["Store"]
3299
+ },
3300
+ "HealthAspectEnumeration": {
3301
+ "isPending": true,
3302
+ "extends": ["Enumeration"]
3303
+ },
3304
+ "TennisComplex": {
3305
+ "isPending": false,
3306
+ "extends": ["SportsActivityLocation"]
3307
+ },
3308
+ "PsychologicalTreatment": {
3309
+ "isPending": false,
3310
+ "extends": ["TherapeuticProcedure"]
3311
+ },
3312
+ "RadioChannel": {
3313
+ "isPending": false,
3314
+ "extends": ["BroadcastChannel"]
3315
+ },
3316
+ "Dentist": {
3317
+ "isPending": false,
3318
+ "extends": ["LocalBusiness", "MedicalOrganization", "MedicalBusiness"]
3319
+ },
3320
+ "Review": {
3321
+ "isPending": false,
3322
+ "extends": ["CreativeWork"]
3323
+ },
3324
+ "MedicalEvidenceLevel": {
3325
+ "isPending": false,
3326
+ "extends": ["MedicalEnumeration"]
3327
+ },
3328
+ "TherapeuticProcedure": {
3329
+ "isPending": false,
3330
+ "extends": ["MedicalProcedure"]
3331
+ },
3332
+ "ResearchProject": {
3333
+ "isPending": true,
3334
+ "extends": ["Project"]
3335
+ },
3336
+ "CourseInstance": {
3337
+ "isPending": false,
3338
+ "extends": ["Event"]
3339
+ },
3340
+ "MedicalSpecialty": {
3341
+ "isPending": false,
3342
+ "extends": ["Specialty", "MedicalEnumeration"]
3343
+ },
3344
+ "BackgroundNewsArticle": {
3345
+ "isPending": true,
3346
+ "extends": ["NewsArticle"]
3347
+ },
3348
+ "MonetaryAmount": {
3349
+ "isPending": false,
3350
+ "extends": ["StructuredValue"]
3351
+ },
3352
+ "MobilePhoneStore": {
3353
+ "isPending": false,
3354
+ "extends": ["Store"]
3355
+ },
3356
+ "ActivateAction": {
3357
+ "isPending": false,
3358
+ "extends": ["ControlAction"]
3359
+ },
3360
+ "CheckOutAction": {
3361
+ "isPending": false,
3362
+ "extends": ["CommunicateAction"]
3363
+ },
3364
+ "HowToDirection": {
3365
+ "isPending": false,
3366
+ "extends": ["CreativeWork", "ListItem"]
3367
+ },
3368
+ "FoodService": {
3369
+ "isPending": false,
3370
+ "extends": ["Service"]
3371
+ },
3372
+ "Syllabus": {
3373
+ "isPending": true,
3374
+ "extends": ["LearningResource"]
3375
+ },
3376
+ "GovernmentBenefitsType": {
3377
+ "isPending": true,
3378
+ "extends": ["Enumeration"]
3379
+ },
3380
+ "StadiumOrArena": {
3381
+ "isPending": false,
3382
+ "extends": ["CivicStructure", "SportsActivityLocation"]
3383
+ },
3384
+ "UserDownloads": {
3385
+ "isPending": false,
3386
+ "extends": ["UserInteraction"],
3387
+ "supersededBy": "InteractionCounter"
3388
+ },
3389
+ "MusicPlaylist": {
3390
+ "isPending": false,
3391
+ "extends": ["CreativeWork"]
3392
+ },
3393
+ "BodyOfWater": {
3394
+ "isPending": false,
3395
+ "extends": ["Landform"]
3396
+ },
3397
+ "Number": {
3398
+ "isPending": false
3399
+ },
3400
+ "SearchAction": {
3401
+ "isPending": false,
3402
+ "extends": ["Action"]
3403
+ },
3404
+ "MusicEvent": {
3405
+ "isPending": false,
3406
+ "extends": ["Event"]
3407
+ },
3408
+ "ReturnLabelSourceEnumeration": {
3409
+ "isPending": true,
3410
+ "extends": ["Enumeration"]
3411
+ },
3412
+ "Substance": {
3413
+ "isPending": false,
3414
+ "extends": ["MedicalEntity"]
3415
+ },
3416
+ "OpinionNewsArticle": {
3417
+ "isPending": true,
3418
+ "extends": ["NewsArticle"]
3419
+ },
3420
+ "TouristTrip": {
3421
+ "isPending": true,
3422
+ "extends": ["Trip"]
3423
+ },
3424
+ "ContactPoint": {
3425
+ "isPending": false,
3426
+ "extends": ["StructuredValue"]
3427
+ },
3428
+ "MobileApplication": {
3429
+ "isPending": false,
3430
+ "extends": ["SoftwareApplication"]
3431
+ },
3432
+ "Statement": {
3433
+ "isPending": true,
3434
+ "extends": ["CreativeWork"]
3435
+ },
3436
+ "RepaymentSpecification": {
3437
+ "isPending": true,
3438
+ "extends": ["StructuredValue"]
3439
+ },
3440
+ "ReviewNewsArticle": {
3441
+ "isPending": true,
3442
+ "extends": ["NewsArticle", "CriticReview"]
3443
+ },
3444
+ "MedicalContraindication": {
3445
+ "isPending": false,
3446
+ "extends": ["MedicalEntity"]
3447
+ },
3448
+ "WarrantyScope": {
3449
+ "isPending": false,
3450
+ "extends": ["Enumeration"]
3451
+ },
3452
+ "DefinedTermSet": {
3453
+ "isPending": true,
3454
+ "extends": ["CreativeWork"]
3455
+ },
3456
+ "DatedMoneySpecification": {
3457
+ "isPending": false,
3458
+ "extends": ["StructuredValue"],
3459
+ "supersededBy": "MonetaryAmount"
3460
+ },
3461
+ "MediaManipulationRatingEnumeration": {
3462
+ "isPending": true,
3463
+ "extends": ["Enumeration"]
3464
+ },
3465
+ "NailSalon": {
3466
+ "isPending": false,
3467
+ "extends": ["HealthAndBeautyBusiness"]
3468
+ },
3469
+ "LandmarksOrHistoricalBuildings": {
3470
+ "isPending": false,
3471
+ "extends": ["Place"]
3472
+ },
3473
+ "PaymentChargeSpecification": {
3474
+ "isPending": false,
3475
+ "extends": ["PriceSpecification"]
3476
+ },
3477
+ "MedicalGuidelineContraindication": {
3478
+ "isPending": false,
3479
+ "extends": ["MedicalGuideline"]
3480
+ },
3481
+ "Rating": {
3482
+ "isPending": false,
3483
+ "extends": ["Intangible"]
3484
+ },
3485
+ "Pond": {
3486
+ "isPending": false,
3487
+ "extends": ["BodyOfWater"]
3488
+ },
3489
+ "LodgingReservation": {
3490
+ "isPending": false,
3491
+ "extends": ["Reservation"]
3492
+ },
3493
+ "TipAction": {
3494
+ "isPending": false,
3495
+ "extends": ["TradeAction"]
3496
+ },
3497
+ "OwnershipInfo": {
3498
+ "isPending": false,
3499
+ "extends": ["StructuredValue"]
3500
+ },
3501
+ "PathologyTest": {
3502
+ "isPending": false,
3503
+ "extends": ["MedicalTest"]
3504
+ },
3505
+ "HardwareStore": {
3506
+ "isPending": false,
3507
+ "extends": ["Store"]
3508
+ },
3509
+ "MedicalClinic": {
3510
+ "isPending": false,
3511
+ "extends": ["MedicalOrganization", "MedicalBusiness"]
3512
+ },
3513
+ "ExerciseGym": {
3514
+ "isPending": false,
3515
+ "extends": ["SportsActivityLocation"]
3516
+ },
3517
+ "VisualArtsEvent": {
3518
+ "isPending": false,
3519
+ "extends": ["Event"]
3520
+ },
3521
+ "MeasurementMethodEnum": {
3522
+ "isPending": true,
3523
+ "extends": ["Enumeration"]
3524
+ },
3525
+ "LikeAction": {
3526
+ "isPending": false,
3527
+ "extends": ["ReactAction"]
3528
+ },
3529
+ "HinduTemple": {
3530
+ "isPending": false,
3531
+ "extends": ["PlaceOfWorship"]
3532
+ },
3533
+ "VitalSign": {
3534
+ "isPending": false,
3535
+ "extends": ["MedicalSign"]
3536
+ },
3537
+ "UKNonprofitType": {
3538
+ "isPending": true,
3539
+ "extends": ["NonprofitType"]
3540
+ },
3541
+ "ElectronicsStore": {
3542
+ "isPending": false,
3543
+ "extends": ["Store"]
3544
+ },
3545
+ "UserLikes": {
3546
+ "isPending": false,
3547
+ "extends": ["UserInteraction"],
3548
+ "supersededBy": "InteractionCounter"
3549
+ },
3550
+ "PropertyValueSpecification": {
3551
+ "isPending": false,
3552
+ "extends": ["Intangible"]
3553
+ },
3554
+ "DanceEvent": {
3555
+ "isPending": false,
3556
+ "extends": ["Event"]
3557
+ },
3558
+ "FindAction": {
3559
+ "isPending": false,
3560
+ "extends": ["Action"]
3561
+ },
3562
+ "HealthClub": {
3563
+ "isPending": false,
3564
+ "extends": ["HealthAndBeautyBusiness", "SportsActivityLocation"]
3565
+ },
3566
+ "DepositAccount": {
3567
+ "isPending": false,
3568
+ "extends": ["BankAccount", "InvestmentOrDeposit"]
3569
+ },
3570
+ "AskPublicNewsArticle": {
3571
+ "isPending": true,
3572
+ "extends": ["NewsArticle"]
3573
+ },
3574
+ "QuoteAction": {
3575
+ "isPending": false,
3576
+ "extends": ["TradeAction"]
3577
+ },
3578
+ "AMRadioChannel": {
3579
+ "isPending": false,
3580
+ "extends": ["RadioChannel"]
3581
+ },
3582
+ "AccountingService": {
3583
+ "isPending": false,
3584
+ "extends": ["FinancialService"]
3585
+ },
3586
+ "DeliveryTimeSettings": {
3587
+ "isPending": false,
3588
+ "extends": ["StructuredValue"],
3589
+ "supersededBy": "ShippingConditions"
3590
+ },
3591
+ "BarOrPub": {
3592
+ "isPending": false,
3593
+ "extends": ["FoodEstablishment"]
3594
+ },
3595
+ "SearchResultsPage": {
3596
+ "isPending": false,
3597
+ "extends": ["WebPage"]
3598
+ },
3599
+ "Church": {
3600
+ "isPending": false,
3601
+ "extends": ["PlaceOfWorship"]
3602
+ },
3603
+ "VideoGameSeries": {
3604
+ "isPending": false,
3605
+ "extends": ["CreativeWorkSeries"]
3606
+ },
3607
+ "AdultOrientedEnumeration": {
3608
+ "isPending": true,
3609
+ "extends": ["Enumeration"]
3610
+ },
3611
+ "Periodical": {
3612
+ "isPending": false,
3613
+ "extends": ["CreativeWorkSeries"]
3614
+ },
3615
+ "IndividualPhysician": {
3616
+ "isPending": false,
3617
+ "extends": ["Physician"]
3618
+ },
3619
+ "WearAction": {
3620
+ "isPending": false,
3621
+ "extends": ["UseAction"]
3622
+ },
3623
+ "FoodEvent": {
3624
+ "isPending": false,
3625
+ "extends": ["Event"]
3626
+ },
3627
+ "MedicalTest": {
3628
+ "isPending": false,
3629
+ "extends": ["MedicalEntity"]
3630
+ },
3631
+ "PostalAddress": {
3632
+ "isPending": false,
3633
+ "extends": ["ContactPoint"]
3634
+ },
3635
+ "MedicalSymptom": {
3636
+ "isPending": false,
3637
+ "extends": ["MedicalSignOrSymptom"]
3638
+ },
3639
+ "FAQPage": {
3640
+ "isPending": false,
3641
+ "extends": ["WebPage"]
3642
+ },
3643
+ "TrackAction": {
3644
+ "isPending": false,
3645
+ "extends": ["FindAction"]
3646
+ },
3647
+ "GovernmentBuilding": {
3648
+ "isPending": false,
3649
+ "extends": ["CivicStructure"]
3650
+ },
3651
+ "Zoo": {
3652
+ "isPending": false,
3653
+ "extends": ["CivicStructure"]
3654
+ },
3655
+ "ConsumeAction": {
3656
+ "isPending": false,
3657
+ "extends": ["Action"]
3658
+ },
3659
+ "AudioObjectSnapshot": {
3660
+ "isPending": true,
3661
+ "extends": ["AudioObject"]
3662
+ },
3663
+ "ProductReturnEnumeration": {
3664
+ "isPending": false,
3665
+ "extends": ["Enumeration"],
3666
+ "supersededBy": "MerchantReturnEnumeration"
3667
+ },
3668
+ "DayOfWeek": {
3669
+ "isPending": false,
3670
+ "extends": ["Enumeration"]
3671
+ },
3672
+ "OfferCatalog": {
3673
+ "isPending": false,
3674
+ "extends": ["ItemList"]
3675
+ },
3676
+ "Distance": {
3677
+ "isPending": false,
3678
+ "extends": ["Quantity"]
3679
+ },
3680
+ "BorrowAction": {
3681
+ "isPending": false,
3682
+ "extends": ["TransferAction"]
3683
+ },
3684
+ "Article": {
3685
+ "isPending": false,
3686
+ "extends": ["CreativeWork"]
3687
+ },
3688
+ "ActionAccessSpecification": {
3689
+ "isPending": false,
3690
+ "extends": ["Intangible"]
3691
+ },
3692
+ "TouristAttraction": {
3693
+ "isPending": false,
3694
+ "extends": ["Place"]
3695
+ },
3696
+ "GroceryStore": {
3697
+ "isPending": false,
3698
+ "extends": ["Store"]
3699
+ },
3700
+ "EntryPoint": {
3701
+ "isPending": false,
3702
+ "extends": ["Intangible"]
3703
+ },
3704
+ "Thesis": {
3705
+ "isPending": false,
3706
+ "extends": ["CreativeWork"]
3707
+ },
3708
+ "StatusEnumeration": {
3709
+ "isPending": false,
3710
+ "extends": ["Enumeration"]
3711
+ },
3712
+ "Nerve": {
3713
+ "isPending": false,
3714
+ "extends": ["AnatomicalStructure"]
3715
+ },
3716
+ "MeetingRoom": {
3717
+ "isPending": false,
3718
+ "extends": ["Room"]
3719
+ },
3720
+ "DataFeedItem": {
3721
+ "isPending": false,
3722
+ "extends": ["Intangible"]
3723
+ },
3724
+ "MusicStore": {
3725
+ "isPending": false,
3726
+ "extends": ["Store"]
3727
+ },
3728
+ "ToyStore": {
3729
+ "isPending": false,
3730
+ "extends": ["Store"]
3731
+ },
3732
+ "Muscle": {
3733
+ "isPending": false,
3734
+ "extends": ["AnatomicalStructure"]
3735
+ },
3736
+ "DrugPregnancyCategory": {
3737
+ "isPending": false,
3738
+ "extends": ["MedicalEnumeration"]
3739
+ },
3740
+ "OperatingSystem": {
3741
+ "isPending": true,
3742
+ "extends": ["SoftwareApplication"]
3743
+ },
3744
+ "JoinAction": {
3745
+ "isPending": false,
3746
+ "extends": ["InteractAction"]
3747
+ }
3748
+ }