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