ldkit 0.6.1 → 0.6.3
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/LICENSE +1 -1
- package/README.md +113 -3
- package/esm/library/decoder.js +0 -5
- package/esm/library/namespaces/dbo.js +3650 -0
- package/esm/library/namespaces/dc.js +22 -0
- package/esm/library/namespaces/foaf.js +70 -0
- package/esm/library/namespaces/gr.js +176 -0
- package/esm/library/namespaces/mod.js +7 -2
- package/esm/library/namespaces/sioc.js +106 -0
- package/esm/library/resource/resource.js +4 -4
- package/package.json +1 -1
- package/script/library/decoder.js +0 -5
- package/script/library/namespaces/dbo.js +3652 -0
- package/script/library/namespaces/dc.js +24 -0
- package/script/library/namespaces/foaf.js +72 -0
- package/script/library/namespaces/gr.js +178 -0
- package/script/library/namespaces/mod.js +15 -5
- package/script/library/namespaces/sioc.js +108 -0
- package/script/library/resource/resource.js +4 -4
- package/types/library/namespaces/dbo.d.ts +3649 -0
- package/types/library/namespaces/dc.d.ts +21 -0
- package/types/library/namespaces/dcterms.d.ts +18 -18
- package/types/library/namespaces/foaf.d.ts +69 -0
- package/types/library/namespaces/gr.d.ts +175 -0
- package/types/library/namespaces/mod.d.ts +7 -2
- package/types/library/namespaces/rdf.d.ts +2 -2
- package/types/library/namespaces/rdfs.d.ts +4 -4
- package/types/library/namespaces/schema.d.ts +261 -261
- package/types/library/namespaces/sioc.d.ts +105 -0
- package/types/library/namespaces/skos.d.ts +3 -3
- package/types/library/namespaces/xsd.d.ts +3 -3
|
@@ -3,24 +3,275 @@ declare const _default: {
|
|
|
3
3
|
value: "schema:value";
|
|
4
4
|
query: "schema:query";
|
|
5
5
|
map: "schema:map";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
Airline: "schema:Airline";
|
|
7
|
+
Airport: "schema:Airport";
|
|
8
|
+
AnatomicalStructure: "schema:AnatomicalStructure";
|
|
9
|
+
Artery: "schema:Artery";
|
|
10
|
+
Article: "schema:Article";
|
|
11
|
+
Bacteria: "schema:Bacteria";
|
|
12
|
+
Beach: "schema:Beach";
|
|
13
|
+
BodyOfWater: "schema:BodyOfWater";
|
|
14
|
+
Bone: "schema:Bone";
|
|
15
|
+
Book: "schema:Book";
|
|
16
|
+
Brewery: "schema:Brewery";
|
|
17
|
+
Bridge: "schema:Bridge";
|
|
18
|
+
Canal: "schema:Canal";
|
|
19
|
+
Casino: "schema:Casino";
|
|
20
|
+
Cemetery: "schema:Cemetery";
|
|
21
|
+
Church: "schema:Church";
|
|
22
|
+
City: "schema:City";
|
|
23
|
+
Continent: "schema:Continent";
|
|
24
|
+
Country: "schema:Country";
|
|
25
|
+
Drug: "schema:Drug";
|
|
26
|
+
Event: "schema:Event";
|
|
27
|
+
Fungus: "schema:Fungus";
|
|
28
|
+
Game: "schema:Game";
|
|
29
|
+
GolfCourse: "schema:GolfCourse";
|
|
30
|
+
Hospital: "schema:Hospital";
|
|
31
|
+
Hotel: "schema:Hotel";
|
|
32
|
+
Language: "schema:Language";
|
|
33
|
+
Library: "schema:Library";
|
|
34
|
+
Ligament: "schema:Ligament";
|
|
35
|
+
MedicalSpecialty: "schema:MedicalSpecialty";
|
|
36
|
+
Mosque: "schema:Mosque";
|
|
37
|
+
Motorcycle: "schema:Motorcycle";
|
|
38
|
+
Mountain: "schema:Mountain";
|
|
39
|
+
Muscle: "schema:Muscle";
|
|
40
|
+
Museum: "schema:Museum";
|
|
41
|
+
Nerve: "schema:Nerve";
|
|
42
|
+
Newspaper: "schema:Newspaper";
|
|
43
|
+
Painting: "schema:Painting";
|
|
44
|
+
Park: "schema:Park";
|
|
45
|
+
Person: "schema:Person";
|
|
46
|
+
Place: "schema:Place";
|
|
47
|
+
Play: "schema:Play";
|
|
48
|
+
Project: "schema:Project";
|
|
49
|
+
RadioStation: "schema:RadioStation";
|
|
50
|
+
ResearchProject: "schema:ResearchProject";
|
|
51
|
+
Restaurant: "schema:Restaurant";
|
|
52
|
+
School: "schema:School";
|
|
53
|
+
Sculpture: "schema:Sculpture";
|
|
54
|
+
SkiResort: "schema:SkiResort";
|
|
55
|
+
SportsClub: "schema:SportsClub";
|
|
56
|
+
SportsEvent: "schema:SportsEvent";
|
|
57
|
+
SportsTeam: "schema:SportsTeam";
|
|
58
|
+
State: "schema:State";
|
|
59
|
+
Synagogue: "schema:Synagogue";
|
|
60
|
+
TelevisionStation: "schema:TelevisionStation";
|
|
61
|
+
Vein: "schema:Vein";
|
|
62
|
+
VideoGame: "schema:VideoGame";
|
|
63
|
+
Volcano: "schema:Volcano";
|
|
64
|
+
Winery: "schema:Winery";
|
|
65
|
+
Zoo: "schema:Zoo";
|
|
11
66
|
abstract: "schema:abstract";
|
|
12
|
-
|
|
13
|
-
|
|
67
|
+
address: "schema:address";
|
|
68
|
+
affiliation: "schema:affiliation";
|
|
69
|
+
album: "schema:album";
|
|
70
|
+
alumni: "schema:alumni";
|
|
71
|
+
appearance: "schema:appearance";
|
|
72
|
+
area: "schema:area";
|
|
73
|
+
artist: "schema:artist";
|
|
74
|
+
assembly: "schema:assembly";
|
|
75
|
+
author: "schema:author";
|
|
76
|
+
award: "schema:award";
|
|
77
|
+
birthDate: "schema:birthDate";
|
|
78
|
+
birthPlace: "schema:birthPlace";
|
|
79
|
+
brand: "schema:brand";
|
|
80
|
+
callSign: "schema:callSign";
|
|
81
|
+
category: "schema:category";
|
|
82
|
+
circle: "schema:circle";
|
|
83
|
+
coach: "schema:coach";
|
|
84
|
+
code: "schema:code";
|
|
85
|
+
colleague: "schema:colleague";
|
|
86
|
+
collection: "schema:collection";
|
|
87
|
+
collectionSize: "schema:collectionSize";
|
|
88
|
+
comment: "schema:comment";
|
|
89
|
+
composer: "schema:composer";
|
|
90
|
+
course: "schema:course";
|
|
14
91
|
creator: "schema:creator";
|
|
92
|
+
currency: "schema:currency";
|
|
93
|
+
deathDate: "schema:deathDate";
|
|
94
|
+
deathPlace: "schema:deathPlace";
|
|
95
|
+
department: "schema:department";
|
|
96
|
+
depth: "schema:depth";
|
|
15
97
|
description: "schema:description";
|
|
16
|
-
|
|
17
|
-
|
|
98
|
+
differentialDiagnosis: "schema:differentialDiagnosis";
|
|
99
|
+
director: "schema:director";
|
|
100
|
+
dissolutionDate: "schema:dissolutionDate";
|
|
101
|
+
distance: "schema:distance";
|
|
102
|
+
drainsTo: "schema:drainsTo";
|
|
103
|
+
drug: "schema:drug";
|
|
104
|
+
duration: "schema:duration";
|
|
105
|
+
editor: "schema:editor";
|
|
106
|
+
elevation: "schema:elevation";
|
|
107
|
+
endDate: "schema:endDate";
|
|
108
|
+
enginePower: "schema:enginePower";
|
|
109
|
+
engineType: "schema:engineType";
|
|
110
|
+
episode: "schema:episode";
|
|
111
|
+
episodeNumber: "schema:episodeNumber";
|
|
112
|
+
event: "schema:event";
|
|
113
|
+
fileSize: "schema:fileSize";
|
|
114
|
+
firstAppearance: "schema:firstAppearance";
|
|
115
|
+
follows: "schema:follows";
|
|
116
|
+
founder: "schema:founder";
|
|
117
|
+
foundingDate: "schema:foundingDate";
|
|
118
|
+
free: "schema:free";
|
|
119
|
+
frequency: "schema:frequency";
|
|
120
|
+
fuelCapacity: "schema:fuelCapacity";
|
|
121
|
+
fuelConsumption: "schema:fuelConsumption";
|
|
122
|
+
fuelType: "schema:fuelType";
|
|
123
|
+
gender: "schema:gender";
|
|
124
|
+
genre: "schema:genre";
|
|
125
|
+
hasVariant: "schema:hasVariant";
|
|
126
|
+
height: "schema:height";
|
|
127
|
+
illustrator: "schema:illustrator";
|
|
128
|
+
industry: "schema:industry";
|
|
129
|
+
instrument: "schema:instrument";
|
|
18
130
|
isPartOf: "schema:isPartOf";
|
|
131
|
+
isbn: "schema:isbn";
|
|
132
|
+
issn: "schema:issn";
|
|
133
|
+
jurisdiction: "schema:jurisdiction";
|
|
134
|
+
language: "schema:language";
|
|
19
135
|
license: "schema:license";
|
|
136
|
+
location: "schema:location";
|
|
137
|
+
logo: "schema:logo";
|
|
138
|
+
lyrics: "schema:lyrics";
|
|
139
|
+
manufacturer: "schema:manufacturer";
|
|
140
|
+
material: "schema:material";
|
|
141
|
+
medicalSpecialty: "schema:medicalSpecialty";
|
|
142
|
+
member: "schema:member";
|
|
143
|
+
model: "schema:model";
|
|
144
|
+
musicBy: "schema:musicBy";
|
|
145
|
+
musicalKey: "schema:musicalKey";
|
|
146
|
+
name: "schema:name";
|
|
147
|
+
nationality: "schema:nationality";
|
|
148
|
+
nerve: "schema:nerve";
|
|
149
|
+
numberOfDoors: "schema:numberOfDoors";
|
|
150
|
+
numberOfEmployees: "schema:numberOfEmployees";
|
|
151
|
+
numberOfEpisodes: "schema:numberOfEpisodes";
|
|
152
|
+
numberOfPages: "schema:numberOfPages";
|
|
153
|
+
numberOfPlayers: "schema:numberOfPlayers";
|
|
154
|
+
numberOfRooms: "schema:numberOfRooms";
|
|
155
|
+
numberOfSeasons: "schema:numberOfSeasons";
|
|
156
|
+
operatingSystem: "schema:operatingSystem";
|
|
157
|
+
opponent: "schema:opponent";
|
|
158
|
+
orderDate: "schema:orderDate";
|
|
159
|
+
owns: "schema:owns";
|
|
160
|
+
parent: "schema:parent";
|
|
161
|
+
participant: "schema:participant";
|
|
162
|
+
performer: "schema:performer";
|
|
163
|
+
position: "schema:position";
|
|
164
|
+
postalCode: "schema:postalCode";
|
|
165
|
+
price: "schema:price";
|
|
166
|
+
procedure: "schema:procedure";
|
|
167
|
+
producer: "schema:producer";
|
|
168
|
+
produces: "schema:produces";
|
|
169
|
+
productionCompany: "schema:productionCompany";
|
|
170
|
+
programmingLanguage: "schema:programmingLanguage";
|
|
171
|
+
publication: "schema:publication";
|
|
20
172
|
publisher: "schema:publisher";
|
|
173
|
+
recordLabel: "schema:recordLabel";
|
|
174
|
+
recordedIn: "schema:recordedIn";
|
|
175
|
+
releaseDate: "schema:releaseDate";
|
|
176
|
+
result: "schema:result";
|
|
177
|
+
review: "schema:review";
|
|
178
|
+
runtime: "schema:runtime";
|
|
179
|
+
season: "schema:season";
|
|
180
|
+
seasonNumber: "schema:seasonNumber";
|
|
181
|
+
seatNumber: "schema:seatNumber";
|
|
182
|
+
seatingCapacity: "schema:seatingCapacity";
|
|
183
|
+
servingSize: "schema:servingSize";
|
|
184
|
+
sibling: "schema:sibling";
|
|
185
|
+
skills: "schema:skills";
|
|
186
|
+
slogan: "schema:slogan";
|
|
187
|
+
sport: "schema:sport";
|
|
188
|
+
spouse: "schema:spouse";
|
|
189
|
+
starRating: "schema:starRating";
|
|
190
|
+
startDate: "schema:startDate";
|
|
191
|
+
status: "schema:status";
|
|
192
|
+
supply: "schema:supply";
|
|
193
|
+
thumbnail: "schema:thumbnail";
|
|
194
|
+
title: "schema:title";
|
|
195
|
+
translator: "schema:translator";
|
|
196
|
+
version: "schema:version";
|
|
197
|
+
weight: "schema:weight";
|
|
198
|
+
wheelbase: "schema:wheelbase";
|
|
199
|
+
width: "schema:width";
|
|
200
|
+
contributor: "schema:contributor";
|
|
201
|
+
identifier: "schema:identifier";
|
|
202
|
+
audience: "schema:audience";
|
|
203
|
+
hasPart: "schema:hasPart";
|
|
21
204
|
spatial: "schema:spatial";
|
|
22
205
|
temporal: "schema:temporal";
|
|
23
|
-
|
|
206
|
+
Organization: "schema:Organization";
|
|
207
|
+
knows: "schema:knows";
|
|
208
|
+
Brand: "schema:Brand";
|
|
209
|
+
BusinessEntityType: "schema:BusinessEntityType";
|
|
210
|
+
BusinessFunction: "schema:BusinessFunction";
|
|
211
|
+
DayOfWeek: "schema:DayOfWeek";
|
|
212
|
+
DeliveryChargeSpecification: "schema:DeliveryChargeSpecification";
|
|
213
|
+
DeliveryMethod: "schema:DeliveryMethod";
|
|
214
|
+
Friday: "schema:Friday";
|
|
215
|
+
Monday: "schema:Monday";
|
|
216
|
+
OpeningHoursSpecification: "schema:OpeningHoursSpecification";
|
|
217
|
+
PaymentChargeSpecification: "schema:PaymentChargeSpecification";
|
|
218
|
+
PaymentMethod: "schema:PaymentMethod";
|
|
219
|
+
PriceSpecification: "schema:PriceSpecification";
|
|
220
|
+
PublicHolidays: "schema:PublicHolidays";
|
|
221
|
+
QualitativeValue: "schema:QualitativeValue";
|
|
222
|
+
QuantitativeValue: "schema:QuantitativeValue";
|
|
223
|
+
Saturday: "schema:Saturday";
|
|
224
|
+
Sunday: "schema:Sunday";
|
|
225
|
+
Thursday: "schema:Thursday";
|
|
226
|
+
Tuesday: "schema:Tuesday";
|
|
227
|
+
TypeAndQuantityNode: "schema:TypeAndQuantityNode";
|
|
228
|
+
UnitPriceSpecification: "schema:UnitPriceSpecification";
|
|
229
|
+
WarrantyPromise: "schema:WarrantyPromise";
|
|
230
|
+
WarrantyScope: "schema:WarrantyScope";
|
|
231
|
+
Wednesday: "schema:Wednesday";
|
|
232
|
+
addOn: "schema:addOn";
|
|
233
|
+
advanceBookingRequirement: "schema:advanceBookingRequirement";
|
|
234
|
+
amountOfThisGood: "schema:amountOfThisGood";
|
|
235
|
+
appliesToDeliveryMethod: "schema:appliesToDeliveryMethod";
|
|
236
|
+
appliesToPaymentMethod: "schema:appliesToPaymentMethod";
|
|
237
|
+
availabilityEnds: "schema:availabilityEnds";
|
|
238
|
+
availabilityStarts: "schema:availabilityStarts";
|
|
239
|
+
availableAtOrFrom: "schema:availableAtOrFrom";
|
|
240
|
+
billingIncrement: "schema:billingIncrement";
|
|
241
|
+
closes: "schema:closes";
|
|
242
|
+
color: "schema:color";
|
|
243
|
+
deliveryLeadTime: "schema:deliveryLeadTime";
|
|
244
|
+
eligibleDuration: "schema:eligibleDuration";
|
|
245
|
+
eligibleTransactionVolume: "schema:eligibleTransactionVolume";
|
|
246
|
+
equal: "schema:equal";
|
|
247
|
+
greater: "schema:greater";
|
|
248
|
+
greaterOrEqual: "schema:greaterOrEqual";
|
|
249
|
+
hasPOS: "schema:hasPOS";
|
|
250
|
+
includesObject: "schema:includesObject";
|
|
251
|
+
isAccessoryOrSparePartFor: "schema:isAccessoryOrSparePartFor";
|
|
252
|
+
isConsumableFor: "schema:isConsumableFor";
|
|
253
|
+
isSimilarTo: "schema:isSimilarTo";
|
|
254
|
+
isVariantOf: "schema:isVariantOf";
|
|
255
|
+
legalName: "schema:legalName";
|
|
256
|
+
lesser: "schema:lesser";
|
|
257
|
+
lesserOrEqual: "schema:lesserOrEqual";
|
|
258
|
+
nonEqual: "schema:nonEqual";
|
|
259
|
+
offers: "schema:offers";
|
|
260
|
+
opens: "schema:opens";
|
|
261
|
+
predecessorOf: "schema:predecessorOf";
|
|
262
|
+
priceType: "schema:priceType";
|
|
263
|
+
seeks: "schema:seeks";
|
|
264
|
+
serialNumber: "schema:serialNumber";
|
|
265
|
+
successorOf: "schema:successorOf";
|
|
266
|
+
taxID: "schema:taxID";
|
|
267
|
+
typeOfGood: "schema:typeOfGood";
|
|
268
|
+
validFrom: "schema:validFrom";
|
|
269
|
+
validThrough: "schema:validThrough";
|
|
270
|
+
valueAddedTaxIncluded: "schema:valueAddedTaxIncluded";
|
|
271
|
+
valueReference: "schema:valueReference";
|
|
272
|
+
vatID: "schema:vatID";
|
|
273
|
+
Property: "schema:Property";
|
|
274
|
+
Class: "schema:Class";
|
|
24
275
|
"3DModel": "schema:3DModel";
|
|
25
276
|
AMRadioChannel: "schema:AMRadioChannel";
|
|
26
277
|
APIReference: "schema:APIReference";
|
|
@@ -45,8 +296,6 @@ declare const _default: {
|
|
|
45
296
|
AggregateOffer: "schema:AggregateOffer";
|
|
46
297
|
AggregateRating: "schema:AggregateRating";
|
|
47
298
|
AgreeAction: "schema:AgreeAction";
|
|
48
|
-
Airline: "schema:Airline";
|
|
49
|
-
Airport: "schema:Airport";
|
|
50
299
|
AlbumRelease: "schema:AlbumRelease";
|
|
51
300
|
AlignmentObject: "schema:AlignmentObject";
|
|
52
301
|
AllWheelDriveConfiguration: "schema:AllWheelDriveConfiguration";
|
|
@@ -56,7 +305,6 @@ declare const _default: {
|
|
|
56
305
|
AmusementPark: "schema:AmusementPark";
|
|
57
306
|
AnaerobicActivity: "schema:AnaerobicActivity";
|
|
58
307
|
AnalysisNewsArticle: "schema:AnalysisNewsArticle";
|
|
59
|
-
AnatomicalStructure: "schema:AnatomicalStructure";
|
|
60
308
|
AnatomicalSystem: "schema:AnatomicalSystem";
|
|
61
309
|
Anesthesia: "schema:Anesthesia";
|
|
62
310
|
AnimalShelter: "schema:AnimalShelter";
|
|
@@ -72,8 +320,6 @@ declare const _default: {
|
|
|
72
320
|
ArchiveOrganization: "schema:ArchiveOrganization";
|
|
73
321
|
ArriveAction: "schema:ArriveAction";
|
|
74
322
|
ArtGallery: "schema:ArtGallery";
|
|
75
|
-
Artery: "schema:Artery";
|
|
76
|
-
Article: "schema:Article";
|
|
77
323
|
AskAction: "schema:AskAction";
|
|
78
324
|
AskPublicNewsArticle: "schema:AskPublicNewsArticle";
|
|
79
325
|
AssessAction: "schema:AssessAction";
|
|
@@ -97,7 +343,6 @@ declare const _default: {
|
|
|
97
343
|
Ayurvedic: "schema:Ayurvedic";
|
|
98
344
|
BackOrder: "schema:BackOrder";
|
|
99
345
|
BackgroundNewsArticle: "schema:BackgroundNewsArticle";
|
|
100
|
-
Bacteria: "schema:Bacteria";
|
|
101
346
|
Bakery: "schema:Bakery";
|
|
102
347
|
Balance: "schema:Balance";
|
|
103
348
|
BankAccount: "schema:BankAccount";
|
|
@@ -105,7 +350,6 @@ declare const _default: {
|
|
|
105
350
|
BarOrPub: "schema:BarOrPub";
|
|
106
351
|
Barcode: "schema:Barcode";
|
|
107
352
|
BasicIncome: "schema:BasicIncome";
|
|
108
|
-
Beach: "schema:Beach";
|
|
109
353
|
BeautySalon: "schema:BeautySalon";
|
|
110
354
|
BedAndBreakfast: "schema:BedAndBreakfast";
|
|
111
355
|
BedDetails: "schema:BedDetails";
|
|
@@ -134,9 +378,6 @@ declare const _default: {
|
|
|
134
378
|
BodyMeasurementUnderbust: "schema:BodyMeasurementUnderbust";
|
|
135
379
|
BodyMeasurementWaist: "schema:BodyMeasurementWaist";
|
|
136
380
|
BodyMeasurementWeight: "schema:BodyMeasurementWeight";
|
|
137
|
-
BodyOfWater: "schema:BodyOfWater";
|
|
138
|
-
Bone: "schema:Bone";
|
|
139
|
-
Book: "schema:Book";
|
|
140
381
|
BookFormatType: "schema:BookFormatType";
|
|
141
382
|
BookSeries: "schema:BookSeries";
|
|
142
383
|
BookStore: "schema:BookStore";
|
|
@@ -145,10 +386,7 @@ declare const _default: {
|
|
|
145
386
|
BorrowAction: "schema:BorrowAction";
|
|
146
387
|
BowlingAlley: "schema:BowlingAlley";
|
|
147
388
|
BrainStructure: "schema:BrainStructure";
|
|
148
|
-
Brand: "schema:Brand";
|
|
149
389
|
BreadcrumbList: "schema:BreadcrumbList";
|
|
150
|
-
Brewery: "schema:Brewery";
|
|
151
|
-
Bridge: "schema:Bridge";
|
|
152
390
|
BroadcastChannel: "schema:BroadcastChannel";
|
|
153
391
|
BroadcastEvent: "schema:BroadcastEvent";
|
|
154
392
|
BroadcastFrequencySpecification: "schema:BroadcastFrequencySpecification";
|
|
@@ -162,9 +400,7 @@ declare const _default: {
|
|
|
162
400
|
BusStop: "schema:BusStop";
|
|
163
401
|
BusTrip: "schema:BusTrip";
|
|
164
402
|
BusinessAudience: "schema:BusinessAudience";
|
|
165
|
-
BusinessEntityType: "schema:BusinessEntityType";
|
|
166
403
|
BusinessEvent: "schema:BusinessEvent";
|
|
167
|
-
BusinessFunction: "schema:BusinessFunction";
|
|
168
404
|
BusinessSupport: "schema:BusinessSupport";
|
|
169
405
|
BuyAction: "schema:BuyAction";
|
|
170
406
|
CDCPMDRecord: "schema:CDCPMDRecord";
|
|
@@ -174,20 +410,17 @@ declare const _default: {
|
|
|
174
410
|
CafeOrCoffeeShop: "schema:CafeOrCoffeeShop";
|
|
175
411
|
Campground: "schema:Campground";
|
|
176
412
|
CampingPitch: "schema:CampingPitch";
|
|
177
|
-
Canal: "schema:Canal";
|
|
178
413
|
CancelAction: "schema:CancelAction";
|
|
179
414
|
Car: "schema:Car";
|
|
180
415
|
CarUsageType: "schema:CarUsageType";
|
|
181
416
|
Cardiovascular: "schema:Cardiovascular";
|
|
182
417
|
CardiovascularExam: "schema:CardiovascularExam";
|
|
183
418
|
CaseSeries: "schema:CaseSeries";
|
|
184
|
-
Casino: "schema:Casino";
|
|
185
419
|
CassetteFormat: "schema:CassetteFormat";
|
|
186
420
|
CategoryCode: "schema:CategoryCode";
|
|
187
421
|
CategoryCodeSet: "schema:CategoryCodeSet";
|
|
188
422
|
CatholicChurch: "schema:CatholicChurch";
|
|
189
423
|
CausesHealthAspect: "schema:CausesHealthAspect";
|
|
190
|
-
Cemetery: "schema:Cemetery";
|
|
191
424
|
Chapter: "schema:Chapter";
|
|
192
425
|
CharitableIncorporatedOrganization: "schema:CharitableIncorporatedOrganization";
|
|
193
426
|
CheckAction: "schema:CheckAction";
|
|
@@ -198,8 +431,6 @@ declare const _default: {
|
|
|
198
431
|
ChildrensEvent: "schema:ChildrensEvent";
|
|
199
432
|
Chiropractic: "schema:Chiropractic";
|
|
200
433
|
ChooseAction: "schema:ChooseAction";
|
|
201
|
-
Church: "schema:Church";
|
|
202
|
-
City: "schema:City";
|
|
203
434
|
CityHall: "schema:CityHall";
|
|
204
435
|
CivicStructure: "schema:CivicStructure";
|
|
205
436
|
Claim: "schema:Claim";
|
|
@@ -239,14 +470,12 @@ declare const _default: {
|
|
|
239
470
|
ContactPoint: "schema:ContactPoint";
|
|
240
471
|
ContactPointOption: "schema:ContactPointOption";
|
|
241
472
|
ContagiousnessHealthAspect: "schema:ContagiousnessHealthAspect";
|
|
242
|
-
Continent: "schema:Continent";
|
|
243
473
|
ControlAction: "schema:ControlAction";
|
|
244
474
|
ConvenienceStore: "schema:ConvenienceStore";
|
|
245
475
|
Conversation: "schema:Conversation";
|
|
246
476
|
CookAction: "schema:CookAction";
|
|
247
477
|
Corporation: "schema:Corporation";
|
|
248
478
|
CorrectionComment: "schema:CorrectionComment";
|
|
249
|
-
Country: "schema:Country";
|
|
250
479
|
Course: "schema:Course";
|
|
251
480
|
CourseInstance: "schema:CourseInstance";
|
|
252
481
|
Courthouse: "schema:Courthouse";
|
|
@@ -277,7 +506,6 @@ declare const _default: {
|
|
|
277
506
|
Date: "schema:Date";
|
|
278
507
|
DateTime: "schema:DateTime";
|
|
279
508
|
DatedMoneySpecification: "schema:DatedMoneySpecification";
|
|
280
|
-
DayOfWeek: "schema:DayOfWeek";
|
|
281
509
|
DaySpa: "schema:DaySpa";
|
|
282
510
|
DeactivateAction: "schema:DeactivateAction";
|
|
283
511
|
DecontextualizedContent: "schema:DecontextualizedContent";
|
|
@@ -287,9 +515,7 @@ declare const _default: {
|
|
|
287
515
|
DefinedTermSet: "schema:DefinedTermSet";
|
|
288
516
|
DefinitiveLegalValue: "schema:DefinitiveLegalValue";
|
|
289
517
|
DeleteAction: "schema:DeleteAction";
|
|
290
|
-
DeliveryChargeSpecification: "schema:DeliveryChargeSpecification";
|
|
291
518
|
DeliveryEvent: "schema:DeliveryEvent";
|
|
292
|
-
DeliveryMethod: "schema:DeliveryMethod";
|
|
293
519
|
DeliveryTimeSettings: "schema:DeliveryTimeSettings";
|
|
294
520
|
Demand: "schema:Demand";
|
|
295
521
|
DemoAlbum: "schema:DemoAlbum";
|
|
@@ -331,7 +557,6 @@ declare const _default: {
|
|
|
331
557
|
DrinkAction: "schema:DrinkAction";
|
|
332
558
|
DriveWheelConfigurationValue: "schema:DriveWheelConfigurationValue";
|
|
333
559
|
DrivingSchoolVehicleUsage: "schema:DrivingSchoolVehicleUsage";
|
|
334
|
-
Drug: "schema:Drug";
|
|
335
560
|
DrugClass: "schema:DrugClass";
|
|
336
561
|
DrugCost: "schema:DrugCost";
|
|
337
562
|
DrugCostCategory: "schema:DrugCostCategory";
|
|
@@ -388,7 +613,6 @@ declare const _default: {
|
|
|
388
613
|
EntryPoint: "schema:EntryPoint";
|
|
389
614
|
Enumeration: "schema:Enumeration";
|
|
390
615
|
Episode: "schema:Episode";
|
|
391
|
-
Event: "schema:Event";
|
|
392
616
|
EventAttendanceModeEnumeration: "schema:EventAttendanceModeEnumeration";
|
|
393
617
|
EventCancelled: "schema:EventCancelled";
|
|
394
618
|
EventMovedOnline: "schema:EventMovedOnline";
|
|
@@ -439,14 +663,11 @@ declare const _default: {
|
|
|
439
663
|
FoodEvent: "schema:FoodEvent";
|
|
440
664
|
FoodService: "schema:FoodService";
|
|
441
665
|
FourWheelDriveConfiguration: "schema:FourWheelDriveConfiguration";
|
|
442
|
-
Friday: "schema:Friday";
|
|
443
666
|
FrontWheelDriveConfiguration: "schema:FrontWheelDriveConfiguration";
|
|
444
667
|
FullRefund: "schema:FullRefund";
|
|
445
668
|
FundingAgency: "schema:FundingAgency";
|
|
446
669
|
FundingScheme: "schema:FundingScheme";
|
|
447
|
-
Fungus: "schema:Fungus";
|
|
448
670
|
FurnitureStore: "schema:FurnitureStore";
|
|
449
|
-
Game: "schema:Game";
|
|
450
671
|
GamePlayMode: "schema:GamePlayMode";
|
|
451
672
|
GameServer: "schema:GameServer";
|
|
452
673
|
GameServerStatus: "schema:GameServerStatus";
|
|
@@ -466,7 +687,6 @@ declare const _default: {
|
|
|
466
687
|
GettingAccessHealthAspect: "schema:GettingAccessHealthAspect";
|
|
467
688
|
GiveAction: "schema:GiveAction";
|
|
468
689
|
GlutenFreeDiet: "schema:GlutenFreeDiet";
|
|
469
|
-
GolfCourse: "schema:GolfCourse";
|
|
470
690
|
GovernmentBenefitsType: "schema:GovernmentBenefitsType";
|
|
471
691
|
GovernmentBuilding: "schema:GovernmentBuilding";
|
|
472
692
|
GovernmentOffice: "schema:GovernmentOffice";
|
|
@@ -504,9 +724,7 @@ declare const _default: {
|
|
|
504
724
|
HomeAndConstructionBusiness: "schema:HomeAndConstructionBusiness";
|
|
505
725
|
HomeGoodsStore: "schema:HomeGoodsStore";
|
|
506
726
|
Homeopathic: "schema:Homeopathic";
|
|
507
|
-
Hospital: "schema:Hospital";
|
|
508
727
|
Hostel: "schema:Hostel";
|
|
509
|
-
Hotel: "schema:Hotel";
|
|
510
728
|
HotelRoom: "schema:HotelRoom";
|
|
511
729
|
House: "schema:House";
|
|
512
730
|
HousePainter: "schema:HousePainter";
|
|
@@ -567,7 +785,6 @@ declare const _default: {
|
|
|
567
785
|
LakeBodyOfWater: "schema:LakeBodyOfWater";
|
|
568
786
|
Landform: "schema:Landform";
|
|
569
787
|
LandmarksOrHistoricalBuildings: "schema:LandmarksOrHistoricalBuildings";
|
|
570
|
-
Language: "schema:Language";
|
|
571
788
|
LaserDiscFormat: "schema:LaserDiscFormat";
|
|
572
789
|
LearningResource: "schema:LearningResource";
|
|
573
790
|
LeaveAction: "schema:LeaveAction";
|
|
@@ -580,10 +797,8 @@ declare const _default: {
|
|
|
580
797
|
LegislativeBuilding: "schema:LegislativeBuilding";
|
|
581
798
|
LeisureTimeActivity: "schema:LeisureTimeActivity";
|
|
582
799
|
LendAction: "schema:LendAction";
|
|
583
|
-
Library: "schema:Library";
|
|
584
800
|
LibrarySystem: "schema:LibrarySystem";
|
|
585
801
|
LifestyleModification: "schema:LifestyleModification";
|
|
586
|
-
Ligament: "schema:Ligament";
|
|
587
802
|
LikeAction: "schema:LikeAction";
|
|
588
803
|
LimitedAvailability: "schema:LimitedAvailability";
|
|
589
804
|
LimitedByGuaranteeCharity: "schema:LimitedByGuaranteeCharity";
|
|
@@ -661,7 +876,6 @@ declare const _default: {
|
|
|
661
876
|
MedicalScholarlyArticle: "schema:MedicalScholarlyArticle";
|
|
662
877
|
MedicalSign: "schema:MedicalSign";
|
|
663
878
|
MedicalSignOrSymptom: "schema:MedicalSignOrSymptom";
|
|
664
|
-
MedicalSpecialty: "schema:MedicalSpecialty";
|
|
665
879
|
MedicalStudy: "schema:MedicalStudy";
|
|
666
880
|
MedicalStudyStatus: "schema:MedicalStudyStatus";
|
|
667
881
|
MedicalSymptom: "schema:MedicalSymptom";
|
|
@@ -692,19 +906,15 @@ declare const _default: {
|
|
|
692
906
|
MixtapeAlbum: "schema:MixtapeAlbum";
|
|
693
907
|
MobileApplication: "schema:MobileApplication";
|
|
694
908
|
MobilePhoneStore: "schema:MobilePhoneStore";
|
|
695
|
-
Monday: "schema:Monday";
|
|
696
909
|
MonetaryAmount: "schema:MonetaryAmount";
|
|
697
910
|
MonetaryAmountDistribution: "schema:MonetaryAmountDistribution";
|
|
698
911
|
MonetaryGrant: "schema:MonetaryGrant";
|
|
699
912
|
MoneyTransfer: "schema:MoneyTransfer";
|
|
700
913
|
MortgageLoan: "schema:MortgageLoan";
|
|
701
|
-
Mosque: "schema:Mosque";
|
|
702
914
|
Motel: "schema:Motel";
|
|
703
|
-
Motorcycle: "schema:Motorcycle";
|
|
704
915
|
MotorcycleDealer: "schema:MotorcycleDealer";
|
|
705
916
|
MotorcycleRepair: "schema:MotorcycleRepair";
|
|
706
917
|
MotorizedBicycle: "schema:MotorizedBicycle";
|
|
707
|
-
Mountain: "schema:Mountain";
|
|
708
918
|
MoveAction: "schema:MoveAction";
|
|
709
919
|
Movie: "schema:Movie";
|
|
710
920
|
MovieClip: "schema:MovieClip";
|
|
@@ -715,10 +925,8 @@ declare const _default: {
|
|
|
715
925
|
MultiCenterTrial: "schema:MultiCenterTrial";
|
|
716
926
|
MultiPlayer: "schema:MultiPlayer";
|
|
717
927
|
MulticellularParasite: "schema:MulticellularParasite";
|
|
718
|
-
Muscle: "schema:Muscle";
|
|
719
928
|
Musculoskeletal: "schema:Musculoskeletal";
|
|
720
929
|
MusculoskeletalExam: "schema:MusculoskeletalExam";
|
|
721
|
-
Museum: "schema:Museum";
|
|
722
930
|
MusicAlbum: "schema:MusicAlbum";
|
|
723
931
|
MusicAlbumProductionType: "schema:MusicAlbumProductionType";
|
|
724
932
|
MusicAlbumReleaseType: "schema:MusicAlbumReleaseType";
|
|
@@ -736,13 +944,11 @@ declare const _default: {
|
|
|
736
944
|
NLNonprofitType: "schema:NLNonprofitType";
|
|
737
945
|
NailSalon: "schema:NailSalon";
|
|
738
946
|
Neck: "schema:Neck";
|
|
739
|
-
Nerve: "schema:Nerve";
|
|
740
947
|
Neuro: "schema:Neuro";
|
|
741
948
|
Neurologic: "schema:Neurologic";
|
|
742
949
|
NewCondition: "schema:NewCondition";
|
|
743
950
|
NewsArticle: "schema:NewsArticle";
|
|
744
951
|
NewsMediaOrganization: "schema:NewsMediaOrganization";
|
|
745
|
-
Newspaper: "schema:Newspaper";
|
|
746
952
|
NightClub: "schema:NightClub";
|
|
747
953
|
NoninvasiveProcedure: "schema:NoninvasiveProcedure";
|
|
748
954
|
Nonprofit501a: "schema:Nonprofit501a";
|
|
@@ -821,7 +1027,6 @@ declare const _default: {
|
|
|
821
1027
|
OnlineFull: "schema:OnlineFull";
|
|
822
1028
|
OnlineOnly: "schema:OnlineOnly";
|
|
823
1029
|
OpenTrial: "schema:OpenTrial";
|
|
824
|
-
OpeningHoursSpecification: "schema:OpeningHoursSpecification";
|
|
825
1030
|
OpinionNewsArticle: "schema:OpinionNewsArticle";
|
|
826
1031
|
Optician: "schema:Optician";
|
|
827
1032
|
Optometric: "schema:Optometric";
|
|
@@ -837,7 +1042,6 @@ declare const _default: {
|
|
|
837
1042
|
OrderProcessing: "schema:OrderProcessing";
|
|
838
1043
|
OrderReturned: "schema:OrderReturned";
|
|
839
1044
|
OrderStatus: "schema:OrderStatus";
|
|
840
|
-
Organization: "schema:Organization";
|
|
841
1045
|
OrganizationRole: "schema:OrganizationRole";
|
|
842
1046
|
OrganizeAction: "schema:OrganizeAction";
|
|
843
1047
|
OriginalMediaContent: "schema:OriginalMediaContent";
|
|
@@ -851,14 +1055,12 @@ declare const _default: {
|
|
|
851
1055
|
PET: "schema:PET";
|
|
852
1056
|
PaidLeave: "schema:PaidLeave";
|
|
853
1057
|
PaintAction: "schema:PaintAction";
|
|
854
|
-
Painting: "schema:Painting";
|
|
855
1058
|
PalliativeProcedure: "schema:PalliativeProcedure";
|
|
856
1059
|
Paperback: "schema:Paperback";
|
|
857
1060
|
ParcelDelivery: "schema:ParcelDelivery";
|
|
858
1061
|
ParcelService: "schema:ParcelService";
|
|
859
1062
|
ParentAudience: "schema:ParentAudience";
|
|
860
1063
|
ParentalSupport: "schema:ParentalSupport";
|
|
861
|
-
Park: "schema:Park";
|
|
862
1064
|
ParkingFacility: "schema:ParkingFacility";
|
|
863
1065
|
ParkingMap: "schema:ParkingMap";
|
|
864
1066
|
PartiallyInForce: "schema:PartiallyInForce";
|
|
@@ -870,11 +1072,9 @@ declare const _default: {
|
|
|
870
1072
|
PayAction: "schema:PayAction";
|
|
871
1073
|
PaymentAutomaticallyApplied: "schema:PaymentAutomaticallyApplied";
|
|
872
1074
|
PaymentCard: "schema:PaymentCard";
|
|
873
|
-
PaymentChargeSpecification: "schema:PaymentChargeSpecification";
|
|
874
1075
|
PaymentComplete: "schema:PaymentComplete";
|
|
875
1076
|
PaymentDeclined: "schema:PaymentDeclined";
|
|
876
1077
|
PaymentDue: "schema:PaymentDue";
|
|
877
|
-
PaymentMethod: "schema:PaymentMethod";
|
|
878
1078
|
PaymentPastDue: "schema:PaymentPastDue";
|
|
879
1079
|
PaymentService: "schema:PaymentService";
|
|
880
1080
|
PaymentStatusType: "schema:PaymentStatusType";
|
|
@@ -887,7 +1087,6 @@ declare const _default: {
|
|
|
887
1087
|
PerformingGroup: "schema:PerformingGroup";
|
|
888
1088
|
Periodical: "schema:Periodical";
|
|
889
1089
|
Permit: "schema:Permit";
|
|
890
|
-
Person: "schema:Person";
|
|
891
1090
|
PetStore: "schema:PetStore";
|
|
892
1091
|
Pharmacy: "schema:Pharmacy";
|
|
893
1092
|
PharmacySpecialty: "schema:PharmacySpecialty";
|
|
@@ -899,12 +1098,10 @@ declare const _default: {
|
|
|
899
1098
|
PhysicalTherapy: "schema:PhysicalTherapy";
|
|
900
1099
|
Physician: "schema:Physician";
|
|
901
1100
|
Physiotherapy: "schema:Physiotherapy";
|
|
902
|
-
Place: "schema:Place";
|
|
903
1101
|
PlaceOfWorship: "schema:PlaceOfWorship";
|
|
904
1102
|
PlaceboControlledTrial: "schema:PlaceboControlledTrial";
|
|
905
1103
|
PlanAction: "schema:PlanAction";
|
|
906
1104
|
PlasticSurgery: "schema:PlasticSurgery";
|
|
907
|
-
Play: "schema:Play";
|
|
908
1105
|
PlayAction: "schema:PlayAction";
|
|
909
1106
|
Playground: "schema:Playground";
|
|
910
1107
|
Plumber: "schema:Plumber";
|
|
@@ -930,7 +1127,6 @@ declare const _default: {
|
|
|
930
1127
|
PreventionHealthAspect: "schema:PreventionHealthAspect";
|
|
931
1128
|
PreventionIndication: "schema:PreventionIndication";
|
|
932
1129
|
PriceComponentTypeEnumeration: "schema:PriceComponentTypeEnumeration";
|
|
933
|
-
PriceSpecification: "schema:PriceSpecification";
|
|
934
1130
|
PriceTypeEnumeration: "schema:PriceTypeEnumeration";
|
|
935
1131
|
PrimaryCare: "schema:PrimaryCare";
|
|
936
1132
|
Prion: "schema:Prion";
|
|
@@ -942,7 +1138,6 @@ declare const _default: {
|
|
|
942
1138
|
ProfilePage: "schema:ProfilePage";
|
|
943
1139
|
PrognosisHealthAspect: "schema:PrognosisHealthAspect";
|
|
944
1140
|
ProgramMembership: "schema:ProgramMembership";
|
|
945
|
-
Project: "schema:Project";
|
|
946
1141
|
PronounceableText: "schema:PronounceableText";
|
|
947
1142
|
PropertyValue: "schema:PropertyValue";
|
|
948
1143
|
PropertyValueSpecification: "schema:PropertyValueSpecification";
|
|
@@ -950,7 +1145,6 @@ declare const _default: {
|
|
|
950
1145
|
Psychiatric: "schema:Psychiatric";
|
|
951
1146
|
PsychologicalTreatment: "schema:PsychologicalTreatment";
|
|
952
1147
|
PublicHealth: "schema:PublicHealth";
|
|
953
|
-
PublicHolidays: "schema:PublicHolidays";
|
|
954
1148
|
PublicSwimmingPool: "schema:PublicSwimmingPool";
|
|
955
1149
|
PublicToilet: "schema:PublicToilet";
|
|
956
1150
|
PublicationEvent: "schema:PublicationEvent";
|
|
@@ -958,8 +1152,6 @@ declare const _default: {
|
|
|
958
1152
|
PublicationVolume: "schema:PublicationVolume";
|
|
959
1153
|
Pulmonary: "schema:Pulmonary";
|
|
960
1154
|
QAPage: "schema:QAPage";
|
|
961
|
-
QualitativeValue: "schema:QualitativeValue";
|
|
962
|
-
QuantitativeValue: "schema:QuantitativeValue";
|
|
963
1155
|
QuantitativeValueDistribution: "schema:QuantitativeValueDistribution";
|
|
964
1156
|
Quantity: "schema:Quantity";
|
|
965
1157
|
Question: "schema:Question";
|
|
@@ -974,7 +1166,6 @@ declare const _default: {
|
|
|
974
1166
|
RadioEpisode: "schema:RadioEpisode";
|
|
975
1167
|
RadioSeason: "schema:RadioSeason";
|
|
976
1168
|
RadioSeries: "schema:RadioSeries";
|
|
977
|
-
RadioStation: "schema:RadioStation";
|
|
978
1169
|
Radiography: "schema:Radiography";
|
|
979
1170
|
RandomizedTrial: "schema:RandomizedTrial";
|
|
980
1171
|
Rating: "schema:Rating";
|
|
@@ -1008,7 +1199,6 @@ declare const _default: {
|
|
|
1008
1199
|
Report: "schema:Report";
|
|
1009
1200
|
ReportageNewsArticle: "schema:ReportageNewsArticle";
|
|
1010
1201
|
ReportedDoseSchedule: "schema:ReportedDoseSchedule";
|
|
1011
|
-
ResearchProject: "schema:ResearchProject";
|
|
1012
1202
|
Researcher: "schema:Researcher";
|
|
1013
1203
|
Reservation: "schema:Reservation";
|
|
1014
1204
|
ReservationCancelled: "schema:ReservationCancelled";
|
|
@@ -1022,7 +1212,6 @@ declare const _default: {
|
|
|
1022
1212
|
Residence: "schema:Residence";
|
|
1023
1213
|
Resort: "schema:Resort";
|
|
1024
1214
|
RespiratoryTherapy: "schema:RespiratoryTherapy";
|
|
1025
|
-
Restaurant: "schema:Restaurant";
|
|
1026
1215
|
RestockingFees: "schema:RestockingFees";
|
|
1027
1216
|
RestrictedDiet: "schema:RestrictedDiet";
|
|
1028
1217
|
ResultsAvailable: "schema:ResultsAvailable";
|
|
@@ -1053,15 +1242,12 @@ declare const _default: {
|
|
|
1053
1242
|
SalePrice: "schema:SalePrice";
|
|
1054
1243
|
SatireOrParodyContent: "schema:SatireOrParodyContent";
|
|
1055
1244
|
SatiricalArticle: "schema:SatiricalArticle";
|
|
1056
|
-
Saturday: "schema:Saturday";
|
|
1057
1245
|
Schedule: "schema:Schedule";
|
|
1058
1246
|
ScheduleAction: "schema:ScheduleAction";
|
|
1059
1247
|
ScholarlyArticle: "schema:ScholarlyArticle";
|
|
1060
|
-
School: "schema:School";
|
|
1061
1248
|
SchoolDistrict: "schema:SchoolDistrict";
|
|
1062
1249
|
ScreeningEvent: "schema:ScreeningEvent";
|
|
1063
1250
|
ScreeningHealthAspect: "schema:ScreeningHealthAspect";
|
|
1064
|
-
Sculpture: "schema:Sculpture";
|
|
1065
1251
|
SeaBodyOfWater: "schema:SeaBodyOfWater";
|
|
1066
1252
|
SearchAction: "schema:SearchAction";
|
|
1067
1253
|
SearchResultsPage: "schema:SearchResultsPage";
|
|
@@ -1096,7 +1282,6 @@ declare const _default: {
|
|
|
1096
1282
|
SizeSystemEnumeration: "schema:SizeSystemEnumeration";
|
|
1097
1283
|
SizeSystemImperial: "schema:SizeSystemImperial";
|
|
1098
1284
|
SizeSystemMetric: "schema:SizeSystemMetric";
|
|
1099
|
-
SkiResort: "schema:SkiResort";
|
|
1100
1285
|
Skin: "schema:Skin";
|
|
1101
1286
|
SocialEvent: "schema:SocialEvent";
|
|
1102
1287
|
SocialMediaPosting: "schema:SocialMediaPosting";
|
|
@@ -1113,15 +1298,11 @@ declare const _default: {
|
|
|
1113
1298
|
SpokenWordAlbum: "schema:SpokenWordAlbum";
|
|
1114
1299
|
SportingGoodsStore: "schema:SportingGoodsStore";
|
|
1115
1300
|
SportsActivityLocation: "schema:SportsActivityLocation";
|
|
1116
|
-
SportsClub: "schema:SportsClub";
|
|
1117
|
-
SportsEvent: "schema:SportsEvent";
|
|
1118
1301
|
SportsOrganization: "schema:SportsOrganization";
|
|
1119
|
-
SportsTeam: "schema:SportsTeam";
|
|
1120
1302
|
SpreadsheetDigitalDocument: "schema:SpreadsheetDigitalDocument";
|
|
1121
1303
|
StadiumOrArena: "schema:StadiumOrArena";
|
|
1122
1304
|
StagedContent: "schema:StagedContent";
|
|
1123
1305
|
StagesHealthAspect: "schema:StagesHealthAspect";
|
|
1124
|
-
State: "schema:State";
|
|
1125
1306
|
StatisticalPopulation: "schema:StatisticalPopulation";
|
|
1126
1307
|
StatusEnumeration: "schema:StatusEnumeration";
|
|
1127
1308
|
SteeringPositionValue: "schema:SteeringPositionValue";
|
|
@@ -1135,14 +1316,12 @@ declare const _default: {
|
|
|
1135
1316
|
Substance: "schema:Substance";
|
|
1136
1317
|
SubwayStation: "schema:SubwayStation";
|
|
1137
1318
|
Suite: "schema:Suite";
|
|
1138
|
-
Sunday: "schema:Sunday";
|
|
1139
1319
|
SuperficialAnatomy: "schema:SuperficialAnatomy";
|
|
1140
1320
|
Surgical: "schema:Surgical";
|
|
1141
1321
|
SurgicalProcedure: "schema:SurgicalProcedure";
|
|
1142
1322
|
SuspendAction: "schema:SuspendAction";
|
|
1143
1323
|
Suspended: "schema:Suspended";
|
|
1144
1324
|
SymptomsHealthAspect: "schema:SymptomsHealthAspect";
|
|
1145
|
-
Synagogue: "schema:Synagogue";
|
|
1146
1325
|
TVClip: "schema:TVClip";
|
|
1147
1326
|
TVEpisode: "schema:TVEpisode";
|
|
1148
1327
|
TVSeason: "schema:TVSeason";
|
|
@@ -1157,7 +1336,6 @@ declare const _default: {
|
|
|
1157
1336
|
TaxiVehicleUsage: "schema:TaxiVehicleUsage";
|
|
1158
1337
|
TechArticle: "schema:TechArticle";
|
|
1159
1338
|
TelevisionChannel: "schema:TelevisionChannel";
|
|
1160
|
-
TelevisionStation: "schema:TelevisionStation";
|
|
1161
1339
|
TennisComplex: "schema:TennisComplex";
|
|
1162
1340
|
Terminated: "schema:Terminated";
|
|
1163
1341
|
Text: "schema:Text";
|
|
@@ -1169,7 +1347,6 @@ declare const _default: {
|
|
|
1169
1347
|
Thesis: "schema:Thesis";
|
|
1170
1348
|
Thing: "schema:Thing";
|
|
1171
1349
|
Throat: "schema:Throat";
|
|
1172
|
-
Thursday: "schema:Thursday";
|
|
1173
1350
|
Ticket: "schema:Ticket";
|
|
1174
1351
|
TieAction: "schema:TieAction";
|
|
1175
1352
|
Time: "schema:Time";
|
|
@@ -1198,8 +1375,6 @@ declare const _default: {
|
|
|
1198
1375
|
Trip: "schema:Trip";
|
|
1199
1376
|
TripleBlindedTrial: "schema:TripleBlindedTrial";
|
|
1200
1377
|
True: "schema:True";
|
|
1201
|
-
Tuesday: "schema:Tuesday";
|
|
1202
|
-
TypeAndQuantityNode: "schema:TypeAndQuantityNode";
|
|
1203
1378
|
TypesHealthAspect: "schema:TypesHealthAspect";
|
|
1204
1379
|
UKNonprofitType: "schema:UKNonprofitType";
|
|
1205
1380
|
UKTrust: "schema:UKTrust";
|
|
@@ -1209,7 +1384,6 @@ declare const _default: {
|
|
|
1209
1384
|
UnRegisterAction: "schema:UnRegisterAction";
|
|
1210
1385
|
UnemploymentSupport: "schema:UnemploymentSupport";
|
|
1211
1386
|
UnincorporatedAssociationCharity: "schema:UnincorporatedAssociationCharity";
|
|
1212
|
-
UnitPriceSpecification: "schema:UnitPriceSpecification";
|
|
1213
1387
|
UnofficialLegalValue: "schema:UnofficialLegalValue";
|
|
1214
1388
|
UpdateAction: "schema:UpdateAction";
|
|
1215
1389
|
Urologic: "schema:Urologic";
|
|
@@ -1230,12 +1404,10 @@ declare const _default: {
|
|
|
1230
1404
|
VeganDiet: "schema:VeganDiet";
|
|
1231
1405
|
VegetarianDiet: "schema:VegetarianDiet";
|
|
1232
1406
|
Vehicle: "schema:Vehicle";
|
|
1233
|
-
Vein: "schema:Vein";
|
|
1234
1407
|
VenueMap: "schema:VenueMap";
|
|
1235
1408
|
Vessel: "schema:Vessel";
|
|
1236
1409
|
VeterinaryCare: "schema:VeterinaryCare";
|
|
1237
1410
|
VideoGallery: "schema:VideoGallery";
|
|
1238
|
-
VideoGame: "schema:VideoGame";
|
|
1239
1411
|
VideoGameClip: "schema:VideoGameClip";
|
|
1240
1412
|
VideoGameSeries: "schema:VideoGameSeries";
|
|
1241
1413
|
VideoObject: "schema:VideoObject";
|
|
@@ -1246,15 +1418,12 @@ declare const _default: {
|
|
|
1246
1418
|
VisualArtsEvent: "schema:VisualArtsEvent";
|
|
1247
1419
|
VisualArtwork: "schema:VisualArtwork";
|
|
1248
1420
|
VitalSign: "schema:VitalSign";
|
|
1249
|
-
Volcano: "schema:Volcano";
|
|
1250
1421
|
VoteAction: "schema:VoteAction";
|
|
1251
1422
|
WPAdBlock: "schema:WPAdBlock";
|
|
1252
1423
|
WPFooter: "schema:WPFooter";
|
|
1253
1424
|
WPHeader: "schema:WPHeader";
|
|
1254
1425
|
WPSideBar: "schema:WPSideBar";
|
|
1255
1426
|
WantAction: "schema:WantAction";
|
|
1256
|
-
WarrantyPromise: "schema:WarrantyPromise";
|
|
1257
|
-
WarrantyScope: "schema:WarrantyScope";
|
|
1258
1427
|
WatchAction: "schema:WatchAction";
|
|
1259
1428
|
Waterfall: "schema:Waterfall";
|
|
1260
1429
|
WearAction: "schema:WearAction";
|
|
@@ -1310,12 +1479,10 @@ declare const _default: {
|
|
|
1310
1479
|
WebPage: "schema:WebPage";
|
|
1311
1480
|
WebPageElement: "schema:WebPageElement";
|
|
1312
1481
|
WebSite: "schema:WebSite";
|
|
1313
|
-
Wednesday: "schema:Wednesday";
|
|
1314
1482
|
WesternConventional: "schema:WesternConventional";
|
|
1315
1483
|
Wholesale: "schema:Wholesale";
|
|
1316
1484
|
WholesaleStore: "schema:WholesaleStore";
|
|
1317
1485
|
WinAction: "schema:WinAction";
|
|
1318
|
-
Winery: "schema:Winery";
|
|
1319
1486
|
Withdrawn: "schema:Withdrawn";
|
|
1320
1487
|
WorkBasedProgram: "schema:WorkBasedProgram";
|
|
1321
1488
|
WorkersUnion: "schema:WorkersUnion";
|
|
@@ -1324,7 +1491,6 @@ declare const _default: {
|
|
|
1324
1491
|
XPathType: "schema:XPathType";
|
|
1325
1492
|
XRay: "schema:XRay";
|
|
1326
1493
|
ZoneBoardingPolicy: "schema:ZoneBoardingPolicy";
|
|
1327
|
-
Zoo: "schema:Zoo";
|
|
1328
1494
|
about: "schema:about";
|
|
1329
1495
|
abridged: "schema:abridged";
|
|
1330
1496
|
accelerationTime: "schema:accelerationTime";
|
|
@@ -1360,26 +1526,21 @@ declare const _default: {
|
|
|
1360
1526
|
activityFrequency: "schema:activityFrequency";
|
|
1361
1527
|
actor: "schema:actor";
|
|
1362
1528
|
actors: "schema:actors";
|
|
1363
|
-
addOn: "schema:addOn";
|
|
1364
1529
|
additionalName: "schema:additionalName";
|
|
1365
1530
|
additionalNumberOfGuests: "schema:additionalNumberOfGuests";
|
|
1366
1531
|
additionalProperty: "schema:additionalProperty";
|
|
1367
1532
|
additionalType: "schema:additionalType";
|
|
1368
1533
|
additionalVariable: "schema:additionalVariable";
|
|
1369
|
-
address: "schema:address";
|
|
1370
1534
|
addressCountry: "schema:addressCountry";
|
|
1371
1535
|
addressLocality: "schema:addressLocality";
|
|
1372
1536
|
addressRegion: "schema:addressRegion";
|
|
1373
1537
|
administrationRoute: "schema:administrationRoute";
|
|
1374
|
-
advanceBookingRequirement: "schema:advanceBookingRequirement";
|
|
1375
1538
|
adverseOutcome: "schema:adverseOutcome";
|
|
1376
1539
|
affectedBy: "schema:affectedBy";
|
|
1377
|
-
affiliation: "schema:affiliation";
|
|
1378
1540
|
afterMedia: "schema:afterMedia";
|
|
1379
1541
|
agent: "schema:agent";
|
|
1380
1542
|
aggregateRating: "schema:aggregateRating";
|
|
1381
1543
|
aircraft: "schema:aircraft";
|
|
1382
|
-
album: "schema:album";
|
|
1383
1544
|
albumProductionType: "schema:albumProductionType";
|
|
1384
1545
|
albumRelease: "schema:albumRelease";
|
|
1385
1546
|
albumReleaseType: "schema:albumReleaseType";
|
|
@@ -1389,17 +1550,14 @@ declare const _default: {
|
|
|
1389
1550
|
alignmentType: "schema:alignmentType";
|
|
1390
1551
|
alternateName: "schema:alternateName";
|
|
1391
1552
|
alternativeHeadline: "schema:alternativeHeadline";
|
|
1392
|
-
alumni: "schema:alumni";
|
|
1393
1553
|
alumniOf: "schema:alumniOf";
|
|
1394
1554
|
amenityFeature: "schema:amenityFeature";
|
|
1395
1555
|
amount: "schema:amount";
|
|
1396
|
-
amountOfThisGood: "schema:amountOfThisGood";
|
|
1397
1556
|
announcementLocation: "schema:announcementLocation";
|
|
1398
1557
|
annualPercentageRate: "schema:annualPercentageRate";
|
|
1399
1558
|
answerCount: "schema:answerCount";
|
|
1400
1559
|
answerExplanation: "schema:answerExplanation";
|
|
1401
1560
|
antagonist: "schema:antagonist";
|
|
1402
|
-
appearance: "schema:appearance";
|
|
1403
1561
|
applicableLocation: "schema:applicableLocation";
|
|
1404
1562
|
applicantLocationRequirements: "schema:applicantLocationRequirements";
|
|
1405
1563
|
application: "schema:application";
|
|
@@ -1409,10 +1567,7 @@ declare const _default: {
|
|
|
1409
1567
|
applicationStartDate: "schema:applicationStartDate";
|
|
1410
1568
|
applicationSubCategory: "schema:applicationSubCategory";
|
|
1411
1569
|
applicationSuite: "schema:applicationSuite";
|
|
1412
|
-
appliesToDeliveryMethod: "schema:appliesToDeliveryMethod";
|
|
1413
|
-
appliesToPaymentMethod: "schema:appliesToPaymentMethod";
|
|
1414
1570
|
archiveHeld: "schema:archiveHeld";
|
|
1415
|
-
area: "schema:area";
|
|
1416
1571
|
areaServed: "schema:areaServed";
|
|
1417
1572
|
arrivalAirport: "schema:arrivalAirport";
|
|
1418
1573
|
arrivalBoatTerminal: "schema:arrivalBoatTerminal";
|
|
@@ -1428,10 +1583,8 @@ declare const _default: {
|
|
|
1428
1583
|
artform: "schema:artform";
|
|
1429
1584
|
articleBody: "schema:articleBody";
|
|
1430
1585
|
articleSection: "schema:articleSection";
|
|
1431
|
-
artist: "schema:artist";
|
|
1432
1586
|
artworkSurface: "schema:artworkSurface";
|
|
1433
1587
|
aspect: "schema:aspect";
|
|
1434
|
-
assembly: "schema:assembly";
|
|
1435
1588
|
assemblyVersion: "schema:assemblyVersion";
|
|
1436
1589
|
assesses: "schema:assesses";
|
|
1437
1590
|
associatedAnatomy: "schema:associatedAnatomy";
|
|
@@ -1444,11 +1597,7 @@ declare const _default: {
|
|
|
1444
1597
|
audienceType: "schema:audienceType";
|
|
1445
1598
|
audio: "schema:audio";
|
|
1446
1599
|
authenticator: "schema:authenticator";
|
|
1447
|
-
author: "schema:author";
|
|
1448
1600
|
availability: "schema:availability";
|
|
1449
|
-
availabilityEnds: "schema:availabilityEnds";
|
|
1450
|
-
availabilityStarts: "schema:availabilityStarts";
|
|
1451
|
-
availableAtOrFrom: "schema:availableAtOrFrom";
|
|
1452
1601
|
availableChannel: "schema:availableChannel";
|
|
1453
1602
|
availableDeliveryMethod: "schema:availableDeliveryMethod";
|
|
1454
1603
|
availableFrom: "schema:availableFrom";
|
|
@@ -1459,7 +1608,6 @@ declare const _default: {
|
|
|
1459
1608
|
availableStrength: "schema:availableStrength";
|
|
1460
1609
|
availableTest: "schema:availableTest";
|
|
1461
1610
|
availableThrough: "schema:availableThrough";
|
|
1462
|
-
award: "schema:award";
|
|
1463
1611
|
awards: "schema:awards";
|
|
1464
1612
|
awayTeam: "schema:awayTeam";
|
|
1465
1613
|
backstory: "schema:backstory";
|
|
@@ -1474,12 +1622,9 @@ declare const _default: {
|
|
|
1474
1622
|
bestRating: "schema:bestRating";
|
|
1475
1623
|
billingAddress: "schema:billingAddress";
|
|
1476
1624
|
billingDuration: "schema:billingDuration";
|
|
1477
|
-
billingIncrement: "schema:billingIncrement";
|
|
1478
1625
|
billingPeriod: "schema:billingPeriod";
|
|
1479
1626
|
billingStart: "schema:billingStart";
|
|
1480
1627
|
biomechnicalClass: "schema:biomechnicalClass";
|
|
1481
|
-
birthDate: "schema:birthDate";
|
|
1482
|
-
birthPlace: "schema:birthPlace";
|
|
1483
1628
|
bitrate: "schema:bitrate";
|
|
1484
1629
|
blogPost: "schema:blogPost";
|
|
1485
1630
|
blogPosts: "schema:blogPosts";
|
|
@@ -1497,7 +1642,6 @@ declare const _default: {
|
|
|
1497
1642
|
branch: "schema:branch";
|
|
1498
1643
|
branchCode: "schema:branchCode";
|
|
1499
1644
|
branchOf: "schema:branchOf";
|
|
1500
|
-
brand: "schema:brand";
|
|
1501
1645
|
breadcrumb: "schema:breadcrumb";
|
|
1502
1646
|
breastfeedingWarning: "schema:breastfeedingWarning";
|
|
1503
1647
|
broadcastAffiliateOf: "schema:broadcastAffiliateOf";
|
|
@@ -1523,7 +1667,6 @@ declare const _default: {
|
|
|
1523
1667
|
byMonth: "schema:byMonth";
|
|
1524
1668
|
byMonthDay: "schema:byMonthDay";
|
|
1525
1669
|
byMonthWeek: "schema:byMonthWeek";
|
|
1526
|
-
callSign: "schema:callSign";
|
|
1527
1670
|
calories: "schema:calories";
|
|
1528
1671
|
candidate: "schema:candidate";
|
|
1529
1672
|
caption: "schema:caption";
|
|
@@ -1534,7 +1677,6 @@ declare const _default: {
|
|
|
1534
1677
|
cashBack: "schema:cashBack";
|
|
1535
1678
|
catalog: "schema:catalog";
|
|
1536
1679
|
catalogNumber: "schema:catalogNumber";
|
|
1537
|
-
category: "schema:category";
|
|
1538
1680
|
causeOf: "schema:causeOf";
|
|
1539
1681
|
ccRecipient: "schema:ccRecipient";
|
|
1540
1682
|
character: "schema:character";
|
|
@@ -1547,31 +1689,22 @@ declare const _default: {
|
|
|
1547
1689
|
childMinAge: "schema:childMinAge";
|
|
1548
1690
|
children: "schema:children";
|
|
1549
1691
|
cholesterolContent: "schema:cholesterolContent";
|
|
1550
|
-
circle: "schema:circle";
|
|
1551
1692
|
citation: "schema:citation";
|
|
1552
1693
|
claimReviewed: "schema:claimReviewed";
|
|
1553
1694
|
clincalPharmacology: "schema:clincalPharmacology";
|
|
1554
1695
|
clinicalPharmacology: "schema:clinicalPharmacology";
|
|
1555
1696
|
clipNumber: "schema:clipNumber";
|
|
1556
|
-
closes: "schema:closes";
|
|
1557
|
-
coach: "schema:coach";
|
|
1558
|
-
code: "schema:code";
|
|
1559
1697
|
codeRepository: "schema:codeRepository";
|
|
1560
1698
|
codeSampleType: "schema:codeSampleType";
|
|
1561
1699
|
codeValue: "schema:codeValue";
|
|
1562
1700
|
codingSystem: "schema:codingSystem";
|
|
1563
|
-
colleague: "schema:colleague";
|
|
1564
1701
|
colleagues: "schema:colleagues";
|
|
1565
|
-
collection: "schema:collection";
|
|
1566
|
-
collectionSize: "schema:collectionSize";
|
|
1567
|
-
color: "schema:color";
|
|
1568
1702
|
colorist: "schema:colorist";
|
|
1569
1703
|
commentCount: "schema:commentCount";
|
|
1570
1704
|
commentText: "schema:commentText";
|
|
1571
1705
|
commentTime: "schema:commentTime";
|
|
1572
1706
|
competencyRequired: "schema:competencyRequired";
|
|
1573
1707
|
competitor: "schema:competitor";
|
|
1574
|
-
composer: "schema:composer";
|
|
1575
1708
|
comprisedOf: "schema:comprisedOf";
|
|
1576
1709
|
conditionsOfAccess: "schema:conditionsOfAccess";
|
|
1577
1710
|
confirmationNumber: "schema:confirmationNumber";
|
|
@@ -1607,7 +1740,6 @@ declare const _default: {
|
|
|
1607
1740
|
countriesNotSupported: "schema:countriesNotSupported";
|
|
1608
1741
|
countriesSupported: "schema:countriesSupported";
|
|
1609
1742
|
countryOfOrigin: "schema:countryOfOrigin";
|
|
1610
|
-
course: "schema:course";
|
|
1611
1743
|
courseCode: "schema:courseCode";
|
|
1612
1744
|
courseMode: "schema:courseMode";
|
|
1613
1745
|
coursePrerequisites: "schema:coursePrerequisites";
|
|
@@ -1620,7 +1752,6 @@ declare const _default: {
|
|
|
1620
1752
|
creditedTo: "schema:creditedTo";
|
|
1621
1753
|
cssSelector: "schema:cssSelector";
|
|
1622
1754
|
currenciesAccepted: "schema:currenciesAccepted";
|
|
1623
|
-
currency: "schema:currency";
|
|
1624
1755
|
currentExchangeRate: "schema:currentExchangeRate";
|
|
1625
1756
|
customer: "schema:customer";
|
|
1626
1757
|
cutoffTime: "schema:cutoffTime";
|
|
@@ -1655,15 +1786,11 @@ declare const _default: {
|
|
|
1655
1786
|
dateVehicleFirstRegistered: "schema:dateVehicleFirstRegistered";
|
|
1656
1787
|
dateline: "schema:dateline";
|
|
1657
1788
|
dayOfWeek: "schema:dayOfWeek";
|
|
1658
|
-
deathDate: "schema:deathDate";
|
|
1659
|
-
deathPlace: "schema:deathPlace";
|
|
1660
1789
|
defaultValue: "schema:defaultValue";
|
|
1661
1790
|
deliveryAddress: "schema:deliveryAddress";
|
|
1662
|
-
deliveryLeadTime: "schema:deliveryLeadTime";
|
|
1663
1791
|
deliveryMethod: "schema:deliveryMethod";
|
|
1664
1792
|
deliveryStatus: "schema:deliveryStatus";
|
|
1665
1793
|
deliveryTime: "schema:deliveryTime";
|
|
1666
|
-
department: "schema:department";
|
|
1667
1794
|
departureAirport: "schema:departureAirport";
|
|
1668
1795
|
departureBoatTerminal: "schema:departureBoatTerminal";
|
|
1669
1796
|
departureBusStop: "schema:departureBusStop";
|
|
@@ -1673,14 +1800,11 @@ declare const _default: {
|
|
|
1673
1800
|
departureTerminal: "schema:departureTerminal";
|
|
1674
1801
|
departureTime: "schema:departureTime";
|
|
1675
1802
|
dependencies: "schema:dependencies";
|
|
1676
|
-
depth: "schema:depth";
|
|
1677
1803
|
device: "schema:device";
|
|
1678
1804
|
diagnosis: "schema:diagnosis";
|
|
1679
1805
|
diagram: "schema:diagram";
|
|
1680
1806
|
diet: "schema:diet";
|
|
1681
1807
|
dietFeatures: "schema:dietFeatures";
|
|
1682
|
-
differentialDiagnosis: "schema:differentialDiagnosis";
|
|
1683
|
-
director: "schema:director";
|
|
1684
1808
|
directors: "schema:directors";
|
|
1685
1809
|
disambiguatingDescription: "schema:disambiguatingDescription";
|
|
1686
1810
|
discount: "schema:discount";
|
|
@@ -1690,8 +1814,6 @@ declare const _default: {
|
|
|
1690
1814
|
discussionUrl: "schema:discussionUrl";
|
|
1691
1815
|
diseasePreventionInfo: "schema:diseasePreventionInfo";
|
|
1692
1816
|
diseaseSpreadStatistics: "schema:diseaseSpreadStatistics";
|
|
1693
|
-
dissolutionDate: "schema:dissolutionDate";
|
|
1694
|
-
distance: "schema:distance";
|
|
1695
1817
|
distinguishingSign: "schema:distinguishingSign";
|
|
1696
1818
|
distribution: "schema:distribution";
|
|
1697
1819
|
diversityPolicy: "schema:diversityPolicy";
|
|
@@ -1708,21 +1830,17 @@ declare const _default: {
|
|
|
1708
1830
|
downPayment: "schema:downPayment";
|
|
1709
1831
|
downloadUrl: "schema:downloadUrl";
|
|
1710
1832
|
downvoteCount: "schema:downvoteCount";
|
|
1711
|
-
drainsTo: "schema:drainsTo";
|
|
1712
1833
|
driveWheelConfiguration: "schema:driveWheelConfiguration";
|
|
1713
1834
|
dropoffLocation: "schema:dropoffLocation";
|
|
1714
1835
|
dropoffTime: "schema:dropoffTime";
|
|
1715
|
-
drug: "schema:drug";
|
|
1716
1836
|
drugClass: "schema:drugClass";
|
|
1717
1837
|
drugUnit: "schema:drugUnit";
|
|
1718
1838
|
duns: "schema:duns";
|
|
1719
1839
|
duplicateTherapy: "schema:duplicateTherapy";
|
|
1720
|
-
duration: "schema:duration";
|
|
1721
1840
|
durationOfWarranty: "schema:durationOfWarranty";
|
|
1722
1841
|
duringMedia: "schema:duringMedia";
|
|
1723
1842
|
earlyPrepaymentPenalty: "schema:earlyPrepaymentPenalty";
|
|
1724
1843
|
editEIDR: "schema:editEIDR";
|
|
1725
|
-
editor: "schema:editor";
|
|
1726
1844
|
eduQuestionType: "schema:eduQuestionType";
|
|
1727
1845
|
educationRequirements: "schema:educationRequirements";
|
|
1728
1846
|
educationalAlignment: "schema:educationalAlignment";
|
|
@@ -1732,13 +1850,10 @@ declare const _default: {
|
|
|
1732
1850
|
educationalProgramMode: "schema:educationalProgramMode";
|
|
1733
1851
|
educationalRole: "schema:educationalRole";
|
|
1734
1852
|
educationalUse: "schema:educationalUse";
|
|
1735
|
-
elevation: "schema:elevation";
|
|
1736
1853
|
eligibilityToWorkRequirement: "schema:eligibilityToWorkRequirement";
|
|
1737
1854
|
eligibleCustomerType: "schema:eligibleCustomerType";
|
|
1738
|
-
eligibleDuration: "schema:eligibleDuration";
|
|
1739
1855
|
eligibleQuantity: "schema:eligibleQuantity";
|
|
1740
1856
|
eligibleRegion: "schema:eligibleRegion";
|
|
1741
|
-
eligibleTransactionVolume: "schema:eligibleTransactionVolume";
|
|
1742
1857
|
email: "schema:email";
|
|
1743
1858
|
embedUrl: "schema:embedUrl";
|
|
1744
1859
|
emissionsCO2: "schema:emissionsCO2";
|
|
@@ -1752,7 +1867,6 @@ declare const _default: {
|
|
|
1752
1867
|
encodingFormat: "schema:encodingFormat";
|
|
1753
1868
|
encodingType: "schema:encodingType";
|
|
1754
1869
|
encodings: "schema:encodings";
|
|
1755
|
-
endDate: "schema:endDate";
|
|
1756
1870
|
endOffset: "schema:endOffset";
|
|
1757
1871
|
endTime: "schema:endTime";
|
|
1758
1872
|
endorsee: "schema:endorsee";
|
|
@@ -1760,21 +1874,15 @@ declare const _default: {
|
|
|
1760
1874
|
energyEfficiencyScaleMax: "schema:energyEfficiencyScaleMax";
|
|
1761
1875
|
energyEfficiencyScaleMin: "schema:energyEfficiencyScaleMin";
|
|
1762
1876
|
engineDisplacement: "schema:engineDisplacement";
|
|
1763
|
-
enginePower: "schema:enginePower";
|
|
1764
|
-
engineType: "schema:engineType";
|
|
1765
1877
|
entertainmentBusiness: "schema:entertainmentBusiness";
|
|
1766
1878
|
epidemiology: "schema:epidemiology";
|
|
1767
|
-
episode: "schema:episode";
|
|
1768
|
-
episodeNumber: "schema:episodeNumber";
|
|
1769
1879
|
episodes: "schema:episodes";
|
|
1770
|
-
equal: "schema:equal";
|
|
1771
1880
|
error: "schema:error";
|
|
1772
1881
|
estimatedCost: "schema:estimatedCost";
|
|
1773
1882
|
estimatedFlightDuration: "schema:estimatedFlightDuration";
|
|
1774
1883
|
estimatedSalary: "schema:estimatedSalary";
|
|
1775
1884
|
estimatesRiskOf: "schema:estimatesRiskOf";
|
|
1776
1885
|
ethicsPolicy: "schema:ethicsPolicy";
|
|
1777
|
-
event: "schema:event";
|
|
1778
1886
|
eventAttendanceMode: "schema:eventAttendanceMode";
|
|
1779
1887
|
eventSchedule: "schema:eventSchedule";
|
|
1780
1888
|
eventStatus: "schema:eventStatus";
|
|
@@ -1805,9 +1913,7 @@ declare const _default: {
|
|
|
1805
1913
|
feesAndCommissionsSpecification: "schema:feesAndCommissionsSpecification";
|
|
1806
1914
|
fiberContent: "schema:fiberContent";
|
|
1807
1915
|
fileFormat: "schema:fileFormat";
|
|
1808
|
-
fileSize: "schema:fileSize";
|
|
1809
1916
|
financialAidEligible: "schema:financialAidEligible";
|
|
1810
|
-
firstAppearance: "schema:firstAppearance";
|
|
1811
1917
|
firstPerformance: "schema:firstPerformance";
|
|
1812
1918
|
flightDistance: "schema:flightDistance";
|
|
1813
1919
|
flightNumber: "schema:flightNumber";
|
|
@@ -1815,23 +1921,15 @@ declare const _default: {
|
|
|
1815
1921
|
floorLimit: "schema:floorLimit";
|
|
1816
1922
|
floorSize: "schema:floorSize";
|
|
1817
1923
|
followee: "schema:followee";
|
|
1818
|
-
follows: "schema:follows";
|
|
1819
1924
|
followup: "schema:followup";
|
|
1820
1925
|
foodEstablishment: "schema:foodEstablishment";
|
|
1821
1926
|
foodEvent: "schema:foodEvent";
|
|
1822
1927
|
foodWarning: "schema:foodWarning";
|
|
1823
|
-
founder: "schema:founder";
|
|
1824
1928
|
founders: "schema:founders";
|
|
1825
|
-
foundingDate: "schema:foundingDate";
|
|
1826
1929
|
foundingLocation: "schema:foundingLocation";
|
|
1827
|
-
free: "schema:free";
|
|
1828
1930
|
freeShippingThreshold: "schema:freeShippingThreshold";
|
|
1829
|
-
frequency: "schema:frequency";
|
|
1830
1931
|
fromLocation: "schema:fromLocation";
|
|
1831
|
-
fuelCapacity: "schema:fuelCapacity";
|
|
1832
|
-
fuelConsumption: "schema:fuelConsumption";
|
|
1833
1932
|
fuelEfficiency: "schema:fuelEfficiency";
|
|
1834
|
-
fuelType: "schema:fuelType";
|
|
1835
1933
|
functionalClass: "schema:functionalClass";
|
|
1836
1934
|
fundedItem: "schema:fundedItem";
|
|
1837
1935
|
funder: "schema:funder";
|
|
@@ -1841,8 +1939,6 @@ declare const _default: {
|
|
|
1841
1939
|
gamePlatform: "schema:gamePlatform";
|
|
1842
1940
|
gameServer: "schema:gameServer";
|
|
1843
1941
|
gameTip: "schema:gameTip";
|
|
1844
|
-
gender: "schema:gender";
|
|
1845
|
-
genre: "schema:genre";
|
|
1846
1942
|
geo: "schema:geo";
|
|
1847
1943
|
geoContains: "schema:geoContains";
|
|
1848
1944
|
geoCoveredBy: "schema:geoCoveredBy";
|
|
@@ -1863,8 +1959,6 @@ declare const _default: {
|
|
|
1863
1959
|
governmentBenefitsInfo: "schema:governmentBenefitsInfo";
|
|
1864
1960
|
gracePeriod: "schema:gracePeriod";
|
|
1865
1961
|
grantee: "schema:grantee";
|
|
1866
|
-
greater: "schema:greater";
|
|
1867
|
-
greaterOrEqual: "schema:greaterOrEqual";
|
|
1868
1962
|
gtin12: "schema:gtin12";
|
|
1869
1963
|
gtin13: "schema:gtin13";
|
|
1870
1964
|
gtin14: "schema:gtin14";
|
|
@@ -1894,8 +1988,6 @@ declare const _default: {
|
|
|
1894
1988
|
hasMerchantReturnPolicy: "schema:hasMerchantReturnPolicy";
|
|
1895
1989
|
hasOccupation: "schema:hasOccupation";
|
|
1896
1990
|
hasOfferCatalog: "schema:hasOfferCatalog";
|
|
1897
|
-
hasPOS: "schema:hasPOS";
|
|
1898
|
-
hasVariant: "schema:hasVariant";
|
|
1899
1991
|
headline: "schema:headline";
|
|
1900
1992
|
healthCondition: "schema:healthCondition";
|
|
1901
1993
|
healthPlanCoinsuranceOption: "schema:healthPlanCoinsuranceOption";
|
|
@@ -1911,7 +2003,6 @@ declare const _default: {
|
|
|
1911
2003
|
healthPlanNetworkTier: "schema:healthPlanNetworkTier";
|
|
1912
2004
|
healthPlanPharmacyCategory: "schema:healthPlanPharmacyCategory";
|
|
1913
2005
|
healthcareReportingData: "schema:healthcareReportingData";
|
|
1914
|
-
height: "schema:height";
|
|
1915
2006
|
highPrice: "schema:highPrice";
|
|
1916
2007
|
hiringOrganization: "schema:hiringOrganization";
|
|
1917
2008
|
holdingArchive: "schema:holdingArchive";
|
|
@@ -1928,7 +2019,6 @@ declare const _default: {
|
|
|
1928
2019
|
icaoCode: "schema:icaoCode";
|
|
1929
2020
|
identifyingExam: "schema:identifyingExam";
|
|
1930
2021
|
identifyingTest: "schema:identifyingTest";
|
|
1931
|
-
illustrator: "schema:illustrator";
|
|
1932
2022
|
image: "schema:image";
|
|
1933
2023
|
imagingTechnique: "schema:imagingTechnique";
|
|
1934
2024
|
inAlbum: "schema:inAlbum";
|
|
@@ -1950,9 +2040,7 @@ declare const _default: {
|
|
|
1950
2040
|
includesAttraction: "schema:includesAttraction";
|
|
1951
2041
|
includesHealthPlanFormulary: "schema:includesHealthPlanFormulary";
|
|
1952
2042
|
includesHealthPlanNetwork: "schema:includesHealthPlanNetwork";
|
|
1953
|
-
includesObject: "schema:includesObject";
|
|
1954
2043
|
increasesRiskOf: "schema:increasesRiskOf";
|
|
1955
|
-
industry: "schema:industry";
|
|
1956
2044
|
ineligibleRegion: "schema:ineligibleRegion";
|
|
1957
2045
|
infectiousAgent: "schema:infectiousAgent";
|
|
1958
2046
|
infectiousAgentClass: "schema:infectiousAgentClass";
|
|
@@ -1961,7 +2049,6 @@ declare const _default: {
|
|
|
1961
2049
|
insertion: "schema:insertion";
|
|
1962
2050
|
installUrl: "schema:installUrl";
|
|
1963
2051
|
instructor: "schema:instructor";
|
|
1964
|
-
instrument: "schema:instrument";
|
|
1965
2052
|
intensity: "schema:intensity";
|
|
1966
2053
|
interactingDrug: "schema:interactingDrug";
|
|
1967
2054
|
interactionCount: "schema:interactionCount";
|
|
@@ -1974,11 +2061,9 @@ declare const _default: {
|
|
|
1974
2061
|
inverseOf: "schema:inverseOf";
|
|
1975
2062
|
isAcceptingNewPatients: "schema:isAcceptingNewPatients";
|
|
1976
2063
|
isAccessibleForFree: "schema:isAccessibleForFree";
|
|
1977
|
-
isAccessoryOrSparePartFor: "schema:isAccessoryOrSparePartFor";
|
|
1978
2064
|
isAvailableGenerically: "schema:isAvailableGenerically";
|
|
1979
2065
|
isBasedOn: "schema:isBasedOn";
|
|
1980
2066
|
isBasedOnUrl: "schema:isBasedOnUrl";
|
|
1981
|
-
isConsumableFor: "schema:isConsumableFor";
|
|
1982
2067
|
isFamilyFriendly: "schema:isFamilyFriendly";
|
|
1983
2068
|
isGift: "schema:isGift";
|
|
1984
2069
|
isLiveBroadcast: "schema:isLiveBroadcast";
|
|
@@ -1986,13 +2071,9 @@ declare const _default: {
|
|
|
1986
2071
|
isProprietary: "schema:isProprietary";
|
|
1987
2072
|
isRelatedTo: "schema:isRelatedTo";
|
|
1988
2073
|
isResizable: "schema:isResizable";
|
|
1989
|
-
isSimilarTo: "schema:isSimilarTo";
|
|
1990
2074
|
isUnlabelledFallback: "schema:isUnlabelledFallback";
|
|
1991
|
-
isVariantOf: "schema:isVariantOf";
|
|
1992
|
-
isbn: "schema:isbn";
|
|
1993
2075
|
isicV4: "schema:isicV4";
|
|
1994
2076
|
isrcCode: "schema:isrcCode";
|
|
1995
|
-
issn: "schema:issn";
|
|
1996
2077
|
issueNumber: "schema:issueNumber";
|
|
1997
2078
|
issuedBy: "schema:issuedBy";
|
|
1998
2079
|
issuedThrough: "schema:issuedThrough";
|
|
@@ -2012,10 +2093,8 @@ declare const _default: {
|
|
|
2012
2093
|
jobLocationType: "schema:jobLocationType";
|
|
2013
2094
|
jobStartDate: "schema:jobStartDate";
|
|
2014
2095
|
jobTitle: "schema:jobTitle";
|
|
2015
|
-
jurisdiction: "schema:jurisdiction";
|
|
2016
2096
|
keywords: "schema:keywords";
|
|
2017
2097
|
knownVehicleDamages: "schema:knownVehicleDamages";
|
|
2018
|
-
knows: "schema:knows";
|
|
2019
2098
|
knowsAbout: "schema:knowsAbout";
|
|
2020
2099
|
knowsLanguage: "schema:knowsLanguage";
|
|
2021
2100
|
labelDetails: "schema:labelDetails";
|
|
@@ -2025,7 +2104,6 @@ declare const _default: {
|
|
|
2025
2104
|
layoutImage: "schema:layoutImage";
|
|
2026
2105
|
learningResourceType: "schema:learningResourceType";
|
|
2027
2106
|
leaseLength: "schema:leaseLength";
|
|
2028
|
-
legalName: "schema:legalName";
|
|
2029
2107
|
legalStatus: "schema:legalStatus";
|
|
2030
2108
|
legislationApplies: "schema:legislationApplies";
|
|
2031
2109
|
legislationChanges: "schema:legislationChanges";
|
|
@@ -2042,8 +2120,6 @@ declare const _default: {
|
|
|
2042
2120
|
legislationType: "schema:legislationType";
|
|
2043
2121
|
leiCode: "schema:leiCode";
|
|
2044
2122
|
lender: "schema:lender";
|
|
2045
|
-
lesser: "schema:lesser";
|
|
2046
|
-
lesserOrEqual: "schema:lesserOrEqual";
|
|
2047
2123
|
letterer: "schema:letterer";
|
|
2048
2124
|
line: "schema:line";
|
|
2049
2125
|
linkRelationship: "schema:linkRelationship";
|
|
@@ -2054,27 +2130,22 @@ declare const _default: {
|
|
|
2054
2130
|
loanRepaymentForm: "schema:loanRepaymentForm";
|
|
2055
2131
|
loanTerm: "schema:loanTerm";
|
|
2056
2132
|
loanType: "schema:loanType";
|
|
2057
|
-
location: "schema:location";
|
|
2058
2133
|
locationCreated: "schema:locationCreated";
|
|
2059
2134
|
lodgingUnitDescription: "schema:lodgingUnitDescription";
|
|
2060
2135
|
lodgingUnitType: "schema:lodgingUnitType";
|
|
2061
|
-
logo: "schema:logo";
|
|
2062
2136
|
longitude: "schema:longitude";
|
|
2063
2137
|
loser: "schema:loser";
|
|
2064
2138
|
lowPrice: "schema:lowPrice";
|
|
2065
2139
|
lyricist: "schema:lyricist";
|
|
2066
|
-
lyrics: "schema:lyrics";
|
|
2067
2140
|
mainContentOfPage: "schema:mainContentOfPage";
|
|
2068
2141
|
mainEntity: "schema:mainEntity";
|
|
2069
2142
|
mainEntityOfPage: "schema:mainEntityOfPage";
|
|
2070
2143
|
maintainer: "schema:maintainer";
|
|
2071
2144
|
makesOffer: "schema:makesOffer";
|
|
2072
|
-
manufacturer: "schema:manufacturer";
|
|
2073
2145
|
mapType: "schema:mapType";
|
|
2074
2146
|
maps: "schema:maps";
|
|
2075
2147
|
marginOfError: "schema:marginOfError";
|
|
2076
2148
|
masthead: "schema:masthead";
|
|
2077
|
-
material: "schema:material";
|
|
2078
2149
|
materialExtent: "schema:materialExtent";
|
|
2079
2150
|
mathExpression: "schema:mathExpression";
|
|
2080
2151
|
maxPrice: "schema:maxPrice";
|
|
@@ -2092,7 +2163,6 @@ declare const _default: {
|
|
|
2092
2163
|
mediaAuthenticityCategory: "schema:mediaAuthenticityCategory";
|
|
2093
2164
|
median: "schema:median";
|
|
2094
2165
|
medicalAudience: "schema:medicalAudience";
|
|
2095
|
-
medicalSpecialty: "schema:medicalSpecialty";
|
|
2096
2166
|
medicineSystem: "schema:medicineSystem";
|
|
2097
2167
|
meetsEmissionStandard: "schema:meetsEmissionStandard";
|
|
2098
2168
|
memberOf: "schema:memberOf";
|
|
@@ -2112,7 +2182,6 @@ declare const _default: {
|
|
|
2112
2182
|
minValue: "schema:minValue";
|
|
2113
2183
|
minimumPaymentDue: "schema:minimumPaymentDue";
|
|
2114
2184
|
missionCoveragePrioritiesPolicy: "schema:missionCoveragePrioritiesPolicy";
|
|
2115
|
-
model: "schema:model";
|
|
2116
2185
|
modelDate: "schema:modelDate";
|
|
2117
2186
|
modifiedTime: "schema:modifiedTime";
|
|
2118
2187
|
monthlyMinimumRepaymentAmount: "schema:monthlyMinimumRepaymentAmount";
|
|
@@ -2121,23 +2190,17 @@ declare const _default: {
|
|
|
2121
2190
|
multipleValues: "schema:multipleValues";
|
|
2122
2191
|
muscleAction: "schema:muscleAction";
|
|
2123
2192
|
musicArrangement: "schema:musicArrangement";
|
|
2124
|
-
musicBy: "schema:musicBy";
|
|
2125
2193
|
musicCompositionForm: "schema:musicCompositionForm";
|
|
2126
2194
|
musicGroupMember: "schema:musicGroupMember";
|
|
2127
2195
|
musicReleaseFormat: "schema:musicReleaseFormat";
|
|
2128
|
-
musicalKey: "schema:musicalKey";
|
|
2129
2196
|
naics: "schema:naics";
|
|
2130
|
-
name: "schema:name";
|
|
2131
2197
|
namedPosition: "schema:namedPosition";
|
|
2132
|
-
nationality: "schema:nationality";
|
|
2133
2198
|
naturalProgression: "schema:naturalProgression";
|
|
2134
|
-
nerve: "schema:nerve";
|
|
2135
2199
|
nerveMotor: "schema:nerveMotor";
|
|
2136
2200
|
netWorth: "schema:netWorth";
|
|
2137
2201
|
newsUpdatesAndGuidelines: "schema:newsUpdatesAndGuidelines";
|
|
2138
2202
|
nextItem: "schema:nextItem";
|
|
2139
2203
|
noBylinesPolicy: "schema:noBylinesPolicy";
|
|
2140
|
-
nonEqual: "schema:nonEqual";
|
|
2141
2204
|
nonProprietaryName: "schema:nonProprietaryName";
|
|
2142
2205
|
nonprofitStatus: "schema:nonprofitStatus";
|
|
2143
2206
|
normalRange: "schema:normalRange";
|
|
@@ -2154,19 +2217,12 @@ declare const _default: {
|
|
|
2154
2217
|
numberOfBedrooms: "schema:numberOfBedrooms";
|
|
2155
2218
|
numberOfBeds: "schema:numberOfBeds";
|
|
2156
2219
|
numberOfCredits: "schema:numberOfCredits";
|
|
2157
|
-
numberOfDoors: "schema:numberOfDoors";
|
|
2158
|
-
numberOfEmployees: "schema:numberOfEmployees";
|
|
2159
|
-
numberOfEpisodes: "schema:numberOfEpisodes";
|
|
2160
2220
|
numberOfForwardGears: "schema:numberOfForwardGears";
|
|
2161
2221
|
numberOfFullBathrooms: "schema:numberOfFullBathrooms";
|
|
2162
2222
|
numberOfItems: "schema:numberOfItems";
|
|
2163
2223
|
numberOfLoanPayments: "schema:numberOfLoanPayments";
|
|
2164
|
-
numberOfPages: "schema:numberOfPages";
|
|
2165
2224
|
numberOfPartialBathrooms: "schema:numberOfPartialBathrooms";
|
|
2166
|
-
numberOfPlayers: "schema:numberOfPlayers";
|
|
2167
2225
|
numberOfPreviousOwners: "schema:numberOfPreviousOwners";
|
|
2168
|
-
numberOfRooms: "schema:numberOfRooms";
|
|
2169
|
-
numberOfSeasons: "schema:numberOfSeasons";
|
|
2170
2226
|
numberedPosition: "schema:numberedPosition";
|
|
2171
2227
|
nutrition: "schema:nutrition";
|
|
2172
2228
|
observationDate: "schema:observationDate";
|
|
@@ -2177,15 +2233,10 @@ declare const _default: {
|
|
|
2177
2233
|
occupationalCredentialAwarded: "schema:occupationalCredentialAwarded";
|
|
2178
2234
|
offerCount: "schema:offerCount";
|
|
2179
2235
|
offeredBy: "schema:offeredBy";
|
|
2180
|
-
offers: "schema:offers";
|
|
2181
2236
|
offersPrescriptionByMail: "schema:offersPrescriptionByMail";
|
|
2182
2237
|
openingHours: "schema:openingHours";
|
|
2183
2238
|
openingHoursSpecification: "schema:openingHoursSpecification";
|
|
2184
|
-
opens: "schema:opens";
|
|
2185
|
-
operatingSystem: "schema:operatingSystem";
|
|
2186
|
-
opponent: "schema:opponent";
|
|
2187
2239
|
option: "schema:option";
|
|
2188
|
-
orderDate: "schema:orderDate";
|
|
2189
2240
|
orderDelivery: "schema:orderDelivery";
|
|
2190
2241
|
orderItemNumber: "schema:orderItemNumber";
|
|
2191
2242
|
orderItemStatus: "schema:orderItemStatus";
|
|
@@ -2200,11 +2251,9 @@ declare const _default: {
|
|
|
2200
2251
|
ownedFrom: "schema:ownedFrom";
|
|
2201
2252
|
ownedThrough: "schema:ownedThrough";
|
|
2202
2253
|
ownershipFundingInfo: "schema:ownershipFundingInfo";
|
|
2203
|
-
owns: "schema:owns";
|
|
2204
2254
|
pageEnd: "schema:pageEnd";
|
|
2205
2255
|
pageStart: "schema:pageStart";
|
|
2206
2256
|
pagination: "schema:pagination";
|
|
2207
|
-
parent: "schema:parent";
|
|
2208
2257
|
parentItem: "schema:parentItem";
|
|
2209
2258
|
parentOrganization: "schema:parentOrganization";
|
|
2210
2259
|
parentService: "schema:parentService";
|
|
@@ -2217,7 +2266,6 @@ declare const _default: {
|
|
|
2217
2266
|
partOfSystem: "schema:partOfSystem";
|
|
2218
2267
|
partOfTVSeries: "schema:partOfTVSeries";
|
|
2219
2268
|
partOfTrip: "schema:partOfTrip";
|
|
2220
|
-
participant: "schema:participant";
|
|
2221
2269
|
partySize: "schema:partySize";
|
|
2222
2270
|
passengerPriorityStatus: "schema:passengerPriorityStatus";
|
|
2223
2271
|
passengerSequenceNumber: "schema:passengerSequenceNumber";
|
|
@@ -2237,7 +2285,6 @@ declare const _default: {
|
|
|
2237
2285
|
percentile75: "schema:percentile75";
|
|
2238
2286
|
percentile90: "schema:percentile90";
|
|
2239
2287
|
performTime: "schema:performTime";
|
|
2240
|
-
performer: "schema:performer";
|
|
2241
2288
|
performerIn: "schema:performerIn";
|
|
2242
2289
|
performers: "schema:performers";
|
|
2243
2290
|
permissionType: "schema:permissionType";
|
|
@@ -2257,19 +2304,16 @@ declare const _default: {
|
|
|
2257
2304
|
playersOnline: "schema:playersOnline";
|
|
2258
2305
|
polygon: "schema:polygon";
|
|
2259
2306
|
populationType: "schema:populationType";
|
|
2260
|
-
position: "schema:position";
|
|
2261
2307
|
possibleComplication: "schema:possibleComplication";
|
|
2262
2308
|
possibleTreatment: "schema:possibleTreatment";
|
|
2263
2309
|
postOfficeBoxNumber: "schema:postOfficeBoxNumber";
|
|
2264
2310
|
postOp: "schema:postOp";
|
|
2265
|
-
postalCode: "schema:postalCode";
|
|
2266
2311
|
postalCodeBegin: "schema:postalCodeBegin";
|
|
2267
2312
|
postalCodeEnd: "schema:postalCodeEnd";
|
|
2268
2313
|
postalCodePrefix: "schema:postalCodePrefix";
|
|
2269
2314
|
postalCodeRange: "schema:postalCodeRange";
|
|
2270
2315
|
potentialAction: "schema:potentialAction";
|
|
2271
2316
|
preOp: "schema:preOp";
|
|
2272
|
-
predecessorOf: "schema:predecessorOf";
|
|
2273
2317
|
pregnancyCategory: "schema:pregnancyCategory";
|
|
2274
2318
|
pregnancyWarning: "schema:pregnancyWarning";
|
|
2275
2319
|
prepTime: "schema:prepTime";
|
|
@@ -2278,13 +2322,11 @@ declare const _default: {
|
|
|
2278
2322
|
prescriptionStatus: "schema:prescriptionStatus";
|
|
2279
2323
|
previousItem: "schema:previousItem";
|
|
2280
2324
|
previousStartDate: "schema:previousStartDate";
|
|
2281
|
-
price: "schema:price";
|
|
2282
2325
|
priceComponent: "schema:priceComponent";
|
|
2283
2326
|
priceComponentType: "schema:priceComponentType";
|
|
2284
2327
|
priceCurrency: "schema:priceCurrency";
|
|
2285
2328
|
priceRange: "schema:priceRange";
|
|
2286
2329
|
priceSpecification: "schema:priceSpecification";
|
|
2287
|
-
priceType: "schema:priceType";
|
|
2288
2330
|
priceValidUntil: "schema:priceValidUntil";
|
|
2289
2331
|
primaryImageOfPage: "schema:primaryImageOfPage";
|
|
2290
2332
|
primaryPrevention: "schema:primaryPrevention";
|
|
@@ -2292,23 +2334,18 @@ declare const _default: {
|
|
|
2292
2334
|
printEdition: "schema:printEdition";
|
|
2293
2335
|
printPage: "schema:printPage";
|
|
2294
2336
|
printSection: "schema:printSection";
|
|
2295
|
-
procedure: "schema:procedure";
|
|
2296
2337
|
procedureType: "schema:procedureType";
|
|
2297
2338
|
processingTime: "schema:processingTime";
|
|
2298
2339
|
processorRequirements: "schema:processorRequirements";
|
|
2299
|
-
producer: "schema:producer";
|
|
2300
|
-
produces: "schema:produces";
|
|
2301
2340
|
productGroupID: "schema:productGroupID";
|
|
2302
2341
|
productID: "schema:productID";
|
|
2303
2342
|
productSupported: "schema:productSupported";
|
|
2304
|
-
productionCompany: "schema:productionCompany";
|
|
2305
2343
|
productionDate: "schema:productionDate";
|
|
2306
2344
|
proficiencyLevel: "schema:proficiencyLevel";
|
|
2307
2345
|
programMembershipUsed: "schema:programMembershipUsed";
|
|
2308
2346
|
programName: "schema:programName";
|
|
2309
2347
|
programPrerequisites: "schema:programPrerequisites";
|
|
2310
2348
|
programType: "schema:programType";
|
|
2311
|
-
programmingLanguage: "schema:programmingLanguage";
|
|
2312
2349
|
programmingModel: "schema:programmingModel";
|
|
2313
2350
|
propertyID: "schema:propertyID";
|
|
2314
2351
|
proprietaryName: "schema:proprietaryName";
|
|
@@ -2319,7 +2356,6 @@ declare const _default: {
|
|
|
2319
2356
|
providesService: "schema:providesService";
|
|
2320
2357
|
publicAccess: "schema:publicAccess";
|
|
2321
2358
|
publicTransportClosuresInfo: "schema:publicTransportClosuresInfo";
|
|
2322
|
-
publication: "schema:publication";
|
|
2323
2359
|
publicationType: "schema:publicationType";
|
|
2324
2360
|
publishedBy: "schema:publishedBy";
|
|
2325
2361
|
publishedOn: "schema:publishedOn";
|
|
@@ -2348,10 +2384,8 @@ declare const _default: {
|
|
|
2348
2384
|
recognizingAuthority: "schema:recognizingAuthority";
|
|
2349
2385
|
recommendationStrength: "schema:recommendationStrength";
|
|
2350
2386
|
recommendedIntake: "schema:recommendedIntake";
|
|
2351
|
-
recordLabel: "schema:recordLabel";
|
|
2352
2387
|
recordedAs: "schema:recordedAs";
|
|
2353
2388
|
recordedAt: "schema:recordedAt";
|
|
2354
|
-
recordedIn: "schema:recordedIn";
|
|
2355
2389
|
recordingOf: "schema:recordingOf";
|
|
2356
2390
|
recourseLoan: "schema:recourseLoan";
|
|
2357
2391
|
referenceQuantity: "schema:referenceQuantity";
|
|
@@ -2366,7 +2400,6 @@ declare const _default: {
|
|
|
2366
2400
|
relatedStructure: "schema:relatedStructure";
|
|
2367
2401
|
relatedTherapy: "schema:relatedTherapy";
|
|
2368
2402
|
relatedTo: "schema:relatedTo";
|
|
2369
|
-
releaseDate: "schema:releaseDate";
|
|
2370
2403
|
releaseNotes: "schema:releaseNotes";
|
|
2371
2404
|
releaseOf: "schema:releaseOf";
|
|
2372
2405
|
releasedEvent: "schema:releasedEvent";
|
|
@@ -2395,12 +2428,10 @@ declare const _default: {
|
|
|
2395
2428
|
reservedTicket: "schema:reservedTicket";
|
|
2396
2429
|
responsibilities: "schema:responsibilities";
|
|
2397
2430
|
restPeriods: "schema:restPeriods";
|
|
2398
|
-
result: "schema:result";
|
|
2399
2431
|
resultComment: "schema:resultComment";
|
|
2400
2432
|
resultReview: "schema:resultReview";
|
|
2401
2433
|
returnFees: "schema:returnFees";
|
|
2402
2434
|
returnPolicyCategory: "schema:returnPolicyCategory";
|
|
2403
|
-
review: "schema:review";
|
|
2404
2435
|
reviewAspect: "schema:reviewAspect";
|
|
2405
2436
|
reviewBody: "schema:reviewBody";
|
|
2406
2437
|
reviewCount: "schema:reviewCount";
|
|
@@ -2413,7 +2444,6 @@ declare const _default: {
|
|
|
2413
2444
|
roofLoad: "schema:roofLoad";
|
|
2414
2445
|
rsvpResponse: "schema:rsvpResponse";
|
|
2415
2446
|
runsTo: "schema:runsTo";
|
|
2416
|
-
runtime: "schema:runtime";
|
|
2417
2447
|
runtimePlatform: "schema:runtimePlatform";
|
|
2418
2448
|
rxcui: "schema:rxcui";
|
|
2419
2449
|
safetyConsideration: "schema:safetyConsideration";
|
|
@@ -2432,23 +2462,17 @@ declare const _default: {
|
|
|
2432
2462
|
sdDatePublished: "schema:sdDatePublished";
|
|
2433
2463
|
sdLicense: "schema:sdLicense";
|
|
2434
2464
|
sdPublisher: "schema:sdPublisher";
|
|
2435
|
-
season: "schema:season";
|
|
2436
|
-
seasonNumber: "schema:seasonNumber";
|
|
2437
2465
|
seasons: "schema:seasons";
|
|
2438
|
-
seatNumber: "schema:seatNumber";
|
|
2439
2466
|
seatRow: "schema:seatRow";
|
|
2440
2467
|
seatSection: "schema:seatSection";
|
|
2441
|
-
seatingCapacity: "schema:seatingCapacity";
|
|
2442
2468
|
seatingType: "schema:seatingType";
|
|
2443
2469
|
secondaryPrevention: "schema:secondaryPrevention";
|
|
2444
2470
|
securityClearanceRequirement: "schema:securityClearanceRequirement";
|
|
2445
2471
|
securityScreening: "schema:securityScreening";
|
|
2446
|
-
seeks: "schema:seeks";
|
|
2447
2472
|
seller: "schema:seller";
|
|
2448
2473
|
sender: "schema:sender";
|
|
2449
2474
|
sensoryRequirement: "schema:sensoryRequirement";
|
|
2450
2475
|
sensoryUnit: "schema:sensoryUnit";
|
|
2451
|
-
serialNumber: "schema:serialNumber";
|
|
2452
2476
|
seriousAdverseOutcome: "schema:seriousAdverseOutcome";
|
|
2453
2477
|
serverStatus: "schema:serverStatus";
|
|
2454
2478
|
servesCuisine: "schema:servesCuisine";
|
|
@@ -2462,14 +2486,12 @@ declare const _default: {
|
|
|
2462
2486
|
serviceSmsNumber: "schema:serviceSmsNumber";
|
|
2463
2487
|
serviceType: "schema:serviceType";
|
|
2464
2488
|
serviceUrl: "schema:serviceUrl";
|
|
2465
|
-
servingSize: "schema:servingSize";
|
|
2466
2489
|
sharedContent: "schema:sharedContent";
|
|
2467
2490
|
shippingDestination: "schema:shippingDestination";
|
|
2468
2491
|
shippingDetails: "schema:shippingDetails";
|
|
2469
2492
|
shippingLabel: "schema:shippingLabel";
|
|
2470
2493
|
shippingRate: "schema:shippingRate";
|
|
2471
2494
|
shippingSettingsLink: "schema:shippingSettingsLink";
|
|
2472
|
-
sibling: "schema:sibling";
|
|
2473
2495
|
siblings: "schema:siblings";
|
|
2474
2496
|
signDetected: "schema:signDetected";
|
|
2475
2497
|
signOrSymptom: "schema:signOrSymptom";
|
|
@@ -2479,9 +2501,7 @@ declare const _default: {
|
|
|
2479
2501
|
size: "schema:size";
|
|
2480
2502
|
sizeGroup: "schema:sizeGroup";
|
|
2481
2503
|
sizeSystem: "schema:sizeSystem";
|
|
2482
|
-
skills: "schema:skills";
|
|
2483
2504
|
sku: "schema:sku";
|
|
2484
|
-
slogan: "schema:slogan";
|
|
2485
2505
|
smokingAllowed: "schema:smokingAllowed";
|
|
2486
2506
|
sodiumContent: "schema:sodiumContent";
|
|
2487
2507
|
softwareAddOn: "schema:softwareAddOn";
|
|
@@ -2499,18 +2519,13 @@ declare const _default: {
|
|
|
2499
2519
|
speed: "schema:speed";
|
|
2500
2520
|
spokenByCharacter: "schema:spokenByCharacter";
|
|
2501
2521
|
sponsor: "schema:sponsor";
|
|
2502
|
-
sport: "schema:sport";
|
|
2503
2522
|
sportsActivityLocation: "schema:sportsActivityLocation";
|
|
2504
2523
|
sportsEvent: "schema:sportsEvent";
|
|
2505
2524
|
sportsTeam: "schema:sportsTeam";
|
|
2506
|
-
spouse: "schema:spouse";
|
|
2507
2525
|
stage: "schema:stage";
|
|
2508
2526
|
stageAsNumber: "schema:stageAsNumber";
|
|
2509
|
-
starRating: "schema:starRating";
|
|
2510
|
-
startDate: "schema:startDate";
|
|
2511
2527
|
startOffset: "schema:startOffset";
|
|
2512
2528
|
startTime: "schema:startTime";
|
|
2513
|
-
status: "schema:status";
|
|
2514
2529
|
steeringPosition: "schema:steeringPosition";
|
|
2515
2530
|
step: "schema:step";
|
|
2516
2531
|
stepValue: "schema:stepValue";
|
|
@@ -2534,7 +2549,6 @@ declare const _default: {
|
|
|
2534
2549
|
subTrip: "schema:subTrip";
|
|
2535
2550
|
subjectOf: "schema:subjectOf";
|
|
2536
2551
|
subtitleLanguage: "schema:subtitleLanguage";
|
|
2537
|
-
successorOf: "schema:successorOf";
|
|
2538
2552
|
sugarContent: "schema:sugarContent";
|
|
2539
2553
|
suggestedAge: "schema:suggestedAge";
|
|
2540
2554
|
suggestedAnswer: "schema:suggestedAnswer";
|
|
@@ -2545,7 +2559,6 @@ declare const _default: {
|
|
|
2545
2559
|
suitableForDiet: "schema:suitableForDiet";
|
|
2546
2560
|
superEvent: "schema:superEvent";
|
|
2547
2561
|
supersededBy: "schema:supersededBy";
|
|
2548
|
-
supply: "schema:supply";
|
|
2549
2562
|
supplyTo: "schema:supplyTo";
|
|
2550
2563
|
supportingData: "schema:supportingData";
|
|
2551
2564
|
surface: "schema:surface";
|
|
@@ -2557,7 +2570,6 @@ declare const _default: {
|
|
|
2557
2570
|
targetPopulation: "schema:targetPopulation";
|
|
2558
2571
|
targetProduct: "schema:targetProduct";
|
|
2559
2572
|
targetUrl: "schema:targetUrl";
|
|
2560
|
-
taxID: "schema:taxID";
|
|
2561
2573
|
teaches: "schema:teaches";
|
|
2562
2574
|
telephone: "schema:telephone";
|
|
2563
2575
|
temporalCoverage: "schema:temporalCoverage";
|
|
@@ -2567,7 +2579,6 @@ declare const _default: {
|
|
|
2567
2579
|
termsPerYear: "schema:termsPerYear";
|
|
2568
2580
|
text: "schema:text";
|
|
2569
2581
|
textValue: "schema:textValue";
|
|
2570
|
-
thumbnail: "schema:thumbnail";
|
|
2571
2582
|
thumbnailUrl: "schema:thumbnailUrl";
|
|
2572
2583
|
tickerSymbol: "schema:tickerSymbol";
|
|
2573
2584
|
ticketNumber: "schema:ticketNumber";
|
|
@@ -2605,13 +2616,11 @@ declare const _default: {
|
|
|
2605
2616
|
transitTime: "schema:transitTime";
|
|
2606
2617
|
transitTimeLabel: "schema:transitTimeLabel";
|
|
2607
2618
|
translationOfWork: "schema:translationOfWork";
|
|
2608
|
-
translator: "schema:translator";
|
|
2609
2619
|
transmissionMethod: "schema:transmissionMethod";
|
|
2610
2620
|
travelBans: "schema:travelBans";
|
|
2611
2621
|
trialDesign: "schema:trialDesign";
|
|
2612
2622
|
tributary: "schema:tributary";
|
|
2613
2623
|
typeOfBed: "schema:typeOfBed";
|
|
2614
|
-
typeOfGood: "schema:typeOfGood";
|
|
2615
2624
|
typicalAgeRange: "schema:typicalAgeRange";
|
|
2616
2625
|
typicalCreditsPerTerm: "schema:typicalCreditsPerTerm";
|
|
2617
2626
|
typicalTest: "schema:typicalTest";
|
|
@@ -2631,21 +2640,16 @@ declare const _default: {
|
|
|
2631
2640
|
usesHealthPlanIdStandard: "schema:usesHealthPlanIdStandard";
|
|
2632
2641
|
utterances: "schema:utterances";
|
|
2633
2642
|
validFor: "schema:validFor";
|
|
2634
|
-
validFrom: "schema:validFrom";
|
|
2635
2643
|
validIn: "schema:validIn";
|
|
2636
|
-
validThrough: "schema:validThrough";
|
|
2637
2644
|
validUntil: "schema:validUntil";
|
|
2638
|
-
valueAddedTaxIncluded: "schema:valueAddedTaxIncluded";
|
|
2639
2645
|
valueMaxLength: "schema:valueMaxLength";
|
|
2640
2646
|
valueMinLength: "schema:valueMinLength";
|
|
2641
2647
|
valueName: "schema:valueName";
|
|
2642
2648
|
valuePattern: "schema:valuePattern";
|
|
2643
|
-
valueReference: "schema:valueReference";
|
|
2644
2649
|
valueRequired: "schema:valueRequired";
|
|
2645
2650
|
variableMeasured: "schema:variableMeasured";
|
|
2646
2651
|
variantCover: "schema:variantCover";
|
|
2647
2652
|
variesBy: "schema:variesBy";
|
|
2648
|
-
vatID: "schema:vatID";
|
|
2649
2653
|
vehicleConfiguration: "schema:vehicleConfiguration";
|
|
2650
2654
|
vehicleEngine: "schema:vehicleEngine";
|
|
2651
2655
|
vehicleIdentificationNumber: "schema:vehicleIdentificationNumber";
|
|
@@ -2657,7 +2661,6 @@ declare const _default: {
|
|
|
2657
2661
|
vehicleTransmission: "schema:vehicleTransmission";
|
|
2658
2662
|
vendor: "schema:vendor";
|
|
2659
2663
|
verificationFactCheckingPolicy: "schema:verificationFactCheckingPolicy";
|
|
2660
|
-
version: "schema:version";
|
|
2661
2664
|
video: "schema:video";
|
|
2662
2665
|
videoFormat: "schema:videoFormat";
|
|
2663
2666
|
videoFrameSize: "schema:videoFrameSize";
|
|
@@ -2669,10 +2672,7 @@ declare const _default: {
|
|
|
2669
2672
|
warrantyScope: "schema:warrantyScope";
|
|
2670
2673
|
webCheckinTime: "schema:webCheckinTime";
|
|
2671
2674
|
webFeed: "schema:webFeed";
|
|
2672
|
-
weight: "schema:weight";
|
|
2673
2675
|
weightTotal: "schema:weightTotal";
|
|
2674
|
-
wheelbase: "schema:wheelbase";
|
|
2675
|
-
width: "schema:width";
|
|
2676
2676
|
winner: "schema:winner";
|
|
2677
2677
|
wordCount: "schema:wordCount";
|
|
2678
2678
|
workExample: "schema:workExample";
|