ldkit 0.6.2 → 0.6.4
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 +2 -1
- package/esm/library/encoder.js +2 -1
- 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/rdf.js +87 -9
- package/esm/library/resource/query_builder.js +2 -1
- package/esm/library/schema/data_types.js +2 -1
- package/esm/library/schema/utils.js +1 -1
- package/package.json +1 -2
- package/script/library/decoder.js +11 -7
- package/script/library/encoder.js +8 -4
- 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/rdf.js +89 -10
- package/script/library/resource/query_builder.js +8 -4
- package/script/library/schema/data_types.js +39 -35
- package/script/library/schema/utils.js +6 -3
- 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 +17 -17
- 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 +1 -1
- 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
- package/types/library/rdf.d.ts +30 -11
|
@@ -0,0 +1,3650 @@
|
|
|
1
|
+
import { createNamespace } from "./namespace.js";
|
|
2
|
+
export default createNamespace({
|
|
3
|
+
iri: "http://dbpedia.org/ontology/",
|
|
4
|
+
prefix: "dbo:",
|
|
5
|
+
terms: [
|
|
6
|
+
"Academic",
|
|
7
|
+
"AcademicConference",
|
|
8
|
+
"AcademicJournal",
|
|
9
|
+
"AcademicSubject",
|
|
10
|
+
"Activity",
|
|
11
|
+
"Actor",
|
|
12
|
+
"AdministrativeRegion",
|
|
13
|
+
"AdultActor",
|
|
14
|
+
"Agent",
|
|
15
|
+
"Agglomeration",
|
|
16
|
+
"Aircraft",
|
|
17
|
+
"Airline",
|
|
18
|
+
"Airport",
|
|
19
|
+
"Album",
|
|
20
|
+
"Algorithm",
|
|
21
|
+
"Altitude",
|
|
22
|
+
"AmateurBoxer",
|
|
23
|
+
"Ambassador",
|
|
24
|
+
"AmericanFootballCoach",
|
|
25
|
+
"AmericanFootballLeague",
|
|
26
|
+
"AmericanFootballPlayer",
|
|
27
|
+
"AmericanFootballTeam",
|
|
28
|
+
"AmericanLeader",
|
|
29
|
+
"Amphibian",
|
|
30
|
+
"AmusementParkAttraction",
|
|
31
|
+
"AnatomicalStructure",
|
|
32
|
+
"Animal",
|
|
33
|
+
"AnimangaCharacter",
|
|
34
|
+
"Anime",
|
|
35
|
+
"Annotation",
|
|
36
|
+
"Arachnid",
|
|
37
|
+
"Archaea",
|
|
38
|
+
"Archbishop",
|
|
39
|
+
"Archeologist",
|
|
40
|
+
"ArcherPlayer",
|
|
41
|
+
"Archipelago",
|
|
42
|
+
"Architect",
|
|
43
|
+
"ArchitecturalStructure",
|
|
44
|
+
"Area",
|
|
45
|
+
"Arena",
|
|
46
|
+
"Aristocrat",
|
|
47
|
+
"Arrondissement",
|
|
48
|
+
"Artery",
|
|
49
|
+
"Article",
|
|
50
|
+
"ArtificialSatellite",
|
|
51
|
+
"Artist",
|
|
52
|
+
"ArtistDiscography",
|
|
53
|
+
"ArtisticGenre",
|
|
54
|
+
"Artwork",
|
|
55
|
+
"Asteroid",
|
|
56
|
+
"Astronaut",
|
|
57
|
+
"Athlete",
|
|
58
|
+
"Athletics",
|
|
59
|
+
"AthleticsPlayer",
|
|
60
|
+
"Atoll",
|
|
61
|
+
"Attack",
|
|
62
|
+
"AustralianFootballLeague",
|
|
63
|
+
"AustralianFootballTeam",
|
|
64
|
+
"AustralianRulesFootballPlayer",
|
|
65
|
+
"AutoRacingLeague",
|
|
66
|
+
"Automobile",
|
|
67
|
+
"AutomobileEngine",
|
|
68
|
+
"Award",
|
|
69
|
+
"BackScene",
|
|
70
|
+
"Bacteria",
|
|
71
|
+
"BadmintonPlayer",
|
|
72
|
+
"Band",
|
|
73
|
+
"Bank",
|
|
74
|
+
"Baronet",
|
|
75
|
+
"BaseballLeague",
|
|
76
|
+
"BaseballPlayer",
|
|
77
|
+
"BaseballSeason",
|
|
78
|
+
"BaseballTeam",
|
|
79
|
+
"BasketballLeague",
|
|
80
|
+
"BasketballPlayer",
|
|
81
|
+
"BasketballTeam",
|
|
82
|
+
"Battery",
|
|
83
|
+
"Bay",
|
|
84
|
+
"Beach",
|
|
85
|
+
"BeachVolleyballPlayer",
|
|
86
|
+
"BeautyQueen",
|
|
87
|
+
"Beer",
|
|
88
|
+
"Beverage",
|
|
89
|
+
"Biathlete",
|
|
90
|
+
"BiologicalDatabase",
|
|
91
|
+
"Biologist",
|
|
92
|
+
"Biomolecule",
|
|
93
|
+
"Bird",
|
|
94
|
+
"Blazon",
|
|
95
|
+
"BloodVessel",
|
|
96
|
+
"BoardGame",
|
|
97
|
+
"BobsleighAthlete",
|
|
98
|
+
"BodyOfWater",
|
|
99
|
+
"Bodybuilder",
|
|
100
|
+
"Bone",
|
|
101
|
+
"Book",
|
|
102
|
+
"BowlingLeague",
|
|
103
|
+
"Boxer",
|
|
104
|
+
"BoxingLeague",
|
|
105
|
+
"Brain",
|
|
106
|
+
"Brewery",
|
|
107
|
+
"Bridge",
|
|
108
|
+
"BritishRoyalty",
|
|
109
|
+
"BroadcastNetwork",
|
|
110
|
+
"Broadcaster",
|
|
111
|
+
"BrownDwarf",
|
|
112
|
+
"Browser",
|
|
113
|
+
"Building",
|
|
114
|
+
"BullFighter",
|
|
115
|
+
"BusCompany",
|
|
116
|
+
"BusinessPerson",
|
|
117
|
+
"Camera",
|
|
118
|
+
"CanadianFootballLeague",
|
|
119
|
+
"CanadianFootballPlayer",
|
|
120
|
+
"CanadianFootballTeam",
|
|
121
|
+
"Canal",
|
|
122
|
+
"Canoeist",
|
|
123
|
+
"Canton",
|
|
124
|
+
"Cape",
|
|
125
|
+
"Capital",
|
|
126
|
+
"CapitalOfRegion",
|
|
127
|
+
"CardGame",
|
|
128
|
+
"Cardinal",
|
|
129
|
+
"CardinalDirection",
|
|
130
|
+
"CareerStation",
|
|
131
|
+
"Cartoon",
|
|
132
|
+
"Case",
|
|
133
|
+
"Casino",
|
|
134
|
+
"Castle",
|
|
135
|
+
"Cat",
|
|
136
|
+
"Caterer",
|
|
137
|
+
"Cave",
|
|
138
|
+
"CelestialBody",
|
|
139
|
+
"Cemetery",
|
|
140
|
+
"Chancellor",
|
|
141
|
+
"ChartsPlacements",
|
|
142
|
+
"Cheese",
|
|
143
|
+
"Chef",
|
|
144
|
+
"ChemicalCompound",
|
|
145
|
+
"ChemicalElement",
|
|
146
|
+
"ChemicalSubstance",
|
|
147
|
+
"ChessPlayer",
|
|
148
|
+
"ChristianBishop",
|
|
149
|
+
"ChristianDoctrine",
|
|
150
|
+
"ChristianPatriarch",
|
|
151
|
+
"Church",
|
|
152
|
+
"Cinema",
|
|
153
|
+
"Cipher",
|
|
154
|
+
"City",
|
|
155
|
+
"CityDistrict",
|
|
156
|
+
"ClassicalMusicArtist",
|
|
157
|
+
"ClassicalMusicComposition",
|
|
158
|
+
"Cleric",
|
|
159
|
+
"ClericalAdministrativeRegion",
|
|
160
|
+
"ClericalOrder",
|
|
161
|
+
"ClubMoss",
|
|
162
|
+
"Coach",
|
|
163
|
+
"CoalPit",
|
|
164
|
+
"CollectionOfValuables",
|
|
165
|
+
"College",
|
|
166
|
+
"CollegeCoach",
|
|
167
|
+
"Colour",
|
|
168
|
+
"CombinationDrug",
|
|
169
|
+
"Comedian",
|
|
170
|
+
"ComedyGroup",
|
|
171
|
+
"Comic",
|
|
172
|
+
"ComicStrip",
|
|
173
|
+
"ComicsCharacter",
|
|
174
|
+
"ComicsCreator",
|
|
175
|
+
"Community",
|
|
176
|
+
"Company",
|
|
177
|
+
"Competition",
|
|
178
|
+
"ConcentrationCamp",
|
|
179
|
+
"Congressman",
|
|
180
|
+
"Conifer",
|
|
181
|
+
"Constellation",
|
|
182
|
+
"Contest",
|
|
183
|
+
"Continent",
|
|
184
|
+
"ControlledDesignationOfOriginWine",
|
|
185
|
+
"Convention",
|
|
186
|
+
"ConveyorSystem",
|
|
187
|
+
"Country",
|
|
188
|
+
"CountrySeat",
|
|
189
|
+
"Covid19",
|
|
190
|
+
"Crater",
|
|
191
|
+
"CricketGround",
|
|
192
|
+
"CricketLeague",
|
|
193
|
+
"CricketTeam",
|
|
194
|
+
"Cricketer",
|
|
195
|
+
"Criminal",
|
|
196
|
+
"CrossCountrySkier",
|
|
197
|
+
"Crustacean",
|
|
198
|
+
"CultivatedVariety",
|
|
199
|
+
"Curler",
|
|
200
|
+
"CurlingLeague",
|
|
201
|
+
"Currency",
|
|
202
|
+
"Cycad",
|
|
203
|
+
"CyclingCompetition",
|
|
204
|
+
"CyclingLeague",
|
|
205
|
+
"CyclingRace",
|
|
206
|
+
"CyclingTeam",
|
|
207
|
+
"Cyclist",
|
|
208
|
+
"DBpedian",
|
|
209
|
+
"DTMRacer",
|
|
210
|
+
"Dam",
|
|
211
|
+
"Dancer",
|
|
212
|
+
"DartsPlayer",
|
|
213
|
+
"Database",
|
|
214
|
+
"Deanery",
|
|
215
|
+
"Decoration",
|
|
216
|
+
"Deity",
|
|
217
|
+
"Demographics",
|
|
218
|
+
"Department",
|
|
219
|
+
"Depth",
|
|
220
|
+
"Deputy",
|
|
221
|
+
"Desert",
|
|
222
|
+
"Device",
|
|
223
|
+
"DigitalCamera",
|
|
224
|
+
"Dike",
|
|
225
|
+
"Diocese",
|
|
226
|
+
"Diploma",
|
|
227
|
+
"Disease",
|
|
228
|
+
"DisneyCharacter",
|
|
229
|
+
"District",
|
|
230
|
+
"DistrictWaterBoard",
|
|
231
|
+
"Document",
|
|
232
|
+
"DocumentType",
|
|
233
|
+
"Dog",
|
|
234
|
+
"Drama",
|
|
235
|
+
"Drug",
|
|
236
|
+
"Earthquake",
|
|
237
|
+
"Economist",
|
|
238
|
+
"EducationalInstitution",
|
|
239
|
+
"Egyptologist",
|
|
240
|
+
"Election",
|
|
241
|
+
"ElectionDiagram",
|
|
242
|
+
"ElectricalSubstation",
|
|
243
|
+
"Embryology",
|
|
244
|
+
"Employer",
|
|
245
|
+
"EmployersOrganisation",
|
|
246
|
+
"Engine",
|
|
247
|
+
"Engineer",
|
|
248
|
+
"Entomologist",
|
|
249
|
+
"Enzyme",
|
|
250
|
+
"Escalator",
|
|
251
|
+
"EthnicGroup",
|
|
252
|
+
"Eukaryote",
|
|
253
|
+
"EurovisionSongContestEntry",
|
|
254
|
+
"Event",
|
|
255
|
+
"Factory",
|
|
256
|
+
"Family",
|
|
257
|
+
"Farmer",
|
|
258
|
+
"Fashion",
|
|
259
|
+
"FashionDesigner",
|
|
260
|
+
"Fencer",
|
|
261
|
+
"Fern",
|
|
262
|
+
"FictionalCharacter",
|
|
263
|
+
"FieldHockeyLeague",
|
|
264
|
+
"FigureSkater",
|
|
265
|
+
"File",
|
|
266
|
+
"FileSystem",
|
|
267
|
+
"Film",
|
|
268
|
+
"FilmFestival",
|
|
269
|
+
"Fish",
|
|
270
|
+
"Flag",
|
|
271
|
+
"FloweringPlant",
|
|
272
|
+
"Food",
|
|
273
|
+
"FootballLeagueSeason",
|
|
274
|
+
"FootballMatch",
|
|
275
|
+
"Forest",
|
|
276
|
+
"FormerMunicipality",
|
|
277
|
+
"FormulaOneRacer",
|
|
278
|
+
"FormulaOneRacing",
|
|
279
|
+
"FormulaOneTeam",
|
|
280
|
+
"Fort",
|
|
281
|
+
"Fungus",
|
|
282
|
+
"GaelicGamesPlayer",
|
|
283
|
+
"Galaxy",
|
|
284
|
+
"Game",
|
|
285
|
+
"Garden",
|
|
286
|
+
"GatedCommunity",
|
|
287
|
+
"Gene",
|
|
288
|
+
"GeneLocation",
|
|
289
|
+
"Genre",
|
|
290
|
+
"GeologicalPeriod",
|
|
291
|
+
"GeopoliticalOrganisation",
|
|
292
|
+
"Ginkgo",
|
|
293
|
+
"GivenName",
|
|
294
|
+
"Glacier",
|
|
295
|
+
"Globularswarm",
|
|
296
|
+
"Gnetophytes",
|
|
297
|
+
"GolfCourse",
|
|
298
|
+
"GolfLeague",
|
|
299
|
+
"GolfPlayer",
|
|
300
|
+
"GolfTournament",
|
|
301
|
+
"GovernmentAgency",
|
|
302
|
+
"GovernmentCabinet",
|
|
303
|
+
"GovernmentType",
|
|
304
|
+
"GovernmentalAdministrativeRegion",
|
|
305
|
+
"Governor",
|
|
306
|
+
"GrandPrix",
|
|
307
|
+
"Grape",
|
|
308
|
+
"GraveMonument",
|
|
309
|
+
"GreenAlga",
|
|
310
|
+
"GridironFootballPlayer",
|
|
311
|
+
"GrossDomesticProduct",
|
|
312
|
+
"GrossDomesticProductPerCapita",
|
|
313
|
+
"Group",
|
|
314
|
+
"Guitar",
|
|
315
|
+
"Guitarist",
|
|
316
|
+
"Gymnast",
|
|
317
|
+
"HandballLeague",
|
|
318
|
+
"HandballPlayer",
|
|
319
|
+
"HandballTeam",
|
|
320
|
+
"HighDiver",
|
|
321
|
+
"Historian",
|
|
322
|
+
"HistoricBuilding",
|
|
323
|
+
"HistoricPlace",
|
|
324
|
+
"HistoricalAreaOfAuthority",
|
|
325
|
+
"HistoricalCountry",
|
|
326
|
+
"HistoricalDistrict",
|
|
327
|
+
"HistoricalEvent",
|
|
328
|
+
"HistoricalPeriod",
|
|
329
|
+
"HistoricalProvince",
|
|
330
|
+
"HistoricalRegion",
|
|
331
|
+
"HistoricalSettlement",
|
|
332
|
+
"HockeyClub",
|
|
333
|
+
"HockeyTeam",
|
|
334
|
+
"Holiday",
|
|
335
|
+
"HollywoodCartoon",
|
|
336
|
+
"Hormone",
|
|
337
|
+
"Horse",
|
|
338
|
+
"HorseRace",
|
|
339
|
+
"HorseRider",
|
|
340
|
+
"HorseTrainer",
|
|
341
|
+
"Hospital",
|
|
342
|
+
"HotSpring",
|
|
343
|
+
"Hotel",
|
|
344
|
+
"HumanGene",
|
|
345
|
+
"HumanGeneLocation",
|
|
346
|
+
"Humorist",
|
|
347
|
+
"IceHockeyLeague",
|
|
348
|
+
"IceHockeyPlayer",
|
|
349
|
+
"Identifier",
|
|
350
|
+
"Ideology",
|
|
351
|
+
"Image",
|
|
352
|
+
"InformationAppliance",
|
|
353
|
+
"Infrastructure",
|
|
354
|
+
"Infrastucture",
|
|
355
|
+
"InlineHockeyLeague",
|
|
356
|
+
"Insect",
|
|
357
|
+
"Instrument",
|
|
358
|
+
"Instrumentalist",
|
|
359
|
+
"Intercommunality",
|
|
360
|
+
"InternationalFootballLeagueEvent",
|
|
361
|
+
"InternationalOrganisation",
|
|
362
|
+
"Island",
|
|
363
|
+
"JewishLeader",
|
|
364
|
+
"Jockey",
|
|
365
|
+
"Journalist",
|
|
366
|
+
"Judge",
|
|
367
|
+
"LacrosseLeague",
|
|
368
|
+
"LacrossePlayer",
|
|
369
|
+
"Lake",
|
|
370
|
+
"Language",
|
|
371
|
+
"LatterDaySaint",
|
|
372
|
+
"LaunchPad",
|
|
373
|
+
"Law",
|
|
374
|
+
"LawFirm",
|
|
375
|
+
"Lawyer",
|
|
376
|
+
"LegalCase",
|
|
377
|
+
"Legislature",
|
|
378
|
+
"Letter",
|
|
379
|
+
"Library",
|
|
380
|
+
"Lieutenant",
|
|
381
|
+
"LifeCycleEvent",
|
|
382
|
+
"Ligament",
|
|
383
|
+
"LightNovel",
|
|
384
|
+
"Lighthouse",
|
|
385
|
+
"LineOfFashion",
|
|
386
|
+
"Linguist",
|
|
387
|
+
"Lipid",
|
|
388
|
+
"List",
|
|
389
|
+
"LiteraryGenre",
|
|
390
|
+
"Locality",
|
|
391
|
+
"Lock",
|
|
392
|
+
"Locomotive",
|
|
393
|
+
"LunarCrater",
|
|
394
|
+
"Lymph",
|
|
395
|
+
"Magazine",
|
|
396
|
+
"Mammal",
|
|
397
|
+
"Man",
|
|
398
|
+
"Manga",
|
|
399
|
+
"Manhua",
|
|
400
|
+
"Manhwa",
|
|
401
|
+
"Manor",
|
|
402
|
+
"MartialArtist",
|
|
403
|
+
"MathematicalConcept",
|
|
404
|
+
"Mayor",
|
|
405
|
+
"MeanOfTransportation",
|
|
406
|
+
"Media",
|
|
407
|
+
"MedicalSpecialty",
|
|
408
|
+
"Medician",
|
|
409
|
+
"Medicine",
|
|
410
|
+
"Meeting",
|
|
411
|
+
"MemberOfParliament",
|
|
412
|
+
"MemberResistanceMovement",
|
|
413
|
+
"Memorial",
|
|
414
|
+
"MetroStation",
|
|
415
|
+
"MicroRegion",
|
|
416
|
+
"MilitaryAircraft",
|
|
417
|
+
"MilitaryConflict",
|
|
418
|
+
"MilitaryPerson",
|
|
419
|
+
"MilitaryService",
|
|
420
|
+
"MilitaryStructure",
|
|
421
|
+
"MilitaryUnit",
|
|
422
|
+
"MilitaryVehicle",
|
|
423
|
+
"Mill",
|
|
424
|
+
"Mine",
|
|
425
|
+
"Mineral",
|
|
426
|
+
"Minister",
|
|
427
|
+
"MixedMartialArtsEvent",
|
|
428
|
+
"MixedMartialArtsLeague",
|
|
429
|
+
"MobilePhone",
|
|
430
|
+
"Model",
|
|
431
|
+
"Mollusca",
|
|
432
|
+
"Monarch",
|
|
433
|
+
"Monastery",
|
|
434
|
+
"MonoclonalAntibody",
|
|
435
|
+
"Monument",
|
|
436
|
+
"Mosque",
|
|
437
|
+
"Moss",
|
|
438
|
+
"MotocycleRacer",
|
|
439
|
+
"MotorRace",
|
|
440
|
+
"Motorcycle",
|
|
441
|
+
"MotorcycleRacingLeague",
|
|
442
|
+
"MotorcycleRider",
|
|
443
|
+
"MotorsportRacer",
|
|
444
|
+
"MotorsportSeason",
|
|
445
|
+
"Mountain",
|
|
446
|
+
"MountainPass",
|
|
447
|
+
"MountainRange",
|
|
448
|
+
"MouseGene",
|
|
449
|
+
"MouseGeneLocation",
|
|
450
|
+
"MovieDirector",
|
|
451
|
+
"MovieGenre",
|
|
452
|
+
"MovingImage",
|
|
453
|
+
"MovingWalkway",
|
|
454
|
+
"MultiVolumePublication",
|
|
455
|
+
"Municipality",
|
|
456
|
+
"Murderer",
|
|
457
|
+
"Muscle",
|
|
458
|
+
"Museum",
|
|
459
|
+
"MusicComposer",
|
|
460
|
+
"MusicDirector",
|
|
461
|
+
"MusicFestival",
|
|
462
|
+
"MusicGenre",
|
|
463
|
+
"Musical",
|
|
464
|
+
"MusicalArtist",
|
|
465
|
+
"MusicalWork",
|
|
466
|
+
"MythologicalFigure",
|
|
467
|
+
"NCAATeamSeason",
|
|
468
|
+
"Name",
|
|
469
|
+
"NarutoCharacter",
|
|
470
|
+
"NascarDriver",
|
|
471
|
+
"NationalAnthem",
|
|
472
|
+
"NationalCollegiateAthleticAssociationAthlete",
|
|
473
|
+
"NationalFootballLeagueEvent",
|
|
474
|
+
"NationalFootballLeagueSeason",
|
|
475
|
+
"NationalSoccerClub",
|
|
476
|
+
"NaturalEvent",
|
|
477
|
+
"NaturalPlace",
|
|
478
|
+
"NaturalRegion",
|
|
479
|
+
"Nebula",
|
|
480
|
+
"Nerve",
|
|
481
|
+
"NetballPlayer",
|
|
482
|
+
"Newspaper",
|
|
483
|
+
"NobelPrize",
|
|
484
|
+
"Noble",
|
|
485
|
+
"NobleFamily",
|
|
486
|
+
"NordicCombined",
|
|
487
|
+
"Novel",
|
|
488
|
+
"NuclearPowerStation",
|
|
489
|
+
"Ocean",
|
|
490
|
+
"OfficeHolder",
|
|
491
|
+
"OldTerritory",
|
|
492
|
+
"OlympicEvent",
|
|
493
|
+
"OlympicResult",
|
|
494
|
+
"Olympics",
|
|
495
|
+
"Openswarm",
|
|
496
|
+
"Opera",
|
|
497
|
+
"Organ",
|
|
498
|
+
"Organisation",
|
|
499
|
+
"OrganisationMember",
|
|
500
|
+
"Outbreak",
|
|
501
|
+
"OverseasDepartment",
|
|
502
|
+
"PaintballLeague",
|
|
503
|
+
"Painter",
|
|
504
|
+
"Painting",
|
|
505
|
+
"Pandemic",
|
|
506
|
+
"Parish",
|
|
507
|
+
"Park",
|
|
508
|
+
"Parliament",
|
|
509
|
+
"PenaltyShootOut",
|
|
510
|
+
"PeriodOfArtisticStyle",
|
|
511
|
+
"PeriodicalLiterature",
|
|
512
|
+
"Person",
|
|
513
|
+
"PersonFunction",
|
|
514
|
+
"PersonalEvent",
|
|
515
|
+
"Pharaoh",
|
|
516
|
+
"Philosopher",
|
|
517
|
+
"PhilosophicalConcept",
|
|
518
|
+
"Photographer",
|
|
519
|
+
"Pilot",
|
|
520
|
+
"Place",
|
|
521
|
+
"Planet",
|
|
522
|
+
"Plant",
|
|
523
|
+
"Play",
|
|
524
|
+
"PlayWright",
|
|
525
|
+
"PlayboyPlaymate",
|
|
526
|
+
"Poem",
|
|
527
|
+
"Poet",
|
|
528
|
+
"PokerPlayer",
|
|
529
|
+
"PoliceOfficer",
|
|
530
|
+
"PoliticalConcept",
|
|
531
|
+
"PoliticalFunction",
|
|
532
|
+
"PoliticalParty",
|
|
533
|
+
"Politician",
|
|
534
|
+
"PoliticianSpouse",
|
|
535
|
+
"PoloLeague",
|
|
536
|
+
"Polysaccharide",
|
|
537
|
+
"Pope",
|
|
538
|
+
"PopulatedPlace",
|
|
539
|
+
"Population",
|
|
540
|
+
"Port",
|
|
541
|
+
"PowerStation",
|
|
542
|
+
"Prefecture",
|
|
543
|
+
"PrehistoricalPeriod",
|
|
544
|
+
"Presenter",
|
|
545
|
+
"President",
|
|
546
|
+
"Pretender",
|
|
547
|
+
"Priest",
|
|
548
|
+
"PrimeMinister",
|
|
549
|
+
"Prison",
|
|
550
|
+
"Producer",
|
|
551
|
+
"Profession",
|
|
552
|
+
"Professor",
|
|
553
|
+
"ProgrammingLanguage",
|
|
554
|
+
"Project",
|
|
555
|
+
"ProtectedArea",
|
|
556
|
+
"Protein",
|
|
557
|
+
"Protocol",
|
|
558
|
+
"ProtohistoricalPeriod",
|
|
559
|
+
"Province",
|
|
560
|
+
"Psychologist",
|
|
561
|
+
"PublicService",
|
|
562
|
+
"PublicTransitSystem",
|
|
563
|
+
"Publisher",
|
|
564
|
+
"Pyramid",
|
|
565
|
+
"Quote",
|
|
566
|
+
"Race",
|
|
567
|
+
"RaceTrack",
|
|
568
|
+
"Racecourse",
|
|
569
|
+
"RacingDriver",
|
|
570
|
+
"RadioControlledRacingLeague",
|
|
571
|
+
"RadioHost",
|
|
572
|
+
"RadioProgram",
|
|
573
|
+
"RadioStation",
|
|
574
|
+
"RailwayLine",
|
|
575
|
+
"RailwayStation",
|
|
576
|
+
"RailwayTunnel",
|
|
577
|
+
"RallyDriver",
|
|
578
|
+
"Rebbe",
|
|
579
|
+
"Rebellion",
|
|
580
|
+
"RecordLabel",
|
|
581
|
+
"RecordOffice",
|
|
582
|
+
"Referee",
|
|
583
|
+
"Reference",
|
|
584
|
+
"Regency",
|
|
585
|
+
"Region",
|
|
586
|
+
"Reign",
|
|
587
|
+
"Relationship",
|
|
588
|
+
"Religious",
|
|
589
|
+
"ReligiousBuilding",
|
|
590
|
+
"ReligiousOrganisation",
|
|
591
|
+
"Reptile",
|
|
592
|
+
"ResearchProject",
|
|
593
|
+
"RestArea",
|
|
594
|
+
"Restaurant",
|
|
595
|
+
"Resume",
|
|
596
|
+
"River",
|
|
597
|
+
"Road",
|
|
598
|
+
"RoadJunction",
|
|
599
|
+
"RoadTunnel",
|
|
600
|
+
"Robot",
|
|
601
|
+
"Rocket",
|
|
602
|
+
"RocketEngine",
|
|
603
|
+
"RollerCoaster",
|
|
604
|
+
"RomanEmperor",
|
|
605
|
+
"RouteOfTransportation",
|
|
606
|
+
"RouteStop",
|
|
607
|
+
"Rower",
|
|
608
|
+
"Royalty",
|
|
609
|
+
"RugbyClub",
|
|
610
|
+
"RugbyLeague",
|
|
611
|
+
"RugbyPlayer",
|
|
612
|
+
"Sailor",
|
|
613
|
+
"Saint",
|
|
614
|
+
"Sales",
|
|
615
|
+
"SambaSchool",
|
|
616
|
+
"Satellite",
|
|
617
|
+
"School",
|
|
618
|
+
"ScientificConcept",
|
|
619
|
+
"Scientist",
|
|
620
|
+
"ScreenWriter",
|
|
621
|
+
"Sculptor",
|
|
622
|
+
"Sculpture",
|
|
623
|
+
"Sea",
|
|
624
|
+
"Senator",
|
|
625
|
+
"SerialKiller",
|
|
626
|
+
"Settlement",
|
|
627
|
+
"Ship",
|
|
628
|
+
"ShoppingMall",
|
|
629
|
+
"Shrine",
|
|
630
|
+
"Singer",
|
|
631
|
+
"Single",
|
|
632
|
+
"SiteOfSpecialScientificInterest",
|
|
633
|
+
"Skater",
|
|
634
|
+
"SkiArea",
|
|
635
|
+
"SkiResort",
|
|
636
|
+
"Ski_jumper",
|
|
637
|
+
"Skier",
|
|
638
|
+
"Skyscraper",
|
|
639
|
+
"SnookerChamp",
|
|
640
|
+
"SnookerPlayer",
|
|
641
|
+
"SnookerWorldRanking",
|
|
642
|
+
"SoapCharacter",
|
|
643
|
+
"SoccerClub",
|
|
644
|
+
"SoccerClubSeason",
|
|
645
|
+
"SoccerLeague",
|
|
646
|
+
"SoccerLeagueSeason",
|
|
647
|
+
"SoccerManager",
|
|
648
|
+
"SoccerPlayer",
|
|
649
|
+
"SoccerTournament",
|
|
650
|
+
"SocietalEvent",
|
|
651
|
+
"SoftballLeague",
|
|
652
|
+
"Software",
|
|
653
|
+
"SolarEclipse",
|
|
654
|
+
"Song",
|
|
655
|
+
"SongWriter",
|
|
656
|
+
"Sound",
|
|
657
|
+
"SpaceMission",
|
|
658
|
+
"SpaceShuttle",
|
|
659
|
+
"SpaceStation",
|
|
660
|
+
"Spacecraft",
|
|
661
|
+
"Species",
|
|
662
|
+
"SpeedSkater",
|
|
663
|
+
"SpeedwayLeague",
|
|
664
|
+
"SpeedwayRider",
|
|
665
|
+
"SpeedwayTeam",
|
|
666
|
+
"Sport",
|
|
667
|
+
"SportCompetitionResult",
|
|
668
|
+
"SportFacility",
|
|
669
|
+
"SportsClub",
|
|
670
|
+
"SportsEvent",
|
|
671
|
+
"SportsLeague",
|
|
672
|
+
"SportsManager",
|
|
673
|
+
"SportsSeason",
|
|
674
|
+
"SportsTeam",
|
|
675
|
+
"SportsTeamMember",
|
|
676
|
+
"SportsTeamSeason",
|
|
677
|
+
"Spreadsheet",
|
|
678
|
+
"Spy",
|
|
679
|
+
"Square",
|
|
680
|
+
"SquashPlayer",
|
|
681
|
+
"Stadium",
|
|
682
|
+
"Standard",
|
|
683
|
+
"Star",
|
|
684
|
+
"StarCluster",
|
|
685
|
+
"State",
|
|
686
|
+
"StatedResolution",
|
|
687
|
+
"Station",
|
|
688
|
+
"Statistic",
|
|
689
|
+
"StillImage",
|
|
690
|
+
"StormSurge",
|
|
691
|
+
"Stream",
|
|
692
|
+
"Street",
|
|
693
|
+
"SubMunicipality",
|
|
694
|
+
"SumoWrestler",
|
|
695
|
+
"SupremeCourtOfTheUnitedStatesCase",
|
|
696
|
+
"Surfer",
|
|
697
|
+
"Surname",
|
|
698
|
+
"Swarm",
|
|
699
|
+
"Swimmer",
|
|
700
|
+
"Synagogue",
|
|
701
|
+
"SystemOfLaw",
|
|
702
|
+
"TableTennisPlayer",
|
|
703
|
+
"Tank",
|
|
704
|
+
"Tax",
|
|
705
|
+
"Taxon",
|
|
706
|
+
"TeamMember",
|
|
707
|
+
"TeamSport",
|
|
708
|
+
"TelevisionDirector",
|
|
709
|
+
"TelevisionEpisode",
|
|
710
|
+
"TelevisionHost",
|
|
711
|
+
"TelevisionSeason",
|
|
712
|
+
"TelevisionShow",
|
|
713
|
+
"TelevisionStation",
|
|
714
|
+
"Temple",
|
|
715
|
+
"TennisLeague",
|
|
716
|
+
"TennisPlayer",
|
|
717
|
+
"TennisTournament",
|
|
718
|
+
"Tenure",
|
|
719
|
+
"TermOfOffice",
|
|
720
|
+
"Territory",
|
|
721
|
+
"Theatre",
|
|
722
|
+
"TheatreDirector",
|
|
723
|
+
"TheologicalConcept",
|
|
724
|
+
"TimePeriod",
|
|
725
|
+
"TopLevelDomain",
|
|
726
|
+
"TopicalConcept",
|
|
727
|
+
"Tournament",
|
|
728
|
+
"Tower",
|
|
729
|
+
"Town",
|
|
730
|
+
"TrackList",
|
|
731
|
+
"TradeUnion",
|
|
732
|
+
"Train",
|
|
733
|
+
"TrainCarriage",
|
|
734
|
+
"Tram",
|
|
735
|
+
"TramStation",
|
|
736
|
+
"Treadmill",
|
|
737
|
+
"Treaty",
|
|
738
|
+
"Tunnel",
|
|
739
|
+
"Type",
|
|
740
|
+
"UndergroundJournal",
|
|
741
|
+
"UnitOfWork",
|
|
742
|
+
"University",
|
|
743
|
+
"Unknown",
|
|
744
|
+
"VaccinationStatistics",
|
|
745
|
+
"Vaccine",
|
|
746
|
+
"Valley",
|
|
747
|
+
"Vein",
|
|
748
|
+
"Venue",
|
|
749
|
+
"Vicar",
|
|
750
|
+
"VicePresident",
|
|
751
|
+
"VicePrimeMinister",
|
|
752
|
+
"VideoGame",
|
|
753
|
+
"VideogamesLeague",
|
|
754
|
+
"Village",
|
|
755
|
+
"Vodka",
|
|
756
|
+
"VoiceActor",
|
|
757
|
+
"Volcano",
|
|
758
|
+
"VolleyballCoach",
|
|
759
|
+
"VolleyballLeague",
|
|
760
|
+
"VolleyballPlayer",
|
|
761
|
+
"WaterPoloPlayer",
|
|
762
|
+
"WaterRide",
|
|
763
|
+
"WaterTower",
|
|
764
|
+
"Watermill",
|
|
765
|
+
"WaterwayTunnel",
|
|
766
|
+
"Weapon",
|
|
767
|
+
"Website",
|
|
768
|
+
"WikimediaTemplate",
|
|
769
|
+
"WindMotor",
|
|
770
|
+
"Windmill",
|
|
771
|
+
"Wine",
|
|
772
|
+
"WineRegion",
|
|
773
|
+
"Winery",
|
|
774
|
+
"WinterSportPlayer",
|
|
775
|
+
"Woman",
|
|
776
|
+
"WomensTennisAssociationTournament",
|
|
777
|
+
"Work",
|
|
778
|
+
"WorldHeritageSite",
|
|
779
|
+
"Wrestler",
|
|
780
|
+
"WrestlingEvent",
|
|
781
|
+
"Writer",
|
|
782
|
+
"WrittenWork",
|
|
783
|
+
"Year",
|
|
784
|
+
"YearInSpaceflight",
|
|
785
|
+
"Youtuber",
|
|
786
|
+
"Zoo",
|
|
787
|
+
"aSide",
|
|
788
|
+
"abbeychurchBlessing",
|
|
789
|
+
"abbeychurchBlessingCharge",
|
|
790
|
+
"abbreviation",
|
|
791
|
+
"ableToGrind",
|
|
792
|
+
"absoluteMagnitude",
|
|
793
|
+
"abstentions",
|
|
794
|
+
"abstract",
|
|
795
|
+
"academicAdvisor",
|
|
796
|
+
"academicDiscipline",
|
|
797
|
+
"academyAward",
|
|
798
|
+
"acceleration",
|
|
799
|
+
"access",
|
|
800
|
+
"accessDate",
|
|
801
|
+
"achievement",
|
|
802
|
+
"acquirementDate",
|
|
803
|
+
"actScore",
|
|
804
|
+
"actingHeadteacher",
|
|
805
|
+
"activeCases",
|
|
806
|
+
"activeYears",
|
|
807
|
+
"activeYearsEndDate",
|
|
808
|
+
"activeYearsEndDateMgr",
|
|
809
|
+
"activeYearsEndYear",
|
|
810
|
+
"activeYearsEndYearMgr",
|
|
811
|
+
"activeYearsStartDate",
|
|
812
|
+
"activeYearsStartDateMgr",
|
|
813
|
+
"activeYearsStartYear",
|
|
814
|
+
"activeYearsStartYearMgr",
|
|
815
|
+
"activity",
|
|
816
|
+
"address",
|
|
817
|
+
"addressInRoad",
|
|
818
|
+
"adjacentSettlement",
|
|
819
|
+
"administrativeCenter",
|
|
820
|
+
"administrativeCollectivity",
|
|
821
|
+
"administrativeDistrict",
|
|
822
|
+
"administrativeHeadCity",
|
|
823
|
+
"administrativeStatus",
|
|
824
|
+
"administrator",
|
|
825
|
+
"afdbId",
|
|
826
|
+
"affair",
|
|
827
|
+
"affiliate",
|
|
828
|
+
"affiliation",
|
|
829
|
+
"afiAward",
|
|
830
|
+
"age",
|
|
831
|
+
"ageRange",
|
|
832
|
+
"agency",
|
|
833
|
+
"agencyStationCode",
|
|
834
|
+
"agglomeration",
|
|
835
|
+
"agglomerationArea",
|
|
836
|
+
"agglomerationDemographics",
|
|
837
|
+
"agglomerationPopulation",
|
|
838
|
+
"agglomerationPopulationTotal",
|
|
839
|
+
"agglomerationPopulationYear",
|
|
840
|
+
"aggregation",
|
|
841
|
+
"airDate",
|
|
842
|
+
"aircraftAttack",
|
|
843
|
+
"aircraftBomber",
|
|
844
|
+
"aircraftElectronic",
|
|
845
|
+
"aircraftFighter",
|
|
846
|
+
"aircraftHelicopter",
|
|
847
|
+
"aircraftHelicopterAttack",
|
|
848
|
+
"aircraftHelicopterCargo",
|
|
849
|
+
"aircraftHelicopterMultirole",
|
|
850
|
+
"aircraftHelicopterObservation",
|
|
851
|
+
"aircraftHelicopterTransport",
|
|
852
|
+
"aircraftHelicopterUtility",
|
|
853
|
+
"aircraftInterceptor",
|
|
854
|
+
"aircraftPatrol",
|
|
855
|
+
"aircraftRecon",
|
|
856
|
+
"aircraftTrainer",
|
|
857
|
+
"aircraftTransport",
|
|
858
|
+
"aircraftType",
|
|
859
|
+
"aircraftUser",
|
|
860
|
+
"airportUsing",
|
|
861
|
+
"aitaCode",
|
|
862
|
+
"albedo",
|
|
863
|
+
"album",
|
|
864
|
+
"albumRuntime",
|
|
865
|
+
"alias",
|
|
866
|
+
"allcinemaId",
|
|
867
|
+
"allegiance",
|
|
868
|
+
"alliance",
|
|
869
|
+
"almaMater",
|
|
870
|
+
"alongside",
|
|
871
|
+
"alpsGroup",
|
|
872
|
+
"alpsMainPart",
|
|
873
|
+
"alpsMajorSector",
|
|
874
|
+
"alpsSection",
|
|
875
|
+
"alpsSoiusaCode",
|
|
876
|
+
"alpsSubgroup",
|
|
877
|
+
"alpsSubsection",
|
|
878
|
+
"alpsSupergroup",
|
|
879
|
+
"alternativeName",
|
|
880
|
+
"alternativeTitle",
|
|
881
|
+
"altitude",
|
|
882
|
+
"alumni",
|
|
883
|
+
"amateurDefeat",
|
|
884
|
+
"amateurFight",
|
|
885
|
+
"amateurKo",
|
|
886
|
+
"amateurNoContest",
|
|
887
|
+
"amateurTeam",
|
|
888
|
+
"amateurTie",
|
|
889
|
+
"amateurTitle",
|
|
890
|
+
"amateurVictory",
|
|
891
|
+
"amateurYear",
|
|
892
|
+
"americanComedyAward",
|
|
893
|
+
"amgid",
|
|
894
|
+
"amsterdamCode",
|
|
895
|
+
"analogChannel",
|
|
896
|
+
"animal",
|
|
897
|
+
"animator",
|
|
898
|
+
"anniversary",
|
|
899
|
+
"announcedFrom",
|
|
900
|
+
"annualTemperature",
|
|
901
|
+
"anthem",
|
|
902
|
+
"aoCloassification",
|
|
903
|
+
"apcPresident",
|
|
904
|
+
"apoapsis",
|
|
905
|
+
"apofocus",
|
|
906
|
+
"apparentMagnitude",
|
|
907
|
+
"appearance",
|
|
908
|
+
"appearancesInLeague",
|
|
909
|
+
"appearancesInNationalTeam",
|
|
910
|
+
"appointer",
|
|
911
|
+
"apprehended",
|
|
912
|
+
"approach",
|
|
913
|
+
"approvedByLowerParliament",
|
|
914
|
+
"approvedByUpperParliament",
|
|
915
|
+
"approximateCalories",
|
|
916
|
+
"apskritis",
|
|
917
|
+
"archipelago",
|
|
918
|
+
"architect",
|
|
919
|
+
"architectualBureau",
|
|
920
|
+
"architecturalMovement",
|
|
921
|
+
"architecturalStyle",
|
|
922
|
+
"area",
|
|
923
|
+
"areaCode",
|
|
924
|
+
"areaDate",
|
|
925
|
+
"areaLand",
|
|
926
|
+
"areaMetro",
|
|
927
|
+
"areaOfCatchment",
|
|
928
|
+
"areaOfCatchmentQuote",
|
|
929
|
+
"areaOfSearch",
|
|
930
|
+
"areaQuote",
|
|
931
|
+
"areaRank",
|
|
932
|
+
"areaRural",
|
|
933
|
+
"areaTotal",
|
|
934
|
+
"areaTotalRanking",
|
|
935
|
+
"areaUrban",
|
|
936
|
+
"areaWater",
|
|
937
|
+
"argueDate",
|
|
938
|
+
"arielAward",
|
|
939
|
+
"arm",
|
|
940
|
+
"army",
|
|
941
|
+
"arrestDate",
|
|
942
|
+
"arrondissement",
|
|
943
|
+
"artPatron",
|
|
944
|
+
"artery",
|
|
945
|
+
"artificialSnowArea",
|
|
946
|
+
"artist",
|
|
947
|
+
"artisticFunction",
|
|
948
|
+
"asWikiText",
|
|
949
|
+
"ascent",
|
|
950
|
+
"asiaChampionship",
|
|
951
|
+
"aspectRatio",
|
|
952
|
+
"assembly",
|
|
953
|
+
"assetUnderManagement",
|
|
954
|
+
"assets",
|
|
955
|
+
"assistantPrincipal",
|
|
956
|
+
"associate",
|
|
957
|
+
"associateEditor",
|
|
958
|
+
"associateStar",
|
|
959
|
+
"associatedAct",
|
|
960
|
+
"associatedBand",
|
|
961
|
+
"associatedMusicalArtist",
|
|
962
|
+
"associatedRocket",
|
|
963
|
+
"associationOfLocalGovernment",
|
|
964
|
+
"astrazenca",
|
|
965
|
+
"astrazencaCumul",
|
|
966
|
+
"astrologicalSign",
|
|
967
|
+
"atPage",
|
|
968
|
+
"atRowNumber",
|
|
969
|
+
"atcCode",
|
|
970
|
+
"atcPrefix",
|
|
971
|
+
"atcSuffix",
|
|
972
|
+
"athletics",
|
|
973
|
+
"athleticsDiscipline",
|
|
974
|
+
"atomicNumber",
|
|
975
|
+
"attorneyGeneral",
|
|
976
|
+
"aunt",
|
|
977
|
+
"australiaOpenDouble",
|
|
978
|
+
"australiaOpenMixed",
|
|
979
|
+
"australiaOpenSingle",
|
|
980
|
+
"author",
|
|
981
|
+
"authority",
|
|
982
|
+
"authorityMandate",
|
|
983
|
+
"authorityTitle",
|
|
984
|
+
"automobileModel",
|
|
985
|
+
"automobilePlatform",
|
|
986
|
+
"autonomy",
|
|
987
|
+
"availableSmartCard",
|
|
988
|
+
"average",
|
|
989
|
+
"averageAnnualGeneration",
|
|
990
|
+
"averageClassSize",
|
|
991
|
+
"averageDepth",
|
|
992
|
+
"averageDepthQuote",
|
|
993
|
+
"averageSpeed",
|
|
994
|
+
"avifaunaPopulation",
|
|
995
|
+
"award",
|
|
996
|
+
"awardName",
|
|
997
|
+
"awayColourHexCode",
|
|
998
|
+
"bSide",
|
|
999
|
+
"background",
|
|
1000
|
+
"backhand",
|
|
1001
|
+
"badGuy",
|
|
1002
|
+
"baftaAward",
|
|
1003
|
+
"band",
|
|
1004
|
+
"bandMember",
|
|
1005
|
+
"barPassRate",
|
|
1006
|
+
"barangays",
|
|
1007
|
+
"basedOn",
|
|
1008
|
+
"battery",
|
|
1009
|
+
"battingSide",
|
|
1010
|
+
"battle",
|
|
1011
|
+
"battleHonours",
|
|
1012
|
+
"bbr",
|
|
1013
|
+
"beatifiedBy",
|
|
1014
|
+
"beatifiedDate",
|
|
1015
|
+
"beatifiedPlace",
|
|
1016
|
+
"bedCount",
|
|
1017
|
+
"believers",
|
|
1018
|
+
"beltwayCity",
|
|
1019
|
+
"bestFinish",
|
|
1020
|
+
"bestLap",
|
|
1021
|
+
"bestRankDouble",
|
|
1022
|
+
"bestRankSingle",
|
|
1023
|
+
"bestWsopRank",
|
|
1024
|
+
"bestYearWsop",
|
|
1025
|
+
"bgafdId",
|
|
1026
|
+
"bibsysId",
|
|
1027
|
+
"bicycleInformation",
|
|
1028
|
+
"bigPoolRecord",
|
|
1029
|
+
"biggestCity",
|
|
1030
|
+
"billed",
|
|
1031
|
+
"binomial",
|
|
1032
|
+
"binomialAuthority",
|
|
1033
|
+
"bioavailability",
|
|
1034
|
+
"bioclimate",
|
|
1035
|
+
"biome",
|
|
1036
|
+
"bird",
|
|
1037
|
+
"birthDate",
|
|
1038
|
+
"birthName",
|
|
1039
|
+
"birthPlace",
|
|
1040
|
+
"birthSign",
|
|
1041
|
+
"birthYear",
|
|
1042
|
+
"bishopric",
|
|
1043
|
+
"blackLongDistancePisteNumber",
|
|
1044
|
+
"blackSkiPisteNumber",
|
|
1045
|
+
"blazon",
|
|
1046
|
+
"blazonCaption",
|
|
1047
|
+
"blazonLink",
|
|
1048
|
+
"blazonRatio",
|
|
1049
|
+
"block",
|
|
1050
|
+
"blockAlloy",
|
|
1051
|
+
"bloodGroup",
|
|
1052
|
+
"bloodType",
|
|
1053
|
+
"blueLongDistancePisteNumber",
|
|
1054
|
+
"blueSkiPisteNumber",
|
|
1055
|
+
"bnfId",
|
|
1056
|
+
"board",
|
|
1057
|
+
"bodyDiscovered",
|
|
1058
|
+
"bodyStyle",
|
|
1059
|
+
"boiler",
|
|
1060
|
+
"boilerPressure",
|
|
1061
|
+
"boilingPoint",
|
|
1062
|
+
"book",
|
|
1063
|
+
"booster",
|
|
1064
|
+
"border",
|
|
1065
|
+
"borough",
|
|
1066
|
+
"bourgmestre",
|
|
1067
|
+
"bowlRecord",
|
|
1068
|
+
"bowlingSide",
|
|
1069
|
+
"boxerStyle",
|
|
1070
|
+
"bpnId",
|
|
1071
|
+
"brainInfoNumber",
|
|
1072
|
+
"brainInfoType",
|
|
1073
|
+
"branchFrom",
|
|
1074
|
+
"branchTo",
|
|
1075
|
+
"brand",
|
|
1076
|
+
"breeder",
|
|
1077
|
+
"bridgeCarries",
|
|
1078
|
+
"brinCode",
|
|
1079
|
+
"britishComedyAwards",
|
|
1080
|
+
"britishOpen",
|
|
1081
|
+
"britishWins",
|
|
1082
|
+
"broadcastArea",
|
|
1083
|
+
"broadcastNetwork",
|
|
1084
|
+
"broadcastRepeater",
|
|
1085
|
+
"broadcastStationClass",
|
|
1086
|
+
"broadcastTranslator",
|
|
1087
|
+
"bronzeMedalDouble",
|
|
1088
|
+
"bronzeMedalMixed",
|
|
1089
|
+
"bronzeMedalSingle",
|
|
1090
|
+
"bronzeMedalist",
|
|
1091
|
+
"brother",
|
|
1092
|
+
"budget",
|
|
1093
|
+
"budgetYear",
|
|
1094
|
+
"builder",
|
|
1095
|
+
"building",
|
|
1096
|
+
"buildingEndDate",
|
|
1097
|
+
"buildingEndYear",
|
|
1098
|
+
"buildingStartDate",
|
|
1099
|
+
"buildingStartYear",
|
|
1100
|
+
"buildingType",
|
|
1101
|
+
"bustSize",
|
|
1102
|
+
"bustWaistHipSize",
|
|
1103
|
+
"cableCar",
|
|
1104
|
+
"calculationNeeds",
|
|
1105
|
+
"callSign",
|
|
1106
|
+
"callsignMeaning",
|
|
1107
|
+
"campus",
|
|
1108
|
+
"campusSize",
|
|
1109
|
+
"campusType",
|
|
1110
|
+
"canBaggageChecked",
|
|
1111
|
+
"cannonNumber",
|
|
1112
|
+
"canonizedBy",
|
|
1113
|
+
"canonizedDate",
|
|
1114
|
+
"canonizedPlace",
|
|
1115
|
+
"canton",
|
|
1116
|
+
"capacity",
|
|
1117
|
+
"capacityFactor",
|
|
1118
|
+
"capital",
|
|
1119
|
+
"capitalCoordinates",
|
|
1120
|
+
"capitalCountry",
|
|
1121
|
+
"capitalDistrict",
|
|
1122
|
+
"capitalElevation",
|
|
1123
|
+
"capitalMountain",
|
|
1124
|
+
"capitalPlace",
|
|
1125
|
+
"capitalPosition",
|
|
1126
|
+
"capitalRegion",
|
|
1127
|
+
"captureDate",
|
|
1128
|
+
"carNumber",
|
|
1129
|
+
"carbohydrate",
|
|
1130
|
+
"carcinogen",
|
|
1131
|
+
"careerPoints",
|
|
1132
|
+
"careerPrizeMoney",
|
|
1133
|
+
"careerStation",
|
|
1134
|
+
"cargoFuel",
|
|
1135
|
+
"cargoGas",
|
|
1136
|
+
"cargoWater",
|
|
1137
|
+
"casNumber",
|
|
1138
|
+
"casSupplemental",
|
|
1139
|
+
"case",
|
|
1140
|
+
"casualties",
|
|
1141
|
+
"catch",
|
|
1142
|
+
"category",
|
|
1143
|
+
"caterer",
|
|
1144
|
+
"catholicPercentage",
|
|
1145
|
+
"causalties",
|
|
1146
|
+
"causeOfDeath",
|
|
1147
|
+
"causedBy",
|
|
1148
|
+
"ccaState",
|
|
1149
|
+
"ceeb",
|
|
1150
|
+
"ceiling",
|
|
1151
|
+
"cemetery",
|
|
1152
|
+
"censusYear",
|
|
1153
|
+
"center",
|
|
1154
|
+
"centuryBreaks",
|
|
1155
|
+
"ceo",
|
|
1156
|
+
"ceremonialCounty",
|
|
1157
|
+
"certification",
|
|
1158
|
+
"certificationDate",
|
|
1159
|
+
"cesarAward",
|
|
1160
|
+
"chEBI",
|
|
1161
|
+
"chEMBL",
|
|
1162
|
+
"chain",
|
|
1163
|
+
"chairLabel",
|
|
1164
|
+
"chairman",
|
|
1165
|
+
"chairmanTitle",
|
|
1166
|
+
"chairperson",
|
|
1167
|
+
"champion",
|
|
1168
|
+
"championInDouble",
|
|
1169
|
+
"championInDoubleFemale",
|
|
1170
|
+
"championInDoubleMale",
|
|
1171
|
+
"championInMixedDouble",
|
|
1172
|
+
"championInSingle",
|
|
1173
|
+
"championInSingleFemale",
|
|
1174
|
+
"championInSingleMale",
|
|
1175
|
+
"championships",
|
|
1176
|
+
"chancellor",
|
|
1177
|
+
"channel",
|
|
1178
|
+
"chaplain",
|
|
1179
|
+
"characterInPlay",
|
|
1180
|
+
"chef",
|
|
1181
|
+
"chemSpiderId",
|
|
1182
|
+
"chemicalFormula",
|
|
1183
|
+
"chiefEditor",
|
|
1184
|
+
"chiefPlace",
|
|
1185
|
+
"child",
|
|
1186
|
+
"childOrganisation",
|
|
1187
|
+
"choreographer",
|
|
1188
|
+
"chorusCharacterInPlay",
|
|
1189
|
+
"christeningDate",
|
|
1190
|
+
"chromosome",
|
|
1191
|
+
"cinematography",
|
|
1192
|
+
"circle",
|
|
1193
|
+
"circuitLength",
|
|
1194
|
+
"circuitName",
|
|
1195
|
+
"circulation",
|
|
1196
|
+
"circumcised",
|
|
1197
|
+
"cites",
|
|
1198
|
+
"citizenship",
|
|
1199
|
+
"city",
|
|
1200
|
+
"cityLink",
|
|
1201
|
+
"cityRank",
|
|
1202
|
+
"citySince",
|
|
1203
|
+
"cityType",
|
|
1204
|
+
"clade",
|
|
1205
|
+
"class",
|
|
1206
|
+
"classes",
|
|
1207
|
+
"classification",
|
|
1208
|
+
"classis",
|
|
1209
|
+
"climate",
|
|
1210
|
+
"climbUpNumber",
|
|
1211
|
+
"closeTo",
|
|
1212
|
+
"closed",
|
|
1213
|
+
"closingDate",
|
|
1214
|
+
"closingFilm",
|
|
1215
|
+
"closingYear",
|
|
1216
|
+
"clothSize",
|
|
1217
|
+
"clothingSize",
|
|
1218
|
+
"club",
|
|
1219
|
+
"clubsRecordGoalscorer",
|
|
1220
|
+
"cluster",
|
|
1221
|
+
"cmpEvaDuration",
|
|
1222
|
+
"cmykCoordinateBlack",
|
|
1223
|
+
"cmykCoordinateCyanic",
|
|
1224
|
+
"cmykCoordinateMagenta",
|
|
1225
|
+
"cmykCoordinateYellow",
|
|
1226
|
+
"co2Emission",
|
|
1227
|
+
"coExecutiveProducer",
|
|
1228
|
+
"coProducer",
|
|
1229
|
+
"coach",
|
|
1230
|
+
"coachClub",
|
|
1231
|
+
"coachSeason",
|
|
1232
|
+
"coachedTeam",
|
|
1233
|
+
"coachingRecord",
|
|
1234
|
+
"coalition",
|
|
1235
|
+
"coastLength",
|
|
1236
|
+
"coastLine",
|
|
1237
|
+
"coatOfArms",
|
|
1238
|
+
"code",
|
|
1239
|
+
"codeBook",
|
|
1240
|
+
"codeDistrict",
|
|
1241
|
+
"codeIndex",
|
|
1242
|
+
"codeListOfHonour",
|
|
1243
|
+
"codeMemorial",
|
|
1244
|
+
"codeMunicipalMonument",
|
|
1245
|
+
"codeNationalMonument",
|
|
1246
|
+
"codeProvincialMonument",
|
|
1247
|
+
"codeSettlement",
|
|
1248
|
+
"codeStockExchange",
|
|
1249
|
+
"coden",
|
|
1250
|
+
"coemperor",
|
|
1251
|
+
"collaboration",
|
|
1252
|
+
"colleague",
|
|
1253
|
+
"collection",
|
|
1254
|
+
"collectionSize",
|
|
1255
|
+
"collectivityMinority",
|
|
1256
|
+
"college",
|
|
1257
|
+
"collegeHof",
|
|
1258
|
+
"colonialName",
|
|
1259
|
+
"colorChart",
|
|
1260
|
+
"colour",
|
|
1261
|
+
"colourHexCode",
|
|
1262
|
+
"colourName",
|
|
1263
|
+
"combatant",
|
|
1264
|
+
"comic",
|
|
1265
|
+
"comitat",
|
|
1266
|
+
"command",
|
|
1267
|
+
"commandModule",
|
|
1268
|
+
"commandStructure",
|
|
1269
|
+
"commandant",
|
|
1270
|
+
"commander",
|
|
1271
|
+
"comment",
|
|
1272
|
+
"commissioner",
|
|
1273
|
+
"commissionerDate",
|
|
1274
|
+
"commissioningDate",
|
|
1275
|
+
"committee",
|
|
1276
|
+
"committeeInLegislature",
|
|
1277
|
+
"commonName",
|
|
1278
|
+
"commune",
|
|
1279
|
+
"communityIsoCode",
|
|
1280
|
+
"company",
|
|
1281
|
+
"comparable",
|
|
1282
|
+
"competition",
|
|
1283
|
+
"competitionTitle",
|
|
1284
|
+
"compiler",
|
|
1285
|
+
"completionDate",
|
|
1286
|
+
"complexion",
|
|
1287
|
+
"complexity",
|
|
1288
|
+
"complications",
|
|
1289
|
+
"component",
|
|
1290
|
+
"composer",
|
|
1291
|
+
"compressionRatio",
|
|
1292
|
+
"computingInput",
|
|
1293
|
+
"computingMedia",
|
|
1294
|
+
"computingPlatform",
|
|
1295
|
+
"configuration",
|
|
1296
|
+
"confirmedCases",
|
|
1297
|
+
"conflict",
|
|
1298
|
+
"congressionalDistrict",
|
|
1299
|
+
"connectsReferencedTo",
|
|
1300
|
+
"connotation",
|
|
1301
|
+
"consecration",
|
|
1302
|
+
"conservationStatus",
|
|
1303
|
+
"conservationStatusSystem",
|
|
1304
|
+
"constellation",
|
|
1305
|
+
"constituencyDistrict",
|
|
1306
|
+
"construction",
|
|
1307
|
+
"constructionMaterial",
|
|
1308
|
+
"contest",
|
|
1309
|
+
"continent",
|
|
1310
|
+
"continentRank",
|
|
1311
|
+
"continentalTournament",
|
|
1312
|
+
"continentalTournamentBronze",
|
|
1313
|
+
"continentalTournamentGold",
|
|
1314
|
+
"continentalTournamentSilver",
|
|
1315
|
+
"contractAward",
|
|
1316
|
+
"contractor",
|
|
1317
|
+
"convictionDate",
|
|
1318
|
+
"convictionPenalty",
|
|
1319
|
+
"coolingSystem",
|
|
1320
|
+
"copilote",
|
|
1321
|
+
"coronationDate",
|
|
1322
|
+
"cosparId",
|
|
1323
|
+
"cost",
|
|
1324
|
+
"costumeDesigner",
|
|
1325
|
+
"council",
|
|
1326
|
+
"councilArea",
|
|
1327
|
+
"country",
|
|
1328
|
+
"countryCode",
|
|
1329
|
+
"countryOrigin",
|
|
1330
|
+
"countryRank",
|
|
1331
|
+
"countryWithFirstAstronaut",
|
|
1332
|
+
"countryWithFirstSatellite",
|
|
1333
|
+
"countryWithFirstSatelliteLaunched",
|
|
1334
|
+
"countryWithFirstSpaceflight",
|
|
1335
|
+
"county",
|
|
1336
|
+
"countySeat",
|
|
1337
|
+
"course",
|
|
1338
|
+
"courseArea",
|
|
1339
|
+
"cousurper",
|
|
1340
|
+
"coverArtist",
|
|
1341
|
+
"cpu",
|
|
1342
|
+
"created",
|
|
1343
|
+
"creationChristianBishop",
|
|
1344
|
+
"creationYear",
|
|
1345
|
+
"creativeDirector",
|
|
1346
|
+
"creator",
|
|
1347
|
+
"creatorOfDish",
|
|
1348
|
+
"credit",
|
|
1349
|
+
"crest",
|
|
1350
|
+
"crew",
|
|
1351
|
+
"crewMember",
|
|
1352
|
+
"crewSize",
|
|
1353
|
+
"crews",
|
|
1354
|
+
"criminalCharge",
|
|
1355
|
+
"criteria",
|
|
1356
|
+
"crosses",
|
|
1357
|
+
"crownDependency",
|
|
1358
|
+
"cuisine",
|
|
1359
|
+
"cultivatedVariety",
|
|
1360
|
+
"curator",
|
|
1361
|
+
"currency",
|
|
1362
|
+
"currencyCode",
|
|
1363
|
+
"currentCity",
|
|
1364
|
+
"currentLeague",
|
|
1365
|
+
"currentMember",
|
|
1366
|
+
"currentPartner",
|
|
1367
|
+
"currentProduction",
|
|
1368
|
+
"currentRank",
|
|
1369
|
+
"currentRecord",
|
|
1370
|
+
"currentSeason",
|
|
1371
|
+
"currentStatus",
|
|
1372
|
+
"currentTeam",
|
|
1373
|
+
"currentTeamManager",
|
|
1374
|
+
"currentTeamMember",
|
|
1375
|
+
"currentWorldChampion",
|
|
1376
|
+
"currentlyUsedFor",
|
|
1377
|
+
"custodian",
|
|
1378
|
+
"cyclistGenre",
|
|
1379
|
+
"cylinderBore",
|
|
1380
|
+
"cylinderCount",
|
|
1381
|
+
"dailyVaccinationsPerMillion",
|
|
1382
|
+
"dailyVaccinationsRaw",
|
|
1383
|
+
"daira",
|
|
1384
|
+
"dam",
|
|
1385
|
+
"damage",
|
|
1386
|
+
"damsire",
|
|
1387
|
+
"danseCompetition",
|
|
1388
|
+
"danseScore",
|
|
1389
|
+
"date",
|
|
1390
|
+
"dateAct",
|
|
1391
|
+
"dateAgreement",
|
|
1392
|
+
"dateBudget",
|
|
1393
|
+
"dateClosed",
|
|
1394
|
+
"dateCompleted",
|
|
1395
|
+
"dateConstruction",
|
|
1396
|
+
"dateExtended",
|
|
1397
|
+
"dateLastUpdated",
|
|
1398
|
+
"dateOfAbandonment",
|
|
1399
|
+
"dateOfBurial",
|
|
1400
|
+
"dateUnveiled",
|
|
1401
|
+
"dateUse",
|
|
1402
|
+
"daughter",
|
|
1403
|
+
"davisCup",
|
|
1404
|
+
"day",
|
|
1405
|
+
"daylightSavingTimeZone",
|
|
1406
|
+
"dbnlCodeDutch",
|
|
1407
|
+
"dcc",
|
|
1408
|
+
"deFactoLanguage",
|
|
1409
|
+
"deadInFightDate",
|
|
1410
|
+
"deadInFightPlace",
|
|
1411
|
+
"dean",
|
|
1412
|
+
"deanery",
|
|
1413
|
+
"deathAge",
|
|
1414
|
+
"deathCause",
|
|
1415
|
+
"deathDate",
|
|
1416
|
+
"deathPlace",
|
|
1417
|
+
"deathYear",
|
|
1418
|
+
"deaths",
|
|
1419
|
+
"debut",
|
|
1420
|
+
"debutTeam",
|
|
1421
|
+
"debutWork",
|
|
1422
|
+
"dec",
|
|
1423
|
+
"decay",
|
|
1424
|
+
"decideDate",
|
|
1425
|
+
"declination",
|
|
1426
|
+
"decommissioningDate",
|
|
1427
|
+
"decoration",
|
|
1428
|
+
"defeat",
|
|
1429
|
+
"defeatAsMgr",
|
|
1430
|
+
"definition",
|
|
1431
|
+
"defunct",
|
|
1432
|
+
"delegateMayor",
|
|
1433
|
+
"delegation",
|
|
1434
|
+
"deliveryDate",
|
|
1435
|
+
"deme",
|
|
1436
|
+
"demographics",
|
|
1437
|
+
"demographicsAsOf",
|
|
1438
|
+
"demolitionDate",
|
|
1439
|
+
"demolitionYear",
|
|
1440
|
+
"demonym",
|
|
1441
|
+
"denomination",
|
|
1442
|
+
"density",
|
|
1443
|
+
"department",
|
|
1444
|
+
"departmentCode",
|
|
1445
|
+
"departmentPosition",
|
|
1446
|
+
"depictionDescription",
|
|
1447
|
+
"depth",
|
|
1448
|
+
"depthQuote",
|
|
1449
|
+
"depths",
|
|
1450
|
+
"deputy",
|
|
1451
|
+
"derivative",
|
|
1452
|
+
"derivedWord",
|
|
1453
|
+
"description",
|
|
1454
|
+
"designCompany",
|
|
1455
|
+
"designer",
|
|
1456
|
+
"destination",
|
|
1457
|
+
"destructionDate",
|
|
1458
|
+
"detectionMethod",
|
|
1459
|
+
"detractor",
|
|
1460
|
+
"developer",
|
|
1461
|
+
"dfE",
|
|
1462
|
+
"diameter",
|
|
1463
|
+
"differentialDiagnosis",
|
|
1464
|
+
"digitalChannel",
|
|
1465
|
+
"digitalSubChannel",
|
|
1466
|
+
"diocese",
|
|
1467
|
+
"diploma",
|
|
1468
|
+
"director",
|
|
1469
|
+
"disappearanceDate",
|
|
1470
|
+
"disbanded",
|
|
1471
|
+
"discharge",
|
|
1472
|
+
"dischargeAverage",
|
|
1473
|
+
"disciple",
|
|
1474
|
+
"discipline",
|
|
1475
|
+
"discontinued",
|
|
1476
|
+
"discovered",
|
|
1477
|
+
"discoverer",
|
|
1478
|
+
"discovery",
|
|
1479
|
+
"disease",
|
|
1480
|
+
"diseasesDB",
|
|
1481
|
+
"diseasesDb",
|
|
1482
|
+
"displacement",
|
|
1483
|
+
"dissolutionDate",
|
|
1484
|
+
"dissolutionYear",
|
|
1485
|
+
"dissolved",
|
|
1486
|
+
"dist_ly",
|
|
1487
|
+
"dist_pc",
|
|
1488
|
+
"distance",
|
|
1489
|
+
"distanceLaps",
|
|
1490
|
+
"distanceToBelfast",
|
|
1491
|
+
"distanceToCapital",
|
|
1492
|
+
"distanceToCardiff",
|
|
1493
|
+
"distanceToCharingCross",
|
|
1494
|
+
"distanceToDouglas",
|
|
1495
|
+
"distanceToDublin",
|
|
1496
|
+
"distanceToEdinburgh",
|
|
1497
|
+
"distanceToLondon",
|
|
1498
|
+
"distanceToNearestCity",
|
|
1499
|
+
"distanceTraveled",
|
|
1500
|
+
"distributingCompany",
|
|
1501
|
+
"distributingLabel",
|
|
1502
|
+
"distributor",
|
|
1503
|
+
"district",
|
|
1504
|
+
"division",
|
|
1505
|
+
"dockedTime",
|
|
1506
|
+
"doctoralAdvisor",
|
|
1507
|
+
"doctoralStudent",
|
|
1508
|
+
"documentDesignation",
|
|
1509
|
+
"documentNumber",
|
|
1510
|
+
"domain",
|
|
1511
|
+
"dorlandsId",
|
|
1512
|
+
"dorlandsPrefix",
|
|
1513
|
+
"dorlandsSuffix",
|
|
1514
|
+
"dose",
|
|
1515
|
+
"dosesFirst",
|
|
1516
|
+
"dosesSecond",
|
|
1517
|
+
"draft",
|
|
1518
|
+
"draftLeague",
|
|
1519
|
+
"draftPick",
|
|
1520
|
+
"draftPosition",
|
|
1521
|
+
"draftRound",
|
|
1522
|
+
"draftTeam",
|
|
1523
|
+
"draftYear",
|
|
1524
|
+
"drainsFrom",
|
|
1525
|
+
"drainsTo",
|
|
1526
|
+
"drama",
|
|
1527
|
+
"dressCode",
|
|
1528
|
+
"drug",
|
|
1529
|
+
"drugbank",
|
|
1530
|
+
"dryCargo",
|
|
1531
|
+
"dubber",
|
|
1532
|
+
"duration",
|
|
1533
|
+
"dutchArtworkCode",
|
|
1534
|
+
"dutchCOROPCode",
|
|
1535
|
+
"dutchMIPCode",
|
|
1536
|
+
"dutchNAIdentifier",
|
|
1537
|
+
"dutchPPNCode",
|
|
1538
|
+
"dutchRKDCode",
|
|
1539
|
+
"dutchWinkelID",
|
|
1540
|
+
"dynasty",
|
|
1541
|
+
"eMedicineSubject",
|
|
1542
|
+
"eMedicineTopic",
|
|
1543
|
+
"eTeatrId",
|
|
1544
|
+
"eastPlace",
|
|
1545
|
+
"ecNumber",
|
|
1546
|
+
"editing",
|
|
1547
|
+
"editor",
|
|
1548
|
+
"editorTitle",
|
|
1549
|
+
"education",
|
|
1550
|
+
"educationPlace",
|
|
1551
|
+
"educationSystem",
|
|
1552
|
+
"effectiveRadiatedPower",
|
|
1553
|
+
"egafdId",
|
|
1554
|
+
"einecsNumber",
|
|
1555
|
+
"ekatteCode",
|
|
1556
|
+
"electionDate",
|
|
1557
|
+
"electionDateLeader",
|
|
1558
|
+
"electionMajority",
|
|
1559
|
+
"elementAbove",
|
|
1560
|
+
"elementBlock",
|
|
1561
|
+
"elementGroup",
|
|
1562
|
+
"elementPeriod",
|
|
1563
|
+
"elevation",
|
|
1564
|
+
"elevationQuote",
|
|
1565
|
+
"elevatorCount",
|
|
1566
|
+
"elo",
|
|
1567
|
+
"eloRecord",
|
|
1568
|
+
"emblem",
|
|
1569
|
+
"emmyAward",
|
|
1570
|
+
"employer",
|
|
1571
|
+
"employersCelebration",
|
|
1572
|
+
"end",
|
|
1573
|
+
"endCareer",
|
|
1574
|
+
"endDate",
|
|
1575
|
+
"endDateTime",
|
|
1576
|
+
"endOccupation",
|
|
1577
|
+
"endPoint",
|
|
1578
|
+
"endReign",
|
|
1579
|
+
"endYear",
|
|
1580
|
+
"endYearOfInsertion",
|
|
1581
|
+
"endYearOfSales",
|
|
1582
|
+
"endangeredSince",
|
|
1583
|
+
"endingTheme",
|
|
1584
|
+
"endowment",
|
|
1585
|
+
"enemy",
|
|
1586
|
+
"engine",
|
|
1587
|
+
"enginePower",
|
|
1588
|
+
"engineType",
|
|
1589
|
+
"engineer",
|
|
1590
|
+
"ensembl",
|
|
1591
|
+
"enshrinedDeity",
|
|
1592
|
+
"entourage",
|
|
1593
|
+
"entrezgene",
|
|
1594
|
+
"eparchy",
|
|
1595
|
+
"episode",
|
|
1596
|
+
"episodeNumber",
|
|
1597
|
+
"epoch",
|
|
1598
|
+
"eptFinalTable",
|
|
1599
|
+
"eptItm",
|
|
1600
|
+
"eptTitle",
|
|
1601
|
+
"equipment",
|
|
1602
|
+
"equity",
|
|
1603
|
+
"era",
|
|
1604
|
+
"eruption",
|
|
1605
|
+
"eruptionYear",
|
|
1606
|
+
"escalafon",
|
|
1607
|
+
"escapeVelocity",
|
|
1608
|
+
"espnId",
|
|
1609
|
+
"established",
|
|
1610
|
+
"establishment",
|
|
1611
|
+
"ethnicGroup",
|
|
1612
|
+
"ethnicGroupsInYear",
|
|
1613
|
+
"ethnicity",
|
|
1614
|
+
"eurobabeIndexId",
|
|
1615
|
+
"europeanAffiliation",
|
|
1616
|
+
"europeanChampionship",
|
|
1617
|
+
"europeanParliamentGroup",
|
|
1618
|
+
"europeanUnionEntranceDate",
|
|
1619
|
+
"event",
|
|
1620
|
+
"eventDate",
|
|
1621
|
+
"eventDescription",
|
|
1622
|
+
"executiveHeadteacher",
|
|
1623
|
+
"executiveProducer",
|
|
1624
|
+
"exhibition",
|
|
1625
|
+
"existence",
|
|
1626
|
+
"expedition",
|
|
1627
|
+
"explorer",
|
|
1628
|
+
"externalOrnament",
|
|
1629
|
+
"extinctionDate",
|
|
1630
|
+
"extinctionYear",
|
|
1631
|
+
"eyeColor",
|
|
1632
|
+
"eyeColour",
|
|
1633
|
+
"eyes",
|
|
1634
|
+
"faaLocationIdentifier",
|
|
1635
|
+
"facilityId",
|
|
1636
|
+
"facultySize",
|
|
1637
|
+
"failedLaunches",
|
|
1638
|
+
"family",
|
|
1639
|
+
"familyMember",
|
|
1640
|
+
"fansgroup",
|
|
1641
|
+
"fareZone",
|
|
1642
|
+
"fastestDriver",
|
|
1643
|
+
"fastestDriverCountry",
|
|
1644
|
+
"fastestDriverTeam",
|
|
1645
|
+
"fastestLap",
|
|
1646
|
+
"fat",
|
|
1647
|
+
"fatalityRate",
|
|
1648
|
+
"fate",
|
|
1649
|
+
"father",
|
|
1650
|
+
"fauna",
|
|
1651
|
+
"fc",
|
|
1652
|
+
"fcRuns",
|
|
1653
|
+
"fdaUniiCode",
|
|
1654
|
+
"feastDay",
|
|
1655
|
+
"feat",
|
|
1656
|
+
"feature",
|
|
1657
|
+
"features",
|
|
1658
|
+
"fedCup",
|
|
1659
|
+
"federalState",
|
|
1660
|
+
"federation",
|
|
1661
|
+
"fees",
|
|
1662
|
+
"fibahof",
|
|
1663
|
+
"field",
|
|
1664
|
+
"fight",
|
|
1665
|
+
"fighter",
|
|
1666
|
+
"fileExtension",
|
|
1667
|
+
"fileSize",
|
|
1668
|
+
"fileURL",
|
|
1669
|
+
"filename",
|
|
1670
|
+
"fillingStation",
|
|
1671
|
+
"film",
|
|
1672
|
+
"filmAudioType",
|
|
1673
|
+
"filmColourType",
|
|
1674
|
+
"filmFareAward",
|
|
1675
|
+
"filmNumber",
|
|
1676
|
+
"filmPolskiId",
|
|
1677
|
+
"filmRuntime",
|
|
1678
|
+
"filmVersion",
|
|
1679
|
+
"finalFlight",
|
|
1680
|
+
"finalLost",
|
|
1681
|
+
"finalLostDouble",
|
|
1682
|
+
"finalLostSingle",
|
|
1683
|
+
"finalLostTeam",
|
|
1684
|
+
"finalPublicationDate",
|
|
1685
|
+
"finalPublicationYear",
|
|
1686
|
+
"fipsCode",
|
|
1687
|
+
"firstAirDate",
|
|
1688
|
+
"firstAppearance",
|
|
1689
|
+
"firstAscent",
|
|
1690
|
+
"firstAscentPerson",
|
|
1691
|
+
"firstAscentYear",
|
|
1692
|
+
"firstBroadcast",
|
|
1693
|
+
"firstDriver",
|
|
1694
|
+
"firstDriverCountry",
|
|
1695
|
+
"firstDriverTeam",
|
|
1696
|
+
"firstFlight",
|
|
1697
|
+
"firstFlightEndDate",
|
|
1698
|
+
"firstFlightStartDate",
|
|
1699
|
+
"firstGame",
|
|
1700
|
+
"firstLaunch",
|
|
1701
|
+
"firstLaunchDate",
|
|
1702
|
+
"firstLaunchRocket",
|
|
1703
|
+
"firstLeader",
|
|
1704
|
+
"firstMention",
|
|
1705
|
+
"firstOlympicEvent",
|
|
1706
|
+
"firstOwner",
|
|
1707
|
+
"firstPlace",
|
|
1708
|
+
"firstPopularVote",
|
|
1709
|
+
"firstProMatch",
|
|
1710
|
+
"firstPublicationDate",
|
|
1711
|
+
"firstPublicationYear",
|
|
1712
|
+
"firstPublisher",
|
|
1713
|
+
"firstRace",
|
|
1714
|
+
"firstWin",
|
|
1715
|
+
"firstWinner",
|
|
1716
|
+
"flag",
|
|
1717
|
+
"flagBearer",
|
|
1718
|
+
"flagBorder",
|
|
1719
|
+
"flagCaption",
|
|
1720
|
+
"flagLink",
|
|
1721
|
+
"flagSize",
|
|
1722
|
+
"flashPoint",
|
|
1723
|
+
"floodingDate",
|
|
1724
|
+
"floorArea",
|
|
1725
|
+
"floorCount",
|
|
1726
|
+
"flora",
|
|
1727
|
+
"flower",
|
|
1728
|
+
"flyingHours",
|
|
1729
|
+
"foalDate",
|
|
1730
|
+
"focus",
|
|
1731
|
+
"followedBy",
|
|
1732
|
+
"followingEvent",
|
|
1733
|
+
"follows",
|
|
1734
|
+
"foot",
|
|
1735
|
+
"footedness",
|
|
1736
|
+
"forces",
|
|
1737
|
+
"foresterDistrict",
|
|
1738
|
+
"format",
|
|
1739
|
+
"formationDate",
|
|
1740
|
+
"formationYear",
|
|
1741
|
+
"formerBandMember",
|
|
1742
|
+
"formerBroadcastNetwork",
|
|
1743
|
+
"formerCallsign",
|
|
1744
|
+
"formerChannel",
|
|
1745
|
+
"formerChoreographer",
|
|
1746
|
+
"formerCoach",
|
|
1747
|
+
"formerHighschool",
|
|
1748
|
+
"formerName",
|
|
1749
|
+
"formerPartner",
|
|
1750
|
+
"formerTeam",
|
|
1751
|
+
"formula",
|
|
1752
|
+
"fossil",
|
|
1753
|
+
"foundation",
|
|
1754
|
+
"foundationPlace",
|
|
1755
|
+
"foundedBy",
|
|
1756
|
+
"founder",
|
|
1757
|
+
"foundingDate",
|
|
1758
|
+
"foundingYear",
|
|
1759
|
+
"fourthCommander",
|
|
1760
|
+
"frazioni",
|
|
1761
|
+
"free",
|
|
1762
|
+
"freeDanseScore",
|
|
1763
|
+
"freeFlightTime",
|
|
1764
|
+
"freeLabel",
|
|
1765
|
+
"freeProgCompetition",
|
|
1766
|
+
"freeProgScore",
|
|
1767
|
+
"freeScoreCompetition",
|
|
1768
|
+
"frequency",
|
|
1769
|
+
"frequencyOfPublication",
|
|
1770
|
+
"frequentlyUpdated",
|
|
1771
|
+
"friend",
|
|
1772
|
+
"frontierLength",
|
|
1773
|
+
"frozen",
|
|
1774
|
+
"fuel",
|
|
1775
|
+
"fuelCapacity",
|
|
1776
|
+
"fuelConsumption",
|
|
1777
|
+
"fuelSystem",
|
|
1778
|
+
"fuelType",
|
|
1779
|
+
"fuelTypeName",
|
|
1780
|
+
"fullCompetition",
|
|
1781
|
+
"fullScore",
|
|
1782
|
+
"functionEndDate",
|
|
1783
|
+
"functionEndYear",
|
|
1784
|
+
"functionStartDate",
|
|
1785
|
+
"functionStartYear",
|
|
1786
|
+
"fundedBy",
|
|
1787
|
+
"galicianSpeakersDate",
|
|
1788
|
+
"galicianSpeakersPercentage",
|
|
1789
|
+
"galleryItem",
|
|
1790
|
+
"gameArtist",
|
|
1791
|
+
"gameEngine",
|
|
1792
|
+
"gameModus",
|
|
1793
|
+
"games",
|
|
1794
|
+
"garrison",
|
|
1795
|
+
"gasChambers",
|
|
1796
|
+
"gaudiAward",
|
|
1797
|
+
"gdpPerCapita",
|
|
1798
|
+
"geminiAward",
|
|
1799
|
+
"gender",
|
|
1800
|
+
"geneLocation",
|
|
1801
|
+
"geneLocationEnd",
|
|
1802
|
+
"geneLocationStart",
|
|
1803
|
+
"geneReviewsId",
|
|
1804
|
+
"geneReviewsName",
|
|
1805
|
+
"generalCouncil",
|
|
1806
|
+
"generalManager",
|
|
1807
|
+
"generationUnits",
|
|
1808
|
+
"genomeDB",
|
|
1809
|
+
"genre",
|
|
1810
|
+
"genus",
|
|
1811
|
+
"geolocDepartment",
|
|
1812
|
+
"geolocDual",
|
|
1813
|
+
"geologicPeriod",
|
|
1814
|
+
"geology",
|
|
1815
|
+
"giniCoefficient",
|
|
1816
|
+
"giniCoefficientAsOf",
|
|
1817
|
+
"giniCoefficientCategory",
|
|
1818
|
+
"giniCoefficientRanking",
|
|
1819
|
+
"glycemicIndex",
|
|
1820
|
+
"gnisCode",
|
|
1821
|
+
"gnl",
|
|
1822
|
+
"goalsInLeague",
|
|
1823
|
+
"goalsInNationalTeam",
|
|
1824
|
+
"goldMedalDouble",
|
|
1825
|
+
"goldMedalMixed",
|
|
1826
|
+
"goldMedalSingle",
|
|
1827
|
+
"goldMedalist",
|
|
1828
|
+
"goldenCalfAward",
|
|
1829
|
+
"goldenGlobeAward",
|
|
1830
|
+
"goldenRaspberryAward",
|
|
1831
|
+
"governingBody",
|
|
1832
|
+
"government",
|
|
1833
|
+
"governmentCountry",
|
|
1834
|
+
"governmentElevation",
|
|
1835
|
+
"governmentMountain",
|
|
1836
|
+
"governmentPlace",
|
|
1837
|
+
"governmentPosition",
|
|
1838
|
+
"governmentRegion",
|
|
1839
|
+
"governmentType",
|
|
1840
|
+
"governor",
|
|
1841
|
+
"governorGeneral",
|
|
1842
|
+
"governorate",
|
|
1843
|
+
"goyaAward",
|
|
1844
|
+
"gradName",
|
|
1845
|
+
"gradNum",
|
|
1846
|
+
"grades",
|
|
1847
|
+
"grammyAward",
|
|
1848
|
+
"grandsire",
|
|
1849
|
+
"grave",
|
|
1850
|
+
"grayPage",
|
|
1851
|
+
"graySubject",
|
|
1852
|
+
"greekName",
|
|
1853
|
+
"greenLongDistancePisteNumber",
|
|
1854
|
+
"greenSkiPisteNumber",
|
|
1855
|
+
"gridReference",
|
|
1856
|
+
"grindingCapability",
|
|
1857
|
+
"gross",
|
|
1858
|
+
"grossDomesticProduct",
|
|
1859
|
+
"grossDomesticProductAsOf",
|
|
1860
|
+
"grossDomesticProductNominalPerCapita",
|
|
1861
|
+
"grossDomesticProductPerPeople",
|
|
1862
|
+
"grossDomesticProductPurchasingPowerParityPerCapita",
|
|
1863
|
+
"grossDomesticProductRank",
|
|
1864
|
+
"ground",
|
|
1865
|
+
"groundsForLiquidation",
|
|
1866
|
+
"groupCommemorated",
|
|
1867
|
+
"growingGrape",
|
|
1868
|
+
"guest",
|
|
1869
|
+
"gun",
|
|
1870
|
+
"gymApparatus",
|
|
1871
|
+
"hairColor",
|
|
1872
|
+
"hairColour",
|
|
1873
|
+
"hairs",
|
|
1874
|
+
"hallOfFame",
|
|
1875
|
+
"hand",
|
|
1876
|
+
"handedness",
|
|
1877
|
+
"handisport",
|
|
1878
|
+
"hasAbsorbedMunicipality",
|
|
1879
|
+
"hasAnnotation",
|
|
1880
|
+
"hasChannel",
|
|
1881
|
+
"hasInput",
|
|
1882
|
+
"hasInsidePlace",
|
|
1883
|
+
"hasJunctionWith",
|
|
1884
|
+
"hasKMLData",
|
|
1885
|
+
"hasNaturalBust",
|
|
1886
|
+
"hasOutsidePlace",
|
|
1887
|
+
"hasSurfaceForm",
|
|
1888
|
+
"hasVariant",
|
|
1889
|
+
"head",
|
|
1890
|
+
"headAlloy",
|
|
1891
|
+
"headChef",
|
|
1892
|
+
"headLabel",
|
|
1893
|
+
"headOfFamily",
|
|
1894
|
+
"headquarter",
|
|
1895
|
+
"headteacher",
|
|
1896
|
+
"height",
|
|
1897
|
+
"heightAboveAverageTerrain",
|
|
1898
|
+
"heightAgainst",
|
|
1899
|
+
"heightAttack",
|
|
1900
|
+
"heir",
|
|
1901
|
+
"heisman",
|
|
1902
|
+
"heritageRegister",
|
|
1903
|
+
"hgncid",
|
|
1904
|
+
"highest",
|
|
1905
|
+
"highestAltitude",
|
|
1906
|
+
"highestBreak",
|
|
1907
|
+
"highestBuildingInYear",
|
|
1908
|
+
"highestMountain",
|
|
1909
|
+
"highestPlace",
|
|
1910
|
+
"highestPoint",
|
|
1911
|
+
"highestPointIsland",
|
|
1912
|
+
"highestPosition",
|
|
1913
|
+
"highestRank",
|
|
1914
|
+
"highestRegion",
|
|
1915
|
+
"highestState",
|
|
1916
|
+
"highschool",
|
|
1917
|
+
"highwaySystem",
|
|
1918
|
+
"hipSize",
|
|
1919
|
+
"historicalMap",
|
|
1920
|
+
"historicalName",
|
|
1921
|
+
"historicalRegion",
|
|
1922
|
+
"hof",
|
|
1923
|
+
"homage",
|
|
1924
|
+
"homeArena",
|
|
1925
|
+
"homeColourHexCode",
|
|
1926
|
+
"homeStadium",
|
|
1927
|
+
"homeport",
|
|
1928
|
+
"hometown",
|
|
1929
|
+
"honours",
|
|
1930
|
+
"hopmanCup",
|
|
1931
|
+
"horseRidingDiscipline",
|
|
1932
|
+
"house",
|
|
1933
|
+
"hraState",
|
|
1934
|
+
"hsvCoordinateHue",
|
|
1935
|
+
"hsvCoordinateSaturation",
|
|
1936
|
+
"hsvCoordinateValue",
|
|
1937
|
+
"hubAirport",
|
|
1938
|
+
"humanDevelopmentIndex",
|
|
1939
|
+
"humanDevelopmentIndexAsOf",
|
|
1940
|
+
"humanDevelopmentIndexRank",
|
|
1941
|
+
"humanDevelopmentIndexRankingCategory",
|
|
1942
|
+
"hybrid",
|
|
1943
|
+
"iafdId",
|
|
1944
|
+
"iataAirlineCode",
|
|
1945
|
+
"iataLocationIdentifier",
|
|
1946
|
+
"ibdbId",
|
|
1947
|
+
"icaoAirlineCode",
|
|
1948
|
+
"icaoLocationIdentifier",
|
|
1949
|
+
"icd1",
|
|
1950
|
+
"icd10",
|
|
1951
|
+
"icd9",
|
|
1952
|
+
"icdo",
|
|
1953
|
+
"iconographicAttributes",
|
|
1954
|
+
"id",
|
|
1955
|
+
"idAllocine",
|
|
1956
|
+
"idNumber",
|
|
1957
|
+
"identificationSymbol",
|
|
1958
|
+
"ideology",
|
|
1959
|
+
"iftaAward",
|
|
1960
|
+
"iihfHof",
|
|
1961
|
+
"illiteracy",
|
|
1962
|
+
"illustrator",
|
|
1963
|
+
"imageSize",
|
|
1964
|
+
"imdbId",
|
|
1965
|
+
"impactFactor",
|
|
1966
|
+
"impactFactorAsOf",
|
|
1967
|
+
"importantStation",
|
|
1968
|
+
"imposedDanseCompetition",
|
|
1969
|
+
"imposedDanseScore",
|
|
1970
|
+
"inCemetery",
|
|
1971
|
+
"inchi",
|
|
1972
|
+
"inclination",
|
|
1973
|
+
"income",
|
|
1974
|
+
"incumbent",
|
|
1975
|
+
"individualisedGnd",
|
|
1976
|
+
"individualisedPnd",
|
|
1977
|
+
"industry",
|
|
1978
|
+
"infantMortality",
|
|
1979
|
+
"inflow",
|
|
1980
|
+
"influenced",
|
|
1981
|
+
"influencedBy",
|
|
1982
|
+
"information",
|
|
1983
|
+
"informationName",
|
|
1984
|
+
"ingredient",
|
|
1985
|
+
"ingredientName",
|
|
1986
|
+
"initiallyUsedFor",
|
|
1987
|
+
"inn",
|
|
1988
|
+
"innervates",
|
|
1989
|
+
"inscription",
|
|
1990
|
+
"inseeCode",
|
|
1991
|
+
"installedCapacity",
|
|
1992
|
+
"institution",
|
|
1993
|
+
"instrument",
|
|
1994
|
+
"intercommunality",
|
|
1995
|
+
"interest",
|
|
1996
|
+
"internationalAffiliation",
|
|
1997
|
+
"internationalPhonePrefix",
|
|
1998
|
+
"internationalPhonePrefixLabel",
|
|
1999
|
+
"internationally",
|
|
2000
|
+
"introduced",
|
|
2001
|
+
"introductionDate",
|
|
2002
|
+
"iobdbId",
|
|
2003
|
+
"isCityState",
|
|
2004
|
+
"isHandicappedAccessible",
|
|
2005
|
+
"isPartOf",
|
|
2006
|
+
"isPartOfAnatomicalStructure",
|
|
2007
|
+
"isPartOfMilitaryConflict",
|
|
2008
|
+
"isPartOfName",
|
|
2009
|
+
"isPartOfWineRegion",
|
|
2010
|
+
"isPeerReviewed",
|
|
2011
|
+
"isRouteStop",
|
|
2012
|
+
"isbn",
|
|
2013
|
+
"isil",
|
|
2014
|
+
"island",
|
|
2015
|
+
"isniId",
|
|
2016
|
+
"iso31661Code",
|
|
2017
|
+
"iso6391Code",
|
|
2018
|
+
"iso6392Code",
|
|
2019
|
+
"iso6393Code",
|
|
2020
|
+
"isoCode",
|
|
2021
|
+
"isoCodeRegion",
|
|
2022
|
+
"issDockings",
|
|
2023
|
+
"issn",
|
|
2024
|
+
"ist",
|
|
2025
|
+
"istat",
|
|
2026
|
+
"ithfDate",
|
|
2027
|
+
"iucnCategory",
|
|
2028
|
+
"iupacName",
|
|
2029
|
+
"jockey",
|
|
2030
|
+
"jointCommunity",
|
|
2031
|
+
"jstor",
|
|
2032
|
+
"judge",
|
|
2033
|
+
"juniorSeason",
|
|
2034
|
+
"juniorTeam",
|
|
2035
|
+
"juniorYearsEndYear",
|
|
2036
|
+
"juniorYearsStartYear",
|
|
2037
|
+
"jureLanguage",
|
|
2038
|
+
"jurisdiction",
|
|
2039
|
+
"jutsu",
|
|
2040
|
+
"kegg",
|
|
2041
|
+
"keyPerson",
|
|
2042
|
+
"khlDraft",
|
|
2043
|
+
"khlDraftTeam",
|
|
2044
|
+
"khlDraftYear",
|
|
2045
|
+
"killedBy",
|
|
2046
|
+
"kinOfLanguage",
|
|
2047
|
+
"kindOfCoordinate",
|
|
2048
|
+
"kindOfCriminal",
|
|
2049
|
+
"kindOfCriminalAction",
|
|
2050
|
+
"kindOfRock",
|
|
2051
|
+
"kingdom",
|
|
2052
|
+
"knownFor",
|
|
2053
|
+
"ko",
|
|
2054
|
+
"lahHof",
|
|
2055
|
+
"lake",
|
|
2056
|
+
"land",
|
|
2057
|
+
"landArea",
|
|
2058
|
+
"landPercentage",
|
|
2059
|
+
"landRegistryCode",
|
|
2060
|
+
"landeshauptmann",
|
|
2061
|
+
"landingDate",
|
|
2062
|
+
"landingSite",
|
|
2063
|
+
"landingVehicle",
|
|
2064
|
+
"landskap",
|
|
2065
|
+
"landtag",
|
|
2066
|
+
"landtagMandate",
|
|
2067
|
+
"language",
|
|
2068
|
+
"languageCode",
|
|
2069
|
+
"languageFamily",
|
|
2070
|
+
"languageRegulator",
|
|
2071
|
+
"largestCity",
|
|
2072
|
+
"largestMetro",
|
|
2073
|
+
"largestSettlement",
|
|
2074
|
+
"largestWin",
|
|
2075
|
+
"lastAirDate",
|
|
2076
|
+
"lastAppearance",
|
|
2077
|
+
"lastElectionDate",
|
|
2078
|
+
"lastFamilyMember",
|
|
2079
|
+
"lastFlight",
|
|
2080
|
+
"lastFlightEndDate",
|
|
2081
|
+
"lastFlightStartDate",
|
|
2082
|
+
"lastLaunch",
|
|
2083
|
+
"lastLaunchDate",
|
|
2084
|
+
"lastLaunchRocket",
|
|
2085
|
+
"lastPosition",
|
|
2086
|
+
"lastProMatch",
|
|
2087
|
+
"lastPublicationDate",
|
|
2088
|
+
"lastRace",
|
|
2089
|
+
"lastSeason",
|
|
2090
|
+
"lastWin",
|
|
2091
|
+
"laterality",
|
|
2092
|
+
"latestElection",
|
|
2093
|
+
"latestPreviewDate",
|
|
2094
|
+
"latestPreviewVersion",
|
|
2095
|
+
"latestReleaseDate",
|
|
2096
|
+
"latestReleaseVersion",
|
|
2097
|
+
"latinName",
|
|
2098
|
+
"launch",
|
|
2099
|
+
"launchDate",
|
|
2100
|
+
"launchPad",
|
|
2101
|
+
"launchSite",
|
|
2102
|
+
"launchVehicle",
|
|
2103
|
+
"launches",
|
|
2104
|
+
"laurenceOlivierAward",
|
|
2105
|
+
"lawCountry",
|
|
2106
|
+
"layingDown",
|
|
2107
|
+
"layout",
|
|
2108
|
+
"lcc",
|
|
2109
|
+
"lccn",
|
|
2110
|
+
"lccnId",
|
|
2111
|
+
"lchfDraft",
|
|
2112
|
+
"lchfDraftTeam",
|
|
2113
|
+
"lchfDraftYear",
|
|
2114
|
+
"leadTeam",
|
|
2115
|
+
"leadYear",
|
|
2116
|
+
"leader",
|
|
2117
|
+
"leaderFunction",
|
|
2118
|
+
"leaderName",
|
|
2119
|
+
"leaderParty",
|
|
2120
|
+
"leaderTitle",
|
|
2121
|
+
"leadership",
|
|
2122
|
+
"league",
|
|
2123
|
+
"leagueManager",
|
|
2124
|
+
"leftChild",
|
|
2125
|
+
"leftTributary",
|
|
2126
|
+
"legalArrondissement",
|
|
2127
|
+
"legalArticle",
|
|
2128
|
+
"legalForm",
|
|
2129
|
+
"legislativePeriodName",
|
|
2130
|
+
"legislature",
|
|
2131
|
+
"length",
|
|
2132
|
+
"lengthQuote",
|
|
2133
|
+
"lengthReference",
|
|
2134
|
+
"lethalOnChickens",
|
|
2135
|
+
"lethalOnMice",
|
|
2136
|
+
"lethalOnRabbits",
|
|
2137
|
+
"lethalOnRats",
|
|
2138
|
+
"liberationDate",
|
|
2139
|
+
"libretto",
|
|
2140
|
+
"licenceLetter",
|
|
2141
|
+
"licenceNumber",
|
|
2142
|
+
"licenceNumberLabel",
|
|
2143
|
+
"license",
|
|
2144
|
+
"licensee",
|
|
2145
|
+
"lieutenancy",
|
|
2146
|
+
"lieutenancyArea",
|
|
2147
|
+
"lieutenant",
|
|
2148
|
+
"lifeExpectancy",
|
|
2149
|
+
"limit",
|
|
2150
|
+
"lineLength",
|
|
2151
|
+
"linguisticsTradition",
|
|
2152
|
+
"linkedSpace",
|
|
2153
|
+
"linkedTo",
|
|
2154
|
+
"listItemOf",
|
|
2155
|
+
"literaryGenre",
|
|
2156
|
+
"littlePoolRecord",
|
|
2157
|
+
"livingPlace",
|
|
2158
|
+
"loadLimit",
|
|
2159
|
+
"localAuthority",
|
|
2160
|
+
"localPhonePrefix",
|
|
2161
|
+
"locality",
|
|
2162
|
+
"localization",
|
|
2163
|
+
"localizationThumbnail",
|
|
2164
|
+
"localizationThumbnailCaption",
|
|
2165
|
+
"locatedInArea",
|
|
2166
|
+
"location",
|
|
2167
|
+
"locationCity",
|
|
2168
|
+
"locationCountry",
|
|
2169
|
+
"locationIdentifier",
|
|
2170
|
+
"locationName",
|
|
2171
|
+
"locomotive",
|
|
2172
|
+
"locusSupplementaryData",
|
|
2173
|
+
"logo",
|
|
2174
|
+
"longDistancePisteKilometre",
|
|
2175
|
+
"longDistancePisteNumber",
|
|
2176
|
+
"longName",
|
|
2177
|
+
"longtype",
|
|
2178
|
+
"lounge",
|
|
2179
|
+
"lowerAge",
|
|
2180
|
+
"lowerEarthOrbitPayload",
|
|
2181
|
+
"lowest",
|
|
2182
|
+
"lowestAltitude",
|
|
2183
|
+
"lowestMountain",
|
|
2184
|
+
"lowestPlace",
|
|
2185
|
+
"lowestPoint",
|
|
2186
|
+
"lowestPosition",
|
|
2187
|
+
"lowestRegion",
|
|
2188
|
+
"lowestState",
|
|
2189
|
+
"lunarEvaTime",
|
|
2190
|
+
"lunarLandingSite",
|
|
2191
|
+
"lunarModule",
|
|
2192
|
+
"lunarOrbitTime",
|
|
2193
|
+
"lunarRover",
|
|
2194
|
+
"lunarSampleMass",
|
|
2195
|
+
"lunarSurfaceTime",
|
|
2196
|
+
"lymph",
|
|
2197
|
+
"lyrics",
|
|
2198
|
+
"magazine",
|
|
2199
|
+
"maidenFlight",
|
|
2200
|
+
"maidenFlightRocket",
|
|
2201
|
+
"maidenVoyage",
|
|
2202
|
+
"mainArticleForCategory",
|
|
2203
|
+
"mainBuilding",
|
|
2204
|
+
"mainCharacter",
|
|
2205
|
+
"mainDomain",
|
|
2206
|
+
"mainFamilyBranch",
|
|
2207
|
+
"mainInterest",
|
|
2208
|
+
"mainIsland",
|
|
2209
|
+
"mainIslands",
|
|
2210
|
+
"mainOrgan",
|
|
2211
|
+
"mainspan",
|
|
2212
|
+
"maintainedBy",
|
|
2213
|
+
"majorIsland",
|
|
2214
|
+
"majorShrine",
|
|
2215
|
+
"majorityFloorLeader",
|
|
2216
|
+
"majorityLeader",
|
|
2217
|
+
"makeupArtist",
|
|
2218
|
+
"management",
|
|
2219
|
+
"managementCountry",
|
|
2220
|
+
"managementElevation",
|
|
2221
|
+
"managementMountain",
|
|
2222
|
+
"managementPlace",
|
|
2223
|
+
"managementPosition",
|
|
2224
|
+
"managementRegion",
|
|
2225
|
+
"manager",
|
|
2226
|
+
"managerClub",
|
|
2227
|
+
"managerSeason",
|
|
2228
|
+
"managerTitle",
|
|
2229
|
+
"managerYears",
|
|
2230
|
+
"managerYearsEndYear",
|
|
2231
|
+
"managerYearsStartYear",
|
|
2232
|
+
"managingEditor",
|
|
2233
|
+
"mandate",
|
|
2234
|
+
"manufactory",
|
|
2235
|
+
"manufacturer",
|
|
2236
|
+
"map",
|
|
2237
|
+
"mapCaption",
|
|
2238
|
+
"mapDescription",
|
|
2239
|
+
"march",
|
|
2240
|
+
"marketCapitalisation",
|
|
2241
|
+
"mascot",
|
|
2242
|
+
"mass",
|
|
2243
|
+
"massif",
|
|
2244
|
+
"mastersWins",
|
|
2245
|
+
"matchPoint",
|
|
2246
|
+
"material",
|
|
2247
|
+
"max",
|
|
2248
|
+
"maxAbsoluteMagnitude",
|
|
2249
|
+
"maxApparentMagnitude",
|
|
2250
|
+
"maxTime",
|
|
2251
|
+
"maximumArea",
|
|
2252
|
+
"maximumAreaQuote",
|
|
2253
|
+
"maximumBoatBeam",
|
|
2254
|
+
"maximumBoatLength",
|
|
2255
|
+
"maximumDepth",
|
|
2256
|
+
"maximumDepthQuote",
|
|
2257
|
+
"maximumDischarge",
|
|
2258
|
+
"maximumElevation",
|
|
2259
|
+
"maximumInclination",
|
|
2260
|
+
"maximumTemperature",
|
|
2261
|
+
"mayor",
|
|
2262
|
+
"mayorArticle",
|
|
2263
|
+
"mayorCouncillor",
|
|
2264
|
+
"mayorFunction",
|
|
2265
|
+
"mayorMandate",
|
|
2266
|
+
"mayorTitle",
|
|
2267
|
+
"mbaId",
|
|
2268
|
+
"meanRadius",
|
|
2269
|
+
"meanTemperature",
|
|
2270
|
+
"meaning",
|
|
2271
|
+
"measurements",
|
|
2272
|
+
"medalist",
|
|
2273
|
+
"media",
|
|
2274
|
+
"mediaItem",
|
|
2275
|
+
"mediaType",
|
|
2276
|
+
"medicalCause",
|
|
2277
|
+
"medicalDiagnosis",
|
|
2278
|
+
"medicalSpecialty",
|
|
2279
|
+
"medication",
|
|
2280
|
+
"medlinePlus",
|
|
2281
|
+
"meetingBuilding",
|
|
2282
|
+
"meetingCity",
|
|
2283
|
+
"meetingRoad",
|
|
2284
|
+
"meltingPoint",
|
|
2285
|
+
"member",
|
|
2286
|
+
"memberOfParliament",
|
|
2287
|
+
"membership",
|
|
2288
|
+
"membershipAsOf",
|
|
2289
|
+
"mentor",
|
|
2290
|
+
"mergedSettlement",
|
|
2291
|
+
"mergedWith",
|
|
2292
|
+
"mergerDate",
|
|
2293
|
+
"meshId",
|
|
2294
|
+
"meshName",
|
|
2295
|
+
"meshNumber",
|
|
2296
|
+
"messierName",
|
|
2297
|
+
"metropolitanBorough",
|
|
2298
|
+
"mgiid",
|
|
2299
|
+
"militaryBranch",
|
|
2300
|
+
"militaryCommand",
|
|
2301
|
+
"militaryFunction",
|
|
2302
|
+
"militaryGovernment",
|
|
2303
|
+
"militaryRank",
|
|
2304
|
+
"militaryService",
|
|
2305
|
+
"militaryUnit",
|
|
2306
|
+
"militaryUnitSize",
|
|
2307
|
+
"millSpan",
|
|
2308
|
+
"millType",
|
|
2309
|
+
"millsCodeBE",
|
|
2310
|
+
"millsCodeDutch",
|
|
2311
|
+
"millsCodeNL",
|
|
2312
|
+
"millsCodeNLVerdwenen",
|
|
2313
|
+
"millsCodeNLWindmotoren",
|
|
2314
|
+
"min",
|
|
2315
|
+
"minTime",
|
|
2316
|
+
"minimumArea",
|
|
2317
|
+
"minimumAreaQuote",
|
|
2318
|
+
"minimumDischarge",
|
|
2319
|
+
"minimumElevation",
|
|
2320
|
+
"minimumInclination",
|
|
2321
|
+
"minimumTemperature",
|
|
2322
|
+
"minister",
|
|
2323
|
+
"minority",
|
|
2324
|
+
"minorityFloorLeader",
|
|
2325
|
+
"minorityLeader",
|
|
2326
|
+
"mirDockings",
|
|
2327
|
+
"mission",
|
|
2328
|
+
"missionDuration",
|
|
2329
|
+
"missions",
|
|
2330
|
+
"model",
|
|
2331
|
+
"modelEndDate",
|
|
2332
|
+
"modelEndYear",
|
|
2333
|
+
"modelLineVehicle",
|
|
2334
|
+
"modelStartDate",
|
|
2335
|
+
"modelStartYear",
|
|
2336
|
+
"moderna",
|
|
2337
|
+
"modernaCumul",
|
|
2338
|
+
"molarMass",
|
|
2339
|
+
"molecularWeight",
|
|
2340
|
+
"monarch",
|
|
2341
|
+
"month",
|
|
2342
|
+
"mood",
|
|
2343
|
+
"mostDownPoint",
|
|
2344
|
+
"mostSuccessfulPlayer",
|
|
2345
|
+
"mostWins",
|
|
2346
|
+
"mother",
|
|
2347
|
+
"motive",
|
|
2348
|
+
"motto",
|
|
2349
|
+
"mount",
|
|
2350
|
+
"mountainRange",
|
|
2351
|
+
"mouthCountry",
|
|
2352
|
+
"mouthDistrict",
|
|
2353
|
+
"mouthElevation",
|
|
2354
|
+
"mouthMountain",
|
|
2355
|
+
"mouthPlace",
|
|
2356
|
+
"mouthPosition",
|
|
2357
|
+
"mouthRegion",
|
|
2358
|
+
"mouthState",
|
|
2359
|
+
"movement",
|
|
2360
|
+
"movie",
|
|
2361
|
+
"mukhtar",
|
|
2362
|
+
"municipality",
|
|
2363
|
+
"municipalityAbsorbedBy",
|
|
2364
|
+
"municipalityCode",
|
|
2365
|
+
"municipalityRenamedTo",
|
|
2366
|
+
"municipalityType",
|
|
2367
|
+
"museum",
|
|
2368
|
+
"museumType",
|
|
2369
|
+
"musicBand",
|
|
2370
|
+
"musicBrainzArtistId",
|
|
2371
|
+
"musicBy",
|
|
2372
|
+
"musicComposer",
|
|
2373
|
+
"musicFormat",
|
|
2374
|
+
"musicFusionGenre",
|
|
2375
|
+
"musicSubgenre",
|
|
2376
|
+
"musicType",
|
|
2377
|
+
"musicalArtist",
|
|
2378
|
+
"musicalBand",
|
|
2379
|
+
"musicalKey",
|
|
2380
|
+
"musicians",
|
|
2381
|
+
"muteCharacterInPlay",
|
|
2382
|
+
"mvp",
|
|
2383
|
+
"mythology",
|
|
2384
|
+
"naacpImageAward",
|
|
2385
|
+
"name",
|
|
2386
|
+
"nameAsOf",
|
|
2387
|
+
"nameDay",
|
|
2388
|
+
"nameInCantoneseChinese",
|
|
2389
|
+
"nameInHangulKorean",
|
|
2390
|
+
"nameInHanjaKorean",
|
|
2391
|
+
"nameInJapanese",
|
|
2392
|
+
"nameInMindongyuChinese",
|
|
2393
|
+
"nameInMinnanyuChinese",
|
|
2394
|
+
"nameInPinyinChinese",
|
|
2395
|
+
"nameInSimplifiedChinese",
|
|
2396
|
+
"nameInTraditionalChinese",
|
|
2397
|
+
"nameInWadeGilesChinese",
|
|
2398
|
+
"namedAfter",
|
|
2399
|
+
"namedByLanguage",
|
|
2400
|
+
"names",
|
|
2401
|
+
"narrator",
|
|
2402
|
+
"nation",
|
|
2403
|
+
"nationalAffiliation",
|
|
2404
|
+
"nationalChampionship",
|
|
2405
|
+
"nationalFilmAward",
|
|
2406
|
+
"nationalOlympicCommittee",
|
|
2407
|
+
"nationalRanking",
|
|
2408
|
+
"nationalSelection",
|
|
2409
|
+
"nationalTeam",
|
|
2410
|
+
"nationalTeamMatchPoint",
|
|
2411
|
+
"nationalTeamYear",
|
|
2412
|
+
"nationalTopographicSystemMapNumber",
|
|
2413
|
+
"nationalTournament",
|
|
2414
|
+
"nationalTournamentBronze",
|
|
2415
|
+
"nationalTournamentGold",
|
|
2416
|
+
"nationalTournamentSilver",
|
|
2417
|
+
"nationalYears",
|
|
2418
|
+
"nationality",
|
|
2419
|
+
"ncaaSeason",
|
|
2420
|
+
"ncaaTeam",
|
|
2421
|
+
"ncbhof",
|
|
2422
|
+
"nciId",
|
|
2423
|
+
"ndlId",
|
|
2424
|
+
"nearestCity",
|
|
2425
|
+
"neighboringMunicipality",
|
|
2426
|
+
"neighbourConstellations",
|
|
2427
|
+
"neighbourRegion",
|
|
2428
|
+
"neighbourhood",
|
|
2429
|
+
"nerve",
|
|
2430
|
+
"netIncome",
|
|
2431
|
+
"network",
|
|
2432
|
+
"networth",
|
|
2433
|
+
"newspaper",
|
|
2434
|
+
"nextEntity",
|
|
2435
|
+
"nextEvent",
|
|
2436
|
+
"nextMission",
|
|
2437
|
+
"nextTrackNumber",
|
|
2438
|
+
"nflCode",
|
|
2439
|
+
"nflSeason",
|
|
2440
|
+
"nflTeam",
|
|
2441
|
+
"ngcName",
|
|
2442
|
+
"nisCode",
|
|
2443
|
+
"nlaId",
|
|
2444
|
+
"nndbId",
|
|
2445
|
+
"noContest",
|
|
2446
|
+
"nobelLaureates",
|
|
2447
|
+
"nominee",
|
|
2448
|
+
"nonFictionSubject",
|
|
2449
|
+
"nonProfessionalCareer",
|
|
2450
|
+
"nord",
|
|
2451
|
+
"northEastPlace",
|
|
2452
|
+
"northPlace",
|
|
2453
|
+
"northWestPlace",
|
|
2454
|
+
"notSolubleIn",
|
|
2455
|
+
"notableCommander",
|
|
2456
|
+
"notableFeatures",
|
|
2457
|
+
"notableIdea",
|
|
2458
|
+
"notableStudent",
|
|
2459
|
+
"notableWine",
|
|
2460
|
+
"notableWork",
|
|
2461
|
+
"note",
|
|
2462
|
+
"noteOnPlaceOfBurial",
|
|
2463
|
+
"noteOnRestingPlace",
|
|
2464
|
+
"notes",
|
|
2465
|
+
"notifyDate",
|
|
2466
|
+
"novel",
|
|
2467
|
+
"nrhpReferenceNumber",
|
|
2468
|
+
"nrhpType",
|
|
2469
|
+
"nssdcId",
|
|
2470
|
+
"number",
|
|
2471
|
+
"numberBuilt",
|
|
2472
|
+
"numberOfAcademicStaff",
|
|
2473
|
+
"numberOfAlbums",
|
|
2474
|
+
"numberOfArrondissement",
|
|
2475
|
+
"numberOfBombs",
|
|
2476
|
+
"numberOfBronzeMedalsWon",
|
|
2477
|
+
"numberOfCanton",
|
|
2478
|
+
"numberOfCantons",
|
|
2479
|
+
"numberOfCapitalDeputies",
|
|
2480
|
+
"numberOfCity",
|
|
2481
|
+
"numberOfClasses",
|
|
2482
|
+
"numberOfClassesWithResource",
|
|
2483
|
+
"numberOfClassrooms",
|
|
2484
|
+
"numberOfClubs",
|
|
2485
|
+
"numberOfCollectionItems",
|
|
2486
|
+
"numberOfCompetitors",
|
|
2487
|
+
"numberOfCounties",
|
|
2488
|
+
"numberOfCountries",
|
|
2489
|
+
"numberOfCrew",
|
|
2490
|
+
"numberOfDeaths",
|
|
2491
|
+
"numberOfDependency",
|
|
2492
|
+
"numberOfDisambiguates",
|
|
2493
|
+
"numberOfDistrict",
|
|
2494
|
+
"numberOfDistricts",
|
|
2495
|
+
"numberOfDoctoralStudents",
|
|
2496
|
+
"numberOfDoors",
|
|
2497
|
+
"numberOfEmployees",
|
|
2498
|
+
"numberOfEntrances",
|
|
2499
|
+
"numberOfEpisodes",
|
|
2500
|
+
"numberOfFederalDeputies",
|
|
2501
|
+
"numberOfFilms",
|
|
2502
|
+
"numberOfGoals",
|
|
2503
|
+
"numberOfGoldMedalsWon",
|
|
2504
|
+
"numberOfGraduateStudents",
|
|
2505
|
+
"numberOfGraves",
|
|
2506
|
+
"numberOfHoles",
|
|
2507
|
+
"numberOfHouses",
|
|
2508
|
+
"numberOfIndegree",
|
|
2509
|
+
"numberOfIntercommunality",
|
|
2510
|
+
"numberOfIsland",
|
|
2511
|
+
"numberOfIslands",
|
|
2512
|
+
"numberOfLanes",
|
|
2513
|
+
"numberOfLaps",
|
|
2514
|
+
"numberOfLaunches",
|
|
2515
|
+
"numberOfLawyers",
|
|
2516
|
+
"numberOfLifts",
|
|
2517
|
+
"numberOfLines",
|
|
2518
|
+
"numberOfLiveAlbums",
|
|
2519
|
+
"numberOfLocations",
|
|
2520
|
+
"numberOfMatches",
|
|
2521
|
+
"numberOfMembers",
|
|
2522
|
+
"numberOfMembersAsOf",
|
|
2523
|
+
"numberOfMinistries",
|
|
2524
|
+
"numberOfMunicipalities",
|
|
2525
|
+
"numberOfMusicalArtistEntities",
|
|
2526
|
+
"numberOfMusicalArtistInstrument",
|
|
2527
|
+
"numberOfMusicalArtistStyle",
|
|
2528
|
+
"numberOfNeighbourhood",
|
|
2529
|
+
"numberOfNewlyIntroducedSports",
|
|
2530
|
+
"numberOfOffices",
|
|
2531
|
+
"numberOfOfficials",
|
|
2532
|
+
"numberOfOrbits",
|
|
2533
|
+
"numberOfOutdegree",
|
|
2534
|
+
"numberOfPads",
|
|
2535
|
+
"numberOfPages",
|
|
2536
|
+
"numberOfParkingSpaces",
|
|
2537
|
+
"numberOfParticipatingAthletes",
|
|
2538
|
+
"numberOfParticipatingFemaleAthletes",
|
|
2539
|
+
"numberOfParticipatingMaleAthletes",
|
|
2540
|
+
"numberOfParticipatingNations",
|
|
2541
|
+
"numberOfPassengers",
|
|
2542
|
+
"numberOfPeopleAttending",
|
|
2543
|
+
"numberOfPeopleLicensed",
|
|
2544
|
+
"numberOfPersonBornInPlace",
|
|
2545
|
+
"numberOfPersonEntities",
|
|
2546
|
+
"numberOfPersonFromUniversity",
|
|
2547
|
+
"numberOfPersonInOccupation",
|
|
2548
|
+
"numberOfPiersInWater",
|
|
2549
|
+
"numberOfPixels",
|
|
2550
|
+
"numberOfPlatformLevels",
|
|
2551
|
+
"numberOfPlayers",
|
|
2552
|
+
"numberOfPostgraduateStudents",
|
|
2553
|
+
"numberOfPredicates",
|
|
2554
|
+
"numberOfProfessionals",
|
|
2555
|
+
"numberOfProperties",
|
|
2556
|
+
"numberOfPropertiesUsed",
|
|
2557
|
+
"numberOfReactors",
|
|
2558
|
+
"numberOfRedirectedResource",
|
|
2559
|
+
"numberOfResource",
|
|
2560
|
+
"numberOfResourceOfClass",
|
|
2561
|
+
"numberOfResourceOfType",
|
|
2562
|
+
"numberOfResourceWithType",
|
|
2563
|
+
"numberOfRestaurants",
|
|
2564
|
+
"numberOfRockets",
|
|
2565
|
+
"numberOfRooms",
|
|
2566
|
+
"numberOfRun",
|
|
2567
|
+
"numberOfSeasons",
|
|
2568
|
+
"numberOfSeats",
|
|
2569
|
+
"numberOfSeatsInParliament",
|
|
2570
|
+
"numberOfSettlement",
|
|
2571
|
+
"numberOfSettlementsInCountry",
|
|
2572
|
+
"numberOfSilverMedalsWon",
|
|
2573
|
+
"numberOfSoccerPlayerInCountryRepre",
|
|
2574
|
+
"numberOfSoccerPlayersBornInPlace",
|
|
2575
|
+
"numberOfSoccerPlayersInTeam",
|
|
2576
|
+
"numberOfSpans",
|
|
2577
|
+
"numberOfSpeakers",
|
|
2578
|
+
"numberOfSports",
|
|
2579
|
+
"numberOfSportsEvents",
|
|
2580
|
+
"numberOfStaff",
|
|
2581
|
+
"numberOfStars",
|
|
2582
|
+
"numberOfStateDeputies",
|
|
2583
|
+
"numberOfStations",
|
|
2584
|
+
"numberOfStores",
|
|
2585
|
+
"numberOfStudents",
|
|
2586
|
+
"numberOfStudioAlbums",
|
|
2587
|
+
"numberOfSuites",
|
|
2588
|
+
"numberOfTeams",
|
|
2589
|
+
"numberOfTracks",
|
|
2590
|
+
"numberOfTrails",
|
|
2591
|
+
"numberOfTriples",
|
|
2592
|
+
"numberOfTurns",
|
|
2593
|
+
"numberOfUndergraduateStudents",
|
|
2594
|
+
"numberOfUniqeResources",
|
|
2595
|
+
"numberOfUseOfProperty",
|
|
2596
|
+
"numberOfVehicles",
|
|
2597
|
+
"numberOfVillages",
|
|
2598
|
+
"numberOfVineyards",
|
|
2599
|
+
"numberOfVisitors",
|
|
2600
|
+
"numberOfVisitorsAsOf",
|
|
2601
|
+
"numberOfVolumes",
|
|
2602
|
+
"numberOfVolunteers",
|
|
2603
|
+
"numberOfWineries",
|
|
2604
|
+
"numberSold",
|
|
2605
|
+
"nutsCode",
|
|
2606
|
+
"observatory",
|
|
2607
|
+
"occupation",
|
|
2608
|
+
"oclc",
|
|
2609
|
+
"odor",
|
|
2610
|
+
"offeredClasses",
|
|
2611
|
+
"office",
|
|
2612
|
+
"officerInCharge",
|
|
2613
|
+
"officialLanguage",
|
|
2614
|
+
"officialName",
|
|
2615
|
+
"officialOpenedBy",
|
|
2616
|
+
"officialSchoolColour",
|
|
2617
|
+
"ofsCode",
|
|
2618
|
+
"oilSystem",
|
|
2619
|
+
"okatoCode",
|
|
2620
|
+
"oldDistrict",
|
|
2621
|
+
"oldName",
|
|
2622
|
+
"oldProvince",
|
|
2623
|
+
"oldTeamCoached",
|
|
2624
|
+
"oldcode",
|
|
2625
|
+
"olivierAward",
|
|
2626
|
+
"olympicGames",
|
|
2627
|
+
"olympicGamesBronze",
|
|
2628
|
+
"olympicGamesGold",
|
|
2629
|
+
"olympicGamesSilver",
|
|
2630
|
+
"olympicGamesWins",
|
|
2631
|
+
"olympicOathSwornBy",
|
|
2632
|
+
"olympicOathSwornByAthlete",
|
|
2633
|
+
"olympicOathSwornByJudge",
|
|
2634
|
+
"omim",
|
|
2635
|
+
"onChromosome",
|
|
2636
|
+
"ons",
|
|
2637
|
+
"openAccessContent",
|
|
2638
|
+
"openingDate",
|
|
2639
|
+
"openingFilm",
|
|
2640
|
+
"openingTheme",
|
|
2641
|
+
"openingYear",
|
|
2642
|
+
"operatingIncome",
|
|
2643
|
+
"operatingSystem",
|
|
2644
|
+
"operator",
|
|
2645
|
+
"opponent",
|
|
2646
|
+
"opponents",
|
|
2647
|
+
"orbitalEccentricity",
|
|
2648
|
+
"orbitalFlights",
|
|
2649
|
+
"orbitalInclination",
|
|
2650
|
+
"orbitalPeriod",
|
|
2651
|
+
"orbits",
|
|
2652
|
+
"orcidId",
|
|
2653
|
+
"order",
|
|
2654
|
+
"orderDate",
|
|
2655
|
+
"orderInOffice",
|
|
2656
|
+
"ordination",
|
|
2657
|
+
"organ",
|
|
2658
|
+
"organSystem",
|
|
2659
|
+
"organisation",
|
|
2660
|
+
"organisationMember",
|
|
2661
|
+
"orientation",
|
|
2662
|
+
"origin",
|
|
2663
|
+
"originalDanseCompetition",
|
|
2664
|
+
"originalDanseScore",
|
|
2665
|
+
"originalEndPoint",
|
|
2666
|
+
"originalLanguage",
|
|
2667
|
+
"originalMaximumBoatBeam",
|
|
2668
|
+
"originalMaximumBoatLength",
|
|
2669
|
+
"originalName",
|
|
2670
|
+
"originalStartPoint",
|
|
2671
|
+
"originalTitle",
|
|
2672
|
+
"originallyUsedFor",
|
|
2673
|
+
"origo",
|
|
2674
|
+
"orogeny",
|
|
2675
|
+
"orpha",
|
|
2676
|
+
"orthologousGene",
|
|
2677
|
+
"other",
|
|
2678
|
+
"otherActivity",
|
|
2679
|
+
"otherAppearances",
|
|
2680
|
+
"otherChannel",
|
|
2681
|
+
"otherFamilyBranch",
|
|
2682
|
+
"otherFuelType",
|
|
2683
|
+
"otherFunction",
|
|
2684
|
+
"otherInformation",
|
|
2685
|
+
"otherLanguage",
|
|
2686
|
+
"otherMedia",
|
|
2687
|
+
"otherName",
|
|
2688
|
+
"otherOccupation",
|
|
2689
|
+
"otherParty",
|
|
2690
|
+
"otherServingLines",
|
|
2691
|
+
"otherSportsExperience",
|
|
2692
|
+
"otherWins",
|
|
2693
|
+
"outflow",
|
|
2694
|
+
"output",
|
|
2695
|
+
"outskirts",
|
|
2696
|
+
"overallRecord",
|
|
2697
|
+
"oversight",
|
|
2698
|
+
"owner",
|
|
2699
|
+
"owningCompany",
|
|
2700
|
+
"owningOrganisation",
|
|
2701
|
+
"owns",
|
|
2702
|
+
"painter",
|
|
2703
|
+
"pandemic",
|
|
2704
|
+
"pandemicDeaths",
|
|
2705
|
+
"parent",
|
|
2706
|
+
"parentCompany",
|
|
2707
|
+
"parentMountainPeak",
|
|
2708
|
+
"parentOrganisation",
|
|
2709
|
+
"parentheses",
|
|
2710
|
+
"parish",
|
|
2711
|
+
"parkingInformation",
|
|
2712
|
+
"parkingLotsCars",
|
|
2713
|
+
"parkingLotsTrucks",
|
|
2714
|
+
"parliament",
|
|
2715
|
+
"parliamentType",
|
|
2716
|
+
"parliamentaryGroup",
|
|
2717
|
+
"part",
|
|
2718
|
+
"partialFailedLaunches",
|
|
2719
|
+
"participant",
|
|
2720
|
+
"participatingIn",
|
|
2721
|
+
"particularSign",
|
|
2722
|
+
"partitionCoefficient",
|
|
2723
|
+
"partner",
|
|
2724
|
+
"party",
|
|
2725
|
+
"partyNumber",
|
|
2726
|
+
"passengersPerDay",
|
|
2727
|
+
"passengersPerYear",
|
|
2728
|
+
"passengersUsedSystem",
|
|
2729
|
+
"pastMember",
|
|
2730
|
+
"pastor",
|
|
2731
|
+
"patent",
|
|
2732
|
+
"patron",
|
|
2733
|
+
"patronSaint",
|
|
2734
|
+
"pccSecretary",
|
|
2735
|
+
"pdb",
|
|
2736
|
+
"peabodyAward",
|
|
2737
|
+
"penaltiesTeamA",
|
|
2738
|
+
"penaltiesTeamB",
|
|
2739
|
+
"penaltyScore",
|
|
2740
|
+
"pendamicDeaths",
|
|
2741
|
+
"penisLength",
|
|
2742
|
+
"peopleFullyVaccinated",
|
|
2743
|
+
"peopleName",
|
|
2744
|
+
"peopleVaccinated",
|
|
2745
|
+
"peopleVaccinatedPerHundred",
|
|
2746
|
+
"perCapitaIncome",
|
|
2747
|
+
"perCapitaIncomeAsOf",
|
|
2748
|
+
"perCapitaIncomeRank",
|
|
2749
|
+
"percentage",
|
|
2750
|
+
"percentageAlcohol",
|
|
2751
|
+
"percentageFat",
|
|
2752
|
+
"percentageLiteracyMen",
|
|
2753
|
+
"percentageLiteracyWomen",
|
|
2754
|
+
"percentageLiterate",
|
|
2755
|
+
"percentageOfAreaWater",
|
|
2756
|
+
"performer",
|
|
2757
|
+
"periapsis",
|
|
2758
|
+
"perifocus",
|
|
2759
|
+
"perimeter",
|
|
2760
|
+
"period",
|
|
2761
|
+
"perpetrator",
|
|
2762
|
+
"person",
|
|
2763
|
+
"personFunction",
|
|
2764
|
+
"personName",
|
|
2765
|
+
"personsFirstDosesCumul",
|
|
2766
|
+
"personsFullDosesCumul",
|
|
2767
|
+
"pfizer",
|
|
2768
|
+
"pfizerCumul",
|
|
2769
|
+
"pgaWins",
|
|
2770
|
+
"philosophicalSchool",
|
|
2771
|
+
"phonePrefix",
|
|
2772
|
+
"phonePrefixLabel",
|
|
2773
|
+
"photographer",
|
|
2774
|
+
"phylum",
|
|
2775
|
+
"picture",
|
|
2776
|
+
"pictureDescription",
|
|
2777
|
+
"pictureFormat",
|
|
2778
|
+
"picturesCommonsCategory",
|
|
2779
|
+
"piercing",
|
|
2780
|
+
"pisciculturalPopulation",
|
|
2781
|
+
"pistonStroke",
|
|
2782
|
+
"place",
|
|
2783
|
+
"placeOfBurial",
|
|
2784
|
+
"placeOfWorship",
|
|
2785
|
+
"plant",
|
|
2786
|
+
"playRole",
|
|
2787
|
+
"playerInTeam",
|
|
2788
|
+
"playerSeason",
|
|
2789
|
+
"playerStatus",
|
|
2790
|
+
"playingTime",
|
|
2791
|
+
"plays",
|
|
2792
|
+
"pluviometry",
|
|
2793
|
+
"podium",
|
|
2794
|
+
"podiums",
|
|
2795
|
+
"pole",
|
|
2796
|
+
"poleDriver",
|
|
2797
|
+
"poleDriverCountry",
|
|
2798
|
+
"poleDriverTeam",
|
|
2799
|
+
"polePosition",
|
|
2800
|
+
"poles",
|
|
2801
|
+
"policeName",
|
|
2802
|
+
"polishFilmAward",
|
|
2803
|
+
"politicGovernmentDepartment",
|
|
2804
|
+
"politicalFunction",
|
|
2805
|
+
"politicalLeader",
|
|
2806
|
+
"politicalMajority",
|
|
2807
|
+
"politicalPartyInLegislature",
|
|
2808
|
+
"politicalPartyOfLeader",
|
|
2809
|
+
"politicalSeats",
|
|
2810
|
+
"politician",
|
|
2811
|
+
"popularVote",
|
|
2812
|
+
"population",
|
|
2813
|
+
"populationAsOf",
|
|
2814
|
+
"populationDensity",
|
|
2815
|
+
"populationMetro",
|
|
2816
|
+
"populationMetroDensity",
|
|
2817
|
+
"populationPctChildren",
|
|
2818
|
+
"populationPctMen",
|
|
2819
|
+
"populationPctWomen",
|
|
2820
|
+
"populationPlace",
|
|
2821
|
+
"populationQuote",
|
|
2822
|
+
"populationRural",
|
|
2823
|
+
"populationRuralDensity",
|
|
2824
|
+
"populationTotal",
|
|
2825
|
+
"populationTotalRanking",
|
|
2826
|
+
"populationTotalReference",
|
|
2827
|
+
"populationUrban",
|
|
2828
|
+
"populationUrbanDensity",
|
|
2829
|
+
"populationYear",
|
|
2830
|
+
"portfolio",
|
|
2831
|
+
"portrayer",
|
|
2832
|
+
"position",
|
|
2833
|
+
"postalCode",
|
|
2834
|
+
"power",
|
|
2835
|
+
"powerOutput",
|
|
2836
|
+
"powerType",
|
|
2837
|
+
"precursor",
|
|
2838
|
+
"predecessor",
|
|
2839
|
+
"prefaceBy",
|
|
2840
|
+
"prefect",
|
|
2841
|
+
"prefectMandate",
|
|
2842
|
+
"prefecture",
|
|
2843
|
+
"prefix",
|
|
2844
|
+
"premiereDate",
|
|
2845
|
+
"premierePlace",
|
|
2846
|
+
"premiereYear",
|
|
2847
|
+
"presentMunicipality",
|
|
2848
|
+
"presentName",
|
|
2849
|
+
"presenter",
|
|
2850
|
+
"president",
|
|
2851
|
+
"presidentGeneralCouncil",
|
|
2852
|
+
"presidentGeneralCouncilMandate",
|
|
2853
|
+
"presidentRegionalCouncil",
|
|
2854
|
+
"presidentRegionalCouncilMandate",
|
|
2855
|
+
"previousDemographics",
|
|
2856
|
+
"previousEditor",
|
|
2857
|
+
"previousEntity",
|
|
2858
|
+
"previousEvent",
|
|
2859
|
+
"previousInfrastructure",
|
|
2860
|
+
"previousMission",
|
|
2861
|
+
"previousName",
|
|
2862
|
+
"previousPopulation",
|
|
2863
|
+
"previousPopulationTotal",
|
|
2864
|
+
"previousTrackNumber",
|
|
2865
|
+
"previousWork",
|
|
2866
|
+
"previousWorkDate",
|
|
2867
|
+
"price",
|
|
2868
|
+
"primaryFuelType",
|
|
2869
|
+
"primate",
|
|
2870
|
+
"primeMinister",
|
|
2871
|
+
"primogenitor",
|
|
2872
|
+
"principal",
|
|
2873
|
+
"principalArea",
|
|
2874
|
+
"principalEngineer",
|
|
2875
|
+
"proTeam",
|
|
2876
|
+
"probowlPick",
|
|
2877
|
+
"procedure",
|
|
2878
|
+
"producedBy",
|
|
2879
|
+
"producer",
|
|
2880
|
+
"produces",
|
|
2881
|
+
"product",
|
|
2882
|
+
"productShape",
|
|
2883
|
+
"production",
|
|
2884
|
+
"productionCompany",
|
|
2885
|
+
"productionEndDate",
|
|
2886
|
+
"productionEndYear",
|
|
2887
|
+
"productionStartDate",
|
|
2888
|
+
"productionStartYear",
|
|
2889
|
+
"productionYears",
|
|
2890
|
+
"profession",
|
|
2891
|
+
"programCost",
|
|
2892
|
+
"programmeFormat",
|
|
2893
|
+
"programmingLanguage",
|
|
2894
|
+
"project",
|
|
2895
|
+
"projectBudgetFunding",
|
|
2896
|
+
"projectBudgetTotal",
|
|
2897
|
+
"projectCoordinator",
|
|
2898
|
+
"projectEndDate",
|
|
2899
|
+
"projectKeyword",
|
|
2900
|
+
"projectObjective",
|
|
2901
|
+
"projectParticipant",
|
|
2902
|
+
"projectReferenceID",
|
|
2903
|
+
"projectStartDate",
|
|
2904
|
+
"projectType",
|
|
2905
|
+
"prominence",
|
|
2906
|
+
"promotion",
|
|
2907
|
+
"pronunciation",
|
|
2908
|
+
"prospectLeague",
|
|
2909
|
+
"prospectTeam",
|
|
2910
|
+
"protectionStatus",
|
|
2911
|
+
"protein",
|
|
2912
|
+
"protestantPercentage",
|
|
2913
|
+
"provCode",
|
|
2914
|
+
"provides",
|
|
2915
|
+
"province",
|
|
2916
|
+
"provinceIsoCode",
|
|
2917
|
+
"provinceLink",
|
|
2918
|
+
"provost",
|
|
2919
|
+
"pseudonym",
|
|
2920
|
+
"pubchem",
|
|
2921
|
+
"publication",
|
|
2922
|
+
"publicationDate",
|
|
2923
|
+
"publiclyAccessible",
|
|
2924
|
+
"publisher",
|
|
2925
|
+
"purchasingPowerParity",
|
|
2926
|
+
"purchasingPowerParityRank",
|
|
2927
|
+
"purchasingPowerParityYear",
|
|
2928
|
+
"purpose",
|
|
2929
|
+
"qatarClassic",
|
|
2930
|
+
"quebecerTitle",
|
|
2931
|
+
"quotation",
|
|
2932
|
+
"quote",
|
|
2933
|
+
"ra",
|
|
2934
|
+
"race",
|
|
2935
|
+
"raceHorse",
|
|
2936
|
+
"raceLength",
|
|
2937
|
+
"raceResult",
|
|
2938
|
+
"raceTrack",
|
|
2939
|
+
"raceWins",
|
|
2940
|
+
"races",
|
|
2941
|
+
"racketCatching",
|
|
2942
|
+
"radio",
|
|
2943
|
+
"radioStation",
|
|
2944
|
+
"radius_ly",
|
|
2945
|
+
"railGauge",
|
|
2946
|
+
"railwayLineUsingTunnel",
|
|
2947
|
+
"railwayPlatforms",
|
|
2948
|
+
"railwayRollingStock",
|
|
2949
|
+
"range",
|
|
2950
|
+
"rank",
|
|
2951
|
+
"rankAgreement",
|
|
2952
|
+
"rankArea",
|
|
2953
|
+
"rankInFinalMedalCount",
|
|
2954
|
+
"rankPopulation",
|
|
2955
|
+
"ranking",
|
|
2956
|
+
"rankingWins",
|
|
2957
|
+
"rankingsDoubles",
|
|
2958
|
+
"rankingsSingles",
|
|
2959
|
+
"rating",
|
|
2960
|
+
"ratio",
|
|
2961
|
+
"rebuildDate",
|
|
2962
|
+
"rebuilder",
|
|
2963
|
+
"rebuildingDate",
|
|
2964
|
+
"rebuildingYear",
|
|
2965
|
+
"recentWinner",
|
|
2966
|
+
"recommissioningDate",
|
|
2967
|
+
"recordDate",
|
|
2968
|
+
"recordLabel",
|
|
2969
|
+
"recordedIn",
|
|
2970
|
+
"recoveryCases",
|
|
2971
|
+
"rector",
|
|
2972
|
+
"redListIdNL",
|
|
2973
|
+
"redLongDistancePisteNumber",
|
|
2974
|
+
"redSkiPisteNumber",
|
|
2975
|
+
"redline",
|
|
2976
|
+
"refcul",
|
|
2977
|
+
"reference",
|
|
2978
|
+
"reffBourgmestre",
|
|
2979
|
+
"refgen",
|
|
2980
|
+
"refgeo",
|
|
2981
|
+
"refpol",
|
|
2982
|
+
"refseq",
|
|
2983
|
+
"refseqmrna",
|
|
2984
|
+
"refseqprotein",
|
|
2985
|
+
"regency",
|
|
2986
|
+
"regentOf",
|
|
2987
|
+
"regime",
|
|
2988
|
+
"region",
|
|
2989
|
+
"regionLink",
|
|
2990
|
+
"regionServed",
|
|
2991
|
+
"regionType",
|
|
2992
|
+
"regionalCouncil",
|
|
2993
|
+
"regionalLanguage",
|
|
2994
|
+
"regionalPrefecture",
|
|
2995
|
+
"registration",
|
|
2996
|
+
"registry",
|
|
2997
|
+
"registryNumber",
|
|
2998
|
+
"reign",
|
|
2999
|
+
"reignName",
|
|
3000
|
+
"reigningPope",
|
|
3001
|
+
"related",
|
|
3002
|
+
"relatedFunctions",
|
|
3003
|
+
"relatedMeanOfTransportation",
|
|
3004
|
+
"relatedPlaces",
|
|
3005
|
+
"relation",
|
|
3006
|
+
"relative",
|
|
3007
|
+
"relativeAtomicMass",
|
|
3008
|
+
"releaseDate",
|
|
3009
|
+
"releaseLocation",
|
|
3010
|
+
"relics",
|
|
3011
|
+
"relief",
|
|
3012
|
+
"religion",
|
|
3013
|
+
"religiousHead",
|
|
3014
|
+
"religiousHeadLabel",
|
|
3015
|
+
"religiousOrder",
|
|
3016
|
+
"reopened",
|
|
3017
|
+
"reopeningDate",
|
|
3018
|
+
"reopeningYear",
|
|
3019
|
+
"reportingMark",
|
|
3020
|
+
"representative",
|
|
3021
|
+
"requirement",
|
|
3022
|
+
"reservations",
|
|
3023
|
+
"residence",
|
|
3024
|
+
"resolution",
|
|
3025
|
+
"restingDate",
|
|
3026
|
+
"restingPlace",
|
|
3027
|
+
"restingPlacePosition",
|
|
3028
|
+
"restoreDate",
|
|
3029
|
+
"restriction",
|
|
3030
|
+
"result",
|
|
3031
|
+
"retentionTime",
|
|
3032
|
+
"retired",
|
|
3033
|
+
"retiredRocket",
|
|
3034
|
+
"retirementDate",
|
|
3035
|
+
"revenue",
|
|
3036
|
+
"revenueYear",
|
|
3037
|
+
"review",
|
|
3038
|
+
"rgbCoordinateBlue",
|
|
3039
|
+
"rgbCoordinateGreen",
|
|
3040
|
+
"rgbCoordinateRed",
|
|
3041
|
+
"ridId",
|
|
3042
|
+
"rightAscension",
|
|
3043
|
+
"rightChild",
|
|
3044
|
+
"rightTributary",
|
|
3045
|
+
"rivalSchool",
|
|
3046
|
+
"river",
|
|
3047
|
+
"riverBranch",
|
|
3048
|
+
"riverBranchOf",
|
|
3049
|
+
"riverMouth",
|
|
3050
|
+
"rkdArtistsId",
|
|
3051
|
+
"road",
|
|
3052
|
+
"rocket",
|
|
3053
|
+
"rocketFunction",
|
|
3054
|
+
"rocketStages",
|
|
3055
|
+
"rolandGarrosDouble",
|
|
3056
|
+
"rolandGarrosMixed",
|
|
3057
|
+
"rolandGarrosSingle",
|
|
3058
|
+
"role",
|
|
3059
|
+
"roleInEvent",
|
|
3060
|
+
"roofHeight",
|
|
3061
|
+
"rotationPeriod",
|
|
3062
|
+
"route",
|
|
3063
|
+
"routeActivity",
|
|
3064
|
+
"routeDirection",
|
|
3065
|
+
"routeEnd",
|
|
3066
|
+
"routeEndDirection",
|
|
3067
|
+
"routeEndLocation",
|
|
3068
|
+
"routeJunction",
|
|
3069
|
+
"routeLine",
|
|
3070
|
+
"routeNext",
|
|
3071
|
+
"routeNumber",
|
|
3072
|
+
"routePrevious",
|
|
3073
|
+
"routeStart",
|
|
3074
|
+
"routeStartDirection",
|
|
3075
|
+
"routeStartLocation",
|
|
3076
|
+
"routeTypeAbbreviation",
|
|
3077
|
+
"royalAnthem",
|
|
3078
|
+
"ruling",
|
|
3079
|
+
"runningMate",
|
|
3080
|
+
"runtime",
|
|
3081
|
+
"runwayDesignation",
|
|
3082
|
+
"runwayLength",
|
|
3083
|
+
"runwaySurface",
|
|
3084
|
+
"runwayWidth",
|
|
3085
|
+
"ruralMunicipality",
|
|
3086
|
+
"saint",
|
|
3087
|
+
"salary",
|
|
3088
|
+
"sales",
|
|
3089
|
+
"sameName",
|
|
3090
|
+
"satScore",
|
|
3091
|
+
"satcat",
|
|
3092
|
+
"satellite",
|
|
3093
|
+
"satellitesDeployed",
|
|
3094
|
+
"scale",
|
|
3095
|
+
"scene",
|
|
3096
|
+
"school",
|
|
3097
|
+
"schoolBoard",
|
|
3098
|
+
"schoolCode",
|
|
3099
|
+
"schoolNumber",
|
|
3100
|
+
"schoolPatron",
|
|
3101
|
+
"scientificName",
|
|
3102
|
+
"score",
|
|
3103
|
+
"screenActorsGuildAward",
|
|
3104
|
+
"sea",
|
|
3105
|
+
"season",
|
|
3106
|
+
"seasonManager",
|
|
3107
|
+
"seasonNumber",
|
|
3108
|
+
"seatNumber",
|
|
3109
|
+
"seatingCapacity",
|
|
3110
|
+
"second",
|
|
3111
|
+
"secondCommander",
|
|
3112
|
+
"secondDriver",
|
|
3113
|
+
"secondDriverCountry",
|
|
3114
|
+
"secondLeader",
|
|
3115
|
+
"secondPlace",
|
|
3116
|
+
"secondPopularVote",
|
|
3117
|
+
"secondTeam",
|
|
3118
|
+
"secretaryGeneral",
|
|
3119
|
+
"security",
|
|
3120
|
+
"seiyu",
|
|
3121
|
+
"selection",
|
|
3122
|
+
"selectionPoint",
|
|
3123
|
+
"selectionYear",
|
|
3124
|
+
"selibrId",
|
|
3125
|
+
"senator",
|
|
3126
|
+
"senior",
|
|
3127
|
+
"seniority",
|
|
3128
|
+
"seniunija",
|
|
3129
|
+
"sentence",
|
|
3130
|
+
"series",
|
|
3131
|
+
"service",
|
|
3132
|
+
"serviceEndDate",
|
|
3133
|
+
"serviceEndYear",
|
|
3134
|
+
"serviceModule",
|
|
3135
|
+
"serviceNumber",
|
|
3136
|
+
"serviceStartDate",
|
|
3137
|
+
"serviceStartYear",
|
|
3138
|
+
"servingRailwayLine",
|
|
3139
|
+
"servingSize",
|
|
3140
|
+
"servingTemperature",
|
|
3141
|
+
"sessionNumber",
|
|
3142
|
+
"setDesigner",
|
|
3143
|
+
"settingOfPlay",
|
|
3144
|
+
"settlement",
|
|
3145
|
+
"settlementAttached",
|
|
3146
|
+
"setupTime",
|
|
3147
|
+
"severeCases",
|
|
3148
|
+
"sex",
|
|
3149
|
+
"sexualOrientation",
|
|
3150
|
+
"shape",
|
|
3151
|
+
"shareDate",
|
|
3152
|
+
"shareOfAudience",
|
|
3153
|
+
"shareSource",
|
|
3154
|
+
"sharingOutPopulation",
|
|
3155
|
+
"sharingOutPopulationYear",
|
|
3156
|
+
"sheading",
|
|
3157
|
+
"shipBeam",
|
|
3158
|
+
"shipCrew",
|
|
3159
|
+
"shipDisplacement",
|
|
3160
|
+
"shipDraft",
|
|
3161
|
+
"shipLaunch",
|
|
3162
|
+
"shoeNumber",
|
|
3163
|
+
"shoeSize",
|
|
3164
|
+
"shoot",
|
|
3165
|
+
"shoots",
|
|
3166
|
+
"shoreLength",
|
|
3167
|
+
"shortProgCompetition",
|
|
3168
|
+
"shortProgScore",
|
|
3169
|
+
"show",
|
|
3170
|
+
"showJudge",
|
|
3171
|
+
"shuttle",
|
|
3172
|
+
"sibling",
|
|
3173
|
+
"signName",
|
|
3174
|
+
"signature",
|
|
3175
|
+
"significantBuilding",
|
|
3176
|
+
"significantDesign",
|
|
3177
|
+
"significantProject",
|
|
3178
|
+
"silCode",
|
|
3179
|
+
"silverMedalDouble",
|
|
3180
|
+
"silverMedalMixed",
|
|
3181
|
+
"silverMedalSingle",
|
|
3182
|
+
"silverMedalist",
|
|
3183
|
+
"simcCode",
|
|
3184
|
+
"similar",
|
|
3185
|
+
"sire",
|
|
3186
|
+
"siren",
|
|
3187
|
+
"sister",
|
|
3188
|
+
"sisterCollege",
|
|
3189
|
+
"sisterNewspaper",
|
|
3190
|
+
"sisterStation",
|
|
3191
|
+
"sixthFormStudents",
|
|
3192
|
+
"sizeBlazon",
|
|
3193
|
+
"sizeLogo",
|
|
3194
|
+
"sizeMap",
|
|
3195
|
+
"sizeThumbnail",
|
|
3196
|
+
"size_v",
|
|
3197
|
+
"skiLift",
|
|
3198
|
+
"skiPisteKilometre",
|
|
3199
|
+
"skiPisteNumber",
|
|
3200
|
+
"skiTow",
|
|
3201
|
+
"skills",
|
|
3202
|
+
"skinColor",
|
|
3203
|
+
"slogan",
|
|
3204
|
+
"smiles",
|
|
3205
|
+
"snowParkNumber",
|
|
3206
|
+
"soccerLeaguePromoted",
|
|
3207
|
+
"soccerLeagueRelegated",
|
|
3208
|
+
"soccerLeagueSeason",
|
|
3209
|
+
"soccerLeagueWinner",
|
|
3210
|
+
"soccerTournamentClosingSeason",
|
|
3211
|
+
"soccerTournamentLastChampion",
|
|
3212
|
+
"soccerTournamentMostSteady",
|
|
3213
|
+
"soccerTournamentMostSuccesfull",
|
|
3214
|
+
"soccerTournamentOpeningSeason",
|
|
3215
|
+
"soccerTournamentThisSeason",
|
|
3216
|
+
"soccerTournamentTopScorer",
|
|
3217
|
+
"solicitorGeneral",
|
|
3218
|
+
"solubility",
|
|
3219
|
+
"solvent",
|
|
3220
|
+
"solventWithBadSolubility",
|
|
3221
|
+
"solventWithGoodSolubility",
|
|
3222
|
+
"solventWithMediocreSolubility",
|
|
3223
|
+
"son",
|
|
3224
|
+
"soundRecording",
|
|
3225
|
+
"source",
|
|
3226
|
+
"sourceConfluence",
|
|
3227
|
+
"sourceConfluenceCountry",
|
|
3228
|
+
"sourceConfluenceElevation",
|
|
3229
|
+
"sourceConfluenceMountain",
|
|
3230
|
+
"sourceConfluencePlace",
|
|
3231
|
+
"sourceConfluencePosition",
|
|
3232
|
+
"sourceConfluenceRegion",
|
|
3233
|
+
"sourceConfluenceState",
|
|
3234
|
+
"sourceCountry",
|
|
3235
|
+
"sourceDistrict",
|
|
3236
|
+
"sourceElevation",
|
|
3237
|
+
"sourceMountain",
|
|
3238
|
+
"sourceName",
|
|
3239
|
+
"sourcePlace",
|
|
3240
|
+
"sourcePosition",
|
|
3241
|
+
"sourceRegion",
|
|
3242
|
+
"sourceState",
|
|
3243
|
+
"sourceText",
|
|
3244
|
+
"sourceWebsite",
|
|
3245
|
+
"southEastPlace",
|
|
3246
|
+
"southPlace",
|
|
3247
|
+
"southWestPlace",
|
|
3248
|
+
"sovereignCountry",
|
|
3249
|
+
"space",
|
|
3250
|
+
"spacecraft",
|
|
3251
|
+
"spacestation",
|
|
3252
|
+
"spacewalkBegin",
|
|
3253
|
+
"spacewalkEnd",
|
|
3254
|
+
"speaker",
|
|
3255
|
+
"specialEffects",
|
|
3256
|
+
"specialTrial",
|
|
3257
|
+
"specialist",
|
|
3258
|
+
"speciality",
|
|
3259
|
+
"specialization",
|
|
3260
|
+
"species",
|
|
3261
|
+
"speedLimit",
|
|
3262
|
+
"spike",
|
|
3263
|
+
"splitFromParty",
|
|
3264
|
+
"spokenIn",
|
|
3265
|
+
"spokesperson",
|
|
3266
|
+
"sport",
|
|
3267
|
+
"sportCountry",
|
|
3268
|
+
"sportDiscipline",
|
|
3269
|
+
"sportGoverningBody",
|
|
3270
|
+
"sportSpecialty",
|
|
3271
|
+
"sportsFunction",
|
|
3272
|
+
"spouse",
|
|
3273
|
+
"spouseName",
|
|
3274
|
+
"spurOf",
|
|
3275
|
+
"spurType",
|
|
3276
|
+
"squadNumber",
|
|
3277
|
+
"stadium",
|
|
3278
|
+
"staff",
|
|
3279
|
+
"starRating",
|
|
3280
|
+
"starring",
|
|
3281
|
+
"start",
|
|
3282
|
+
"startCareer",
|
|
3283
|
+
"startDate",
|
|
3284
|
+
"startDateTime",
|
|
3285
|
+
"startOccupation",
|
|
3286
|
+
"startPoint",
|
|
3287
|
+
"startReign",
|
|
3288
|
+
"startWct",
|
|
3289
|
+
"startWqs",
|
|
3290
|
+
"startYear",
|
|
3291
|
+
"startYearOfInsertion",
|
|
3292
|
+
"startYearOfSales",
|
|
3293
|
+
"statName",
|
|
3294
|
+
"statValue",
|
|
3295
|
+
"state",
|
|
3296
|
+
"stateDelegate",
|
|
3297
|
+
"stateOfOrigin",
|
|
3298
|
+
"stateOfOriginPoint",
|
|
3299
|
+
"stateOfOriginTeam",
|
|
3300
|
+
"stateOfOriginYear",
|
|
3301
|
+
"stationEvaDuration",
|
|
3302
|
+
"stationStructure",
|
|
3303
|
+
"stationVisitDuration",
|
|
3304
|
+
"statistic",
|
|
3305
|
+
"statisticLabel",
|
|
3306
|
+
"statisticValue",
|
|
3307
|
+
"statisticYear",
|
|
3308
|
+
"status",
|
|
3309
|
+
"statusManager",
|
|
3310
|
+
"statusYear",
|
|
3311
|
+
"stellarClassification",
|
|
3312
|
+
"stockExchange",
|
|
3313
|
+
"storyEditor",
|
|
3314
|
+
"strength",
|
|
3315
|
+
"structuralSystem",
|
|
3316
|
+
"student",
|
|
3317
|
+
"style",
|
|
3318
|
+
"stylisticOrigin",
|
|
3319
|
+
"subClassis",
|
|
3320
|
+
"subFamily",
|
|
3321
|
+
"subGenus",
|
|
3322
|
+
"subMunicipalityType",
|
|
3323
|
+
"subOrder",
|
|
3324
|
+
"subPrefecture",
|
|
3325
|
+
"subTribus",
|
|
3326
|
+
"subdivision",
|
|
3327
|
+
"subdivisionLink",
|
|
3328
|
+
"subdivisionName",
|
|
3329
|
+
"subdivisions",
|
|
3330
|
+
"subjectOfPlay",
|
|
3331
|
+
"subjectTerm",
|
|
3332
|
+
"sublimationPoint",
|
|
3333
|
+
"suborbitalFlights",
|
|
3334
|
+
"subprefecture",
|
|
3335
|
+
"subregion",
|
|
3336
|
+
"subsequentInfrastructure",
|
|
3337
|
+
"subsequentWork",
|
|
3338
|
+
"subsequentWorkDate",
|
|
3339
|
+
"subsidiary",
|
|
3340
|
+
"subsystem",
|
|
3341
|
+
"subsystemLink",
|
|
3342
|
+
"subtitle",
|
|
3343
|
+
"successfulLaunches",
|
|
3344
|
+
"successor",
|
|
3345
|
+
"sudocId",
|
|
3346
|
+
"summerAppearances",
|
|
3347
|
+
"summerTemperature",
|
|
3348
|
+
"superFamily",
|
|
3349
|
+
"superOrder",
|
|
3350
|
+
"superTribus",
|
|
3351
|
+
"superbowlWin",
|
|
3352
|
+
"superintendent",
|
|
3353
|
+
"supplementalDraftRound",
|
|
3354
|
+
"supplementalDraftYear",
|
|
3355
|
+
"supplies",
|
|
3356
|
+
"supply",
|
|
3357
|
+
"suppreddedDate",
|
|
3358
|
+
"surfaceArea",
|
|
3359
|
+
"surfaceFormOccurrenceOffset",
|
|
3360
|
+
"surfaceGravity",
|
|
3361
|
+
"surfaceType",
|
|
3362
|
+
"suspectedCases",
|
|
3363
|
+
"swimmingStyle",
|
|
3364
|
+
"symbol",
|
|
3365
|
+
"symptom",
|
|
3366
|
+
"synonym",
|
|
3367
|
+
"systemOfLaw",
|
|
3368
|
+
"systemRequirements",
|
|
3369
|
+
"tag",
|
|
3370
|
+
"taoiseach",
|
|
3371
|
+
"targetAirport",
|
|
3372
|
+
"targetSpaceStation",
|
|
3373
|
+
"taste",
|
|
3374
|
+
"tattoo",
|
|
3375
|
+
"taxon",
|
|
3376
|
+
"teachingStaff",
|
|
3377
|
+
"team",
|
|
3378
|
+
"teamCoached",
|
|
3379
|
+
"teamManager",
|
|
3380
|
+
"teamName",
|
|
3381
|
+
"teamPoint",
|
|
3382
|
+
"teamSize",
|
|
3383
|
+
"teamTitle",
|
|
3384
|
+
"technique",
|
|
3385
|
+
"televisionSeries",
|
|
3386
|
+
"tempPlace",
|
|
3387
|
+
"temperature",
|
|
3388
|
+
"templateName",
|
|
3389
|
+
"temple",
|
|
3390
|
+
"templeYear",
|
|
3391
|
+
"tenant",
|
|
3392
|
+
"tennisSurfaceType",
|
|
3393
|
+
"termOfOffice",
|
|
3394
|
+
"termPeriod",
|
|
3395
|
+
"territory",
|
|
3396
|
+
"terytCode",
|
|
3397
|
+
"tessitura",
|
|
3398
|
+
"testaverage",
|
|
3399
|
+
"theology",
|
|
3400
|
+
"third",
|
|
3401
|
+
"thirdCommander",
|
|
3402
|
+
"thirdDriver",
|
|
3403
|
+
"thirdDriverCountry",
|
|
3404
|
+
"thirdPlace",
|
|
3405
|
+
"thirdTeam",
|
|
3406
|
+
"throwingSide",
|
|
3407
|
+
"thumbnail",
|
|
3408
|
+
"thumbnailCaption",
|
|
3409
|
+
"tie",
|
|
3410
|
+
"time",
|
|
3411
|
+
"timeInSpace",
|
|
3412
|
+
"timeZone",
|
|
3413
|
+
"timeshiftChannel",
|
|
3414
|
+
"title",
|
|
3415
|
+
"titleDate",
|
|
3416
|
+
"titleDouble",
|
|
3417
|
+
"titleLanguage",
|
|
3418
|
+
"titleSingle",
|
|
3419
|
+
"toll",
|
|
3420
|
+
"tonyAward",
|
|
3421
|
+
"topFloorHeight",
|
|
3422
|
+
"topLevelDomain",
|
|
3423
|
+
"topSpeed",
|
|
3424
|
+
"topic",
|
|
3425
|
+
"torchBearer",
|
|
3426
|
+
"torqueOutput",
|
|
3427
|
+
"totalCargo",
|
|
3428
|
+
"totalDiscs",
|
|
3429
|
+
"totalIliCases",
|
|
3430
|
+
"totalLaunches",
|
|
3431
|
+
"totalMass",
|
|
3432
|
+
"totalPopulation",
|
|
3433
|
+
"totalTracks",
|
|
3434
|
+
"totalTravellers",
|
|
3435
|
+
"totalVaccinations",
|
|
3436
|
+
"totalVaccinationsPerHundred",
|
|
3437
|
+
"touristicSite",
|
|
3438
|
+
"tournamentOfChampions",
|
|
3439
|
+
"tournamentRecord",
|
|
3440
|
+
"towerHeight",
|
|
3441
|
+
"trackLength",
|
|
3442
|
+
"trackNumber",
|
|
3443
|
+
"trackWidth",
|
|
3444
|
+
"tradeMark",
|
|
3445
|
+
"tradingName",
|
|
3446
|
+
"trainer",
|
|
3447
|
+
"trainerClub",
|
|
3448
|
+
"trainerYears",
|
|
3449
|
+
"training",
|
|
3450
|
+
"translatedMotto",
|
|
3451
|
+
"translator",
|
|
3452
|
+
"transmission",
|
|
3453
|
+
"treatment",
|
|
3454
|
+
"tree",
|
|
3455
|
+
"tribus",
|
|
3456
|
+
"trustee",
|
|
3457
|
+
"tuition",
|
|
3458
|
+
"tvComId",
|
|
3459
|
+
"tvShow",
|
|
3460
|
+
"twinCountry",
|
|
3461
|
+
"twinTown",
|
|
3462
|
+
"type",
|
|
3463
|
+
"typeCoordinate",
|
|
3464
|
+
"typeOfElectrification",
|
|
3465
|
+
"typeOfGrain",
|
|
3466
|
+
"typeOfStorage",
|
|
3467
|
+
"typeOfYeast",
|
|
3468
|
+
"uRN",
|
|
3469
|
+
"uciCode",
|
|
3470
|
+
"ulanId",
|
|
3471
|
+
"umbrellaTitle",
|
|
3472
|
+
"unNumber",
|
|
3473
|
+
"uncle",
|
|
3474
|
+
"undraftedYear",
|
|
3475
|
+
"unesco",
|
|
3476
|
+
"unicode",
|
|
3477
|
+
"uniprot",
|
|
3478
|
+
"unitCost",
|
|
3479
|
+
"unitaryAuthority",
|
|
3480
|
+
"unitedStatesNationalBridgeId",
|
|
3481
|
+
"university",
|
|
3482
|
+
"unknownOutcomes",
|
|
3483
|
+
"unloCode",
|
|
3484
|
+
"updated",
|
|
3485
|
+
"upperAge",
|
|
3486
|
+
"urbanArea",
|
|
3487
|
+
"usOpenDouble",
|
|
3488
|
+
"usOpenMixed",
|
|
3489
|
+
"usOpenSingle",
|
|
3490
|
+
"usSales",
|
|
3491
|
+
"usedInWar",
|
|
3492
|
+
"uses",
|
|
3493
|
+
"usingCountry",
|
|
3494
|
+
"usk",
|
|
3495
|
+
"usopenWins",
|
|
3496
|
+
"usurper",
|
|
3497
|
+
"utcOffset",
|
|
3498
|
+
"v_hb",
|
|
3499
|
+
"vaccination",
|
|
3500
|
+
"vaccine",
|
|
3501
|
+
"value",
|
|
3502
|
+
"valvetrain",
|
|
3503
|
+
"vaporPressure",
|
|
3504
|
+
"variantOf",
|
|
3505
|
+
"varietals",
|
|
3506
|
+
"vehicle",
|
|
3507
|
+
"vehicleCode",
|
|
3508
|
+
"vehiclesInFleet",
|
|
3509
|
+
"vehiclesPerDay",
|
|
3510
|
+
"vein",
|
|
3511
|
+
"veneratedIn",
|
|
3512
|
+
"version",
|
|
3513
|
+
"viafId",
|
|
3514
|
+
"viceChancellor",
|
|
3515
|
+
"viceLeader",
|
|
3516
|
+
"viceLeaderParty",
|
|
3517
|
+
"vicePresident",
|
|
3518
|
+
"vicePrimeMinister",
|
|
3519
|
+
"vicePrincipal",
|
|
3520
|
+
"vicePrincipalLabel",
|
|
3521
|
+
"victim",
|
|
3522
|
+
"victims",
|
|
3523
|
+
"victory",
|
|
3524
|
+
"victoryAsMgr",
|
|
3525
|
+
"victoryPercentageAsMgr",
|
|
3526
|
+
"virtualChannel",
|
|
3527
|
+
"visitorStatisticsAsOf",
|
|
3528
|
+
"visitorsPerDay",
|
|
3529
|
+
"visitorsPerYear",
|
|
3530
|
+
"visitorsPercentageChange",
|
|
3531
|
+
"visitorsTotal",
|
|
3532
|
+
"voice",
|
|
3533
|
+
"voiceType",
|
|
3534
|
+
"volcanicActivity",
|
|
3535
|
+
"volcanicType",
|
|
3536
|
+
"volcanoId",
|
|
3537
|
+
"voltageOfElectrification",
|
|
3538
|
+
"volume",
|
|
3539
|
+
"volumeQuote",
|
|
3540
|
+
"volumes",
|
|
3541
|
+
"vonKlitzingConstant",
|
|
3542
|
+
"votesAgainst",
|
|
3543
|
+
"votesFor",
|
|
3544
|
+
"wagon",
|
|
3545
|
+
"waistSize",
|
|
3546
|
+
"war",
|
|
3547
|
+
"ward",
|
|
3548
|
+
"water",
|
|
3549
|
+
"waterArea",
|
|
3550
|
+
"waterPercentage",
|
|
3551
|
+
"watercourse",
|
|
3552
|
+
"watershed",
|
|
3553
|
+
"waterwayThroughTunnel",
|
|
3554
|
+
"wavelength",
|
|
3555
|
+
"weapon",
|
|
3556
|
+
"webcast",
|
|
3557
|
+
"websiteLabel",
|
|
3558
|
+
"weddingParentsDate",
|
|
3559
|
+
"weight",
|
|
3560
|
+
"westPlace",
|
|
3561
|
+
"whaDraft",
|
|
3562
|
+
"whaDraftTeam",
|
|
3563
|
+
"whaDraftYear",
|
|
3564
|
+
"wheelbase",
|
|
3565
|
+
"wholeArea",
|
|
3566
|
+
"width",
|
|
3567
|
+
"widthQuote",
|
|
3568
|
+
"wikiPageCharacterSize",
|
|
3569
|
+
"wikiPageDisambiguates",
|
|
3570
|
+
"wikiPageEditLink",
|
|
3571
|
+
"wikiPageExternalLink",
|
|
3572
|
+
"wikiPageExtracted",
|
|
3573
|
+
"wikiPageHistoryLink",
|
|
3574
|
+
"wikiPageID",
|
|
3575
|
+
"wikiPageInDegree",
|
|
3576
|
+
"wikiPageInterLanguageLink",
|
|
3577
|
+
"wikiPageLength",
|
|
3578
|
+
"wikiPageModified",
|
|
3579
|
+
"wikiPageOutDegree",
|
|
3580
|
+
"wikiPageRedirects",
|
|
3581
|
+
"wikiPageRevisionID",
|
|
3582
|
+
"wikiPageRevisionLink",
|
|
3583
|
+
"wikiPageUsesTemplate",
|
|
3584
|
+
"wikiPageWikiLink",
|
|
3585
|
+
"wikiPageWikiLinkText",
|
|
3586
|
+
"wikidataSplitIri",
|
|
3587
|
+
"wilaya",
|
|
3588
|
+
"wimbledonDouble",
|
|
3589
|
+
"wimbledonMixed",
|
|
3590
|
+
"wimbledonSingle",
|
|
3591
|
+
"wineProduced",
|
|
3592
|
+
"wineRegion",
|
|
3593
|
+
"wineYear",
|
|
3594
|
+
"wingArea",
|
|
3595
|
+
"wingspan",
|
|
3596
|
+
"wins",
|
|
3597
|
+
"winsAtAlpg",
|
|
3598
|
+
"winsAtAsia",
|
|
3599
|
+
"winsAtAus",
|
|
3600
|
+
"winsAtChallenges",
|
|
3601
|
+
"winsAtChampionships",
|
|
3602
|
+
"winsAtJLPGA",
|
|
3603
|
+
"winsAtJapan",
|
|
3604
|
+
"winsAtKLPGA",
|
|
3605
|
+
"winsAtLAGT",
|
|
3606
|
+
"winsAtLET",
|
|
3607
|
+
"winsAtLPGA",
|
|
3608
|
+
"winsAtMajors",
|
|
3609
|
+
"winsAtNWIDE",
|
|
3610
|
+
"winsAtOtherTournaments",
|
|
3611
|
+
"winsAtPGA",
|
|
3612
|
+
"winsAtProTournaments",
|
|
3613
|
+
"winsAtSenEuro",
|
|
3614
|
+
"winsAtSun",
|
|
3615
|
+
"winsInEurope",
|
|
3616
|
+
"winterAppearances",
|
|
3617
|
+
"winterTemperature",
|
|
3618
|
+
"woRMS",
|
|
3619
|
+
"wordBefore",
|
|
3620
|
+
"work",
|
|
3621
|
+
"workArea",
|
|
3622
|
+
"world",
|
|
3623
|
+
"worldChampionTitleYear",
|
|
3624
|
+
"worldOpen",
|
|
3625
|
+
"worldTeamCup",
|
|
3626
|
+
"worldTournament",
|
|
3627
|
+
"worldTournamentBronze",
|
|
3628
|
+
"worldTournamentGold",
|
|
3629
|
+
"worldTournamentSilver",
|
|
3630
|
+
"worstDefeat",
|
|
3631
|
+
"wptFinalTable",
|
|
3632
|
+
"wptItm",
|
|
3633
|
+
"wptTitle",
|
|
3634
|
+
"writer",
|
|
3635
|
+
"wsopItm",
|
|
3636
|
+
"wsopWinYear",
|
|
3637
|
+
"wsopWristband",
|
|
3638
|
+
"year",
|
|
3639
|
+
"yearElevationIntoNobility",
|
|
3640
|
+
"yearOfConstruction",
|
|
3641
|
+
"yearOfElectrification",
|
|
3642
|
+
"years",
|
|
3643
|
+
"youthClub",
|
|
3644
|
+
"youthWing",
|
|
3645
|
+
"youthYears",
|
|
3646
|
+
"zdb",
|
|
3647
|
+
"zipCode",
|
|
3648
|
+
"zodiacSign",
|
|
3649
|
+
],
|
|
3650
|
+
});
|