ldkit 0.0.1 → 0.0.2
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.
- package/esm/_dnt.shims.js +70 -0
- package/esm/library/comunica/bundle.js +82389 -0
- package/esm/library/comunica/mod.js +1 -0
- package/esm/library/context.js +13 -0
- package/esm/library/decoder.js +203 -0
- package/esm/library/encoder.js +116 -0
- package/esm/library/engine.js +9 -0
- package/esm/library/namespaces/dcterms.js +105 -0
- package/esm/library/namespaces/ldkit.js +6 -0
- package/esm/library/namespaces/mod.js +7 -0
- package/esm/library/namespaces/namespace.js +11 -0
- package/esm/library/namespaces/rdf.js +29 -0
- package/esm/library/namespaces/schema.js +2698 -0
- package/esm/library/namespaces/skos.js +39 -0
- package/esm/library/namespaces/xsd.js +57 -0
- package/esm/library/rdf.js +19 -0
- package/esm/library/resource/mod.js +1 -0
- package/esm/library/resource/query_builder.js +147 -0
- package/esm/library/resource/query_helper.js +102 -0
- package/esm/library/resource/resource.js +102 -0
- package/esm/library/resource/types.js +1 -0
- package/esm/library/rxjs.js +2 -0
- package/esm/library/schema/data_types.js +37 -0
- package/esm/library/schema/interface.js +1 -0
- package/esm/library/schema/mod.js +1 -0
- package/esm/library/schema/schema.js +1 -0
- package/esm/library/schema/utils.js +58 -0
- package/esm/library/sparql.js +2 -0
- package/esm/mod.js +3 -0
- package/package.json +16 -5
- package/script/_dnt.shims.js +80 -0
- package/script/library/comunica/bundle.js +82415 -0
- package/script/library/comunica/mod.js +5 -0
- package/script/library/context.js +19 -0
- package/script/library/decoder.js +207 -0
- package/script/library/encoder.js +120 -0
- package/script/library/engine.js +16 -0
- package/script/library/namespaces/dcterms.js +107 -0
- package/script/library/namespaces/ldkit.js +8 -0
- package/script/library/namespaces/mod.js +20 -0
- package/script/library/namespaces/namespace.js +15 -0
- package/script/library/namespaces/rdf.js +31 -0
- package/script/library/namespaces/schema.js +2700 -0
- package/script/library/namespaces/skos.js +41 -0
- package/script/library/namespaces/xsd.js +59 -0
- package/script/library/rdf.js +54 -0
- package/script/library/resource/mod.js +6 -0
- package/script/library/resource/query_builder.js +151 -0
- package/script/library/resource/query_helper.js +106 -0
- package/script/library/resource/resource.js +107 -0
- package/script/{npm.js → library/resource/types.js} +0 -2
- package/script/library/rxjs.js +11 -0
- package/script/library/schema/data_types.js +39 -0
- package/script/library/schema/interface.js +2 -0
- package/script/library/schema/mod.js +6 -0
- package/script/library/schema/schema.js +2 -0
- package/script/library/schema/utils.js +63 -0
- package/script/library/sparql.js +13 -0
- package/script/mod.js +10 -0
- package/esm/npm.js +0 -1
|
@@ -0,0 +1,2700 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const namespace_js_1 = require("./namespace.js");
|
|
4
|
+
exports.default = (0, namespace_js_1.createNamespace)({
|
|
5
|
+
iri: "http://schema.org/",
|
|
6
|
+
prefix: "schema:",
|
|
7
|
+
terms: [
|
|
8
|
+
"3DModel",
|
|
9
|
+
"AMRadioChannel",
|
|
10
|
+
"APIReference",
|
|
11
|
+
"Abdomen",
|
|
12
|
+
"AboutPage",
|
|
13
|
+
"AcceptAction",
|
|
14
|
+
"Accommodation",
|
|
15
|
+
"AccountingService",
|
|
16
|
+
"AchieveAction",
|
|
17
|
+
"Action",
|
|
18
|
+
"ActionAccessSpecification",
|
|
19
|
+
"ActionStatusType",
|
|
20
|
+
"ActivateAction",
|
|
21
|
+
"ActivationFee",
|
|
22
|
+
"ActiveActionStatus",
|
|
23
|
+
"ActiveNotRecruiting",
|
|
24
|
+
"AddAction",
|
|
25
|
+
"AdministrativeArea",
|
|
26
|
+
"AdultEntertainment",
|
|
27
|
+
"AdvertiserContentArticle",
|
|
28
|
+
"AerobicActivity",
|
|
29
|
+
"AggregateOffer",
|
|
30
|
+
"AggregateRating",
|
|
31
|
+
"AgreeAction",
|
|
32
|
+
"Airline",
|
|
33
|
+
"Airport",
|
|
34
|
+
"AlbumRelease",
|
|
35
|
+
"AlignmentObject",
|
|
36
|
+
"AllWheelDriveConfiguration",
|
|
37
|
+
"AllergiesHealthAspect",
|
|
38
|
+
"AllocateAction",
|
|
39
|
+
"AmpStory",
|
|
40
|
+
"AmusementPark",
|
|
41
|
+
"AnaerobicActivity",
|
|
42
|
+
"AnalysisNewsArticle",
|
|
43
|
+
"AnatomicalStructure",
|
|
44
|
+
"AnatomicalSystem",
|
|
45
|
+
"Anesthesia",
|
|
46
|
+
"AnimalShelter",
|
|
47
|
+
"Answer",
|
|
48
|
+
"Apartment",
|
|
49
|
+
"ApartmentComplex",
|
|
50
|
+
"Appearance",
|
|
51
|
+
"AppendAction",
|
|
52
|
+
"ApplyAction",
|
|
53
|
+
"ApprovedIndication",
|
|
54
|
+
"Aquarium",
|
|
55
|
+
"ArchiveComponent",
|
|
56
|
+
"ArchiveOrganization",
|
|
57
|
+
"ArriveAction",
|
|
58
|
+
"ArtGallery",
|
|
59
|
+
"Artery",
|
|
60
|
+
"Article",
|
|
61
|
+
"AskAction",
|
|
62
|
+
"AskPublicNewsArticle",
|
|
63
|
+
"AssessAction",
|
|
64
|
+
"AssignAction",
|
|
65
|
+
"Atlas",
|
|
66
|
+
"Attorney",
|
|
67
|
+
"Audience",
|
|
68
|
+
"AudioObject",
|
|
69
|
+
"Audiobook",
|
|
70
|
+
"AudiobookFormat",
|
|
71
|
+
"AuthoritativeLegalValue",
|
|
72
|
+
"AuthorizeAction",
|
|
73
|
+
"AutoBodyShop",
|
|
74
|
+
"AutoDealer",
|
|
75
|
+
"AutoPartsStore",
|
|
76
|
+
"AutoRental",
|
|
77
|
+
"AutoRepair",
|
|
78
|
+
"AutoWash",
|
|
79
|
+
"AutomatedTeller",
|
|
80
|
+
"AutomotiveBusiness",
|
|
81
|
+
"Ayurvedic",
|
|
82
|
+
"BackOrder",
|
|
83
|
+
"BackgroundNewsArticle",
|
|
84
|
+
"Bacteria",
|
|
85
|
+
"Bakery",
|
|
86
|
+
"Balance",
|
|
87
|
+
"BankAccount",
|
|
88
|
+
"BankOrCreditUnion",
|
|
89
|
+
"BarOrPub",
|
|
90
|
+
"Barcode",
|
|
91
|
+
"BasicIncome",
|
|
92
|
+
"Beach",
|
|
93
|
+
"BeautySalon",
|
|
94
|
+
"BedAndBreakfast",
|
|
95
|
+
"BedDetails",
|
|
96
|
+
"BedType",
|
|
97
|
+
"BefriendAction",
|
|
98
|
+
"BenefitsHealthAspect",
|
|
99
|
+
"BikeStore",
|
|
100
|
+
"Blog",
|
|
101
|
+
"BlogPosting",
|
|
102
|
+
"BloodTest",
|
|
103
|
+
"BoardingPolicyType",
|
|
104
|
+
"BoatReservation",
|
|
105
|
+
"BoatTerminal",
|
|
106
|
+
"BoatTrip",
|
|
107
|
+
"BodyMeasurementArm",
|
|
108
|
+
"BodyMeasurementBust",
|
|
109
|
+
"BodyMeasurementChest",
|
|
110
|
+
"BodyMeasurementFoot",
|
|
111
|
+
"BodyMeasurementHand",
|
|
112
|
+
"BodyMeasurementHead",
|
|
113
|
+
"BodyMeasurementHeight",
|
|
114
|
+
"BodyMeasurementHips",
|
|
115
|
+
"BodyMeasurementInsideLeg",
|
|
116
|
+
"BodyMeasurementNeck",
|
|
117
|
+
"BodyMeasurementTypeEnumeration",
|
|
118
|
+
"BodyMeasurementUnderbust",
|
|
119
|
+
"BodyMeasurementWaist",
|
|
120
|
+
"BodyMeasurementWeight",
|
|
121
|
+
"BodyOfWater",
|
|
122
|
+
"Bone",
|
|
123
|
+
"Book",
|
|
124
|
+
"BookFormatType",
|
|
125
|
+
"BookSeries",
|
|
126
|
+
"BookStore",
|
|
127
|
+
"BookmarkAction",
|
|
128
|
+
"Boolean",
|
|
129
|
+
"BorrowAction",
|
|
130
|
+
"BowlingAlley",
|
|
131
|
+
"BrainStructure",
|
|
132
|
+
"Brand",
|
|
133
|
+
"BreadcrumbList",
|
|
134
|
+
"Brewery",
|
|
135
|
+
"Bridge",
|
|
136
|
+
"BroadcastChannel",
|
|
137
|
+
"BroadcastEvent",
|
|
138
|
+
"BroadcastFrequencySpecification",
|
|
139
|
+
"BroadcastRelease",
|
|
140
|
+
"BroadcastService",
|
|
141
|
+
"BrokerageAccount",
|
|
142
|
+
"BuddhistTemple",
|
|
143
|
+
"BusOrCoach",
|
|
144
|
+
"BusReservation",
|
|
145
|
+
"BusStation",
|
|
146
|
+
"BusStop",
|
|
147
|
+
"BusTrip",
|
|
148
|
+
"BusinessAudience",
|
|
149
|
+
"BusinessEntityType",
|
|
150
|
+
"BusinessEvent",
|
|
151
|
+
"BusinessFunction",
|
|
152
|
+
"BusinessSupport",
|
|
153
|
+
"BuyAction",
|
|
154
|
+
"CDCPMDRecord",
|
|
155
|
+
"CDFormat",
|
|
156
|
+
"CT",
|
|
157
|
+
"CableOrSatelliteService",
|
|
158
|
+
"CafeOrCoffeeShop",
|
|
159
|
+
"Campground",
|
|
160
|
+
"CampingPitch",
|
|
161
|
+
"Canal",
|
|
162
|
+
"CancelAction",
|
|
163
|
+
"Car",
|
|
164
|
+
"CarUsageType",
|
|
165
|
+
"Cardiovascular",
|
|
166
|
+
"CardiovascularExam",
|
|
167
|
+
"CaseSeries",
|
|
168
|
+
"Casino",
|
|
169
|
+
"CassetteFormat",
|
|
170
|
+
"CategoryCode",
|
|
171
|
+
"CategoryCodeSet",
|
|
172
|
+
"CatholicChurch",
|
|
173
|
+
"CausesHealthAspect",
|
|
174
|
+
"Cemetery",
|
|
175
|
+
"Chapter",
|
|
176
|
+
"CharitableIncorporatedOrganization",
|
|
177
|
+
"CheckAction",
|
|
178
|
+
"CheckInAction",
|
|
179
|
+
"CheckOutAction",
|
|
180
|
+
"CheckoutPage",
|
|
181
|
+
"ChildCare",
|
|
182
|
+
"ChildrensEvent",
|
|
183
|
+
"Chiropractic",
|
|
184
|
+
"ChooseAction",
|
|
185
|
+
"Church",
|
|
186
|
+
"City",
|
|
187
|
+
"CityHall",
|
|
188
|
+
"CivicStructure",
|
|
189
|
+
"Claim",
|
|
190
|
+
"ClaimReview",
|
|
191
|
+
"Class",
|
|
192
|
+
"CleaningFee",
|
|
193
|
+
"Clinician",
|
|
194
|
+
"Clip",
|
|
195
|
+
"ClothingStore",
|
|
196
|
+
"CoOp",
|
|
197
|
+
"Code",
|
|
198
|
+
"CohortStudy",
|
|
199
|
+
"Collection",
|
|
200
|
+
"CollectionPage",
|
|
201
|
+
"CollegeOrUniversity",
|
|
202
|
+
"ComedyClub",
|
|
203
|
+
"ComedyEvent",
|
|
204
|
+
"ComicCoverArt",
|
|
205
|
+
"ComicIssue",
|
|
206
|
+
"ComicSeries",
|
|
207
|
+
"ComicStory",
|
|
208
|
+
"Comment",
|
|
209
|
+
"CommentAction",
|
|
210
|
+
"CommentPermission",
|
|
211
|
+
"CommunicateAction",
|
|
212
|
+
"CommunityHealth",
|
|
213
|
+
"CompilationAlbum",
|
|
214
|
+
"CompleteDataFeed",
|
|
215
|
+
"Completed",
|
|
216
|
+
"CompletedActionStatus",
|
|
217
|
+
"CompoundPriceSpecification",
|
|
218
|
+
"ComputerLanguage",
|
|
219
|
+
"ComputerStore",
|
|
220
|
+
"ConfirmAction",
|
|
221
|
+
"Consortium",
|
|
222
|
+
"ConsumeAction",
|
|
223
|
+
"ContactPage",
|
|
224
|
+
"ContactPoint",
|
|
225
|
+
"ContactPointOption",
|
|
226
|
+
"ContagiousnessHealthAspect",
|
|
227
|
+
"Continent",
|
|
228
|
+
"ControlAction",
|
|
229
|
+
"ConvenienceStore",
|
|
230
|
+
"Conversation",
|
|
231
|
+
"CookAction",
|
|
232
|
+
"Corporation",
|
|
233
|
+
"CorrectionComment",
|
|
234
|
+
"Country",
|
|
235
|
+
"Course",
|
|
236
|
+
"CourseInstance",
|
|
237
|
+
"Courthouse",
|
|
238
|
+
"CoverArt",
|
|
239
|
+
"CovidTestingFacility",
|
|
240
|
+
"CreateAction",
|
|
241
|
+
"CreativeWork",
|
|
242
|
+
"CreativeWorkSeason",
|
|
243
|
+
"CreativeWorkSeries",
|
|
244
|
+
"CreditCard",
|
|
245
|
+
"Crematorium",
|
|
246
|
+
"CriticReview",
|
|
247
|
+
"CrossSectional",
|
|
248
|
+
"CssSelectorType",
|
|
249
|
+
"CurrencyConversionService",
|
|
250
|
+
"DDxElement",
|
|
251
|
+
"DJMixAlbum",
|
|
252
|
+
"DVDFormat",
|
|
253
|
+
"DamagedCondition",
|
|
254
|
+
"DanceEvent",
|
|
255
|
+
"DanceGroup",
|
|
256
|
+
"DataCatalog",
|
|
257
|
+
"DataDownload",
|
|
258
|
+
"DataFeed",
|
|
259
|
+
"DataFeedItem",
|
|
260
|
+
"DataType",
|
|
261
|
+
"Dataset",
|
|
262
|
+
"Date",
|
|
263
|
+
"DateTime",
|
|
264
|
+
"DatedMoneySpecification",
|
|
265
|
+
"DayOfWeek",
|
|
266
|
+
"DaySpa",
|
|
267
|
+
"DeactivateAction",
|
|
268
|
+
"DecontextualizedContent",
|
|
269
|
+
"DefenceEstablishment",
|
|
270
|
+
"DefinedRegion",
|
|
271
|
+
"DefinedTerm",
|
|
272
|
+
"DefinedTermSet",
|
|
273
|
+
"DefinitiveLegalValue",
|
|
274
|
+
"DeleteAction",
|
|
275
|
+
"DeliveryChargeSpecification",
|
|
276
|
+
"DeliveryEvent",
|
|
277
|
+
"DeliveryMethod",
|
|
278
|
+
"DeliveryTimeSettings",
|
|
279
|
+
"Demand",
|
|
280
|
+
"DemoAlbum",
|
|
281
|
+
"Dentist",
|
|
282
|
+
"Dentistry",
|
|
283
|
+
"DepartAction",
|
|
284
|
+
"DepartmentStore",
|
|
285
|
+
"DepositAccount",
|
|
286
|
+
"Dermatologic",
|
|
287
|
+
"Dermatology",
|
|
288
|
+
"DiabeticDiet",
|
|
289
|
+
"Diagnostic",
|
|
290
|
+
"DiagnosticLab",
|
|
291
|
+
"DiagnosticProcedure",
|
|
292
|
+
"Diet",
|
|
293
|
+
"DietNutrition",
|
|
294
|
+
"DietarySupplement",
|
|
295
|
+
"DigitalAudioTapeFormat",
|
|
296
|
+
"DigitalDocument",
|
|
297
|
+
"DigitalDocumentPermission",
|
|
298
|
+
"DigitalDocumentPermissionType",
|
|
299
|
+
"DigitalFormat",
|
|
300
|
+
"DisabilitySupport",
|
|
301
|
+
"DisagreeAction",
|
|
302
|
+
"Discontinued",
|
|
303
|
+
"DiscoverAction",
|
|
304
|
+
"DiscussionForumPosting",
|
|
305
|
+
"DislikeAction",
|
|
306
|
+
"Distance",
|
|
307
|
+
"DistanceFee",
|
|
308
|
+
"Distillery",
|
|
309
|
+
"DonateAction",
|
|
310
|
+
"DoseSchedule",
|
|
311
|
+
"DoubleBlindedTrial",
|
|
312
|
+
"DownloadAction",
|
|
313
|
+
"Downpayment",
|
|
314
|
+
"DrawAction",
|
|
315
|
+
"Drawing",
|
|
316
|
+
"DrinkAction",
|
|
317
|
+
"DriveWheelConfigurationValue",
|
|
318
|
+
"DrivingSchoolVehicleUsage",
|
|
319
|
+
"Drug",
|
|
320
|
+
"DrugClass",
|
|
321
|
+
"DrugCost",
|
|
322
|
+
"DrugCostCategory",
|
|
323
|
+
"DrugLegalStatus",
|
|
324
|
+
"DrugPregnancyCategory",
|
|
325
|
+
"DrugPrescriptionStatus",
|
|
326
|
+
"DrugStrength",
|
|
327
|
+
"DryCleaningOrLaundry",
|
|
328
|
+
"Duration",
|
|
329
|
+
"EBook",
|
|
330
|
+
"EPRelease",
|
|
331
|
+
"EUEnergyEfficiencyCategoryA1Plus",
|
|
332
|
+
"EUEnergyEfficiencyCategoryA2Plus",
|
|
333
|
+
"EUEnergyEfficiencyCategoryA3Plus",
|
|
334
|
+
"EUEnergyEfficiencyCategoryA",
|
|
335
|
+
"EUEnergyEfficiencyCategoryB",
|
|
336
|
+
"EUEnergyEfficiencyCategoryC",
|
|
337
|
+
"EUEnergyEfficiencyCategoryD",
|
|
338
|
+
"EUEnergyEfficiencyCategoryE",
|
|
339
|
+
"EUEnergyEfficiencyCategoryF",
|
|
340
|
+
"EUEnergyEfficiencyCategoryG",
|
|
341
|
+
"EUEnergyEfficiencyEnumeration",
|
|
342
|
+
"Ear",
|
|
343
|
+
"EatAction",
|
|
344
|
+
"EditedOrCroppedContent",
|
|
345
|
+
"EducationEvent",
|
|
346
|
+
"EducationalAudience",
|
|
347
|
+
"EducationalOccupationalCredential",
|
|
348
|
+
"EducationalOccupationalProgram",
|
|
349
|
+
"EducationalOrganization",
|
|
350
|
+
"EffectivenessHealthAspect",
|
|
351
|
+
"Electrician",
|
|
352
|
+
"ElectronicsStore",
|
|
353
|
+
"ElementarySchool",
|
|
354
|
+
"EmailMessage",
|
|
355
|
+
"Embassy",
|
|
356
|
+
"Emergency",
|
|
357
|
+
"EmergencyService",
|
|
358
|
+
"EmployeeRole",
|
|
359
|
+
"EmployerAggregateRating",
|
|
360
|
+
"EmployerReview",
|
|
361
|
+
"EmploymentAgency",
|
|
362
|
+
"Endocrine",
|
|
363
|
+
"EndorseAction",
|
|
364
|
+
"EndorsementRating",
|
|
365
|
+
"Energy",
|
|
366
|
+
"EnergyConsumptionDetails",
|
|
367
|
+
"EnergyEfficiencyEnumeration",
|
|
368
|
+
"EnergyStarCertified",
|
|
369
|
+
"EnergyStarEnergyEfficiencyEnumeration",
|
|
370
|
+
"EngineSpecification",
|
|
371
|
+
"EnrollingByInvitation",
|
|
372
|
+
"EntertainmentBusiness",
|
|
373
|
+
"EntryPoint",
|
|
374
|
+
"Enumeration",
|
|
375
|
+
"Episode",
|
|
376
|
+
"Event",
|
|
377
|
+
"EventAttendanceModeEnumeration",
|
|
378
|
+
"EventCancelled",
|
|
379
|
+
"EventMovedOnline",
|
|
380
|
+
"EventPostponed",
|
|
381
|
+
"EventRescheduled",
|
|
382
|
+
"EventReservation",
|
|
383
|
+
"EventScheduled",
|
|
384
|
+
"EventSeries",
|
|
385
|
+
"EventStatusType",
|
|
386
|
+
"EventVenue",
|
|
387
|
+
"EvidenceLevelA",
|
|
388
|
+
"EvidenceLevelB",
|
|
389
|
+
"EvidenceLevelC",
|
|
390
|
+
"ExchangeRateSpecification",
|
|
391
|
+
"ExchangeRefund",
|
|
392
|
+
"ExerciseAction",
|
|
393
|
+
"ExerciseGym",
|
|
394
|
+
"ExercisePlan",
|
|
395
|
+
"ExhibitionEvent",
|
|
396
|
+
"Eye",
|
|
397
|
+
"FAQPage",
|
|
398
|
+
"FDAcategoryA",
|
|
399
|
+
"FDAcategoryB",
|
|
400
|
+
"FDAcategoryC",
|
|
401
|
+
"FDAcategoryD",
|
|
402
|
+
"FDAcategoryX",
|
|
403
|
+
"FDAnotEvaluated",
|
|
404
|
+
"FMRadioChannel",
|
|
405
|
+
"FailedActionStatus",
|
|
406
|
+
"False",
|
|
407
|
+
"FastFoodRestaurant",
|
|
408
|
+
"Female",
|
|
409
|
+
"Festival",
|
|
410
|
+
"FilmAction",
|
|
411
|
+
"FinancialProduct",
|
|
412
|
+
"FinancialService",
|
|
413
|
+
"FindAction",
|
|
414
|
+
"FireStation",
|
|
415
|
+
"Flexibility",
|
|
416
|
+
"Flight",
|
|
417
|
+
"FlightReservation",
|
|
418
|
+
"Float",
|
|
419
|
+
"FloorPlan",
|
|
420
|
+
"Florist",
|
|
421
|
+
"FollowAction",
|
|
422
|
+
"FoodEstablishment",
|
|
423
|
+
"FoodEstablishmentReservation",
|
|
424
|
+
"FoodEvent",
|
|
425
|
+
"FoodService",
|
|
426
|
+
"FourWheelDriveConfiguration",
|
|
427
|
+
"Friday",
|
|
428
|
+
"FrontWheelDriveConfiguration",
|
|
429
|
+
"FullRefund",
|
|
430
|
+
"FundingAgency",
|
|
431
|
+
"FundingScheme",
|
|
432
|
+
"Fungus",
|
|
433
|
+
"FurnitureStore",
|
|
434
|
+
"Game",
|
|
435
|
+
"GamePlayMode",
|
|
436
|
+
"GameServer",
|
|
437
|
+
"GameServerStatus",
|
|
438
|
+
"GardenStore",
|
|
439
|
+
"GasStation",
|
|
440
|
+
"Gastroenterologic",
|
|
441
|
+
"GatedResidenceCommunity",
|
|
442
|
+
"GenderType",
|
|
443
|
+
"GeneralContractor",
|
|
444
|
+
"Genetic",
|
|
445
|
+
"Genitourinary",
|
|
446
|
+
"GeoCircle",
|
|
447
|
+
"GeoCoordinates",
|
|
448
|
+
"GeoShape",
|
|
449
|
+
"GeospatialGeometry",
|
|
450
|
+
"Geriatric",
|
|
451
|
+
"GettingAccessHealthAspect",
|
|
452
|
+
"GiveAction",
|
|
453
|
+
"GlutenFreeDiet",
|
|
454
|
+
"GolfCourse",
|
|
455
|
+
"GovernmentBenefitsType",
|
|
456
|
+
"GovernmentBuilding",
|
|
457
|
+
"GovernmentOffice",
|
|
458
|
+
"GovernmentOrganization",
|
|
459
|
+
"GovernmentPermit",
|
|
460
|
+
"GovernmentService",
|
|
461
|
+
"Grant",
|
|
462
|
+
"GraphicNovel",
|
|
463
|
+
"GroceryStore",
|
|
464
|
+
"GroupBoardingPolicy",
|
|
465
|
+
"Guide",
|
|
466
|
+
"Gynecologic",
|
|
467
|
+
"HVACBusiness",
|
|
468
|
+
"Hackathon",
|
|
469
|
+
"HairSalon",
|
|
470
|
+
"HalalDiet",
|
|
471
|
+
"Hardcover",
|
|
472
|
+
"HardwareStore",
|
|
473
|
+
"Head",
|
|
474
|
+
"HealthAndBeautyBusiness",
|
|
475
|
+
"HealthAspectEnumeration",
|
|
476
|
+
"HealthCare",
|
|
477
|
+
"HealthClub",
|
|
478
|
+
"HealthInsurancePlan",
|
|
479
|
+
"HealthPlanCostSharingSpecification",
|
|
480
|
+
"HealthPlanFormulary",
|
|
481
|
+
"HealthPlanNetwork",
|
|
482
|
+
"HealthTopicContent",
|
|
483
|
+
"HearingImpairedSupported",
|
|
484
|
+
"Hematologic",
|
|
485
|
+
"HighSchool",
|
|
486
|
+
"HinduDiet",
|
|
487
|
+
"HinduTemple",
|
|
488
|
+
"HobbyShop",
|
|
489
|
+
"HomeAndConstructionBusiness",
|
|
490
|
+
"HomeGoodsStore",
|
|
491
|
+
"Homeopathic",
|
|
492
|
+
"Hospital",
|
|
493
|
+
"Hostel",
|
|
494
|
+
"Hotel",
|
|
495
|
+
"HotelRoom",
|
|
496
|
+
"House",
|
|
497
|
+
"HousePainter",
|
|
498
|
+
"HowItWorksHealthAspect",
|
|
499
|
+
"HowOrWhereHealthAspect",
|
|
500
|
+
"HowTo",
|
|
501
|
+
"HowToDirection",
|
|
502
|
+
"HowToItem",
|
|
503
|
+
"HowToSection",
|
|
504
|
+
"HowToStep",
|
|
505
|
+
"HowToSupply",
|
|
506
|
+
"HowToTip",
|
|
507
|
+
"HowToTool",
|
|
508
|
+
"HyperToc",
|
|
509
|
+
"HyperTocEntry",
|
|
510
|
+
"IceCreamShop",
|
|
511
|
+
"IgnoreAction",
|
|
512
|
+
"ImageGallery",
|
|
513
|
+
"ImageObject",
|
|
514
|
+
"ImagingTest",
|
|
515
|
+
"InForce",
|
|
516
|
+
"InStock",
|
|
517
|
+
"InStoreOnly",
|
|
518
|
+
"IndividualProduct",
|
|
519
|
+
"Infectious",
|
|
520
|
+
"InfectiousAgentClass",
|
|
521
|
+
"InfectiousDisease",
|
|
522
|
+
"InformAction",
|
|
523
|
+
"IngredientsHealthAspect",
|
|
524
|
+
"InsertAction",
|
|
525
|
+
"InstallAction",
|
|
526
|
+
"Installment",
|
|
527
|
+
"InsuranceAgency",
|
|
528
|
+
"Intangible",
|
|
529
|
+
"Integer",
|
|
530
|
+
"InteractAction",
|
|
531
|
+
"InteractionCounter",
|
|
532
|
+
"InternationalTrial",
|
|
533
|
+
"InternetCafe",
|
|
534
|
+
"InvestmentFund",
|
|
535
|
+
"InvestmentOrDeposit",
|
|
536
|
+
"InviteAction",
|
|
537
|
+
"Invoice",
|
|
538
|
+
"InvoicePrice",
|
|
539
|
+
"ItemAvailability",
|
|
540
|
+
"ItemList",
|
|
541
|
+
"ItemListOrderAscending",
|
|
542
|
+
"ItemListOrderDescending",
|
|
543
|
+
"ItemListOrderType",
|
|
544
|
+
"ItemListUnordered",
|
|
545
|
+
"ItemPage",
|
|
546
|
+
"JewelryStore",
|
|
547
|
+
"JobPosting",
|
|
548
|
+
"JoinAction",
|
|
549
|
+
"Joint",
|
|
550
|
+
"KosherDiet",
|
|
551
|
+
"LaboratoryScience",
|
|
552
|
+
"LakeBodyOfWater",
|
|
553
|
+
"Landform",
|
|
554
|
+
"LandmarksOrHistoricalBuildings",
|
|
555
|
+
"Language",
|
|
556
|
+
"LaserDiscFormat",
|
|
557
|
+
"LearningResource",
|
|
558
|
+
"LeaveAction",
|
|
559
|
+
"LeftHandDriving",
|
|
560
|
+
"LegalForceStatus",
|
|
561
|
+
"LegalService",
|
|
562
|
+
"LegalValueLevel",
|
|
563
|
+
"Legislation",
|
|
564
|
+
"LegislationObject",
|
|
565
|
+
"LegislativeBuilding",
|
|
566
|
+
"LeisureTimeActivity",
|
|
567
|
+
"LendAction",
|
|
568
|
+
"Library",
|
|
569
|
+
"LibrarySystem",
|
|
570
|
+
"LifestyleModification",
|
|
571
|
+
"Ligament",
|
|
572
|
+
"LikeAction",
|
|
573
|
+
"LimitedAvailability",
|
|
574
|
+
"LimitedByGuaranteeCharity",
|
|
575
|
+
"LinkRole",
|
|
576
|
+
"LiquorStore",
|
|
577
|
+
"ListItem",
|
|
578
|
+
"ListPrice",
|
|
579
|
+
"ListenAction",
|
|
580
|
+
"LiteraryEvent",
|
|
581
|
+
"LiveAlbum",
|
|
582
|
+
"LiveBlogPosting",
|
|
583
|
+
"LivingWithHealthAspect",
|
|
584
|
+
"LoanOrCredit",
|
|
585
|
+
"LocalBusiness",
|
|
586
|
+
"LocationFeatureSpecification",
|
|
587
|
+
"LockerDelivery",
|
|
588
|
+
"Locksmith",
|
|
589
|
+
"LodgingBusiness",
|
|
590
|
+
"LodgingReservation",
|
|
591
|
+
"Longitudinal",
|
|
592
|
+
"LoseAction",
|
|
593
|
+
"LowCalorieDiet",
|
|
594
|
+
"LowFatDiet",
|
|
595
|
+
"LowLactoseDiet",
|
|
596
|
+
"LowSaltDiet",
|
|
597
|
+
"Lung",
|
|
598
|
+
"LymphaticVessel",
|
|
599
|
+
"MRI",
|
|
600
|
+
"MSRP",
|
|
601
|
+
"Male",
|
|
602
|
+
"Manuscript",
|
|
603
|
+
"Map",
|
|
604
|
+
"MapCategoryType",
|
|
605
|
+
"MarryAction",
|
|
606
|
+
"Mass",
|
|
607
|
+
"MathSolver",
|
|
608
|
+
"MaximumDoseSchedule",
|
|
609
|
+
"MayTreatHealthAspect",
|
|
610
|
+
"MeasurementTypeEnumeration",
|
|
611
|
+
"MediaGallery",
|
|
612
|
+
"MediaManipulationRatingEnumeration",
|
|
613
|
+
"MediaObject",
|
|
614
|
+
"MediaReview",
|
|
615
|
+
"MediaSubscription",
|
|
616
|
+
"MedicalAudience",
|
|
617
|
+
"MedicalAudienceType",
|
|
618
|
+
"MedicalBusiness",
|
|
619
|
+
"MedicalCause",
|
|
620
|
+
"MedicalClinic",
|
|
621
|
+
"MedicalCode",
|
|
622
|
+
"MedicalCondition",
|
|
623
|
+
"MedicalConditionStage",
|
|
624
|
+
"MedicalContraindication",
|
|
625
|
+
"MedicalDevice",
|
|
626
|
+
"MedicalDevicePurpose",
|
|
627
|
+
"MedicalEntity",
|
|
628
|
+
"MedicalEnumeration",
|
|
629
|
+
"MedicalEvidenceLevel",
|
|
630
|
+
"MedicalGuideline",
|
|
631
|
+
"MedicalGuidelineContraindication",
|
|
632
|
+
"MedicalGuidelineRecommendation",
|
|
633
|
+
"MedicalImagingTechnique",
|
|
634
|
+
"MedicalIndication",
|
|
635
|
+
"MedicalIntangible",
|
|
636
|
+
"MedicalObservationalStudy",
|
|
637
|
+
"MedicalObservationalStudyDesign",
|
|
638
|
+
"MedicalOrganization",
|
|
639
|
+
"MedicalProcedure",
|
|
640
|
+
"MedicalProcedureType",
|
|
641
|
+
"MedicalResearcher",
|
|
642
|
+
"MedicalRiskCalculator",
|
|
643
|
+
"MedicalRiskEstimator",
|
|
644
|
+
"MedicalRiskFactor",
|
|
645
|
+
"MedicalRiskScore",
|
|
646
|
+
"MedicalScholarlyArticle",
|
|
647
|
+
"MedicalSign",
|
|
648
|
+
"MedicalSignOrSymptom",
|
|
649
|
+
"MedicalSpecialty",
|
|
650
|
+
"MedicalStudy",
|
|
651
|
+
"MedicalStudyStatus",
|
|
652
|
+
"MedicalSymptom",
|
|
653
|
+
"MedicalTest",
|
|
654
|
+
"MedicalTestPanel",
|
|
655
|
+
"MedicalTherapy",
|
|
656
|
+
"MedicalTrial",
|
|
657
|
+
"MedicalTrialDesign",
|
|
658
|
+
"MedicalWebPage",
|
|
659
|
+
"MedicineSystem",
|
|
660
|
+
"MeetingRoom",
|
|
661
|
+
"MensClothingStore",
|
|
662
|
+
"Menu",
|
|
663
|
+
"MenuItem",
|
|
664
|
+
"MenuSection",
|
|
665
|
+
"MerchantReturnEnumeration",
|
|
666
|
+
"MerchantReturnFiniteReturnWindow",
|
|
667
|
+
"MerchantReturnNotPermitted",
|
|
668
|
+
"MerchantReturnPolicy",
|
|
669
|
+
"MerchantReturnUnlimitedWindow",
|
|
670
|
+
"MerchantReturnUnspecified",
|
|
671
|
+
"Message",
|
|
672
|
+
"MiddleSchool",
|
|
673
|
+
"Midwifery",
|
|
674
|
+
"MinimumAdvertisedPrice",
|
|
675
|
+
"MisconceptionsHealthAspect",
|
|
676
|
+
"MixedEventAttendanceMode",
|
|
677
|
+
"MixtapeAlbum",
|
|
678
|
+
"MobileApplication",
|
|
679
|
+
"MobilePhoneStore",
|
|
680
|
+
"Monday",
|
|
681
|
+
"MonetaryAmount",
|
|
682
|
+
"MonetaryAmountDistribution",
|
|
683
|
+
"MonetaryGrant",
|
|
684
|
+
"MoneyTransfer",
|
|
685
|
+
"MortgageLoan",
|
|
686
|
+
"Mosque",
|
|
687
|
+
"Motel",
|
|
688
|
+
"Motorcycle",
|
|
689
|
+
"MotorcycleDealer",
|
|
690
|
+
"MotorcycleRepair",
|
|
691
|
+
"MotorizedBicycle",
|
|
692
|
+
"Mountain",
|
|
693
|
+
"MoveAction",
|
|
694
|
+
"Movie",
|
|
695
|
+
"MovieClip",
|
|
696
|
+
"MovieRentalStore",
|
|
697
|
+
"MovieSeries",
|
|
698
|
+
"MovieTheater",
|
|
699
|
+
"MovingCompany",
|
|
700
|
+
"MultiCenterTrial",
|
|
701
|
+
"MultiPlayer",
|
|
702
|
+
"MulticellularParasite",
|
|
703
|
+
"Muscle",
|
|
704
|
+
"Musculoskeletal",
|
|
705
|
+
"MusculoskeletalExam",
|
|
706
|
+
"Museum",
|
|
707
|
+
"MusicAlbum",
|
|
708
|
+
"MusicAlbumProductionType",
|
|
709
|
+
"MusicAlbumReleaseType",
|
|
710
|
+
"MusicComposition",
|
|
711
|
+
"MusicEvent",
|
|
712
|
+
"MusicGroup",
|
|
713
|
+
"MusicPlaylist",
|
|
714
|
+
"MusicRecording",
|
|
715
|
+
"MusicRelease",
|
|
716
|
+
"MusicReleaseFormatType",
|
|
717
|
+
"MusicStore",
|
|
718
|
+
"MusicVenue",
|
|
719
|
+
"MusicVideoObject",
|
|
720
|
+
"NGO",
|
|
721
|
+
"NLNonprofitType",
|
|
722
|
+
"NailSalon",
|
|
723
|
+
"Neck",
|
|
724
|
+
"Nerve",
|
|
725
|
+
"Neuro",
|
|
726
|
+
"Neurologic",
|
|
727
|
+
"NewCondition",
|
|
728
|
+
"NewsArticle",
|
|
729
|
+
"NewsMediaOrganization",
|
|
730
|
+
"Newspaper",
|
|
731
|
+
"NightClub",
|
|
732
|
+
"NoninvasiveProcedure",
|
|
733
|
+
"Nonprofit501a",
|
|
734
|
+
"Nonprofit501c10",
|
|
735
|
+
"Nonprofit501c11",
|
|
736
|
+
"Nonprofit501c12",
|
|
737
|
+
"Nonprofit501c13",
|
|
738
|
+
"Nonprofit501c14",
|
|
739
|
+
"Nonprofit501c15",
|
|
740
|
+
"Nonprofit501c16",
|
|
741
|
+
"Nonprofit501c17",
|
|
742
|
+
"Nonprofit501c18",
|
|
743
|
+
"Nonprofit501c19",
|
|
744
|
+
"Nonprofit501c1",
|
|
745
|
+
"Nonprofit501c20",
|
|
746
|
+
"Nonprofit501c21",
|
|
747
|
+
"Nonprofit501c22",
|
|
748
|
+
"Nonprofit501c23",
|
|
749
|
+
"Nonprofit501c24",
|
|
750
|
+
"Nonprofit501c25",
|
|
751
|
+
"Nonprofit501c26",
|
|
752
|
+
"Nonprofit501c27",
|
|
753
|
+
"Nonprofit501c28",
|
|
754
|
+
"Nonprofit501c2",
|
|
755
|
+
"Nonprofit501c3",
|
|
756
|
+
"Nonprofit501c4",
|
|
757
|
+
"Nonprofit501c5",
|
|
758
|
+
"Nonprofit501c6",
|
|
759
|
+
"Nonprofit501c7",
|
|
760
|
+
"Nonprofit501c8",
|
|
761
|
+
"Nonprofit501c9",
|
|
762
|
+
"Nonprofit501d",
|
|
763
|
+
"Nonprofit501e",
|
|
764
|
+
"Nonprofit501f",
|
|
765
|
+
"Nonprofit501k",
|
|
766
|
+
"Nonprofit501n",
|
|
767
|
+
"Nonprofit501q",
|
|
768
|
+
"Nonprofit527",
|
|
769
|
+
"NonprofitANBI",
|
|
770
|
+
"NonprofitSBBI",
|
|
771
|
+
"NonprofitType",
|
|
772
|
+
"Nose",
|
|
773
|
+
"NotInForce",
|
|
774
|
+
"NotYetRecruiting",
|
|
775
|
+
"Notary",
|
|
776
|
+
"NoteDigitalDocument",
|
|
777
|
+
"Number",
|
|
778
|
+
"Nursing",
|
|
779
|
+
"NutritionInformation",
|
|
780
|
+
"OTC",
|
|
781
|
+
"Observation",
|
|
782
|
+
"Observational",
|
|
783
|
+
"Obstetric",
|
|
784
|
+
"Occupation",
|
|
785
|
+
"OccupationalActivity",
|
|
786
|
+
"OccupationalExperienceRequirements",
|
|
787
|
+
"OccupationalTherapy",
|
|
788
|
+
"OceanBodyOfWater",
|
|
789
|
+
"Offer",
|
|
790
|
+
"OfferCatalog",
|
|
791
|
+
"OfferForLease",
|
|
792
|
+
"OfferForPurchase",
|
|
793
|
+
"OfferItemCondition",
|
|
794
|
+
"OfferShippingDetails",
|
|
795
|
+
"OfficeEquipmentStore",
|
|
796
|
+
"OfficialLegalValue",
|
|
797
|
+
"OfflineEventAttendanceMode",
|
|
798
|
+
"OfflinePermanently",
|
|
799
|
+
"OfflineTemporarily",
|
|
800
|
+
"OnDemandEvent",
|
|
801
|
+
"OnSitePickup",
|
|
802
|
+
"Oncologic",
|
|
803
|
+
"OneTimePayments",
|
|
804
|
+
"Online",
|
|
805
|
+
"OnlineEventAttendanceMode",
|
|
806
|
+
"OnlineFull",
|
|
807
|
+
"OnlineOnly",
|
|
808
|
+
"OpenTrial",
|
|
809
|
+
"OpeningHoursSpecification",
|
|
810
|
+
"OpinionNewsArticle",
|
|
811
|
+
"Optician",
|
|
812
|
+
"Optometric",
|
|
813
|
+
"Order",
|
|
814
|
+
"OrderAction",
|
|
815
|
+
"OrderCancelled",
|
|
816
|
+
"OrderDelivered",
|
|
817
|
+
"OrderInTransit",
|
|
818
|
+
"OrderItem",
|
|
819
|
+
"OrderPaymentDue",
|
|
820
|
+
"OrderPickupAvailable",
|
|
821
|
+
"OrderProblem",
|
|
822
|
+
"OrderProcessing",
|
|
823
|
+
"OrderReturned",
|
|
824
|
+
"OrderStatus",
|
|
825
|
+
"Organization",
|
|
826
|
+
"OrganizationRole",
|
|
827
|
+
"OrganizeAction",
|
|
828
|
+
"OriginalMediaContent",
|
|
829
|
+
"OriginalShippingFees",
|
|
830
|
+
"Osteopathic",
|
|
831
|
+
"Otolaryngologic",
|
|
832
|
+
"OutOfStock",
|
|
833
|
+
"OutletStore",
|
|
834
|
+
"OverviewHealthAspect",
|
|
835
|
+
"OwnershipInfo",
|
|
836
|
+
"PET",
|
|
837
|
+
"PaidLeave",
|
|
838
|
+
"PaintAction",
|
|
839
|
+
"Painting",
|
|
840
|
+
"PalliativeProcedure",
|
|
841
|
+
"Paperback",
|
|
842
|
+
"ParcelDelivery",
|
|
843
|
+
"ParcelService",
|
|
844
|
+
"ParentAudience",
|
|
845
|
+
"ParentalSupport",
|
|
846
|
+
"Park",
|
|
847
|
+
"ParkingFacility",
|
|
848
|
+
"ParkingMap",
|
|
849
|
+
"PartiallyInForce",
|
|
850
|
+
"Pathology",
|
|
851
|
+
"PathologyTest",
|
|
852
|
+
"Patient",
|
|
853
|
+
"PatientExperienceHealthAspect",
|
|
854
|
+
"PawnShop",
|
|
855
|
+
"PayAction",
|
|
856
|
+
"PaymentAutomaticallyApplied",
|
|
857
|
+
"PaymentCard",
|
|
858
|
+
"PaymentChargeSpecification",
|
|
859
|
+
"PaymentComplete",
|
|
860
|
+
"PaymentDeclined",
|
|
861
|
+
"PaymentDue",
|
|
862
|
+
"PaymentMethod",
|
|
863
|
+
"PaymentPastDue",
|
|
864
|
+
"PaymentService",
|
|
865
|
+
"PaymentStatusType",
|
|
866
|
+
"Pediatric",
|
|
867
|
+
"PeopleAudience",
|
|
868
|
+
"PercutaneousProcedure",
|
|
869
|
+
"PerformAction",
|
|
870
|
+
"PerformanceRole",
|
|
871
|
+
"PerformingArtsTheater",
|
|
872
|
+
"PerformingGroup",
|
|
873
|
+
"Periodical",
|
|
874
|
+
"Permit",
|
|
875
|
+
"Person",
|
|
876
|
+
"PetStore",
|
|
877
|
+
"Pharmacy",
|
|
878
|
+
"PharmacySpecialty",
|
|
879
|
+
"Photograph",
|
|
880
|
+
"PhotographAction",
|
|
881
|
+
"PhysicalActivity",
|
|
882
|
+
"PhysicalActivityCategory",
|
|
883
|
+
"PhysicalExam",
|
|
884
|
+
"PhysicalTherapy",
|
|
885
|
+
"Physician",
|
|
886
|
+
"Physiotherapy",
|
|
887
|
+
"Place",
|
|
888
|
+
"PlaceOfWorship",
|
|
889
|
+
"PlaceboControlledTrial",
|
|
890
|
+
"PlanAction",
|
|
891
|
+
"PlasticSurgery",
|
|
892
|
+
"Play",
|
|
893
|
+
"PlayAction",
|
|
894
|
+
"Playground",
|
|
895
|
+
"Plumber",
|
|
896
|
+
"PodcastEpisode",
|
|
897
|
+
"PodcastSeason",
|
|
898
|
+
"PodcastSeries",
|
|
899
|
+
"Podiatric",
|
|
900
|
+
"PoliceStation",
|
|
901
|
+
"Pond",
|
|
902
|
+
"PostOffice",
|
|
903
|
+
"PostalAddress",
|
|
904
|
+
"PostalCodeRangeSpecification",
|
|
905
|
+
"Poster",
|
|
906
|
+
"PotentialActionStatus",
|
|
907
|
+
"PreOrder",
|
|
908
|
+
"PreOrderAction",
|
|
909
|
+
"PreSale",
|
|
910
|
+
"PregnancyHealthAspect",
|
|
911
|
+
"PrependAction",
|
|
912
|
+
"Preschool",
|
|
913
|
+
"PrescriptionOnly",
|
|
914
|
+
"PresentationDigitalDocument",
|
|
915
|
+
"PreventionHealthAspect",
|
|
916
|
+
"PreventionIndication",
|
|
917
|
+
"PriceComponentTypeEnumeration",
|
|
918
|
+
"PriceSpecification",
|
|
919
|
+
"PriceTypeEnumeration",
|
|
920
|
+
"PrimaryCare",
|
|
921
|
+
"Prion",
|
|
922
|
+
"Product",
|
|
923
|
+
"ProductCollection",
|
|
924
|
+
"ProductGroup",
|
|
925
|
+
"ProductModel",
|
|
926
|
+
"ProfessionalService",
|
|
927
|
+
"ProfilePage",
|
|
928
|
+
"PrognosisHealthAspect",
|
|
929
|
+
"ProgramMembership",
|
|
930
|
+
"Project",
|
|
931
|
+
"PronounceableText",
|
|
932
|
+
"Property",
|
|
933
|
+
"PropertyValue",
|
|
934
|
+
"PropertyValueSpecification",
|
|
935
|
+
"Protozoa",
|
|
936
|
+
"Psychiatric",
|
|
937
|
+
"PsychologicalTreatment",
|
|
938
|
+
"PublicHealth",
|
|
939
|
+
"PublicHolidays",
|
|
940
|
+
"PublicSwimmingPool",
|
|
941
|
+
"PublicToilet",
|
|
942
|
+
"PublicationEvent",
|
|
943
|
+
"PublicationIssue",
|
|
944
|
+
"PublicationVolume",
|
|
945
|
+
"Pulmonary",
|
|
946
|
+
"QAPage",
|
|
947
|
+
"QualitativeValue",
|
|
948
|
+
"QuantitativeValue",
|
|
949
|
+
"QuantitativeValueDistribution",
|
|
950
|
+
"Quantity",
|
|
951
|
+
"Question",
|
|
952
|
+
"Quiz",
|
|
953
|
+
"Quotation",
|
|
954
|
+
"QuoteAction",
|
|
955
|
+
"RVPark",
|
|
956
|
+
"RadiationTherapy",
|
|
957
|
+
"RadioBroadcastService",
|
|
958
|
+
"RadioChannel",
|
|
959
|
+
"RadioClip",
|
|
960
|
+
"RadioEpisode",
|
|
961
|
+
"RadioSeason",
|
|
962
|
+
"RadioSeries",
|
|
963
|
+
"RadioStation",
|
|
964
|
+
"Radiography",
|
|
965
|
+
"RandomizedTrial",
|
|
966
|
+
"Rating",
|
|
967
|
+
"ReactAction",
|
|
968
|
+
"ReadAction",
|
|
969
|
+
"ReadPermission",
|
|
970
|
+
"RealEstateAgent",
|
|
971
|
+
"RealEstateListing",
|
|
972
|
+
"RearWheelDriveConfiguration",
|
|
973
|
+
"ReceiveAction",
|
|
974
|
+
"Recipe",
|
|
975
|
+
"Recommendation",
|
|
976
|
+
"RecommendedDoseSchedule",
|
|
977
|
+
"Recruiting",
|
|
978
|
+
"RecyclingCenter",
|
|
979
|
+
"RefundTypeEnumeration",
|
|
980
|
+
"RefurbishedCondition",
|
|
981
|
+
"RegisterAction",
|
|
982
|
+
"Registry",
|
|
983
|
+
"ReimbursementCap",
|
|
984
|
+
"RejectAction",
|
|
985
|
+
"RelatedTopicsHealthAspect",
|
|
986
|
+
"RemixAlbum",
|
|
987
|
+
"Renal",
|
|
988
|
+
"RentAction",
|
|
989
|
+
"RentalCarReservation",
|
|
990
|
+
"RentalVehicleUsage",
|
|
991
|
+
"RepaymentSpecification",
|
|
992
|
+
"ReplaceAction",
|
|
993
|
+
"ReplyAction",
|
|
994
|
+
"Report",
|
|
995
|
+
"ReportageNewsArticle",
|
|
996
|
+
"ReportedDoseSchedule",
|
|
997
|
+
"ResearchProject",
|
|
998
|
+
"Researcher",
|
|
999
|
+
"Reservation",
|
|
1000
|
+
"ReservationCancelled",
|
|
1001
|
+
"ReservationConfirmed",
|
|
1002
|
+
"ReservationHold",
|
|
1003
|
+
"ReservationPackage",
|
|
1004
|
+
"ReservationPending",
|
|
1005
|
+
"ReservationStatusType",
|
|
1006
|
+
"ReserveAction",
|
|
1007
|
+
"Reservoir",
|
|
1008
|
+
"Residence",
|
|
1009
|
+
"Resort",
|
|
1010
|
+
"RespiratoryTherapy",
|
|
1011
|
+
"Restaurant",
|
|
1012
|
+
"RestockingFees",
|
|
1013
|
+
"RestrictedDiet",
|
|
1014
|
+
"ResultsAvailable",
|
|
1015
|
+
"ResultsNotAvailable",
|
|
1016
|
+
"ResumeAction",
|
|
1017
|
+
"Retail",
|
|
1018
|
+
"ReturnAction",
|
|
1019
|
+
"ReturnFeesEnumeration",
|
|
1020
|
+
"ReturnShippingFees",
|
|
1021
|
+
"Review",
|
|
1022
|
+
"ReviewAction",
|
|
1023
|
+
"ReviewNewsArticle",
|
|
1024
|
+
"Rheumatologic",
|
|
1025
|
+
"RightHandDriving",
|
|
1026
|
+
"RisksOrComplicationsHealthAspect",
|
|
1027
|
+
"RiverBodyOfWater",
|
|
1028
|
+
"Role",
|
|
1029
|
+
"RoofingContractor",
|
|
1030
|
+
"Room",
|
|
1031
|
+
"RsvpAction",
|
|
1032
|
+
"RsvpResponseMaybe",
|
|
1033
|
+
"RsvpResponseNo",
|
|
1034
|
+
"RsvpResponseType",
|
|
1035
|
+
"RsvpResponseYes",
|
|
1036
|
+
"SRP",
|
|
1037
|
+
"SafetyHealthAspect",
|
|
1038
|
+
"SaleEvent",
|
|
1039
|
+
"SalePrice",
|
|
1040
|
+
"SatireOrParodyContent",
|
|
1041
|
+
"SatiricalArticle",
|
|
1042
|
+
"Saturday",
|
|
1043
|
+
"Schedule",
|
|
1044
|
+
"ScheduleAction",
|
|
1045
|
+
"ScholarlyArticle",
|
|
1046
|
+
"School",
|
|
1047
|
+
"SchoolDistrict",
|
|
1048
|
+
"ScreeningEvent",
|
|
1049
|
+
"ScreeningHealthAspect",
|
|
1050
|
+
"Sculpture",
|
|
1051
|
+
"SeaBodyOfWater",
|
|
1052
|
+
"SearchAction",
|
|
1053
|
+
"SearchResultsPage",
|
|
1054
|
+
"Season",
|
|
1055
|
+
"Seat",
|
|
1056
|
+
"SeatingMap",
|
|
1057
|
+
"SeeDoctorHealthAspect",
|
|
1058
|
+
"SeekToAction",
|
|
1059
|
+
"SelfCareHealthAspect",
|
|
1060
|
+
"SelfStorage",
|
|
1061
|
+
"SellAction",
|
|
1062
|
+
"SendAction",
|
|
1063
|
+
"Series",
|
|
1064
|
+
"Service",
|
|
1065
|
+
"ServiceChannel",
|
|
1066
|
+
"ShareAction",
|
|
1067
|
+
"SheetMusic",
|
|
1068
|
+
"ShippingDeliveryTime",
|
|
1069
|
+
"ShippingRateSettings",
|
|
1070
|
+
"ShoeStore",
|
|
1071
|
+
"ShoppingCenter",
|
|
1072
|
+
"ShortStory",
|
|
1073
|
+
"SideEffectsHealthAspect",
|
|
1074
|
+
"SingleBlindedTrial",
|
|
1075
|
+
"SingleCenterTrial",
|
|
1076
|
+
"SingleFamilyResidence",
|
|
1077
|
+
"SinglePlayer",
|
|
1078
|
+
"SingleRelease",
|
|
1079
|
+
"SiteNavigationElement",
|
|
1080
|
+
"SizeGroupEnumeration",
|
|
1081
|
+
"SizeSpecification",
|
|
1082
|
+
"SizeSystemEnumeration",
|
|
1083
|
+
"SizeSystemImperial",
|
|
1084
|
+
"SizeSystemMetric",
|
|
1085
|
+
"SkiResort",
|
|
1086
|
+
"Skin",
|
|
1087
|
+
"SocialEvent",
|
|
1088
|
+
"SocialMediaPosting",
|
|
1089
|
+
"SoftwareApplication",
|
|
1090
|
+
"SoftwareSourceCode",
|
|
1091
|
+
"SoldOut",
|
|
1092
|
+
"SolveMathAction",
|
|
1093
|
+
"SomeProducts",
|
|
1094
|
+
"SoundtrackAlbum",
|
|
1095
|
+
"SpeakableSpecification",
|
|
1096
|
+
"SpecialAnnouncement",
|
|
1097
|
+
"Specialty",
|
|
1098
|
+
"SpeechPathology",
|
|
1099
|
+
"SpokenWordAlbum",
|
|
1100
|
+
"SportingGoodsStore",
|
|
1101
|
+
"SportsActivityLocation",
|
|
1102
|
+
"SportsClub",
|
|
1103
|
+
"SportsEvent",
|
|
1104
|
+
"SportsOrganization",
|
|
1105
|
+
"SportsTeam",
|
|
1106
|
+
"SpreadsheetDigitalDocument",
|
|
1107
|
+
"StadiumOrArena",
|
|
1108
|
+
"StagedContent",
|
|
1109
|
+
"StagesHealthAspect",
|
|
1110
|
+
"State",
|
|
1111
|
+
"StatisticalPopulation",
|
|
1112
|
+
"StatusEnumeration",
|
|
1113
|
+
"SteeringPositionValue",
|
|
1114
|
+
"Store",
|
|
1115
|
+
"StoreCreditRefund",
|
|
1116
|
+
"StrengthTraining",
|
|
1117
|
+
"StructuredValue",
|
|
1118
|
+
"StudioAlbum",
|
|
1119
|
+
"SubscribeAction",
|
|
1120
|
+
"Subscription",
|
|
1121
|
+
"Substance",
|
|
1122
|
+
"SubwayStation",
|
|
1123
|
+
"Suite",
|
|
1124
|
+
"Sunday",
|
|
1125
|
+
"SuperficialAnatomy",
|
|
1126
|
+
"Surgical",
|
|
1127
|
+
"SurgicalProcedure",
|
|
1128
|
+
"SuspendAction",
|
|
1129
|
+
"Suspended",
|
|
1130
|
+
"SymptomsHealthAspect",
|
|
1131
|
+
"Synagogue",
|
|
1132
|
+
"TVClip",
|
|
1133
|
+
"TVEpisode",
|
|
1134
|
+
"TVSeason",
|
|
1135
|
+
"TVSeries",
|
|
1136
|
+
"Table",
|
|
1137
|
+
"TakeAction",
|
|
1138
|
+
"TattooParlor",
|
|
1139
|
+
"Taxi",
|
|
1140
|
+
"TaxiReservation",
|
|
1141
|
+
"TaxiService",
|
|
1142
|
+
"TaxiStand",
|
|
1143
|
+
"TaxiVehicleUsage",
|
|
1144
|
+
"TechArticle",
|
|
1145
|
+
"TelevisionChannel",
|
|
1146
|
+
"TelevisionStation",
|
|
1147
|
+
"TennisComplex",
|
|
1148
|
+
"Terminated",
|
|
1149
|
+
"Text",
|
|
1150
|
+
"TextDigitalDocument",
|
|
1151
|
+
"TheaterEvent",
|
|
1152
|
+
"TheaterGroup",
|
|
1153
|
+
"Therapeutic",
|
|
1154
|
+
"TherapeuticProcedure",
|
|
1155
|
+
"Thesis",
|
|
1156
|
+
"Thing",
|
|
1157
|
+
"Throat",
|
|
1158
|
+
"Thursday",
|
|
1159
|
+
"Ticket",
|
|
1160
|
+
"TieAction",
|
|
1161
|
+
"Time",
|
|
1162
|
+
"TipAction",
|
|
1163
|
+
"TireShop",
|
|
1164
|
+
"TollFree",
|
|
1165
|
+
"TouristAttraction",
|
|
1166
|
+
"TouristDestination",
|
|
1167
|
+
"TouristInformationCenter",
|
|
1168
|
+
"TouristTrip",
|
|
1169
|
+
"Toxicologic",
|
|
1170
|
+
"ToyStore",
|
|
1171
|
+
"TrackAction",
|
|
1172
|
+
"TradeAction",
|
|
1173
|
+
"TraditionalChinese",
|
|
1174
|
+
"TrainReservation",
|
|
1175
|
+
"TrainStation",
|
|
1176
|
+
"TrainTrip",
|
|
1177
|
+
"TransferAction",
|
|
1178
|
+
"TransformedContent",
|
|
1179
|
+
"TransitMap",
|
|
1180
|
+
"TravelAction",
|
|
1181
|
+
"TravelAgency",
|
|
1182
|
+
"TreatmentIndication",
|
|
1183
|
+
"TreatmentsHealthAspect",
|
|
1184
|
+
"Trip",
|
|
1185
|
+
"TripleBlindedTrial",
|
|
1186
|
+
"True",
|
|
1187
|
+
"Tuesday",
|
|
1188
|
+
"TypeAndQuantityNode",
|
|
1189
|
+
"TypesHealthAspect",
|
|
1190
|
+
"UKNonprofitType",
|
|
1191
|
+
"UKTrust",
|
|
1192
|
+
"URL",
|
|
1193
|
+
"USNonprofitType",
|
|
1194
|
+
"Ultrasound",
|
|
1195
|
+
"UnRegisterAction",
|
|
1196
|
+
"UnemploymentSupport",
|
|
1197
|
+
"UnincorporatedAssociationCharity",
|
|
1198
|
+
"UnitPriceSpecification",
|
|
1199
|
+
"UnofficialLegalValue",
|
|
1200
|
+
"UpdateAction",
|
|
1201
|
+
"Urologic",
|
|
1202
|
+
"UsageOrScheduleHealthAspect",
|
|
1203
|
+
"UseAction",
|
|
1204
|
+
"UsedCondition",
|
|
1205
|
+
"UserBlocks",
|
|
1206
|
+
"UserCheckins",
|
|
1207
|
+
"UserComments",
|
|
1208
|
+
"UserDownloads",
|
|
1209
|
+
"UserInteraction",
|
|
1210
|
+
"UserLikes",
|
|
1211
|
+
"UserPageVisits",
|
|
1212
|
+
"UserPlays",
|
|
1213
|
+
"UserPlusOnes",
|
|
1214
|
+
"UserReview",
|
|
1215
|
+
"UserTweets",
|
|
1216
|
+
"VeganDiet",
|
|
1217
|
+
"VegetarianDiet",
|
|
1218
|
+
"Vehicle",
|
|
1219
|
+
"Vein",
|
|
1220
|
+
"VenueMap",
|
|
1221
|
+
"Vessel",
|
|
1222
|
+
"VeterinaryCare",
|
|
1223
|
+
"VideoGallery",
|
|
1224
|
+
"VideoGame",
|
|
1225
|
+
"VideoGameClip",
|
|
1226
|
+
"VideoGameSeries",
|
|
1227
|
+
"VideoObject",
|
|
1228
|
+
"ViewAction",
|
|
1229
|
+
"VinylFormat",
|
|
1230
|
+
"VirtualLocation",
|
|
1231
|
+
"Virus",
|
|
1232
|
+
"VisualArtsEvent",
|
|
1233
|
+
"VisualArtwork",
|
|
1234
|
+
"VitalSign",
|
|
1235
|
+
"Volcano",
|
|
1236
|
+
"VoteAction",
|
|
1237
|
+
"WPAdBlock",
|
|
1238
|
+
"WPFooter",
|
|
1239
|
+
"WPHeader",
|
|
1240
|
+
"WPSideBar",
|
|
1241
|
+
"WantAction",
|
|
1242
|
+
"WarrantyPromise",
|
|
1243
|
+
"WarrantyScope",
|
|
1244
|
+
"WatchAction",
|
|
1245
|
+
"Waterfall",
|
|
1246
|
+
"WearAction",
|
|
1247
|
+
"WearableMeasurementBack",
|
|
1248
|
+
"WearableMeasurementChestOrBust",
|
|
1249
|
+
"WearableMeasurementCollar",
|
|
1250
|
+
"WearableMeasurementCup",
|
|
1251
|
+
"WearableMeasurementHeight",
|
|
1252
|
+
"WearableMeasurementHips",
|
|
1253
|
+
"WearableMeasurementInseam",
|
|
1254
|
+
"WearableMeasurementLength",
|
|
1255
|
+
"WearableMeasurementOutsideLeg",
|
|
1256
|
+
"WearableMeasurementSleeve",
|
|
1257
|
+
"WearableMeasurementTypeEnumeration",
|
|
1258
|
+
"WearableMeasurementWaist",
|
|
1259
|
+
"WearableMeasurementWidth",
|
|
1260
|
+
"WearableSizeGroupBig",
|
|
1261
|
+
"WearableSizeGroupBoys",
|
|
1262
|
+
"WearableSizeGroupEnumeration",
|
|
1263
|
+
"WearableSizeGroupExtraShort",
|
|
1264
|
+
"WearableSizeGroupExtraTall",
|
|
1265
|
+
"WearableSizeGroupGirls",
|
|
1266
|
+
"WearableSizeGroupHusky",
|
|
1267
|
+
"WearableSizeGroupInfants",
|
|
1268
|
+
"WearableSizeGroupJuniors",
|
|
1269
|
+
"WearableSizeGroupMaternity",
|
|
1270
|
+
"WearableSizeGroupMens",
|
|
1271
|
+
"WearableSizeGroupMisses",
|
|
1272
|
+
"WearableSizeGroupPetite",
|
|
1273
|
+
"WearableSizeGroupPlus",
|
|
1274
|
+
"WearableSizeGroupRegular",
|
|
1275
|
+
"WearableSizeGroupShort",
|
|
1276
|
+
"WearableSizeGroupTall",
|
|
1277
|
+
"WearableSizeGroupWomens",
|
|
1278
|
+
"WearableSizeSystemAU",
|
|
1279
|
+
"WearableSizeSystemBR",
|
|
1280
|
+
"WearableSizeSystemCN",
|
|
1281
|
+
"WearableSizeSystemContinental",
|
|
1282
|
+
"WearableSizeSystemDE",
|
|
1283
|
+
"WearableSizeSystemEN13402",
|
|
1284
|
+
"WearableSizeSystemEnumeration",
|
|
1285
|
+
"WearableSizeSystemEurope",
|
|
1286
|
+
"WearableSizeSystemFR",
|
|
1287
|
+
"WearableSizeSystemGS1",
|
|
1288
|
+
"WearableSizeSystemIT",
|
|
1289
|
+
"WearableSizeSystemJP",
|
|
1290
|
+
"WearableSizeSystemMX",
|
|
1291
|
+
"WearableSizeSystemUK",
|
|
1292
|
+
"WearableSizeSystemUS",
|
|
1293
|
+
"WebAPI",
|
|
1294
|
+
"WebApplication",
|
|
1295
|
+
"WebContent",
|
|
1296
|
+
"WebPage",
|
|
1297
|
+
"WebPageElement",
|
|
1298
|
+
"WebSite",
|
|
1299
|
+
"Wednesday",
|
|
1300
|
+
"WesternConventional",
|
|
1301
|
+
"Wholesale",
|
|
1302
|
+
"WholesaleStore",
|
|
1303
|
+
"WinAction",
|
|
1304
|
+
"Winery",
|
|
1305
|
+
"Withdrawn",
|
|
1306
|
+
"WorkBasedProgram",
|
|
1307
|
+
"WorkersUnion",
|
|
1308
|
+
"WriteAction",
|
|
1309
|
+
"WritePermission",
|
|
1310
|
+
"XPathType",
|
|
1311
|
+
"XRay",
|
|
1312
|
+
"ZoneBoardingPolicy",
|
|
1313
|
+
"Zoo",
|
|
1314
|
+
"about",
|
|
1315
|
+
"abridged",
|
|
1316
|
+
"abstract",
|
|
1317
|
+
"accelerationTime",
|
|
1318
|
+
"acceptedAnswer",
|
|
1319
|
+
"acceptedOffer",
|
|
1320
|
+
"acceptedPaymentMethod",
|
|
1321
|
+
"acceptsReservations",
|
|
1322
|
+
"accessCode",
|
|
1323
|
+
"accessMode",
|
|
1324
|
+
"accessModeSufficient",
|
|
1325
|
+
"accessibilityAPI",
|
|
1326
|
+
"accessibilityControl",
|
|
1327
|
+
"accessibilityFeature",
|
|
1328
|
+
"accessibilityHazard",
|
|
1329
|
+
"accessibilitySummary",
|
|
1330
|
+
"accommodationCategory",
|
|
1331
|
+
"accommodationFloorPlan",
|
|
1332
|
+
"accountId",
|
|
1333
|
+
"accountMinimumInflow",
|
|
1334
|
+
"accountOverdraftLimit",
|
|
1335
|
+
"accountablePerson",
|
|
1336
|
+
"acquireLicensePage",
|
|
1337
|
+
"acquiredFrom",
|
|
1338
|
+
"acrissCode",
|
|
1339
|
+
"actionAccessibilityRequirement",
|
|
1340
|
+
"actionApplication",
|
|
1341
|
+
"actionOption",
|
|
1342
|
+
"actionPlatform",
|
|
1343
|
+
"actionStatus",
|
|
1344
|
+
"actionableFeedbackPolicy",
|
|
1345
|
+
"activeIngredient",
|
|
1346
|
+
"activityDuration",
|
|
1347
|
+
"activityFrequency",
|
|
1348
|
+
"actor",
|
|
1349
|
+
"actors",
|
|
1350
|
+
"addOn",
|
|
1351
|
+
"additionalName",
|
|
1352
|
+
"additionalNumberOfGuests",
|
|
1353
|
+
"additionalProperty",
|
|
1354
|
+
"additionalType",
|
|
1355
|
+
"additionalVariable",
|
|
1356
|
+
"address",
|
|
1357
|
+
"addressCountry",
|
|
1358
|
+
"addressLocality",
|
|
1359
|
+
"addressRegion",
|
|
1360
|
+
"administrationRoute",
|
|
1361
|
+
"advanceBookingRequirement",
|
|
1362
|
+
"adverseOutcome",
|
|
1363
|
+
"affectedBy",
|
|
1364
|
+
"affiliation",
|
|
1365
|
+
"afterMedia",
|
|
1366
|
+
"agent",
|
|
1367
|
+
"aggregateRating",
|
|
1368
|
+
"aircraft",
|
|
1369
|
+
"album",
|
|
1370
|
+
"albumProductionType",
|
|
1371
|
+
"albumRelease",
|
|
1372
|
+
"albumReleaseType",
|
|
1373
|
+
"albums",
|
|
1374
|
+
"alcoholWarning",
|
|
1375
|
+
"algorithm",
|
|
1376
|
+
"alignmentType",
|
|
1377
|
+
"alternateName",
|
|
1378
|
+
"alternativeHeadline",
|
|
1379
|
+
"alumni",
|
|
1380
|
+
"alumniOf",
|
|
1381
|
+
"amenityFeature",
|
|
1382
|
+
"amount",
|
|
1383
|
+
"amountOfThisGood",
|
|
1384
|
+
"announcementLocation",
|
|
1385
|
+
"annualPercentageRate",
|
|
1386
|
+
"answerCount",
|
|
1387
|
+
"answerExplanation",
|
|
1388
|
+
"antagonist",
|
|
1389
|
+
"appearance",
|
|
1390
|
+
"applicableLocation",
|
|
1391
|
+
"applicantLocationRequirements",
|
|
1392
|
+
"application",
|
|
1393
|
+
"applicationCategory",
|
|
1394
|
+
"applicationContact",
|
|
1395
|
+
"applicationDeadline",
|
|
1396
|
+
"applicationStartDate",
|
|
1397
|
+
"applicationSubCategory",
|
|
1398
|
+
"applicationSuite",
|
|
1399
|
+
"appliesToDeliveryMethod",
|
|
1400
|
+
"appliesToPaymentMethod",
|
|
1401
|
+
"archiveHeld",
|
|
1402
|
+
"area",
|
|
1403
|
+
"areaServed",
|
|
1404
|
+
"arrivalAirport",
|
|
1405
|
+
"arrivalBoatTerminal",
|
|
1406
|
+
"arrivalBusStop",
|
|
1407
|
+
"arrivalGate",
|
|
1408
|
+
"arrivalPlatform",
|
|
1409
|
+
"arrivalStation",
|
|
1410
|
+
"arrivalTerminal",
|
|
1411
|
+
"arrivalTime",
|
|
1412
|
+
"artEdition",
|
|
1413
|
+
"artMedium",
|
|
1414
|
+
"arterialBranch",
|
|
1415
|
+
"artform",
|
|
1416
|
+
"articleBody",
|
|
1417
|
+
"articleSection",
|
|
1418
|
+
"artist",
|
|
1419
|
+
"artworkSurface",
|
|
1420
|
+
"aspect",
|
|
1421
|
+
"assembly",
|
|
1422
|
+
"assemblyVersion",
|
|
1423
|
+
"assesses",
|
|
1424
|
+
"associatedAnatomy",
|
|
1425
|
+
"associatedArticle",
|
|
1426
|
+
"associatedMedia",
|
|
1427
|
+
"associatedPathophysiology",
|
|
1428
|
+
"athlete",
|
|
1429
|
+
"attendee",
|
|
1430
|
+
"attendees",
|
|
1431
|
+
"audience",
|
|
1432
|
+
"audienceType",
|
|
1433
|
+
"audio",
|
|
1434
|
+
"authenticator",
|
|
1435
|
+
"author",
|
|
1436
|
+
"availability",
|
|
1437
|
+
"availabilityEnds",
|
|
1438
|
+
"availabilityStarts",
|
|
1439
|
+
"availableAtOrFrom",
|
|
1440
|
+
"availableChannel",
|
|
1441
|
+
"availableDeliveryMethod",
|
|
1442
|
+
"availableFrom",
|
|
1443
|
+
"availableIn",
|
|
1444
|
+
"availableLanguage",
|
|
1445
|
+
"availableOnDevice",
|
|
1446
|
+
"availableService",
|
|
1447
|
+
"availableStrength",
|
|
1448
|
+
"availableTest",
|
|
1449
|
+
"availableThrough",
|
|
1450
|
+
"award",
|
|
1451
|
+
"awards",
|
|
1452
|
+
"awayTeam",
|
|
1453
|
+
"backstory",
|
|
1454
|
+
"bankAccountType",
|
|
1455
|
+
"baseSalary",
|
|
1456
|
+
"bccRecipient",
|
|
1457
|
+
"bed",
|
|
1458
|
+
"beforeMedia",
|
|
1459
|
+
"beneficiaryBank",
|
|
1460
|
+
"benefits",
|
|
1461
|
+
"benefitsSummaryUrl",
|
|
1462
|
+
"bestRating",
|
|
1463
|
+
"billingAddress",
|
|
1464
|
+
"billingDuration",
|
|
1465
|
+
"billingIncrement",
|
|
1466
|
+
"billingPeriod",
|
|
1467
|
+
"billingStart",
|
|
1468
|
+
"biomechnicalClass",
|
|
1469
|
+
"birthDate",
|
|
1470
|
+
"birthPlace",
|
|
1471
|
+
"bitrate",
|
|
1472
|
+
"blogPost",
|
|
1473
|
+
"blogPosts",
|
|
1474
|
+
"bloodSupply",
|
|
1475
|
+
"boardingGroup",
|
|
1476
|
+
"boardingPolicy",
|
|
1477
|
+
"bodyLocation",
|
|
1478
|
+
"bodyType",
|
|
1479
|
+
"bookEdition",
|
|
1480
|
+
"bookFormat",
|
|
1481
|
+
"bookingAgent",
|
|
1482
|
+
"bookingTime",
|
|
1483
|
+
"borrower",
|
|
1484
|
+
"box",
|
|
1485
|
+
"branch",
|
|
1486
|
+
"branchCode",
|
|
1487
|
+
"branchOf",
|
|
1488
|
+
"brand",
|
|
1489
|
+
"breadcrumb",
|
|
1490
|
+
"breastfeedingWarning",
|
|
1491
|
+
"broadcastAffiliateOf",
|
|
1492
|
+
"broadcastChannelId",
|
|
1493
|
+
"broadcastDisplayName",
|
|
1494
|
+
"broadcastFrequency",
|
|
1495
|
+
"broadcastFrequencyValue",
|
|
1496
|
+
"broadcastOfEvent",
|
|
1497
|
+
"broadcastServiceTier",
|
|
1498
|
+
"broadcastSignalModulation",
|
|
1499
|
+
"broadcastSubChannel",
|
|
1500
|
+
"broadcastTimezone",
|
|
1501
|
+
"broadcaster",
|
|
1502
|
+
"broker",
|
|
1503
|
+
"browserRequirements",
|
|
1504
|
+
"busName",
|
|
1505
|
+
"busNumber",
|
|
1506
|
+
"businessDays",
|
|
1507
|
+
"businessFunction",
|
|
1508
|
+
"buyer",
|
|
1509
|
+
"byArtist",
|
|
1510
|
+
"byDay",
|
|
1511
|
+
"byMonth",
|
|
1512
|
+
"byMonthDay",
|
|
1513
|
+
"byMonthWeek",
|
|
1514
|
+
"callSign",
|
|
1515
|
+
"calories",
|
|
1516
|
+
"candidate",
|
|
1517
|
+
"caption",
|
|
1518
|
+
"carbohydrateContent",
|
|
1519
|
+
"cargoVolume",
|
|
1520
|
+
"carrier",
|
|
1521
|
+
"carrierRequirements",
|
|
1522
|
+
"cashBack",
|
|
1523
|
+
"catalog",
|
|
1524
|
+
"catalogNumber",
|
|
1525
|
+
"category",
|
|
1526
|
+
"causeOf",
|
|
1527
|
+
"ccRecipient",
|
|
1528
|
+
"character",
|
|
1529
|
+
"characterAttribute",
|
|
1530
|
+
"characterName",
|
|
1531
|
+
"cheatCode",
|
|
1532
|
+
"checkinTime",
|
|
1533
|
+
"checkoutTime",
|
|
1534
|
+
"childMaxAge",
|
|
1535
|
+
"childMinAge",
|
|
1536
|
+
"children",
|
|
1537
|
+
"cholesterolContent",
|
|
1538
|
+
"circle",
|
|
1539
|
+
"citation",
|
|
1540
|
+
"claimReviewed",
|
|
1541
|
+
"clincalPharmacology",
|
|
1542
|
+
"clinicalPharmacology",
|
|
1543
|
+
"clipNumber",
|
|
1544
|
+
"closes",
|
|
1545
|
+
"coach",
|
|
1546
|
+
"code",
|
|
1547
|
+
"codeRepository",
|
|
1548
|
+
"codeSampleType",
|
|
1549
|
+
"codeValue",
|
|
1550
|
+
"codingSystem",
|
|
1551
|
+
"colleague",
|
|
1552
|
+
"colleagues",
|
|
1553
|
+
"collection",
|
|
1554
|
+
"collectionSize",
|
|
1555
|
+
"color",
|
|
1556
|
+
"colorist",
|
|
1557
|
+
"comment",
|
|
1558
|
+
"commentCount",
|
|
1559
|
+
"commentText",
|
|
1560
|
+
"commentTime",
|
|
1561
|
+
"competencyRequired",
|
|
1562
|
+
"competitor",
|
|
1563
|
+
"composer",
|
|
1564
|
+
"comprisedOf",
|
|
1565
|
+
"conditionsOfAccess",
|
|
1566
|
+
"confirmationNumber",
|
|
1567
|
+
"connectedTo",
|
|
1568
|
+
"constrainingProperty",
|
|
1569
|
+
"contactOption",
|
|
1570
|
+
"contactPoint",
|
|
1571
|
+
"contactPoints",
|
|
1572
|
+
"contactType",
|
|
1573
|
+
"contactlessPayment",
|
|
1574
|
+
"containedIn",
|
|
1575
|
+
"containedInPlace",
|
|
1576
|
+
"containsPlace",
|
|
1577
|
+
"containsSeason",
|
|
1578
|
+
"contentLocation",
|
|
1579
|
+
"contentRating",
|
|
1580
|
+
"contentReferenceTime",
|
|
1581
|
+
"contentSize",
|
|
1582
|
+
"contentType",
|
|
1583
|
+
"contentUrl",
|
|
1584
|
+
"contraindication",
|
|
1585
|
+
"contributor",
|
|
1586
|
+
"cookTime",
|
|
1587
|
+
"cookingMethod",
|
|
1588
|
+
"copyrightHolder",
|
|
1589
|
+
"copyrightNotice",
|
|
1590
|
+
"copyrightYear",
|
|
1591
|
+
"correction",
|
|
1592
|
+
"correctionsPolicy",
|
|
1593
|
+
"costCategory",
|
|
1594
|
+
"costCurrency",
|
|
1595
|
+
"costOrigin",
|
|
1596
|
+
"costPerUnit",
|
|
1597
|
+
"countriesNotSupported",
|
|
1598
|
+
"countriesSupported",
|
|
1599
|
+
"countryOfOrigin",
|
|
1600
|
+
"course",
|
|
1601
|
+
"courseCode",
|
|
1602
|
+
"courseMode",
|
|
1603
|
+
"coursePrerequisites",
|
|
1604
|
+
"courseWorkload",
|
|
1605
|
+
"coverageEndTime",
|
|
1606
|
+
"coverageStartTime",
|
|
1607
|
+
"creativeWorkStatus",
|
|
1608
|
+
"creator",
|
|
1609
|
+
"credentialCategory",
|
|
1610
|
+
"creditText",
|
|
1611
|
+
"creditedTo",
|
|
1612
|
+
"cssSelector",
|
|
1613
|
+
"currenciesAccepted",
|
|
1614
|
+
"currency",
|
|
1615
|
+
"currentExchangeRate",
|
|
1616
|
+
"customer",
|
|
1617
|
+
"cutoffTime",
|
|
1618
|
+
"cvdCollectionDate",
|
|
1619
|
+
"cvdFacilityCounty",
|
|
1620
|
+
"cvdFacilityId",
|
|
1621
|
+
"cvdNumBeds",
|
|
1622
|
+
"cvdNumBedsOcc",
|
|
1623
|
+
"cvdNumC19Died",
|
|
1624
|
+
"cvdNumC19HOPats",
|
|
1625
|
+
"cvdNumC19HospPats",
|
|
1626
|
+
"cvdNumC19MechVentPats",
|
|
1627
|
+
"cvdNumC19OFMechVentPats",
|
|
1628
|
+
"cvdNumC19OverflowPats",
|
|
1629
|
+
"cvdNumICUBeds",
|
|
1630
|
+
"cvdNumICUBedsOcc",
|
|
1631
|
+
"cvdNumTotBeds",
|
|
1632
|
+
"cvdNumVent",
|
|
1633
|
+
"cvdNumVentUse",
|
|
1634
|
+
"dataFeedElement",
|
|
1635
|
+
"dataset",
|
|
1636
|
+
"datasetTimeInterval",
|
|
1637
|
+
"dateCreated",
|
|
1638
|
+
"dateDeleted",
|
|
1639
|
+
"dateIssued",
|
|
1640
|
+
"dateModified",
|
|
1641
|
+
"datePosted",
|
|
1642
|
+
"datePublished",
|
|
1643
|
+
"dateRead",
|
|
1644
|
+
"dateReceived",
|
|
1645
|
+
"dateSent",
|
|
1646
|
+
"dateVehicleFirstRegistered",
|
|
1647
|
+
"dateline",
|
|
1648
|
+
"dayOfWeek",
|
|
1649
|
+
"deathDate",
|
|
1650
|
+
"deathPlace",
|
|
1651
|
+
"defaultValue",
|
|
1652
|
+
"deliveryAddress",
|
|
1653
|
+
"deliveryLeadTime",
|
|
1654
|
+
"deliveryMethod",
|
|
1655
|
+
"deliveryStatus",
|
|
1656
|
+
"deliveryTime",
|
|
1657
|
+
"department",
|
|
1658
|
+
"departureAirport",
|
|
1659
|
+
"departureBoatTerminal",
|
|
1660
|
+
"departureBusStop",
|
|
1661
|
+
"departureGate",
|
|
1662
|
+
"departurePlatform",
|
|
1663
|
+
"departureStation",
|
|
1664
|
+
"departureTerminal",
|
|
1665
|
+
"departureTime",
|
|
1666
|
+
"dependencies",
|
|
1667
|
+
"depth",
|
|
1668
|
+
"description",
|
|
1669
|
+
"device",
|
|
1670
|
+
"diagnosis",
|
|
1671
|
+
"diagram",
|
|
1672
|
+
"diet",
|
|
1673
|
+
"dietFeatures",
|
|
1674
|
+
"differentialDiagnosis",
|
|
1675
|
+
"director",
|
|
1676
|
+
"directors",
|
|
1677
|
+
"disambiguatingDescription",
|
|
1678
|
+
"discount",
|
|
1679
|
+
"discountCode",
|
|
1680
|
+
"discountCurrency",
|
|
1681
|
+
"discusses",
|
|
1682
|
+
"discussionUrl",
|
|
1683
|
+
"diseasePreventionInfo",
|
|
1684
|
+
"diseaseSpreadStatistics",
|
|
1685
|
+
"dissolutionDate",
|
|
1686
|
+
"distance",
|
|
1687
|
+
"distinguishingSign",
|
|
1688
|
+
"distribution",
|
|
1689
|
+
"diversityPolicy",
|
|
1690
|
+
"diversityStaffingReport",
|
|
1691
|
+
"documentation",
|
|
1692
|
+
"doesNotShip",
|
|
1693
|
+
"domainIncludes",
|
|
1694
|
+
"domiciledMortgage",
|
|
1695
|
+
"doorTime",
|
|
1696
|
+
"dosageForm",
|
|
1697
|
+
"doseSchedule",
|
|
1698
|
+
"doseUnit",
|
|
1699
|
+
"doseValue",
|
|
1700
|
+
"downPayment",
|
|
1701
|
+
"downloadUrl",
|
|
1702
|
+
"downvoteCount",
|
|
1703
|
+
"drainsTo",
|
|
1704
|
+
"driveWheelConfiguration",
|
|
1705
|
+
"dropoffLocation",
|
|
1706
|
+
"dropoffTime",
|
|
1707
|
+
"drug",
|
|
1708
|
+
"drugClass",
|
|
1709
|
+
"drugUnit",
|
|
1710
|
+
"duns",
|
|
1711
|
+
"duplicateTherapy",
|
|
1712
|
+
"duration",
|
|
1713
|
+
"durationOfWarranty",
|
|
1714
|
+
"duringMedia",
|
|
1715
|
+
"earlyPrepaymentPenalty",
|
|
1716
|
+
"editEIDR",
|
|
1717
|
+
"editor",
|
|
1718
|
+
"eduQuestionType",
|
|
1719
|
+
"educationRequirements",
|
|
1720
|
+
"educationalAlignment",
|
|
1721
|
+
"educationalCredentialAwarded",
|
|
1722
|
+
"educationalFramework",
|
|
1723
|
+
"educationalLevel",
|
|
1724
|
+
"educationalProgramMode",
|
|
1725
|
+
"educationalRole",
|
|
1726
|
+
"educationalUse",
|
|
1727
|
+
"elevation",
|
|
1728
|
+
"eligibilityToWorkRequirement",
|
|
1729
|
+
"eligibleCustomerType",
|
|
1730
|
+
"eligibleDuration",
|
|
1731
|
+
"eligibleQuantity",
|
|
1732
|
+
"eligibleRegion",
|
|
1733
|
+
"eligibleTransactionVolume",
|
|
1734
|
+
"email",
|
|
1735
|
+
"embedUrl",
|
|
1736
|
+
"emissionsCO2",
|
|
1737
|
+
"employee",
|
|
1738
|
+
"employees",
|
|
1739
|
+
"employerOverview",
|
|
1740
|
+
"employmentType",
|
|
1741
|
+
"employmentUnit",
|
|
1742
|
+
"encodesCreativeWork",
|
|
1743
|
+
"encoding",
|
|
1744
|
+
"encodingFormat",
|
|
1745
|
+
"encodingType",
|
|
1746
|
+
"encodings",
|
|
1747
|
+
"endDate",
|
|
1748
|
+
"endOffset",
|
|
1749
|
+
"endTime",
|
|
1750
|
+
"endorsee",
|
|
1751
|
+
"endorsers",
|
|
1752
|
+
"energyEfficiencyScaleMax",
|
|
1753
|
+
"energyEfficiencyScaleMin",
|
|
1754
|
+
"engineDisplacement",
|
|
1755
|
+
"enginePower",
|
|
1756
|
+
"engineType",
|
|
1757
|
+
"entertainmentBusiness",
|
|
1758
|
+
"epidemiology",
|
|
1759
|
+
"episode",
|
|
1760
|
+
"episodeNumber",
|
|
1761
|
+
"episodes",
|
|
1762
|
+
"equal",
|
|
1763
|
+
"error",
|
|
1764
|
+
"estimatedCost",
|
|
1765
|
+
"estimatedFlightDuration",
|
|
1766
|
+
"estimatedSalary",
|
|
1767
|
+
"estimatesRiskOf",
|
|
1768
|
+
"ethicsPolicy",
|
|
1769
|
+
"event",
|
|
1770
|
+
"eventAttendanceMode",
|
|
1771
|
+
"eventSchedule",
|
|
1772
|
+
"eventStatus",
|
|
1773
|
+
"events",
|
|
1774
|
+
"evidenceLevel",
|
|
1775
|
+
"evidenceOrigin",
|
|
1776
|
+
"exampleOfWork",
|
|
1777
|
+
"exceptDate",
|
|
1778
|
+
"exchangeRateSpread",
|
|
1779
|
+
"executableLibraryName",
|
|
1780
|
+
"exerciseCourse",
|
|
1781
|
+
"exercisePlan",
|
|
1782
|
+
"exerciseRelatedDiet",
|
|
1783
|
+
"exerciseType",
|
|
1784
|
+
"exifData",
|
|
1785
|
+
"expectedArrivalFrom",
|
|
1786
|
+
"expectedArrivalUntil",
|
|
1787
|
+
"expectedPrognosis",
|
|
1788
|
+
"expectsAcceptanceOf",
|
|
1789
|
+
"experienceInPlaceOfEducation",
|
|
1790
|
+
"experienceRequirements",
|
|
1791
|
+
"expertConsiderations",
|
|
1792
|
+
"expires",
|
|
1793
|
+
"familyName",
|
|
1794
|
+
"fatContent",
|
|
1795
|
+
"faxNumber",
|
|
1796
|
+
"featureList",
|
|
1797
|
+
"feesAndCommissionsSpecification",
|
|
1798
|
+
"fiberContent",
|
|
1799
|
+
"fileFormat",
|
|
1800
|
+
"fileSize",
|
|
1801
|
+
"financialAidEligible",
|
|
1802
|
+
"firstAppearance",
|
|
1803
|
+
"firstPerformance",
|
|
1804
|
+
"flightDistance",
|
|
1805
|
+
"flightNumber",
|
|
1806
|
+
"floorLevel",
|
|
1807
|
+
"floorLimit",
|
|
1808
|
+
"floorSize",
|
|
1809
|
+
"followee",
|
|
1810
|
+
"follows",
|
|
1811
|
+
"followup",
|
|
1812
|
+
"foodEstablishment",
|
|
1813
|
+
"foodEvent",
|
|
1814
|
+
"foodWarning",
|
|
1815
|
+
"founder",
|
|
1816
|
+
"founders",
|
|
1817
|
+
"foundingDate",
|
|
1818
|
+
"foundingLocation",
|
|
1819
|
+
"free",
|
|
1820
|
+
"freeShippingThreshold",
|
|
1821
|
+
"frequency",
|
|
1822
|
+
"fromLocation",
|
|
1823
|
+
"fuelCapacity",
|
|
1824
|
+
"fuelConsumption",
|
|
1825
|
+
"fuelEfficiency",
|
|
1826
|
+
"fuelType",
|
|
1827
|
+
"functionalClass",
|
|
1828
|
+
"fundedItem",
|
|
1829
|
+
"funder",
|
|
1830
|
+
"game",
|
|
1831
|
+
"gameItem",
|
|
1832
|
+
"gameLocation",
|
|
1833
|
+
"gamePlatform",
|
|
1834
|
+
"gameServer",
|
|
1835
|
+
"gameTip",
|
|
1836
|
+
"gender",
|
|
1837
|
+
"genre",
|
|
1838
|
+
"geo",
|
|
1839
|
+
"geoContains",
|
|
1840
|
+
"geoCoveredBy",
|
|
1841
|
+
"geoCovers",
|
|
1842
|
+
"geoCrosses",
|
|
1843
|
+
"geoDisjoint",
|
|
1844
|
+
"geoEquals",
|
|
1845
|
+
"geoIntersects",
|
|
1846
|
+
"geoMidpoint",
|
|
1847
|
+
"geoOverlaps",
|
|
1848
|
+
"geoRadius",
|
|
1849
|
+
"geoTouches",
|
|
1850
|
+
"geoWithin",
|
|
1851
|
+
"geographicArea",
|
|
1852
|
+
"gettingTestedInfo",
|
|
1853
|
+
"givenName",
|
|
1854
|
+
"globalLocationNumber",
|
|
1855
|
+
"governmentBenefitsInfo",
|
|
1856
|
+
"gracePeriod",
|
|
1857
|
+
"grantee",
|
|
1858
|
+
"greater",
|
|
1859
|
+
"greaterOrEqual",
|
|
1860
|
+
"gtin12",
|
|
1861
|
+
"gtin13",
|
|
1862
|
+
"gtin14",
|
|
1863
|
+
"gtin8",
|
|
1864
|
+
"gtin",
|
|
1865
|
+
"guideline",
|
|
1866
|
+
"guidelineDate",
|
|
1867
|
+
"guidelineSubject",
|
|
1868
|
+
"handlingTime",
|
|
1869
|
+
"hasBroadcastChannel",
|
|
1870
|
+
"hasCategoryCode",
|
|
1871
|
+
"hasCourse",
|
|
1872
|
+
"hasCourseInstance",
|
|
1873
|
+
"hasCredential",
|
|
1874
|
+
"hasDefinedTerm",
|
|
1875
|
+
"hasDeliveryMethod",
|
|
1876
|
+
"hasDigitalDocumentPermission",
|
|
1877
|
+
"hasDriveThroughService",
|
|
1878
|
+
"hasEnergyConsumptionDetails",
|
|
1879
|
+
"hasEnergyEfficiencyCategory",
|
|
1880
|
+
"hasHealthAspect",
|
|
1881
|
+
"hasMap",
|
|
1882
|
+
"hasMeasurement",
|
|
1883
|
+
"hasMenu",
|
|
1884
|
+
"hasMenuItem",
|
|
1885
|
+
"hasMenuSection",
|
|
1886
|
+
"hasMerchantReturnPolicy",
|
|
1887
|
+
"hasOccupation",
|
|
1888
|
+
"hasOfferCatalog",
|
|
1889
|
+
"hasPOS",
|
|
1890
|
+
"hasPart",
|
|
1891
|
+
"hasVariant",
|
|
1892
|
+
"headline",
|
|
1893
|
+
"healthCondition",
|
|
1894
|
+
"healthPlanCoinsuranceOption",
|
|
1895
|
+
"healthPlanCoinsuranceRate",
|
|
1896
|
+
"healthPlanCopay",
|
|
1897
|
+
"healthPlanCopayOption",
|
|
1898
|
+
"healthPlanCostSharing",
|
|
1899
|
+
"healthPlanDrugOption",
|
|
1900
|
+
"healthPlanDrugTier",
|
|
1901
|
+
"healthPlanId",
|
|
1902
|
+
"healthPlanMarketingUrl",
|
|
1903
|
+
"healthPlanNetworkId",
|
|
1904
|
+
"healthPlanNetworkTier",
|
|
1905
|
+
"healthPlanPharmacyCategory",
|
|
1906
|
+
"healthcareReportingData",
|
|
1907
|
+
"height",
|
|
1908
|
+
"highPrice",
|
|
1909
|
+
"hiringOrganization",
|
|
1910
|
+
"holdingArchive",
|
|
1911
|
+
"homeLocation",
|
|
1912
|
+
"homeTeam",
|
|
1913
|
+
"honorificPrefix",
|
|
1914
|
+
"honorificSuffix",
|
|
1915
|
+
"hospitalAffiliation",
|
|
1916
|
+
"hostingOrganization",
|
|
1917
|
+
"hoursAvailable",
|
|
1918
|
+
"howPerformed",
|
|
1919
|
+
"httpMethod",
|
|
1920
|
+
"iataCode",
|
|
1921
|
+
"icaoCode",
|
|
1922
|
+
"identifier",
|
|
1923
|
+
"identifyingExam",
|
|
1924
|
+
"identifyingTest",
|
|
1925
|
+
"illustrator",
|
|
1926
|
+
"image",
|
|
1927
|
+
"imagingTechnique",
|
|
1928
|
+
"inAlbum",
|
|
1929
|
+
"inBroadcastLineup",
|
|
1930
|
+
"inCodeSet",
|
|
1931
|
+
"inDefinedTermSet",
|
|
1932
|
+
"inLanguage",
|
|
1933
|
+
"inPlaylist",
|
|
1934
|
+
"inProductGroupWithID",
|
|
1935
|
+
"inStoreReturnsOffered",
|
|
1936
|
+
"inSupportOf",
|
|
1937
|
+
"incentiveCompensation",
|
|
1938
|
+
"incentives",
|
|
1939
|
+
"includedComposition",
|
|
1940
|
+
"includedDataCatalog",
|
|
1941
|
+
"includedInDataCatalog",
|
|
1942
|
+
"includedInHealthInsurancePlan",
|
|
1943
|
+
"includedRiskFactor",
|
|
1944
|
+
"includesAttraction",
|
|
1945
|
+
"includesHealthPlanFormulary",
|
|
1946
|
+
"includesHealthPlanNetwork",
|
|
1947
|
+
"includesObject",
|
|
1948
|
+
"increasesRiskOf",
|
|
1949
|
+
"industry",
|
|
1950
|
+
"ineligibleRegion",
|
|
1951
|
+
"infectiousAgent",
|
|
1952
|
+
"infectiousAgentClass",
|
|
1953
|
+
"ingredients",
|
|
1954
|
+
"inker",
|
|
1955
|
+
"insertion",
|
|
1956
|
+
"installUrl",
|
|
1957
|
+
"instructor",
|
|
1958
|
+
"instrument",
|
|
1959
|
+
"intensity",
|
|
1960
|
+
"interactingDrug",
|
|
1961
|
+
"interactionCount",
|
|
1962
|
+
"interactionService",
|
|
1963
|
+
"interactionStatistic",
|
|
1964
|
+
"interactionType",
|
|
1965
|
+
"interactivityType",
|
|
1966
|
+
"interestRate",
|
|
1967
|
+
"inventoryLevel",
|
|
1968
|
+
"inverseOf",
|
|
1969
|
+
"isAcceptingNewPatients",
|
|
1970
|
+
"isAccessibleForFree",
|
|
1971
|
+
"isAccessoryOrSparePartFor",
|
|
1972
|
+
"isAvailableGenerically",
|
|
1973
|
+
"isBasedOn",
|
|
1974
|
+
"isBasedOnUrl",
|
|
1975
|
+
"isConsumableFor",
|
|
1976
|
+
"isFamilyFriendly",
|
|
1977
|
+
"isGift",
|
|
1978
|
+
"isLiveBroadcast",
|
|
1979
|
+
"isPartOf",
|
|
1980
|
+
"isPlanForApartment",
|
|
1981
|
+
"isProprietary",
|
|
1982
|
+
"isRelatedTo",
|
|
1983
|
+
"isResizable",
|
|
1984
|
+
"isSimilarTo",
|
|
1985
|
+
"isUnlabelledFallback",
|
|
1986
|
+
"isVariantOf",
|
|
1987
|
+
"isbn",
|
|
1988
|
+
"isicV4",
|
|
1989
|
+
"isrcCode",
|
|
1990
|
+
"issn",
|
|
1991
|
+
"issueNumber",
|
|
1992
|
+
"issuedBy",
|
|
1993
|
+
"issuedThrough",
|
|
1994
|
+
"iswcCode",
|
|
1995
|
+
"item",
|
|
1996
|
+
"itemCondition",
|
|
1997
|
+
"itemListElement",
|
|
1998
|
+
"itemListOrder",
|
|
1999
|
+
"itemLocation",
|
|
2000
|
+
"itemOffered",
|
|
2001
|
+
"itemReviewed",
|
|
2002
|
+
"itemShipped",
|
|
2003
|
+
"itinerary",
|
|
2004
|
+
"jobBenefits",
|
|
2005
|
+
"jobImmediateStart",
|
|
2006
|
+
"jobLocation",
|
|
2007
|
+
"jobLocationType",
|
|
2008
|
+
"jobStartDate",
|
|
2009
|
+
"jobTitle",
|
|
2010
|
+
"jurisdiction",
|
|
2011
|
+
"keywords",
|
|
2012
|
+
"knownVehicleDamages",
|
|
2013
|
+
"knows",
|
|
2014
|
+
"knowsAbout",
|
|
2015
|
+
"knowsLanguage",
|
|
2016
|
+
"labelDetails",
|
|
2017
|
+
"landlord",
|
|
2018
|
+
"language",
|
|
2019
|
+
"lastReviewed",
|
|
2020
|
+
"latitude",
|
|
2021
|
+
"layoutImage",
|
|
2022
|
+
"learningResourceType",
|
|
2023
|
+
"leaseLength",
|
|
2024
|
+
"legalName",
|
|
2025
|
+
"legalStatus",
|
|
2026
|
+
"legislationApplies",
|
|
2027
|
+
"legislationChanges",
|
|
2028
|
+
"legislationConsolidates",
|
|
2029
|
+
"legislationDate",
|
|
2030
|
+
"legislationDateVersion",
|
|
2031
|
+
"legislationIdentifier",
|
|
2032
|
+
"legislationJurisdiction",
|
|
2033
|
+
"legislationLegalForce",
|
|
2034
|
+
"legislationLegalValue",
|
|
2035
|
+
"legislationPassedBy",
|
|
2036
|
+
"legislationResponsible",
|
|
2037
|
+
"legislationTransposes",
|
|
2038
|
+
"legislationType",
|
|
2039
|
+
"leiCode",
|
|
2040
|
+
"lender",
|
|
2041
|
+
"lesser",
|
|
2042
|
+
"lesserOrEqual",
|
|
2043
|
+
"letterer",
|
|
2044
|
+
"license",
|
|
2045
|
+
"line",
|
|
2046
|
+
"linkRelationship",
|
|
2047
|
+
"liveBlogUpdate",
|
|
2048
|
+
"loanMortgageMandateAmount",
|
|
2049
|
+
"loanPaymentAmount",
|
|
2050
|
+
"loanPaymentFrequency",
|
|
2051
|
+
"loanRepaymentForm",
|
|
2052
|
+
"loanTerm",
|
|
2053
|
+
"loanType",
|
|
2054
|
+
"location",
|
|
2055
|
+
"locationCreated",
|
|
2056
|
+
"lodgingUnitDescription",
|
|
2057
|
+
"lodgingUnitType",
|
|
2058
|
+
"logo",
|
|
2059
|
+
"longitude",
|
|
2060
|
+
"loser",
|
|
2061
|
+
"lowPrice",
|
|
2062
|
+
"lyricist",
|
|
2063
|
+
"lyrics",
|
|
2064
|
+
"mainContentOfPage",
|
|
2065
|
+
"mainEntity",
|
|
2066
|
+
"mainEntityOfPage",
|
|
2067
|
+
"maintainer",
|
|
2068
|
+
"makesOffer",
|
|
2069
|
+
"manufacturer",
|
|
2070
|
+
"map",
|
|
2071
|
+
"mapType",
|
|
2072
|
+
"maps",
|
|
2073
|
+
"marginOfError",
|
|
2074
|
+
"masthead",
|
|
2075
|
+
"material",
|
|
2076
|
+
"materialExtent",
|
|
2077
|
+
"mathExpression",
|
|
2078
|
+
"maxPrice",
|
|
2079
|
+
"maxValue",
|
|
2080
|
+
"maximumAttendeeCapacity",
|
|
2081
|
+
"maximumEnrollment",
|
|
2082
|
+
"maximumIntake",
|
|
2083
|
+
"maximumPhysicalAttendeeCapacity",
|
|
2084
|
+
"maximumVirtualAttendeeCapacity",
|
|
2085
|
+
"mealService",
|
|
2086
|
+
"measuredProperty",
|
|
2087
|
+
"measuredValue",
|
|
2088
|
+
"measurementTechnique",
|
|
2089
|
+
"mechanismOfAction",
|
|
2090
|
+
"mediaAuthenticityCategory",
|
|
2091
|
+
"median",
|
|
2092
|
+
"medicalAudience",
|
|
2093
|
+
"medicalSpecialty",
|
|
2094
|
+
"medicineSystem",
|
|
2095
|
+
"meetsEmissionStandard",
|
|
2096
|
+
"member",
|
|
2097
|
+
"memberOf",
|
|
2098
|
+
"members",
|
|
2099
|
+
"membershipNumber",
|
|
2100
|
+
"membershipPointsEarned",
|
|
2101
|
+
"memoryRequirements",
|
|
2102
|
+
"mentions",
|
|
2103
|
+
"menu",
|
|
2104
|
+
"menuAddOn",
|
|
2105
|
+
"merchant",
|
|
2106
|
+
"merchantReturnDays",
|
|
2107
|
+
"merchantReturnLink",
|
|
2108
|
+
"messageAttachment",
|
|
2109
|
+
"mileageFromOdometer",
|
|
2110
|
+
"minPrice",
|
|
2111
|
+
"minValue",
|
|
2112
|
+
"minimumPaymentDue",
|
|
2113
|
+
"missionCoveragePrioritiesPolicy",
|
|
2114
|
+
"model",
|
|
2115
|
+
"modelDate",
|
|
2116
|
+
"modifiedTime",
|
|
2117
|
+
"monthlyMinimumRepaymentAmount",
|
|
2118
|
+
"monthsOfExperience",
|
|
2119
|
+
"mpn",
|
|
2120
|
+
"multipleValues",
|
|
2121
|
+
"muscleAction",
|
|
2122
|
+
"musicArrangement",
|
|
2123
|
+
"musicBy",
|
|
2124
|
+
"musicCompositionForm",
|
|
2125
|
+
"musicGroupMember",
|
|
2126
|
+
"musicReleaseFormat",
|
|
2127
|
+
"musicalKey",
|
|
2128
|
+
"naics",
|
|
2129
|
+
"name",
|
|
2130
|
+
"namedPosition",
|
|
2131
|
+
"nationality",
|
|
2132
|
+
"naturalProgression",
|
|
2133
|
+
"nerve",
|
|
2134
|
+
"nerveMotor",
|
|
2135
|
+
"netWorth",
|
|
2136
|
+
"newsUpdatesAndGuidelines",
|
|
2137
|
+
"nextItem",
|
|
2138
|
+
"noBylinesPolicy",
|
|
2139
|
+
"nonEqual",
|
|
2140
|
+
"nonProprietaryName",
|
|
2141
|
+
"nonprofitStatus",
|
|
2142
|
+
"normalRange",
|
|
2143
|
+
"nsn",
|
|
2144
|
+
"numAdults",
|
|
2145
|
+
"numChildren",
|
|
2146
|
+
"numConstraints",
|
|
2147
|
+
"numTracks",
|
|
2148
|
+
"numberOfAccommodationUnits",
|
|
2149
|
+
"numberOfAirbags",
|
|
2150
|
+
"numberOfAvailableAccommodationUnits",
|
|
2151
|
+
"numberOfAxles",
|
|
2152
|
+
"numberOfBathroomsTotal",
|
|
2153
|
+
"numberOfBedrooms",
|
|
2154
|
+
"numberOfBeds",
|
|
2155
|
+
"numberOfCredits",
|
|
2156
|
+
"numberOfDoors",
|
|
2157
|
+
"numberOfEmployees",
|
|
2158
|
+
"numberOfEpisodes",
|
|
2159
|
+
"numberOfForwardGears",
|
|
2160
|
+
"numberOfFullBathrooms",
|
|
2161
|
+
"numberOfItems",
|
|
2162
|
+
"numberOfLoanPayments",
|
|
2163
|
+
"numberOfPages",
|
|
2164
|
+
"numberOfPartialBathrooms",
|
|
2165
|
+
"numberOfPlayers",
|
|
2166
|
+
"numberOfPreviousOwners",
|
|
2167
|
+
"numberOfRooms",
|
|
2168
|
+
"numberOfSeasons",
|
|
2169
|
+
"numberedPosition",
|
|
2170
|
+
"nutrition",
|
|
2171
|
+
"object",
|
|
2172
|
+
"observationDate",
|
|
2173
|
+
"observedNode",
|
|
2174
|
+
"occupancy",
|
|
2175
|
+
"occupationLocation",
|
|
2176
|
+
"occupationalCategory",
|
|
2177
|
+
"occupationalCredentialAwarded",
|
|
2178
|
+
"offerCount",
|
|
2179
|
+
"offeredBy",
|
|
2180
|
+
"offers",
|
|
2181
|
+
"offersPrescriptionByMail",
|
|
2182
|
+
"openingHours",
|
|
2183
|
+
"openingHoursSpecification",
|
|
2184
|
+
"opens",
|
|
2185
|
+
"operatingSystem",
|
|
2186
|
+
"opponent",
|
|
2187
|
+
"option",
|
|
2188
|
+
"orderDate",
|
|
2189
|
+
"orderDelivery",
|
|
2190
|
+
"orderItemNumber",
|
|
2191
|
+
"orderItemStatus",
|
|
2192
|
+
"orderNumber",
|
|
2193
|
+
"orderQuantity",
|
|
2194
|
+
"orderStatus",
|
|
2195
|
+
"orderedItem",
|
|
2196
|
+
"organizer",
|
|
2197
|
+
"originAddress",
|
|
2198
|
+
"originatesFrom",
|
|
2199
|
+
"overdosage",
|
|
2200
|
+
"ownedFrom",
|
|
2201
|
+
"ownedThrough",
|
|
2202
|
+
"ownershipFundingInfo",
|
|
2203
|
+
"owns",
|
|
2204
|
+
"pageEnd",
|
|
2205
|
+
"pageStart",
|
|
2206
|
+
"pagination",
|
|
2207
|
+
"parent",
|
|
2208
|
+
"parentItem",
|
|
2209
|
+
"parentOrganization",
|
|
2210
|
+
"parentService",
|
|
2211
|
+
"parents",
|
|
2212
|
+
"partOfEpisode",
|
|
2213
|
+
"partOfInvoice",
|
|
2214
|
+
"partOfOrder",
|
|
2215
|
+
"partOfSeason",
|
|
2216
|
+
"partOfSeries",
|
|
2217
|
+
"partOfSystem",
|
|
2218
|
+
"partOfTVSeries",
|
|
2219
|
+
"partOfTrip",
|
|
2220
|
+
"participant",
|
|
2221
|
+
"partySize",
|
|
2222
|
+
"passengerPriorityStatus",
|
|
2223
|
+
"passengerSequenceNumber",
|
|
2224
|
+
"pathophysiology",
|
|
2225
|
+
"pattern",
|
|
2226
|
+
"payload",
|
|
2227
|
+
"paymentAccepted",
|
|
2228
|
+
"paymentDue",
|
|
2229
|
+
"paymentDueDate",
|
|
2230
|
+
"paymentMethod",
|
|
2231
|
+
"paymentMethodId",
|
|
2232
|
+
"paymentStatus",
|
|
2233
|
+
"paymentUrl",
|
|
2234
|
+
"penciler",
|
|
2235
|
+
"percentile10",
|
|
2236
|
+
"percentile25",
|
|
2237
|
+
"percentile75",
|
|
2238
|
+
"percentile90",
|
|
2239
|
+
"performTime",
|
|
2240
|
+
"performer",
|
|
2241
|
+
"performerIn",
|
|
2242
|
+
"performers",
|
|
2243
|
+
"permissionType",
|
|
2244
|
+
"permissions",
|
|
2245
|
+
"permitAudience",
|
|
2246
|
+
"permittedUsage",
|
|
2247
|
+
"petsAllowed",
|
|
2248
|
+
"phoneticText",
|
|
2249
|
+
"photo",
|
|
2250
|
+
"photos",
|
|
2251
|
+
"physicalRequirement",
|
|
2252
|
+
"physiologicalBenefits",
|
|
2253
|
+
"pickupLocation",
|
|
2254
|
+
"pickupTime",
|
|
2255
|
+
"playMode",
|
|
2256
|
+
"playerType",
|
|
2257
|
+
"playersOnline",
|
|
2258
|
+
"polygon",
|
|
2259
|
+
"populationType",
|
|
2260
|
+
"position",
|
|
2261
|
+
"possibleComplication",
|
|
2262
|
+
"possibleTreatment",
|
|
2263
|
+
"postOfficeBoxNumber",
|
|
2264
|
+
"postOp",
|
|
2265
|
+
"postalCode",
|
|
2266
|
+
"postalCodeBegin",
|
|
2267
|
+
"postalCodeEnd",
|
|
2268
|
+
"postalCodePrefix",
|
|
2269
|
+
"postalCodeRange",
|
|
2270
|
+
"potentialAction",
|
|
2271
|
+
"preOp",
|
|
2272
|
+
"predecessorOf",
|
|
2273
|
+
"pregnancyCategory",
|
|
2274
|
+
"pregnancyWarning",
|
|
2275
|
+
"prepTime",
|
|
2276
|
+
"preparation",
|
|
2277
|
+
"prescribingInfo",
|
|
2278
|
+
"prescriptionStatus",
|
|
2279
|
+
"previousItem",
|
|
2280
|
+
"previousStartDate",
|
|
2281
|
+
"price",
|
|
2282
|
+
"priceComponent",
|
|
2283
|
+
"priceComponentType",
|
|
2284
|
+
"priceCurrency",
|
|
2285
|
+
"priceRange",
|
|
2286
|
+
"priceSpecification",
|
|
2287
|
+
"priceType",
|
|
2288
|
+
"priceValidUntil",
|
|
2289
|
+
"primaryImageOfPage",
|
|
2290
|
+
"primaryPrevention",
|
|
2291
|
+
"printColumn",
|
|
2292
|
+
"printEdition",
|
|
2293
|
+
"printPage",
|
|
2294
|
+
"printSection",
|
|
2295
|
+
"procedure",
|
|
2296
|
+
"procedureType",
|
|
2297
|
+
"processingTime",
|
|
2298
|
+
"processorRequirements",
|
|
2299
|
+
"producer",
|
|
2300
|
+
"produces",
|
|
2301
|
+
"productGroupID",
|
|
2302
|
+
"productID",
|
|
2303
|
+
"productSupported",
|
|
2304
|
+
"productionCompany",
|
|
2305
|
+
"productionDate",
|
|
2306
|
+
"proficiencyLevel",
|
|
2307
|
+
"programMembershipUsed",
|
|
2308
|
+
"programName",
|
|
2309
|
+
"programPrerequisites",
|
|
2310
|
+
"programType",
|
|
2311
|
+
"programmingLanguage",
|
|
2312
|
+
"programmingModel",
|
|
2313
|
+
"propertyID",
|
|
2314
|
+
"proprietaryName",
|
|
2315
|
+
"proteinContent",
|
|
2316
|
+
"provider",
|
|
2317
|
+
"providerMobility",
|
|
2318
|
+
"providesBroadcastService",
|
|
2319
|
+
"providesService",
|
|
2320
|
+
"publicAccess",
|
|
2321
|
+
"publicTransportClosuresInfo",
|
|
2322
|
+
"publication",
|
|
2323
|
+
"publicationType",
|
|
2324
|
+
"publishedBy",
|
|
2325
|
+
"publishedOn",
|
|
2326
|
+
"publisher",
|
|
2327
|
+
"publisherImprint",
|
|
2328
|
+
"publishingPrinciples",
|
|
2329
|
+
"purchaseDate",
|
|
2330
|
+
"qualifications",
|
|
2331
|
+
"quarantineGuidelines",
|
|
2332
|
+
"query",
|
|
2333
|
+
"quest",
|
|
2334
|
+
"question",
|
|
2335
|
+
"rangeIncludes",
|
|
2336
|
+
"ratingCount",
|
|
2337
|
+
"ratingExplanation",
|
|
2338
|
+
"ratingValue",
|
|
2339
|
+
"readBy",
|
|
2340
|
+
"readonlyValue",
|
|
2341
|
+
"realEstateAgent",
|
|
2342
|
+
"recipe",
|
|
2343
|
+
"recipeCategory",
|
|
2344
|
+
"recipeCuisine",
|
|
2345
|
+
"recipeIngredient",
|
|
2346
|
+
"recipeInstructions",
|
|
2347
|
+
"recipeYield",
|
|
2348
|
+
"recipient",
|
|
2349
|
+
"recognizedBy",
|
|
2350
|
+
"recognizingAuthority",
|
|
2351
|
+
"recommendationStrength",
|
|
2352
|
+
"recommendedIntake",
|
|
2353
|
+
"recordLabel",
|
|
2354
|
+
"recordedAs",
|
|
2355
|
+
"recordedAt",
|
|
2356
|
+
"recordedIn",
|
|
2357
|
+
"recordingOf",
|
|
2358
|
+
"recourseLoan",
|
|
2359
|
+
"referenceQuantity",
|
|
2360
|
+
"referencesOrder",
|
|
2361
|
+
"refundType",
|
|
2362
|
+
"regionDrained",
|
|
2363
|
+
"regionsAllowed",
|
|
2364
|
+
"relatedAnatomy",
|
|
2365
|
+
"relatedCondition",
|
|
2366
|
+
"relatedDrug",
|
|
2367
|
+
"relatedLink",
|
|
2368
|
+
"relatedStructure",
|
|
2369
|
+
"relatedTherapy",
|
|
2370
|
+
"relatedTo",
|
|
2371
|
+
"releaseDate",
|
|
2372
|
+
"releaseNotes",
|
|
2373
|
+
"releaseOf",
|
|
2374
|
+
"releasedEvent",
|
|
2375
|
+
"relevantOccupation",
|
|
2376
|
+
"relevantSpecialty",
|
|
2377
|
+
"remainingAttendeeCapacity",
|
|
2378
|
+
"renegotiableLoan",
|
|
2379
|
+
"repeatCount",
|
|
2380
|
+
"repeatFrequency",
|
|
2381
|
+
"repetitions",
|
|
2382
|
+
"replacee",
|
|
2383
|
+
"replacer",
|
|
2384
|
+
"replyToUrl",
|
|
2385
|
+
"reportNumber",
|
|
2386
|
+
"representativeOfPage",
|
|
2387
|
+
"requiredCollateral",
|
|
2388
|
+
"requiredGender",
|
|
2389
|
+
"requiredMaxAge",
|
|
2390
|
+
"requiredMinAge",
|
|
2391
|
+
"requiredQuantity",
|
|
2392
|
+
"requirements",
|
|
2393
|
+
"requiresSubscription",
|
|
2394
|
+
"reservationFor",
|
|
2395
|
+
"reservationId",
|
|
2396
|
+
"reservationStatus",
|
|
2397
|
+
"reservedTicket",
|
|
2398
|
+
"responsibilities",
|
|
2399
|
+
"restPeriods",
|
|
2400
|
+
"result",
|
|
2401
|
+
"resultComment",
|
|
2402
|
+
"resultReview",
|
|
2403
|
+
"returnFees",
|
|
2404
|
+
"returnPolicyCategory",
|
|
2405
|
+
"review",
|
|
2406
|
+
"reviewAspect",
|
|
2407
|
+
"reviewBody",
|
|
2408
|
+
"reviewCount",
|
|
2409
|
+
"reviewRating",
|
|
2410
|
+
"reviewedBy",
|
|
2411
|
+
"reviews",
|
|
2412
|
+
"riskFactor",
|
|
2413
|
+
"risks",
|
|
2414
|
+
"roleName",
|
|
2415
|
+
"roofLoad",
|
|
2416
|
+
"rsvpResponse",
|
|
2417
|
+
"runsTo",
|
|
2418
|
+
"runtime",
|
|
2419
|
+
"runtimePlatform",
|
|
2420
|
+
"rxcui",
|
|
2421
|
+
"safetyConsideration",
|
|
2422
|
+
"salaryCurrency",
|
|
2423
|
+
"salaryUponCompletion",
|
|
2424
|
+
"sameAs",
|
|
2425
|
+
"sampleType",
|
|
2426
|
+
"saturatedFatContent",
|
|
2427
|
+
"scheduleTimezone",
|
|
2428
|
+
"scheduledPaymentDate",
|
|
2429
|
+
"scheduledTime",
|
|
2430
|
+
"schemaVersion",
|
|
2431
|
+
"schoolClosuresInfo",
|
|
2432
|
+
"screenCount",
|
|
2433
|
+
"screenshot",
|
|
2434
|
+
"sdDatePublished",
|
|
2435
|
+
"sdLicense",
|
|
2436
|
+
"sdPublisher",
|
|
2437
|
+
"season",
|
|
2438
|
+
"seasonNumber",
|
|
2439
|
+
"seasons",
|
|
2440
|
+
"seatNumber",
|
|
2441
|
+
"seatRow",
|
|
2442
|
+
"seatSection",
|
|
2443
|
+
"seatingCapacity",
|
|
2444
|
+
"seatingType",
|
|
2445
|
+
"secondaryPrevention",
|
|
2446
|
+
"securityClearanceRequirement",
|
|
2447
|
+
"securityScreening",
|
|
2448
|
+
"seeks",
|
|
2449
|
+
"seller",
|
|
2450
|
+
"sender",
|
|
2451
|
+
"sensoryRequirement",
|
|
2452
|
+
"sensoryUnit",
|
|
2453
|
+
"serialNumber",
|
|
2454
|
+
"seriousAdverseOutcome",
|
|
2455
|
+
"serverStatus",
|
|
2456
|
+
"servesCuisine",
|
|
2457
|
+
"serviceArea",
|
|
2458
|
+
"serviceAudience",
|
|
2459
|
+
"serviceLocation",
|
|
2460
|
+
"serviceOperator",
|
|
2461
|
+
"serviceOutput",
|
|
2462
|
+
"servicePhone",
|
|
2463
|
+
"servicePostalAddress",
|
|
2464
|
+
"serviceSmsNumber",
|
|
2465
|
+
"serviceType",
|
|
2466
|
+
"serviceUrl",
|
|
2467
|
+
"servingSize",
|
|
2468
|
+
"sharedContent",
|
|
2469
|
+
"shippingDestination",
|
|
2470
|
+
"shippingDetails",
|
|
2471
|
+
"shippingLabel",
|
|
2472
|
+
"shippingRate",
|
|
2473
|
+
"shippingSettingsLink",
|
|
2474
|
+
"sibling",
|
|
2475
|
+
"siblings",
|
|
2476
|
+
"signDetected",
|
|
2477
|
+
"signOrSymptom",
|
|
2478
|
+
"significance",
|
|
2479
|
+
"significantLink",
|
|
2480
|
+
"significantLinks",
|
|
2481
|
+
"size",
|
|
2482
|
+
"sizeGroup",
|
|
2483
|
+
"sizeSystem",
|
|
2484
|
+
"skills",
|
|
2485
|
+
"sku",
|
|
2486
|
+
"slogan",
|
|
2487
|
+
"smokingAllowed",
|
|
2488
|
+
"sodiumContent",
|
|
2489
|
+
"softwareAddOn",
|
|
2490
|
+
"softwareHelp",
|
|
2491
|
+
"softwareRequirements",
|
|
2492
|
+
"softwareVersion",
|
|
2493
|
+
"sourceOrganization",
|
|
2494
|
+
"sourcedFrom",
|
|
2495
|
+
"spatial",
|
|
2496
|
+
"spatialCoverage",
|
|
2497
|
+
"speakable",
|
|
2498
|
+
"specialCommitments",
|
|
2499
|
+
"specialOpeningHoursSpecification",
|
|
2500
|
+
"specialty",
|
|
2501
|
+
"speechToTextMarkup",
|
|
2502
|
+
"speed",
|
|
2503
|
+
"spokenByCharacter",
|
|
2504
|
+
"sponsor",
|
|
2505
|
+
"sport",
|
|
2506
|
+
"sportsActivityLocation",
|
|
2507
|
+
"sportsEvent",
|
|
2508
|
+
"sportsTeam",
|
|
2509
|
+
"spouse",
|
|
2510
|
+
"stage",
|
|
2511
|
+
"stageAsNumber",
|
|
2512
|
+
"starRating",
|
|
2513
|
+
"startDate",
|
|
2514
|
+
"startOffset",
|
|
2515
|
+
"startTime",
|
|
2516
|
+
"status",
|
|
2517
|
+
"steeringPosition",
|
|
2518
|
+
"step",
|
|
2519
|
+
"stepValue",
|
|
2520
|
+
"steps",
|
|
2521
|
+
"storageRequirements",
|
|
2522
|
+
"streetAddress",
|
|
2523
|
+
"strengthUnit",
|
|
2524
|
+
"strengthValue",
|
|
2525
|
+
"structuralClass",
|
|
2526
|
+
"study",
|
|
2527
|
+
"studyDesign",
|
|
2528
|
+
"studyLocation",
|
|
2529
|
+
"studySubject",
|
|
2530
|
+
"subEvent",
|
|
2531
|
+
"subEvents",
|
|
2532
|
+
"subOrganization",
|
|
2533
|
+
"subReservation",
|
|
2534
|
+
"subStageSuffix",
|
|
2535
|
+
"subStructure",
|
|
2536
|
+
"subTest",
|
|
2537
|
+
"subTrip",
|
|
2538
|
+
"subjectOf",
|
|
2539
|
+
"subtitleLanguage",
|
|
2540
|
+
"successorOf",
|
|
2541
|
+
"sugarContent",
|
|
2542
|
+
"suggestedAge",
|
|
2543
|
+
"suggestedAnswer",
|
|
2544
|
+
"suggestedGender",
|
|
2545
|
+
"suggestedMaxAge",
|
|
2546
|
+
"suggestedMeasurement",
|
|
2547
|
+
"suggestedMinAge",
|
|
2548
|
+
"suitableForDiet",
|
|
2549
|
+
"superEvent",
|
|
2550
|
+
"supersededBy",
|
|
2551
|
+
"supply",
|
|
2552
|
+
"supplyTo",
|
|
2553
|
+
"supportingData",
|
|
2554
|
+
"surface",
|
|
2555
|
+
"target",
|
|
2556
|
+
"targetCollection",
|
|
2557
|
+
"targetDescription",
|
|
2558
|
+
"targetName",
|
|
2559
|
+
"targetPlatform",
|
|
2560
|
+
"targetPopulation",
|
|
2561
|
+
"targetProduct",
|
|
2562
|
+
"targetUrl",
|
|
2563
|
+
"taxID",
|
|
2564
|
+
"teaches",
|
|
2565
|
+
"telephone",
|
|
2566
|
+
"temporal",
|
|
2567
|
+
"temporalCoverage",
|
|
2568
|
+
"termCode",
|
|
2569
|
+
"termDuration",
|
|
2570
|
+
"termsOfService",
|
|
2571
|
+
"termsPerYear",
|
|
2572
|
+
"text",
|
|
2573
|
+
"textValue",
|
|
2574
|
+
"thumbnail",
|
|
2575
|
+
"thumbnailUrl",
|
|
2576
|
+
"tickerSymbol",
|
|
2577
|
+
"ticketNumber",
|
|
2578
|
+
"ticketToken",
|
|
2579
|
+
"ticketedSeat",
|
|
2580
|
+
"timeOfDay",
|
|
2581
|
+
"timeRequired",
|
|
2582
|
+
"timeToComplete",
|
|
2583
|
+
"tissueSample",
|
|
2584
|
+
"title",
|
|
2585
|
+
"titleEIDR",
|
|
2586
|
+
"toLocation",
|
|
2587
|
+
"toRecipient",
|
|
2588
|
+
"tocContinuation",
|
|
2589
|
+
"tocEntry",
|
|
2590
|
+
"tongueWeight",
|
|
2591
|
+
"tool",
|
|
2592
|
+
"torque",
|
|
2593
|
+
"totalJobOpenings",
|
|
2594
|
+
"totalPaymentDue",
|
|
2595
|
+
"totalPrice",
|
|
2596
|
+
"totalTime",
|
|
2597
|
+
"tourBookingPage",
|
|
2598
|
+
"touristType",
|
|
2599
|
+
"track",
|
|
2600
|
+
"trackingNumber",
|
|
2601
|
+
"trackingUrl",
|
|
2602
|
+
"tracks",
|
|
2603
|
+
"trailer",
|
|
2604
|
+
"trailerWeight",
|
|
2605
|
+
"trainName",
|
|
2606
|
+
"trainNumber",
|
|
2607
|
+
"trainingSalary",
|
|
2608
|
+
"transFatContent",
|
|
2609
|
+
"transcript",
|
|
2610
|
+
"transitTime",
|
|
2611
|
+
"transitTimeLabel",
|
|
2612
|
+
"translationOfWork",
|
|
2613
|
+
"translator",
|
|
2614
|
+
"transmissionMethod",
|
|
2615
|
+
"travelBans",
|
|
2616
|
+
"trialDesign",
|
|
2617
|
+
"tributary",
|
|
2618
|
+
"typeOfBed",
|
|
2619
|
+
"typeOfGood",
|
|
2620
|
+
"typicalAgeRange",
|
|
2621
|
+
"typicalCreditsPerTerm",
|
|
2622
|
+
"typicalTest",
|
|
2623
|
+
"underName",
|
|
2624
|
+
"unitCode",
|
|
2625
|
+
"unitText",
|
|
2626
|
+
"unnamedSourcesPolicy",
|
|
2627
|
+
"unsaturatedFatContent",
|
|
2628
|
+
"uploadDate",
|
|
2629
|
+
"upvoteCount",
|
|
2630
|
+
"url",
|
|
2631
|
+
"urlTemplate",
|
|
2632
|
+
"usageInfo",
|
|
2633
|
+
"usedToDiagnose",
|
|
2634
|
+
"userInteractionCount",
|
|
2635
|
+
"usesDevice",
|
|
2636
|
+
"usesHealthPlanIdStandard",
|
|
2637
|
+
"utterances",
|
|
2638
|
+
"validFor",
|
|
2639
|
+
"validFrom",
|
|
2640
|
+
"validIn",
|
|
2641
|
+
"validThrough",
|
|
2642
|
+
"validUntil",
|
|
2643
|
+
"value",
|
|
2644
|
+
"valueAddedTaxIncluded",
|
|
2645
|
+
"valueMaxLength",
|
|
2646
|
+
"valueMinLength",
|
|
2647
|
+
"valueName",
|
|
2648
|
+
"valuePattern",
|
|
2649
|
+
"valueReference",
|
|
2650
|
+
"valueRequired",
|
|
2651
|
+
"variableMeasured",
|
|
2652
|
+
"variantCover",
|
|
2653
|
+
"variesBy",
|
|
2654
|
+
"vatID",
|
|
2655
|
+
"vehicleConfiguration",
|
|
2656
|
+
"vehicleEngine",
|
|
2657
|
+
"vehicleIdentificationNumber",
|
|
2658
|
+
"vehicleInteriorColor",
|
|
2659
|
+
"vehicleInteriorType",
|
|
2660
|
+
"vehicleModelDate",
|
|
2661
|
+
"vehicleSeatingCapacity",
|
|
2662
|
+
"vehicleSpecialUsage",
|
|
2663
|
+
"vehicleTransmission",
|
|
2664
|
+
"vendor",
|
|
2665
|
+
"verificationFactCheckingPolicy",
|
|
2666
|
+
"version",
|
|
2667
|
+
"video",
|
|
2668
|
+
"videoFormat",
|
|
2669
|
+
"videoFrameSize",
|
|
2670
|
+
"videoQuality",
|
|
2671
|
+
"volumeNumber",
|
|
2672
|
+
"warning",
|
|
2673
|
+
"warranty",
|
|
2674
|
+
"warrantyPromise",
|
|
2675
|
+
"warrantyScope",
|
|
2676
|
+
"webCheckinTime",
|
|
2677
|
+
"webFeed",
|
|
2678
|
+
"weight",
|
|
2679
|
+
"weightTotal",
|
|
2680
|
+
"wheelbase",
|
|
2681
|
+
"width",
|
|
2682
|
+
"winner",
|
|
2683
|
+
"wordCount",
|
|
2684
|
+
"workExample",
|
|
2685
|
+
"workFeatured",
|
|
2686
|
+
"workHours",
|
|
2687
|
+
"workLocation",
|
|
2688
|
+
"workPerformed",
|
|
2689
|
+
"workPresented",
|
|
2690
|
+
"workTranslation",
|
|
2691
|
+
"workload",
|
|
2692
|
+
"worksFor",
|
|
2693
|
+
"worstRating",
|
|
2694
|
+
"xpath",
|
|
2695
|
+
"yearBuilt",
|
|
2696
|
+
"yearlyRevenue",
|
|
2697
|
+
"yearsInOperation",
|
|
2698
|
+
"yield",
|
|
2699
|
+
],
|
|
2700
|
+
});
|