graphdb-workbench-tests 3.0.0-TR4 → 3.0.0-TR6
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/fixtures/graphdb-import/ontology-and-shapes.ttl +562 -0
- package/fixtures/graphdb-import/swapi-dataset.ttl +4393 -0
- package/fixtures/graphql/endpoints/graphql-endpoints-info.json +49 -0
- package/fixtures/graphql/endpoints/graphql-endpoints.json +17 -0
- package/fixtures/graphql/endpoints/graphql-swapi-endpoints.json +23 -0
- package/fixtures/graphql/endpoints/no-graphql-endpoints-info.json +3 -0
- package/fixtures/graphql/soml/swapi-schema-film-restricted.yaml +335 -0
- package/fixtures/graphql/soml/swapi-schema.yaml +857 -0
- package/fixtures/locale-en.json +173 -1
- package/integration/graphql/create-graphql-endpoint.spec.js +261 -0
- package/integration/graphql/graphql-endpoint-filtering.spec.js +69 -0
- package/integration/graphql/graphql-endpoint-management-view.spec.js +131 -0
- package/integration/import/import-server-files-batch-operations.spec.js +4 -3
- package/integration/import/import-server-files.spec.js +7 -7
- package/integration/import/import-view.spec.js +2 -1
- package/integration/sparql-editor/actions/show-saved-queries.spec.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/steps/graphql/create-graphql-endpoint-steps.js +253 -0
- package/steps/graphql/graphql-endpoint-management-steps.js +84 -0
- package/steps/graphql/graphql-playground-steps.js +1 -1
- package/steps/import/import-test-constants.js +1 -0
- package/stubs/graphql/graphql-stubs.js +30 -4
- package/stubs/repositories/repositories-stubs.js +4 -0
- package/stubs/yasgui/query-stubs.js +2 -2
- package/support/import-commands.js +28 -0
- package/fixtures/graphql-editor/graphql-endpoints.json +0 -17
- /package/fixtures/{graphql-editor → graphql/editor}/countries-schema.json +0 -0
- /package/fixtures/{graphql-editor → graphql/editor}/rick-and-morty-schema.json +0 -0
- /package/fixtures/{graphql-editor → queries}/default-query-response.json +0 -0
|
@@ -0,0 +1,857 @@
|
|
|
1
|
+
id: /soml/swapi
|
|
2
|
+
label: Ontotext Star Wars Ontology
|
|
3
|
+
creator: http://www.linkedin.com/company/ontotext-ad
|
|
4
|
+
versionInfo: '0.1'
|
|
5
|
+
created: '2020-01-01'
|
|
6
|
+
updated: '2020-04-30'
|
|
7
|
+
prefixes:
|
|
8
|
+
dct: http://purl.org/dc/terms/
|
|
9
|
+
foaf: http://xmlns.com/foaf/0.1/
|
|
10
|
+
owl: http://www.w3.org/2002/07/owl#
|
|
11
|
+
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
12
|
+
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
13
|
+
schema: http://schema.org/
|
|
14
|
+
skos: http://www.w3.org/2004/02/skos/core#
|
|
15
|
+
vann: http://purl.org/vocab/vann/
|
|
16
|
+
voc: https://swapi.co/vocabulary/
|
|
17
|
+
xsd: http://www.w3.org/2001/XMLSchema#
|
|
18
|
+
specialPrefixes:
|
|
19
|
+
ontology_iri: https://swapi.co/vocabulary/
|
|
20
|
+
vocab_iri: https://swapi.co/vocabulary/
|
|
21
|
+
vocab_prefix: voc
|
|
22
|
+
properties:
|
|
23
|
+
averageHeight:
|
|
24
|
+
descr: Average height of the species
|
|
25
|
+
kind: literal
|
|
26
|
+
range: decimal
|
|
27
|
+
rdfProp: voc:averageHeight
|
|
28
|
+
averageLifespan:
|
|
29
|
+
descr: Lifespan of the species
|
|
30
|
+
kind: literal
|
|
31
|
+
range: string
|
|
32
|
+
rdfProp: voc:averageLifespan
|
|
33
|
+
award:
|
|
34
|
+
descr: The award involved in a recognition
|
|
35
|
+
kind: object
|
|
36
|
+
label: award
|
|
37
|
+
range: Award
|
|
38
|
+
rdfProp: voc:award
|
|
39
|
+
awardDate:
|
|
40
|
+
descr: Award recognition date or year
|
|
41
|
+
kind: literal
|
|
42
|
+
range: date
|
|
43
|
+
rdfProp: voc:awardDate
|
|
44
|
+
awardStatus:
|
|
45
|
+
descr: "Status of award recognition: \"nominated\" or \"awarded\". \nAlthough\
|
|
46
|
+
\ the latter is stronger, there are some cases when we record both"
|
|
47
|
+
kind: literal
|
|
48
|
+
label: award status
|
|
49
|
+
range: string
|
|
50
|
+
rdfProp: voc:awardStatus
|
|
51
|
+
birthDate:
|
|
52
|
+
descr: Birth date of a Person
|
|
53
|
+
kind: literal
|
|
54
|
+
range: date
|
|
55
|
+
rdfProp: voc:birthDate
|
|
56
|
+
birthPlace:
|
|
57
|
+
descr: Birth place of a Person
|
|
58
|
+
kind: object
|
|
59
|
+
range: LocationInterface
|
|
60
|
+
rdfProp: voc:birthPlace
|
|
61
|
+
birthYear:
|
|
62
|
+
descr: In BBY (Before the Battle of Yalvin) or ABY (After the battle of Yalvin
|
|
63
|
+
kind: literal
|
|
64
|
+
range: string
|
|
65
|
+
rdfProp: voc:birthYear
|
|
66
|
+
boxOffice:
|
|
67
|
+
descr: Film revenue in USD
|
|
68
|
+
kind: literal
|
|
69
|
+
label: box office
|
|
70
|
+
range: decimal
|
|
71
|
+
rdfProp: voc:boxOffice
|
|
72
|
+
cargoCapacity:
|
|
73
|
+
kind: literal
|
|
74
|
+
label: Cargo capacity in tons
|
|
75
|
+
range: integer
|
|
76
|
+
rdfProp: voc:cargoCapacity
|
|
77
|
+
character:
|
|
78
|
+
descr: Characters in film or instances of species (multiple). Or the Character
|
|
79
|
+
portrayed by a FilmRole
|
|
80
|
+
kind: object
|
|
81
|
+
max: inf
|
|
82
|
+
range: Character
|
|
83
|
+
rdfProp: voc:character
|
|
84
|
+
citizenOf:
|
|
85
|
+
descr: Country of citizenship
|
|
86
|
+
kind: object
|
|
87
|
+
label: citizen of
|
|
88
|
+
max: inf
|
|
89
|
+
range: Country
|
|
90
|
+
rdfProp: voc:citizenOf
|
|
91
|
+
climate:
|
|
92
|
+
descr: Planet's climate
|
|
93
|
+
kind: literal
|
|
94
|
+
label: Climate
|
|
95
|
+
range: string
|
|
96
|
+
rdfProp: voc:climate
|
|
97
|
+
consumables:
|
|
98
|
+
kind: literal
|
|
99
|
+
label: Consumables
|
|
100
|
+
range: string
|
|
101
|
+
rdfProp: voc:consumables
|
|
102
|
+
cost:
|
|
103
|
+
descr: Filming cost in USD
|
|
104
|
+
kind: literal
|
|
105
|
+
label: cost
|
|
106
|
+
range: decimal
|
|
107
|
+
rdfProp: voc:cost
|
|
108
|
+
costInCredits:
|
|
109
|
+
kind: literal
|
|
110
|
+
label: Cost in credits
|
|
111
|
+
range: integer
|
|
112
|
+
rdfProp: voc:costInCredits
|
|
113
|
+
country:
|
|
114
|
+
descr: Country of a location
|
|
115
|
+
kind: object
|
|
116
|
+
range: Country
|
|
117
|
+
rdfProp: voc:country
|
|
118
|
+
crew:
|
|
119
|
+
descr: Number of crew required to pilot vehicle
|
|
120
|
+
kind: literal
|
|
121
|
+
label: Number of crew
|
|
122
|
+
range: integer
|
|
123
|
+
rdfProp: voc:crew
|
|
124
|
+
desc:
|
|
125
|
+
kind: literal
|
|
126
|
+
label: Description
|
|
127
|
+
range: string
|
|
128
|
+
rdfProp: voc:desc
|
|
129
|
+
diameter:
|
|
130
|
+
kind: literal
|
|
131
|
+
label: Diameter in Km
|
|
132
|
+
range: integer
|
|
133
|
+
rdfProp: voc:diameter
|
|
134
|
+
episodeId:
|
|
135
|
+
descr: Sequential number of a Film within its series
|
|
136
|
+
kind: literal
|
|
137
|
+
label: episode id
|
|
138
|
+
range: integer
|
|
139
|
+
rdfProp: voc:episodeId
|
|
140
|
+
eyeColor:
|
|
141
|
+
descr: Eye colour of character (one) or species (many). Including Droid eyes,
|
|
142
|
+
such as R2-D2's red eye!
|
|
143
|
+
kind: literal
|
|
144
|
+
max: inf
|
|
145
|
+
range: string
|
|
146
|
+
rdfProp: voc:eyeColor
|
|
147
|
+
film:
|
|
148
|
+
descr: Star Wars Films that a character, planet, species, starship or vehicle
|
|
149
|
+
appeared in (multiple). The Film involved in a FilmRole or AwardRecognition
|
|
150
|
+
(single)
|
|
151
|
+
kind: object
|
|
152
|
+
max: inf
|
|
153
|
+
range: Film
|
|
154
|
+
rdfProp: voc:film
|
|
155
|
+
forWork:
|
|
156
|
+
descr: "Work (film) that the award recognition is for, as a string. \nIf the Film\
|
|
157
|
+
\ is from the Star Wars universe then we also record it as an object (voc:film\
|
|
158
|
+
\ property)"
|
|
159
|
+
kind: literal
|
|
160
|
+
label: work recognized for
|
|
161
|
+
range: string
|
|
162
|
+
rdfProp: voc:forWork
|
|
163
|
+
friend:
|
|
164
|
+
kind: object
|
|
165
|
+
max: inf
|
|
166
|
+
range: Character
|
|
167
|
+
rdfProp: voc:friend
|
|
168
|
+
gender:
|
|
169
|
+
descr: Gender/sex of character or real person
|
|
170
|
+
kind: literal
|
|
171
|
+
label: Gender
|
|
172
|
+
range: string
|
|
173
|
+
rdfProp: voc:gender
|
|
174
|
+
gravity:
|
|
175
|
+
kind: literal
|
|
176
|
+
label: Gravitational pressure m/s squared
|
|
177
|
+
range: string
|
|
178
|
+
rdfProp: voc:gravity
|
|
179
|
+
hairColor:
|
|
180
|
+
descr: Hair colour of character (one) or Species (many)
|
|
181
|
+
kind: literal
|
|
182
|
+
max: inf
|
|
183
|
+
range: string
|
|
184
|
+
rdfProp: voc:hairColor
|
|
185
|
+
height:
|
|
186
|
+
kind: literal
|
|
187
|
+
label: Height in meters
|
|
188
|
+
range: decimal
|
|
189
|
+
rdfProp: voc:height
|
|
190
|
+
homeworld:
|
|
191
|
+
descr: Character's home world (planet)
|
|
192
|
+
kind: object
|
|
193
|
+
label: Home world
|
|
194
|
+
range: Planet
|
|
195
|
+
rdfProp: voc:homeworld
|
|
196
|
+
hyperdriveRating:
|
|
197
|
+
descr: The class of this starship's hyper-drive
|
|
198
|
+
kind: literal
|
|
199
|
+
range: decimal
|
|
200
|
+
rdfProp: voc:hyperdriveRating
|
|
201
|
+
image:
|
|
202
|
+
descr: Image/logo of Film, Person or Character
|
|
203
|
+
kind: object
|
|
204
|
+
label: image
|
|
205
|
+
max: inf
|
|
206
|
+
range: iri
|
|
207
|
+
rdfProp: voc:image
|
|
208
|
+
language:
|
|
209
|
+
descr: Species language
|
|
210
|
+
kind: literal
|
|
211
|
+
range: string
|
|
212
|
+
rdfProp: voc:language
|
|
213
|
+
length:
|
|
214
|
+
descr: Length of starship/vehicle in meters
|
|
215
|
+
kind: literal
|
|
216
|
+
range: decimal
|
|
217
|
+
rdfProp: voc:length
|
|
218
|
+
location:
|
|
219
|
+
descr: Location of Film shooting or FilmRelease
|
|
220
|
+
kind: object
|
|
221
|
+
label: Location
|
|
222
|
+
max: inf
|
|
223
|
+
range: LocationInterface
|
|
224
|
+
rdfProp: voc:location
|
|
225
|
+
manufacturer:
|
|
226
|
+
descr: Manufacturer of this starship/vehicle. Comma separated if more than one
|
|
227
|
+
kind: literal
|
|
228
|
+
range: string
|
|
229
|
+
rdfProp: voc:manufacturer
|
|
230
|
+
mass:
|
|
231
|
+
kind: literal
|
|
232
|
+
label: Mass in kg
|
|
233
|
+
range: decimal
|
|
234
|
+
rdfProp: voc:mass
|
|
235
|
+
maxAtmospheringSpeed:
|
|
236
|
+
descr: Maximum speed of starship/vehicle in the atmosphere (km/hour). Missing
|
|
237
|
+
if this starship is incapable of atmospheric flight
|
|
238
|
+
kind: literal
|
|
239
|
+
range: integer
|
|
240
|
+
rdfProp: voc:maxAtmospheringSpeed
|
|
241
|
+
mglt:
|
|
242
|
+
kind: literal
|
|
243
|
+
label: The megalight per hour (abbreviated MGLT) was a unit used to measure the
|
|
244
|
+
relative sublight speed of starships in realspace. For example, the RZ-1 A-wing
|
|
245
|
+
interceptor was markedly faster 120 MGLT than the BTL-A4 Y-wing assault starfighter-bomber
|
|
246
|
+
70 MGLT
|
|
247
|
+
range: integer
|
|
248
|
+
rdfProp: voc:mglt
|
|
249
|
+
model:
|
|
250
|
+
descr: Model or official name of starship/vehicle. Such as "T-65 X-wing" or "DS-1
|
|
251
|
+
Orbital Battle Station"
|
|
252
|
+
kind: literal
|
|
253
|
+
range: string
|
|
254
|
+
rdfProp: voc:model
|
|
255
|
+
openingCrawl:
|
|
256
|
+
descr: Opening Crawl or intro
|
|
257
|
+
kind: literal
|
|
258
|
+
range: string
|
|
259
|
+
rdfProp: voc:openingCrawl
|
|
260
|
+
orbitalPeriod:
|
|
261
|
+
kind: literal
|
|
262
|
+
label: Orbital period in days
|
|
263
|
+
range: integer
|
|
264
|
+
rdfProp: voc:orbitalPeriod
|
|
265
|
+
passengers:
|
|
266
|
+
kind: literal
|
|
267
|
+
label: Total number of passengers
|
|
268
|
+
range: integer
|
|
269
|
+
rdfProp: voc:passengers
|
|
270
|
+
person:
|
|
271
|
+
descr: The Person playing a Role in a Film or recognized with an Award
|
|
272
|
+
kind: object
|
|
273
|
+
label: person
|
|
274
|
+
range: Person
|
|
275
|
+
rdfProp: voc:person
|
|
276
|
+
pilot:
|
|
277
|
+
descr: Characters who piloted a starship or vehicle
|
|
278
|
+
kind: object
|
|
279
|
+
max: inf
|
|
280
|
+
range: Character
|
|
281
|
+
rdfProp: voc:pilot
|
|
282
|
+
planet:
|
|
283
|
+
descr: Planets of film or species
|
|
284
|
+
kind: object
|
|
285
|
+
max: inf
|
|
286
|
+
range: Planet
|
|
287
|
+
rdfProp: voc:planet
|
|
288
|
+
population:
|
|
289
|
+
kind: literal
|
|
290
|
+
range: integer
|
|
291
|
+
rdfProp: voc:population
|
|
292
|
+
primaryFunction:
|
|
293
|
+
descr: Droid's primary function
|
|
294
|
+
kind: literal
|
|
295
|
+
range: string
|
|
296
|
+
rdfProp: voc:primaryFunction
|
|
297
|
+
rdf:type:
|
|
298
|
+
kind: object
|
|
299
|
+
label: Character's species
|
|
300
|
+
range: Species
|
|
301
|
+
rdfProp: rdf:type
|
|
302
|
+
rdfs:label:
|
|
303
|
+
kind: literal
|
|
304
|
+
label: name
|
|
305
|
+
range: string
|
|
306
|
+
rdfProp: rdfs:label
|
|
307
|
+
min: 1
|
|
308
|
+
releaseDate:
|
|
309
|
+
descr: Release date of a FilmRelease (in a location), earliest release date of
|
|
310
|
+
Film, or date/year of award recognition
|
|
311
|
+
kind: literal
|
|
312
|
+
label: Date
|
|
313
|
+
range: date
|
|
314
|
+
rdfProp: voc:releaseDate
|
|
315
|
+
resident:
|
|
316
|
+
descr: Characters which are resident on the planet
|
|
317
|
+
kind: object
|
|
318
|
+
max: inf
|
|
319
|
+
range: Character
|
|
320
|
+
rdfProp: voc:resident
|
|
321
|
+
residentOf:
|
|
322
|
+
descr: Location of residence
|
|
323
|
+
kind: object
|
|
324
|
+
label: resident of
|
|
325
|
+
max: inf
|
|
326
|
+
range: LocationInterface
|
|
327
|
+
rdfProp: voc:residentOf
|
|
328
|
+
returnOnInvestment:
|
|
329
|
+
descr: 'Film ROI as the ratio: box office / cost'
|
|
330
|
+
kind: literal
|
|
331
|
+
label: return on investment
|
|
332
|
+
range: decimal
|
|
333
|
+
rdfProp: voc:returnOnInvestment
|
|
334
|
+
role:
|
|
335
|
+
descr: The Role of a person in a Film. May be general (eg "director") or character-related
|
|
336
|
+
(eg "cast member", "voice actor")
|
|
337
|
+
kind: literal
|
|
338
|
+
label: role
|
|
339
|
+
range: string
|
|
340
|
+
rdfProp: voc:role
|
|
341
|
+
rotationPeriod:
|
|
342
|
+
kind: literal
|
|
343
|
+
label: Rotation period in hours
|
|
344
|
+
range: integer
|
|
345
|
+
rdfProp: voc:rotationPeriod
|
|
346
|
+
skinColor:
|
|
347
|
+
descr: 'Skin color of character (one) or species (multiple) '
|
|
348
|
+
kind: literal
|
|
349
|
+
max: inf
|
|
350
|
+
range: string
|
|
351
|
+
rdfProp: voc:skinColor
|
|
352
|
+
starship:
|
|
353
|
+
kind: object
|
|
354
|
+
label: Starships in film or piloted by character
|
|
355
|
+
max: inf
|
|
356
|
+
range: Starship
|
|
357
|
+
rdfProp: voc:starship
|
|
358
|
+
starshipClass:
|
|
359
|
+
descr: The class of this starship, such as "Starfighter" or "Deep Space Mobile
|
|
360
|
+
Battlestation"
|
|
361
|
+
kind: literal
|
|
362
|
+
range: string
|
|
363
|
+
rdfProp: voc:starshipClass
|
|
364
|
+
surfaceWater:
|
|
365
|
+
kind: literal
|
|
366
|
+
label: Surface water in percent
|
|
367
|
+
range: decimal
|
|
368
|
+
rdfProp: voc:surfaceWater
|
|
369
|
+
terrain:
|
|
370
|
+
kind: literal
|
|
371
|
+
label: Planets terrain
|
|
372
|
+
range: string
|
|
373
|
+
rdfProp: voc:terrain
|
|
374
|
+
vehicle:
|
|
375
|
+
descr: Vehicles in film or driven by character
|
|
376
|
+
kind: object
|
|
377
|
+
max: inf
|
|
378
|
+
range: Vehicle
|
|
379
|
+
rdfProp: voc:vehicle
|
|
380
|
+
vehicleClass:
|
|
381
|
+
kind: literal
|
|
382
|
+
label: Vehicle class
|
|
383
|
+
range: string
|
|
384
|
+
rdfProp: voc:vehicleClass
|
|
385
|
+
wikidataLink:
|
|
386
|
+
descr: "Link to Wikidata entity or statement. \nFor Person, FilmRole, Award, AwardRecognition\
|
|
387
|
+
\ we use the Wikidata link also as semantic node URL"
|
|
388
|
+
kind: object
|
|
389
|
+
label: wikidata link
|
|
390
|
+
range: iri
|
|
391
|
+
rdfProp: voc:wikidataLink
|
|
392
|
+
objects:
|
|
393
|
+
Aleena:
|
|
394
|
+
descr: Aleena species
|
|
395
|
+
inherits: Character
|
|
396
|
+
label: Aleena
|
|
397
|
+
type: voc:Aleena
|
|
398
|
+
Award:
|
|
399
|
+
descr: An Academy Award (so-called Oscar)
|
|
400
|
+
inherits: HasWikidataLinkInterface
|
|
401
|
+
label: Award
|
|
402
|
+
name: rdfs:label
|
|
403
|
+
props:
|
|
404
|
+
rdfs:label: {}
|
|
405
|
+
awardRecognition: {descr: "Recognitions granted for this award", max: inf, range: AwardRecognition, inverseAlias: award, rangeCheck: true}
|
|
406
|
+
type: voc:Award
|
|
407
|
+
AwardRecognition:
|
|
408
|
+
descr: Recognition of a Person/Film with an Academy Award (so-called Oscar)
|
|
409
|
+
inherits: HasWikidataLinkInterface
|
|
410
|
+
label: Award Recognition
|
|
411
|
+
props:
|
|
412
|
+
award: {}
|
|
413
|
+
awardDate: {}
|
|
414
|
+
awardStatus: {}
|
|
415
|
+
film: {max: 1}
|
|
416
|
+
forWork: {}
|
|
417
|
+
person: {max: inf}
|
|
418
|
+
type: voc:AwardRecognition
|
|
419
|
+
Besalisk:
|
|
420
|
+
descr: Besalisk species
|
|
421
|
+
inherits: Character
|
|
422
|
+
label: Besalisk
|
|
423
|
+
type: voc:Besalisk
|
|
424
|
+
Cerean:
|
|
425
|
+
descr: Cerean species
|
|
426
|
+
inherits: Character
|
|
427
|
+
label: Cerean
|
|
428
|
+
type: voc:Cerean
|
|
429
|
+
Chagrian:
|
|
430
|
+
descr: Chagrian species
|
|
431
|
+
inherits: Character
|
|
432
|
+
label: Chagrian
|
|
433
|
+
type: voc:Chagrian
|
|
434
|
+
Character:
|
|
435
|
+
descr: Abstract superclass of Character. A character in a Star Wars film. Each instance also has type corresponding
|
|
436
|
+
to its species
|
|
437
|
+
inherits: HasWikidataLinkInterface
|
|
438
|
+
kind: abstract
|
|
439
|
+
name: rdfs:label
|
|
440
|
+
props:
|
|
441
|
+
birthYear: {}
|
|
442
|
+
desc: {}
|
|
443
|
+
eyeColor: {}
|
|
444
|
+
film: {}
|
|
445
|
+
gender: {}
|
|
446
|
+
hairColor: {}
|
|
447
|
+
height: {}
|
|
448
|
+
homeworld: {}
|
|
449
|
+
image: {}
|
|
450
|
+
mass: {}
|
|
451
|
+
species: {label: "Character's species", range: Species, rdfProp: "rdf:type", rangeCheck: true}
|
|
452
|
+
rdfs:label: {}
|
|
453
|
+
skinColor: {}
|
|
454
|
+
starship: {}
|
|
455
|
+
vehicle: {}
|
|
456
|
+
role: {descr: "Film roles associated with this character", max: inf, range: FilmRole, inverseAlias: character, rangeCheck: true}
|
|
457
|
+
Clawdite:
|
|
458
|
+
descr: Clawdite species
|
|
459
|
+
inherits: Character
|
|
460
|
+
label: Clawdite
|
|
461
|
+
type: voc:Clawdite
|
|
462
|
+
Country:
|
|
463
|
+
descr: Political state, nation or territory
|
|
464
|
+
inherits: LocationInterface
|
|
465
|
+
label: Country
|
|
466
|
+
name: rdfs:label
|
|
467
|
+
props:
|
|
468
|
+
rdfs:label: {}
|
|
469
|
+
location: {descr: "Locations in this country", max: inf, range: Location, inverseAlias: country, rangeCheck: true}
|
|
470
|
+
citizen: {descr: "Citizens of country", max: inf, range: Person, inverseAlias: citizenOf, rangeCheck: true}
|
|
471
|
+
type: voc:Country
|
|
472
|
+
Droid:
|
|
473
|
+
descr: A droid is a fictional robot possessing some degree of artificial intelligence
|
|
474
|
+
in the Star Wars science fiction franchise. Coined by special effects artist
|
|
475
|
+
John Stears, the term is a clipped form of "android", a word originally reserved
|
|
476
|
+
for robots designed to look and act like a human. Has been a registered trademark
|
|
477
|
+
of Lucasfilm Ltd since 1977. Droid species
|
|
478
|
+
inherits: Character
|
|
479
|
+
label: Droid
|
|
480
|
+
props:
|
|
481
|
+
primaryFunction: {}
|
|
482
|
+
type: voc:Droid
|
|
483
|
+
Dug:
|
|
484
|
+
descr: Dug species
|
|
485
|
+
inherits: Character
|
|
486
|
+
label: Dug
|
|
487
|
+
type: voc:Dug
|
|
488
|
+
Ewok:
|
|
489
|
+
descr: 'Ewok species. Ewoks are a fictional race of small, mammaloid bipeds that
|
|
490
|
+
appear in the Star Wars universe. They are hunter-gatherers resembling teddy
|
|
491
|
+
bears that inhabit the forest moon of Endor and live in various arboreal huts
|
|
492
|
+
and other simple dwellings. They first appeared in the 1983 film Return of the
|
|
493
|
+
Jedi and have since appeared in two made-for-television films, Caravan of Courage:
|
|
494
|
+
An Ewok Adventure (1984) and Ewoks: The Battle for Endor (1985), as well as
|
|
495
|
+
a short-lived animated series and several books and games'
|
|
496
|
+
inherits: Character
|
|
497
|
+
label: Ewok
|
|
498
|
+
type: voc:Ewok
|
|
499
|
+
Film:
|
|
500
|
+
descr: Star Wars is an American epic space-opera media franchise created by George
|
|
501
|
+
Lucas. The franchise began with the eponymous 1977 film and quickly became a
|
|
502
|
+
worldwide pop-culture phenomenon, with many more films
|
|
503
|
+
inherits: HasWikidataLinkInterface
|
|
504
|
+
label: Film
|
|
505
|
+
name: rdfs:label
|
|
506
|
+
props:
|
|
507
|
+
boxOffice: {}
|
|
508
|
+
character: {}
|
|
509
|
+
cost: {}
|
|
510
|
+
desc: {}
|
|
511
|
+
episodeId: {}
|
|
512
|
+
image: {}
|
|
513
|
+
location: {}
|
|
514
|
+
openingCrawl: {}
|
|
515
|
+
planet: {}
|
|
516
|
+
rdfs:label: {}
|
|
517
|
+
releaseDate: {}
|
|
518
|
+
returnOnInvestment: {}
|
|
519
|
+
starship: {}
|
|
520
|
+
vehicle: {}
|
|
521
|
+
awardRecognition: {descr: "Awards of the film", max: inf, range: AwardRecognition, inverseAlias: film, rangeCheck: true}
|
|
522
|
+
release: {descr: "Releases of the film", max: inf, range: FilmRelease, inverseAlias: film, rangeCheck: true}
|
|
523
|
+
role: {descr: "Roles associated with the film", max: inf, range: FilmRole, inverseAlias: film, rangeCheck: true}
|
|
524
|
+
type: voc:Film
|
|
525
|
+
FilmRelease:
|
|
526
|
+
descr: Release of a film. Has releaseDate (mandatory) and Location (multiple optional)
|
|
527
|
+
inherits: HasWikidataLinkInterface
|
|
528
|
+
label: Film Release
|
|
529
|
+
props:
|
|
530
|
+
film: {max: 1}
|
|
531
|
+
location: {}
|
|
532
|
+
rdfs:label: {}
|
|
533
|
+
releaseDate: {}
|
|
534
|
+
type: voc:FilmRelease
|
|
535
|
+
FilmRole:
|
|
536
|
+
descr: Relation of Person having some "role" in a Film, either generic or related
|
|
537
|
+
to a Character
|
|
538
|
+
inherits: HasWikidataLinkInterface
|
|
539
|
+
label: Film Role
|
|
540
|
+
props:
|
|
541
|
+
character: {}
|
|
542
|
+
film: {max: 1}
|
|
543
|
+
person: {}
|
|
544
|
+
role: {}
|
|
545
|
+
type: voc:FilmRole
|
|
546
|
+
Geonosian:
|
|
547
|
+
descr: Geonosian species
|
|
548
|
+
inherits: Character
|
|
549
|
+
label: Geonosian
|
|
550
|
+
type: voc:Geonosian
|
|
551
|
+
Gungan:
|
|
552
|
+
descr: Gungan species
|
|
553
|
+
inherits: Character
|
|
554
|
+
label: Gungan
|
|
555
|
+
type: voc:Gungan
|
|
556
|
+
HasWikidataLink:
|
|
557
|
+
descr: Object that has a link to Wikidata and at least some of its info come from
|
|
558
|
+
Wikidata
|
|
559
|
+
inherits: HasWikidataLinkInterface
|
|
560
|
+
label: Has Wikidata Link
|
|
561
|
+
type: voc:HasWikidataLink
|
|
562
|
+
HasWikidataLinkInterface:
|
|
563
|
+
descr: Abstract superclass of HasWikidataLink
|
|
564
|
+
kind: abstract
|
|
565
|
+
props:
|
|
566
|
+
wikidataLink: {}
|
|
567
|
+
Human:
|
|
568
|
+
descr: Human species. Modern humans (Homo sapiens, primarily ssp. Homo sapiens
|
|
569
|
+
sapiens) are the only extant members of the subtribe Hominina, a branch of the
|
|
570
|
+
tribe Hominini belonging to the family of great apes. They are characterized
|
|
571
|
+
by erect posture and bipedal locomotion; high manual dexterity and heavy tool
|
|
572
|
+
use compared to other animals; and a general trend toward larger, more complex
|
|
573
|
+
brains and societies
|
|
574
|
+
inherits: Character
|
|
575
|
+
label: Human
|
|
576
|
+
props:
|
|
577
|
+
friend: {}
|
|
578
|
+
type: voc:Human
|
|
579
|
+
Hutt:
|
|
580
|
+
descr: 'Hutt species. The Hutts are a fictional alien race in the Star Wars universe.
|
|
581
|
+
They appear in The Phantom Menace, Return of the Jedi and The Clone Wars, as
|
|
582
|
+
well as the special edition release of a New Hope. They also appear in various
|
|
583
|
+
Star Wars games, including those based on the movies, and the Knights of the
|
|
584
|
+
Old Republic series. None of these are very friendly and all are criminally
|
|
585
|
+
involved.1 In the comic book series Tales of the Jedi: Golden Age of the Sith
|
|
586
|
+
and Tales of the Jedi: The Fall of the Sith Empire, however, there is a Hutt
|
|
587
|
+
character named Aarrba who is sympathetic to the main characters, Gav and Jori
|
|
588
|
+
Daragon'
|
|
589
|
+
inherits: Character
|
|
590
|
+
label: Hutt
|
|
591
|
+
type: voc:Hutt
|
|
592
|
+
Iktotchi:
|
|
593
|
+
descr: Iktotchi species
|
|
594
|
+
inherits: Character
|
|
595
|
+
label: Iktotchi
|
|
596
|
+
type: voc:Iktotchi
|
|
597
|
+
Kaleesh:
|
|
598
|
+
descr: Kaleesh species
|
|
599
|
+
inherits: Character
|
|
600
|
+
label: Kaleesh
|
|
601
|
+
type: voc:Kaleesh
|
|
602
|
+
Kaminoan:
|
|
603
|
+
descr: Kaminoan species
|
|
604
|
+
inherits: Character
|
|
605
|
+
label: Kaminoan
|
|
606
|
+
type: voc:Kaminoan
|
|
607
|
+
Keldor:
|
|
608
|
+
descr: Keldor species
|
|
609
|
+
inherits: Character
|
|
610
|
+
label: Keldor
|
|
611
|
+
type: voc:Keldor
|
|
612
|
+
Location:
|
|
613
|
+
descr: |-
|
|
614
|
+
A real-world place: country, state/province/region, city/town/village.
|
|
615
|
+
For person birth places, could be something more exotic, eg a hospital, ocean, or airline flight
|
|
616
|
+
inherits: LocationInterface
|
|
617
|
+
label: Location
|
|
618
|
+
type: voc:Location
|
|
619
|
+
LocationInterface:
|
|
620
|
+
descr: Abstract superclass of Location
|
|
621
|
+
inherits: HasWikidataLinkInterface
|
|
622
|
+
kind: abstract
|
|
623
|
+
name: rdfs:label
|
|
624
|
+
props:
|
|
625
|
+
country: {}
|
|
626
|
+
rdfs:label: {}
|
|
627
|
+
film: {descr: "Films shot at location", max: inf, range: Film, inverseAlias: location, rangeCheck: true}
|
|
628
|
+
release: {descr: "Film Releases at location", max: inf, range: FilmRelease, inverseAlias: location, rangeCheck: true}
|
|
629
|
+
personBorn: {descr: "Persons born at this location", max: inf, range: Person, inverseAlias: birthPlace, rangeCheck: true}
|
|
630
|
+
resident: {descr: "Persons resident at this location", max: inf, range: Person, inverseAlias: residentOf, rangeCheck: true}
|
|
631
|
+
Mirialan:
|
|
632
|
+
descr: Mirialan species
|
|
633
|
+
inherits: Character
|
|
634
|
+
label: Mirialan
|
|
635
|
+
type: voc:Mirialan
|
|
636
|
+
Moncalamari:
|
|
637
|
+
descr: Moncalamari species
|
|
638
|
+
inherits: Character
|
|
639
|
+
label: Moncalamari
|
|
640
|
+
type: voc:Moncalamari
|
|
641
|
+
Muun:
|
|
642
|
+
descr: Muun species
|
|
643
|
+
inherits: Character
|
|
644
|
+
label: Muun
|
|
645
|
+
type: voc:Muun
|
|
646
|
+
Nautolan:
|
|
647
|
+
descr: Nautolan species
|
|
648
|
+
inherits: Character
|
|
649
|
+
label: Nautolan
|
|
650
|
+
type: voc:Nautolan
|
|
651
|
+
Neimodian:
|
|
652
|
+
descr: Neimodian species
|
|
653
|
+
inherits: Character
|
|
654
|
+
label: Neimodian
|
|
655
|
+
type: voc:Neimodian
|
|
656
|
+
Pauan:
|
|
657
|
+
descr: Pauan species
|
|
658
|
+
inherits: Character
|
|
659
|
+
label: Pauan
|
|
660
|
+
type: voc:Pauan
|
|
661
|
+
Person:
|
|
662
|
+
descr: Real person related to a Star Wars film
|
|
663
|
+
inherits: HasWikidataLinkInterface
|
|
664
|
+
label: Person
|
|
665
|
+
name: rdfs:label
|
|
666
|
+
props:
|
|
667
|
+
birthDate: {}
|
|
668
|
+
birthPlace: {}
|
|
669
|
+
citizenOf: {}
|
|
670
|
+
desc: {}
|
|
671
|
+
gender: {}
|
|
672
|
+
image: {}
|
|
673
|
+
rdfs:label: {}
|
|
674
|
+
residentOf: {}
|
|
675
|
+
awardRecognition: {descr: "Awards of the person", max: inf, range: AwardRecognition, inverseAlias: person, rangeCheck: true}
|
|
676
|
+
role: {descr: "Film roles of person", max: inf, range: FilmRole, inverseAlias: person, rangeCheck: true}
|
|
677
|
+
type: voc:Person
|
|
678
|
+
Planet:
|
|
679
|
+
descr: The fictional universe of the Star Wars franchise features multiple planets
|
|
680
|
+
and moons
|
|
681
|
+
label: Planet
|
|
682
|
+
name: rdfs:label
|
|
683
|
+
props:
|
|
684
|
+
climate: {}
|
|
685
|
+
desc: {}
|
|
686
|
+
diameter: {}
|
|
687
|
+
film: {}
|
|
688
|
+
gravity: {}
|
|
689
|
+
orbitalPeriod: {}
|
|
690
|
+
population: {}
|
|
691
|
+
rdfs:label: {}
|
|
692
|
+
resident: {}
|
|
693
|
+
rotationPeriod: {}
|
|
694
|
+
surfaceWater: {}
|
|
695
|
+
terrain: {}
|
|
696
|
+
type: voc:Planet
|
|
697
|
+
Quermian:
|
|
698
|
+
descr: Quermian species
|
|
699
|
+
inherits: Character
|
|
700
|
+
label: Quermian
|
|
701
|
+
type: voc:Quermian
|
|
702
|
+
Rodian:
|
|
703
|
+
descr: Rodian species
|
|
704
|
+
inherits: Character
|
|
705
|
+
label: Rodian
|
|
706
|
+
type: voc:Rodian
|
|
707
|
+
Skakoan:
|
|
708
|
+
descr: Skakoan species
|
|
709
|
+
inherits: Character
|
|
710
|
+
label: Skakoan
|
|
711
|
+
type: voc:Skakoan
|
|
712
|
+
Species:
|
|
713
|
+
descr: 'A group of living organisms consisting of similar individuals capable
|
|
714
|
+
of exchanging genes or interbreeding. Meta-class: has individual species as
|
|
715
|
+
instances'
|
|
716
|
+
inherits: rdfs:ClassInterface
|
|
717
|
+
label: Species
|
|
718
|
+
name: rdfs:label
|
|
719
|
+
props:
|
|
720
|
+
averageHeight: {}
|
|
721
|
+
averageLifespan: {}
|
|
722
|
+
character: {}
|
|
723
|
+
desc: {}
|
|
724
|
+
eyeColor: {}
|
|
725
|
+
film: {}
|
|
726
|
+
language: {}
|
|
727
|
+
planet: {}
|
|
728
|
+
rdfs:label: {}
|
|
729
|
+
skinColor: {}
|
|
730
|
+
type: voc:Species
|
|
731
|
+
Starship:
|
|
732
|
+
descr: Fictional Star Wars starship, or simply referred to as a ship, was a manned
|
|
733
|
+
vehicle used for travelling in real-space or hyperspace
|
|
734
|
+
label: Starship
|
|
735
|
+
name: rdfs:label
|
|
736
|
+
props:
|
|
737
|
+
cargoCapacity: {}
|
|
738
|
+
consumables: {}
|
|
739
|
+
costInCredits: {}
|
|
740
|
+
crew: {}
|
|
741
|
+
desc: {}
|
|
742
|
+
film: {}
|
|
743
|
+
hyperdriveRating: {}
|
|
744
|
+
length: {}
|
|
745
|
+
manufacturer: {}
|
|
746
|
+
maxAtmospheringSpeed: {}
|
|
747
|
+
mglt: {}
|
|
748
|
+
model: {}
|
|
749
|
+
passengers: {}
|
|
750
|
+
pilot: {}
|
|
751
|
+
rdfs:label: {}
|
|
752
|
+
starshipClass: {}
|
|
753
|
+
type: voc:Starship
|
|
754
|
+
Sullustan:
|
|
755
|
+
descr: Sullustan species
|
|
756
|
+
inherits: Character
|
|
757
|
+
label: Sullustan
|
|
758
|
+
type: voc:Sullustan
|
|
759
|
+
Tholothian:
|
|
760
|
+
descr: Tholothian species
|
|
761
|
+
inherits: Character
|
|
762
|
+
label: Tholothian
|
|
763
|
+
type: voc:Tholothian
|
|
764
|
+
Togruta:
|
|
765
|
+
descr: Togruta species
|
|
766
|
+
inherits: Character
|
|
767
|
+
label: Togruta
|
|
768
|
+
type: voc:Togruta
|
|
769
|
+
Toong:
|
|
770
|
+
descr: Toong species
|
|
771
|
+
inherits: Character
|
|
772
|
+
label: Toong
|
|
773
|
+
type: voc:Toong
|
|
774
|
+
Toydarian:
|
|
775
|
+
descr: Toydarian species
|
|
776
|
+
inherits: Character
|
|
777
|
+
label: Toydarian
|
|
778
|
+
type: voc:Toydarian
|
|
779
|
+
Trandoshan:
|
|
780
|
+
descr: Trandoshan species
|
|
781
|
+
inherits: Character
|
|
782
|
+
label: Trandoshan
|
|
783
|
+
type: voc:Trandoshan
|
|
784
|
+
Twilek:
|
|
785
|
+
descr: Twilek species
|
|
786
|
+
inherits: Character
|
|
787
|
+
label: Twilek
|
|
788
|
+
type: voc:Twilek
|
|
789
|
+
Umbaran:
|
|
790
|
+
descr: Umbaran species
|
|
791
|
+
inherits: Character
|
|
792
|
+
label: Umbaran
|
|
793
|
+
type: voc:Umbaran
|
|
794
|
+
Vehicle:
|
|
795
|
+
descr: Fictional Star Wars terrestrial vehicles, including armoured fighting vehicles,
|
|
796
|
+
military aircraft, and naval ships
|
|
797
|
+
label: Vehicle
|
|
798
|
+
name: rdfs:label
|
|
799
|
+
props:
|
|
800
|
+
cargoCapacity: {}
|
|
801
|
+
consumables: {}
|
|
802
|
+
costInCredits: {}
|
|
803
|
+
crew: {}
|
|
804
|
+
desc: {}
|
|
805
|
+
film: {}
|
|
806
|
+
length: {}
|
|
807
|
+
manufacturer: {}
|
|
808
|
+
maxAtmospheringSpeed: {}
|
|
809
|
+
model: {}
|
|
810
|
+
passengers: {}
|
|
811
|
+
pilot: {}
|
|
812
|
+
rdfs:label: {}
|
|
813
|
+
vehicleClass: {}
|
|
814
|
+
type: voc:Vehicle
|
|
815
|
+
Vulptereen:
|
|
816
|
+
descr: Vulptereen species
|
|
817
|
+
inherits: Character
|
|
818
|
+
label: Vulptereen
|
|
819
|
+
type: voc:Vulptereen
|
|
820
|
+
Wookiee:
|
|
821
|
+
descr: 'Wookiee species. Wookiees are a fictional species of intelligent bipeds
|
|
822
|
+
from the planet Kashyyyk in the Star Wars universe. They are taller, stronger,
|
|
823
|
+
and hairier than humans and most (if not all) other humanoid species. The most
|
|
824
|
+
notable Wookiee is Chewbacca, the copilot of Han Solo, who first appeared in
|
|
825
|
+
the 1977 film Star Wars Episode IV: a New Hope'
|
|
826
|
+
inherits: Character
|
|
827
|
+
label: Wookiee
|
|
828
|
+
type: voc:Wookiee
|
|
829
|
+
Xexto:
|
|
830
|
+
descr: Xexto species
|
|
831
|
+
inherits: Character
|
|
832
|
+
label: Xexto
|
|
833
|
+
type: voc:Xexto
|
|
834
|
+
Yodasspecies:
|
|
835
|
+
descr: Yodasspecies species
|
|
836
|
+
inherits: Character
|
|
837
|
+
label: Yodasspecies
|
|
838
|
+
type: voc:Yodasspecies
|
|
839
|
+
Zabrak:
|
|
840
|
+
descr: Zabrak species
|
|
841
|
+
inherits: Character
|
|
842
|
+
label: Zabrak
|
|
843
|
+
type: voc:Zabrak
|
|
844
|
+
rdfs:Class:
|
|
845
|
+
inherits: rdfs:ClassInterface
|
|
846
|
+
type: rdfs:Class
|
|
847
|
+
rdfs:ClassInterface:
|
|
848
|
+
descr: Abstract superclass of rdfs:Class
|
|
849
|
+
kind: abstract
|
|
850
|
+
|
|
851
|
+
rbac:
|
|
852
|
+
roles:
|
|
853
|
+
Admin:
|
|
854
|
+
description: "Administrator role, can read, write and delete objects"
|
|
855
|
+
actions: [
|
|
856
|
+
"*/*/*"
|
|
857
|
+
]
|