generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathNoeliaGarrido-x150294.txt
576 lines (564 loc) · 23.8 KB
/
NoeliaGarrido-x150294.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
Assignment 3
------------------------------------------------------------------------------------------
1. Get all the properties that can be applied to instances of the Politician class (<http://dbpedia.org/ontology/Politician>)
*************************************************
select distinct ?politician
where{
?x a <http://dbpedia.org/ontology/Politician> .
?x ?politician ?z
}
LIMIT 100
*************************************************
RESULT:
politician
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/2000/01/rdf-schema#label
http://www.w3.org/2000/01/rdf-schema#comment
http://es.dbpedia.org/property/dead
http://es.dbpedia.org/property/enelcargo
http://es.dbpedia.org/property/equipoDebut
http://es.dbpedia.org/property/equipoRetiro
http://es.dbpedia.org/property/fortuna
http://es.dbpedia.org/property/oponentes
http://es.dbpedia.org/property/relaciones
http://es.dbpedia.org/property/retiro
http://www.w3.org/ns/prov#wasDerivedFrom
http://www.w3.org/2002/07/owl#sameAs
http://purl.org/dc/terms/subject
http://dbpedia.org/ontology/thumbnail
http://xmlns.com/foaf/0.1/depiction
http://es.dbpedia.org/property/3data
http://es.dbpedia.org/property/abreviaturaBot
http://es.dbpedia.org/property/afiliaciones
http://es.dbpedia.org/property/almaMater
http://es.dbpedia.org/property/almaMáter
http://es.dbpedia.org/property/almamater
http://es.dbpedia.org/property/almamáter
http://es.dbpedia.org/property/altura
http://es.dbpedia.org/property/ancho
http://es.dbpedia.org/property/apellido
http://es.dbpedia.org/property/apellidos
http://es.dbpedia.org/property/apellidosEditor
http://es.dbpedia.org/property/apodo
http://es.dbpedia.org/property/autor
http://es.dbpedia.org/property/año
http://es.dbpedia.org/property/añoacceso
http://es.dbpedia.org/property/capítulo
http://es.dbpedia.org/property/cargo
http://es.dbpedia.org/property/cita
http://es.dbpedia.org/property/conflictos
http://es.dbpedia.org/property/cónyuge
http://es.dbpedia.org/property/deporte
http://es.dbpedia.org/property/dirección
http://es.dbpedia.org/property/distrito
http://es.dbpedia.org/property/doi
http://es.dbpedia.org/property/edición
http://es.dbpedia.org/property/editor
http://es.dbpedia.org/property/editorial
http://es.dbpedia.org/property/embajadorde
http://es.dbpedia.org/property/enciclopedia
http://es.dbpedia.org/property/enlaceEditor
http://es.dbpedia.org/property/enlaceautor
http://es.dbpedia.org/property/escudo
http://es.dbpedia.org/property/facebook
http://es.dbpedia.org/property/fecha
http://es.dbpedia.org/property/fechaDeFallecimiento
http://es.dbpedia.org/property/fechaDeNacimiento
http://es.dbpedia.org/property/fechaacceso
http://es.dbpedia.org/property/fechaarchivo
http://es.dbpedia.org/property/fechamuerte
http://es.dbpedia.org/property/fechanac
http://es.dbpedia.org/property/final
http://es.dbpedia.org/property/firma
http://es.dbpedia.org/property/firmaTamaño
http://es.dbpedia.org/property/formato
http://es.dbpedia.org/property/foto
http://es.dbpedia.org/property/fórmula
http://es.dbpedia.org/property/gobernador
http://es.dbpedia.org/property/golesClubes
http://es.dbpedia.org/property/golesInternacional
http://es.dbpedia.org/property/hijos
http://es.dbpedia.org/property/id
http://es.dbpedia.org/property/idioma
http://es.dbpedia.org/property/imagen
http://es.dbpedia.org/property/inicio
http://es.dbpedia.org/property/isbn
http://es.dbpedia.org/property/issn
http://es.dbpedia.org/property/juntoa
http://es.dbpedia.org/property/lugar
http://es.dbpedia.org/property/lugarPublicación
http://es.dbpedia.org/property/lugarmuerte
http://es.dbpedia.org/property/lugarnac
http://es.dbpedia.org/property/monarca
http://es.dbpedia.org/property/nacionalidad
http://es.dbpedia.org/property/name
http://es.dbpedia.org/property/nombre
http://es.dbpedia.org/property/nombreDeNacimiento
http://es.dbpedia.org/property/nombreEditor
http://es.dbpedia.org/property/número
http://es.dbpedia.org/property/obra
http://es.dbpedia.org/property/oclc
http://es.dbpedia.org/property/ocupación
http://es.dbpedia.org/property/otros
http://es.dbpedia.org/property/padres
http://es.dbpedia.org/property/partido
http://es.dbpedia.org/property/partidoPolítico
http://es.dbpedia.org/property/partidos
http://es.dbpedia.org/property/país
http://es.dbpedia.org/property/período
http://es.dbpedia.org/property/pieDeImagen
http://es.dbpedia.org/property/pieimagen
http://es.dbpedia.org/property/posgrado
http://es.dbpedia.org/property/posición
http://es.dbpedia.org/property/posiciónTabla
------------------------------------------------------------------------------------------
2.Get all the properties, except rdf:type, that can be applied to instances of the Politician class
*************************************************
select distinct ?y
where {
?x a <http://dbpedia.org/ontology/Politician> .
?x ?y ?a
FILTER(?y != rdf:type)
}
LIMIT 100
*************************************************
RESULT:
y
http://www.w3.org/2000/01/rdf-schema#label
http://www.w3.org/2000/01/rdf-schema#comment
http://es.dbpedia.org/property/dead
http://es.dbpedia.org/property/enelcargo
http://es.dbpedia.org/property/equipoDebut
http://es.dbpedia.org/property/equipoRetiro
http://es.dbpedia.org/property/fortuna
http://es.dbpedia.org/property/oponentes
http://es.dbpedia.org/property/relaciones
http://es.dbpedia.org/property/retiro
http://www.w3.org/ns/prov#wasDerivedFrom
http://www.w3.org/2002/07/owl#sameAs
http://purl.org/dc/terms/subject
http://dbpedia.org/ontology/thumbnail
http://xmlns.com/foaf/0.1/depiction
http://es.dbpedia.org/property/3data
http://es.dbpedia.org/property/abreviaturaBot
http://es.dbpedia.org/property/afiliaciones
http://es.dbpedia.org/property/almaMater
http://es.dbpedia.org/property/almaMáter
http://es.dbpedia.org/property/almamater
http://es.dbpedia.org/property/almamáter
http://es.dbpedia.org/property/altura
http://es.dbpedia.org/property/ancho
http://es.dbpedia.org/property/apellido
http://es.dbpedia.org/property/apellidos
http://es.dbpedia.org/property/apellidosEditor
http://es.dbpedia.org/property/apodo
http://es.dbpedia.org/property/autor
http://es.dbpedia.org/property/año
http://es.dbpedia.org/property/añoacceso
http://es.dbpedia.org/property/capítulo
http://es.dbpedia.org/property/cargo
http://es.dbpedia.org/property/cita
http://es.dbpedia.org/property/conflictos
http://es.dbpedia.org/property/cónyuge
http://es.dbpedia.org/property/deporte
http://es.dbpedia.org/property/dirección
http://es.dbpedia.org/property/distrito
http://es.dbpedia.org/property/doi
http://es.dbpedia.org/property/edición
http://es.dbpedia.org/property/editor
http://es.dbpedia.org/property/editorial
http://es.dbpedia.org/property/embajadorde
http://es.dbpedia.org/property/enciclopedia
http://es.dbpedia.org/property/enlaceEditor
http://es.dbpedia.org/property/enlaceautor
http://es.dbpedia.org/property/escudo
http://es.dbpedia.org/property/facebook
http://es.dbpedia.org/property/fecha
http://es.dbpedia.org/property/fechaDeFallecimiento
http://es.dbpedia.org/property/fechaDeNacimiento
http://es.dbpedia.org/property/fechaacceso
http://es.dbpedia.org/property/fechaarchivo
http://es.dbpedia.org/property/fechamuerte
http://es.dbpedia.org/property/fechanac
http://es.dbpedia.org/property/final
http://es.dbpedia.org/property/firma
http://es.dbpedia.org/property/firmaTamaño
http://es.dbpedia.org/property/formato
http://es.dbpedia.org/property/foto
http://es.dbpedia.org/property/fórmula
http://es.dbpedia.org/property/gobernador
http://es.dbpedia.org/property/golesClubes
http://es.dbpedia.org/property/golesInternacional
http://es.dbpedia.org/property/hijos
http://es.dbpedia.org/property/id
http://es.dbpedia.org/property/idioma
http://es.dbpedia.org/property/imagen
http://es.dbpedia.org/property/inicio
http://es.dbpedia.org/property/isbn
http://es.dbpedia.org/property/issn
http://es.dbpedia.org/property/juntoa
http://es.dbpedia.org/property/lugar
http://es.dbpedia.org/property/lugarPublicación
http://es.dbpedia.org/property/lugarmuerte
http://es.dbpedia.org/property/lugarnac
http://es.dbpedia.org/property/monarca
http://es.dbpedia.org/property/nacionalidad
http://es.dbpedia.org/property/name
http://es.dbpedia.org/property/nombre
http://es.dbpedia.org/property/nombreDeNacimiento
http://es.dbpedia.org/property/nombreEditor
http://es.dbpedia.org/property/número
http://es.dbpedia.org/property/obra
http://es.dbpedia.org/property/oclc
http://es.dbpedia.org/property/ocupación
http://es.dbpedia.org/property/otros
http://es.dbpedia.org/property/padres
http://es.dbpedia.org/property/partido
http://es.dbpedia.org/property/partidoPolítico
http://es.dbpedia.org/property/partidos
http://es.dbpedia.org/property/país
http://es.dbpedia.org/property/período
http://es.dbpedia.org/property/pieDeImagen
http://es.dbpedia.org/property/pieimagen
http://es.dbpedia.org/property/posgrado
http://es.dbpedia.org/property/posición
http://es.dbpedia.org/property/posiciónTabla
http://es.dbpedia.org/property/pp
------------------------------------------------------------------------------------------
3.Which different values exist for the properties, except rdf:type, of the instances of the Politician class?
*************************************************
select distinct ?y
where {
?x a <http://dbpedia.org/ontology/Politician>.
?x ?politician ?y
FILTER( ?politician != rdf:type )
} LIMIT 100
*************************************************
RESULT:
y
"Marcia Alicia Fernández Piña"@es
"Argentina Rubiera"@es
"Francisco Pizano de Brigard"@es
"Gabriel Barceló"@es
"Gabriel Cruz"@es
"Guillermo Novara"@es
"Gustavo Oliva"@es
"Mario Alberto Dávila Delgado"@es
"Raquel Barajas"@es
"Rodrigo Hermosilla Gatica"@es
"Sergio Sepúlveda Corvalán"@es
"Albert Botran"@es
"Antoni Castellà"@es
"Benet Salellas"@es
"Clemente Agosto"@es
"Diego García de García Vilas"@es
"Gabriela Serra"@es
"Gian Nicola Berti"@es
"Ingrid Schemelensky"@es
"Isabel Muradàs"@es
"Jesús Gerardo Izquierdo Rojas"@es
"Meritxell Ruiz"@es
"Meritxell Serret"@es
"Miriam Prado Carrascal"@es
"Pablo Pérez Tremps"@es
"Roque Sevilla"@es
"Santiago Aparicio"@es
"Mieko Yoshimura"@es
"Abdelkader Taleb Omar"@es
"Abel Caballero"@es
"Abel Salinas Izaguirre"@es
"Abelardo Carrillo Zavala"@es
"Achille Occhetto"@es
"Ada de Caria"@es
"Adalbert Krieger Vasena"@es
"Adelardo López de Ayala"@es
"Agustín Basave Benítez"@es
"Agustín Edwards Mac-Clure"@es
"Ahmed Ben Bella"@es
"Alberto Alvarado Arámburo"@es
"Alberto Anaya"@es
"Alberto Begné Guerra"@es
"Alberto Carnevali"@es
"Alberto Fermín Zubiría"@es
"Alberto Icare"@es
"Alberto Oliart"@es
"Alberto Pandolfi Arbulú"@es
"Alberto Quintanilla"@es
"Alda Lazo Ríos"@es
"Alejandro Aguinaga"@es
"Alejandro Cervantes Delgado"@es
"Alejandro Chanona"@es
"Alejandro García-Huidobro"@es
"Alejandro González Yáñez"@es
"Alejandro Navarro"@es
"Alejandro Zapata Perogordo"@es
"Alexander Dubček"@es
"Alfonso Barrantes Lingán"@es
"Alfonso Corona del Rosal"@es
"Alfonso García-Gallo"@es
"Alfredo Baranda García"@es
"Alfredo Ferrero Diez Canseco"@es
"Alfredo Jaime Irujo"@es
"Alfredo Ovando Candía"@es
"Algirdas Brazauskas"@es
"Ali Hassan al-Mayid"@es
"Allan Wagner Tizón"@es
"Alonso de Vera y Aragón, el Tupí"@es
"Alonso de Vera y Aragón y Calderón"@es
"Amadeo Bordiga"@es
"Amin al-Husayni"@es
"Ana Mato"@es
"Ana Rosa Payán"@es
"Anastasio Bustamante"@es
"Andrés Galván Rivas"@es
"Andrés Townsend Ezcurra"@es
"Angélica Moya Marín"@es
"Anselmo Marini"@es
"Antolín Sánchez Presedo"@es
"Antoni Castells"@es
"Antonio Domínguez Ortiz"@es
"Antonio González y González"@es
"Antonio Martínez Báez"@es
"Antonio Muñoz Vera"@es
"Antonio Rodríguez San Juan"@es
"Antonio Rumeu de Armas"@es
"Antonio Vespucio Liberti"@es
"Antonio del Viso"@es
"Antton Karrera"@es
"Antón Cañellas"@es
"Aquileo Parra"@es
"Armando Calderón Sol"@es
"Armando Enríquez Flores"@es
"Arnoldo Ochoa González"@es
"Artemio Iglesias"@es
"Artemisia II de Caria"@es
"Arthur Dion Hanna"@es
"Arthur Griffith"@es
"Artur Bernardes"@es
"Arturo Escobar y Vega"@es
------------------------------------------------------------------------------------------
4.For each of the properties, except rdf:type, that can be applied to instances of the Politician class, which different values do they take in those instances?
*************************************************
select distinct ?politician ?y
where {
?x a <http://dbpedia.org/ontology/Politician>.
?x ?politician ?y
FILTER( ?politician != rdf:type )
}
LIMIT 100
*************************************************
RESULT:
politician y
http://www.w3.org/2000/01/rdf-schema#label "Marcia Alicia Fernández Piña"@es
http://www.w3.org/2000/01/rdf-schema#label "Argentina Rubiera"@es
http://www.w3.org/2000/01/rdf-schema#label "Francisco Pizano de Brigard"@es
http://www.w3.org/2000/01/rdf-schema#label "Gabriel Barceló"@es
http://www.w3.org/2000/01/rdf-schema#label "Gabriel Cruz"@es
http://www.w3.org/2000/01/rdf-schema#label "Guillermo Novara"@es
http://www.w3.org/2000/01/rdf-schema#label "Gustavo Oliva"@es
http://www.w3.org/2000/01/rdf-schema#label "Mario Alberto Dávila Delgado"@es
http://www.w3.org/2000/01/rdf-schema#label "Raquel Barajas"@es
http://www.w3.org/2000/01/rdf-schema#label "Rodrigo Hermosilla Gatica"@es
http://www.w3.org/2000/01/rdf-schema#label "Sergio Sepúlveda Corvalán"@es
http://www.w3.org/2000/01/rdf-schema#label "Albert Botran"@es
http://www.w3.org/2000/01/rdf-schema#label "Antoni Castellà"@es
http://www.w3.org/2000/01/rdf-schema#label "Benet Salellas"@es
http://www.w3.org/2000/01/rdf-schema#label "Clemente Agosto"@es
http://www.w3.org/2000/01/rdf-schema#label "Diego García de García Vilas"@es
http://www.w3.org/2000/01/rdf-schema#label "Gabriela Serra"@es
http://www.w3.org/2000/01/rdf-schema#label "Gian Nicola Berti"@es
http://www.w3.org/2000/01/rdf-schema#label "Ingrid Schemelensky"@es
http://www.w3.org/2000/01/rdf-schema#label "Isabel Muradàs"@es
http://www.w3.org/2000/01/rdf-schema#label "Jesús Gerardo Izquierdo Rojas"@es
http://www.w3.org/2000/01/rdf-schema#label "Meritxell Ruiz"@es
http://www.w3.org/2000/01/rdf-schema#label "Meritxell Serret"@es
http://www.w3.org/2000/01/rdf-schema#label "Miriam Prado Carrascal"@es
http://www.w3.org/2000/01/rdf-schema#label "Pablo Pérez Tremps"@es
http://www.w3.org/2000/01/rdf-schema#label "Roque Sevilla"@es
http://www.w3.org/2000/01/rdf-schema#label "Santiago Aparicio"@es
http://www.w3.org/2000/01/rdf-schema#label "Mieko Yoshimura"@es
http://www.w3.org/2000/01/rdf-schema#label "Abdelkader Taleb Omar"@es
http://www.w3.org/2000/01/rdf-schema#label "Abel Caballero"@es
http://www.w3.org/2000/01/rdf-schema#label "Abel Salinas Izaguirre"@es
http://www.w3.org/2000/01/rdf-schema#label "Abelardo Carrillo Zavala"@es
http://www.w3.org/2000/01/rdf-schema#label "Achille Occhetto"@es
http://www.w3.org/2000/01/rdf-schema#label "Ada de Caria"@es
http://www.w3.org/2000/01/rdf-schema#label "Adalbert Krieger Vasena"@es
http://www.w3.org/2000/01/rdf-schema#label "Adelardo López de Ayala"@es
http://www.w3.org/2000/01/rdf-schema#label "Agustín Basave Benítez"@es
http://www.w3.org/2000/01/rdf-schema#label "Agustín Edwards Mac-Clure"@es
http://www.w3.org/2000/01/rdf-schema#label "Ahmed Ben Bella"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Alvarado Arámburo"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Anaya"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Begné Guerra"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Carnevali"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Fermín Zubiría"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Icare"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Oliart"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Pandolfi Arbulú"@es
http://www.w3.org/2000/01/rdf-schema#label "Alberto Quintanilla"@es
http://www.w3.org/2000/01/rdf-schema#label "Alda Lazo Ríos"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro Aguinaga"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro Cervantes Delgado"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro Chanona"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro García-Huidobro"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro González Yáñez"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro Navarro"@es
http://www.w3.org/2000/01/rdf-schema#label "Alejandro Zapata Perogordo"@es
http://www.w3.org/2000/01/rdf-schema#label "Alexander Dubček"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfonso Barrantes Lingán"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfonso Corona del Rosal"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfonso García-Gallo"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfredo Baranda García"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfredo Ferrero Diez Canseco"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfredo Jaime Irujo"@es
http://www.w3.org/2000/01/rdf-schema#label "Alfredo Ovando Candía"@es
http://www.w3.org/2000/01/rdf-schema#label "Algirdas Brazauskas"@es
http://www.w3.org/2000/01/rdf-schema#label "Ali Hassan al-Mayid"@es
http://www.w3.org/2000/01/rdf-schema#label "Allan Wagner Tizón"@es
http://www.w3.org/2000/01/rdf-schema#label "Alonso de Vera y Aragón, el Tupí"@es
http://www.w3.org/2000/01/rdf-schema#label "Alonso de Vera y Aragón y Calderón"@es
http://www.w3.org/2000/01/rdf-schema#label "Amadeo Bordiga"@es
http://www.w3.org/2000/01/rdf-schema#label "Amin al-Husayni"@es
http://www.w3.org/2000/01/rdf-schema#label "Ana Mato"@es
http://www.w3.org/2000/01/rdf-schema#label "Ana Rosa Payán"@es
http://www.w3.org/2000/01/rdf-schema#label "Anastasio Bustamante"@es
http://www.w3.org/2000/01/rdf-schema#label "Andrés Galván Rivas"@es
http://www.w3.org/2000/01/rdf-schema#label "Andrés Townsend Ezcurra"@es
http://www.w3.org/2000/01/rdf-schema#label "Angélica Moya Marín"@es
http://www.w3.org/2000/01/rdf-schema#label "Anselmo Marini"@es
http://www.w3.org/2000/01/rdf-schema#label "Antolín Sánchez Presedo"@es
http://www.w3.org/2000/01/rdf-schema#label "Antoni Castells"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Domínguez Ortiz"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio González y González"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Martínez Báez"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Muñoz Vera"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Rodríguez San Juan"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Rumeu de Armas"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio Vespucio Liberti"@es
http://www.w3.org/2000/01/rdf-schema#label "Antonio del Viso"@es
http://www.w3.org/2000/01/rdf-schema#label "Antton Karrera"@es
http://www.w3.org/2000/01/rdf-schema#label "Antón Cañellas"@es
http://www.w3.org/2000/01/rdf-schema#label "Aquileo Parra"@es
http://www.w3.org/2000/01/rdf-schema#label "Armando Calderón Sol"@es
http://www.w3.org/2000/01/rdf-schema#label "Armando Enríquez Flores"@es
http://www.w3.org/2000/01/rdf-schema#label "Arnoldo Ochoa González"@es
http://www.w3.org/2000/01/rdf-schema#label "Artemio Iglesias"@es
http://www.w3.org/2000/01/rdf-schema#label "Artemisia II de Caria"@es
http://www.w3.org/2000/01/rdf-schema#label "Arthur Dion Hanna"@es
http://www.w3.org/2000/01/rdf-schema#label "Arthur Griffith"@es
http://www.w3.org/2000/01/rdf-schema#label "Artur Bernardes"@es
http://www.w3.org/2000/01/rdf-schema#label "Arturo Escobar y Vega"@es
------------------------------------------------------------------------------------------
5.For each of the properties, except rdf:type, that can be applied to instances of the Politician class, how many distinct values do they take in those instances?
*************************************************
select distinct ?politician count(?z)
where {
?x a <http://dbpedia.org/ontology/Politician>.
?x ?politician ?z
FILTER( ?politician != rdf:type )
}
LIMIT 100
*************************************************
RESULT:
politician callret-1
http://es.dbpedia.org/property/estilopiedetabla 1
http://es.dbpedia.org/property/inicioSesiones 1
http://es.dbpedia.org/property/lider 3
http://es.dbpedia.org/property/salonRes 1
http://es.dbpedia.org/property/salonSesionesBaja 1
http://es.dbpedia.org/property/sedeBaja 2
http://es.dbpedia.org/property/tipoCámara 1
http://es.dbpedia.org/property/tipoLider 3
http://es.dbpedia.org/property/hija 1
http://es.dbpedia.org/property/abortos 1
http://es.dbpedia.org/property/deputyFirstminister 1
http://es.dbpedia.org/property/firstminister 2
http://es.dbpedia.org/property/vástago 1
http://es.dbpedia.org/property/webPage 1
http://es.dbpedia.org/property/gobrnador 1
http://es.dbpedia.org/property/tamanoimagen 1
http://es.dbpedia.org/property/aB 1
http://es.dbpedia.org/property/adjunto 1
http://es.dbpedia.org/property/causaDeLaMuerte 1
http://es.dbpedia.org/property/oficios 1
http://es.dbpedia.org/property/almaMaster 1
http://es.dbpedia.org/property/cargoAnterior 1
http://es.dbpedia.org/property/novia 1
http://es.dbpedia.org/property/sufijo 1
http://es.dbpedia.org/property/alongside 3
http://es.dbpedia.org/property/estudiosPrimariosYSecundarios 1
http://es.dbpedia.org/property/pocupación 1
http://es.dbpedia.org/property/predesor 1
http://es.dbpedia.org/property/nombreCorrecto 1
http://es.dbpedia.org/property/nominator 1
http://es.dbpedia.org/property/relativos 3
http://es.dbpedia.org/property/preTexto 1
http://es.dbpedia.org/property/zar 1
http://es.dbpedia.org/property/webSite 1
http://es.dbpedia.org/property/participóEn 1
http://es.dbpedia.org/property/distrto 1
http://es.dbpedia.org/property/parliament 1
http://es.dbpedia.org/property/educacion 2
http://es.dbpedia.org/property/institución 1
http://es.dbpedia.org/property/designadoCargo 1
http://es.dbpedia.org/property/distritoElectoral 1
http://es.dbpedia.org/property/prefijoHonrífico 1
http://es.dbpedia.org/property/presidencia 1
http://es.dbpedia.org/property/inico 1
http://es.dbpedia.org/property/apartado 2
http://es.dbpedia.org/property/audio 1
http://es.dbpedia.org/property/class 1
http://es.dbpedia.org/property/leyenda 1
http://es.dbpedia.org/property/parlamento 1
http://es.dbpedia.org/property/pmc 1
http://es.dbpedia.org/property/state 1
http://es.dbpedia.org/property/lugarmuertec 2
http://es.dbpedia.org/property/presidenteDelBancoCentralDelUruguay 1
http://es.dbpedia.org/property/causadelamuerte 1
http://es.dbpedia.org/property/precesor 1
http://es.dbpedia.org/property/tituloNobiliario 1
http://es.dbpedia.org/property/area 2
http://es.dbpedia.org/property/conocido 10
http://es.dbpedia.org/property/créditos 1
http://es.dbpedia.org/property/derrotas 1
http://es.dbpedia.org/property/empates 1
http://es.dbpedia.org/property/fechaFallecimiento 3
http://es.dbpedia.org/property/genero 1
http://es.dbpedia.org/property/medallistaOlímpico 1
http://es.dbpedia.org/property/noPresentado 1
http://es.dbpedia.org/property/nota 4
http://es.dbpedia.org/property/authorformat 2
http://es.dbpedia.org/property/batallas/guerras 4
http://es.dbpedia.org/property/parientes 2
http://es.dbpedia.org/property/servicioMilitar 5
http://es.dbpedia.org/property/antes 1
http://es.dbpedia.org/property/estadoCivíl 1
http://es.dbpedia.org/property/midaImatge 1
http://es.dbpedia.org/property/comando 5
http://es.dbpedia.org/property/estudiosEn 1
http://es.dbpedia.org/property/gobernadora 1
http://es.dbpedia.org/property/pSon30ieimagen 1
http://es.dbpedia.org/property/servicioMilitary 2
http://es.dbpedia.org/property/cargos 1
http://es.dbpedia.org/property/promoción 1
http://es.dbpedia.org/property/entierro 2
http://es.dbpedia.org/property/actor 1
http://es.dbpedia.org/property/presidenteRegional 1
http://es.dbpedia.org/property/vicedirectora 1
http://es.dbpedia.org/property/cargoActual 3
http://es.dbpedia.org/property/almámater 1
http://es.dbpedia.org/property/nacionality 1
http://es.dbpedia.org/property/prefijoHonorifico 1
http://es.dbpedia.org/property/sufijoHonorifico 1
http://dbpedia.org/ontology/militaryCommand 1
http://dbpedia.org/ontology/serviceEndYear 1
http://dbpedia.org/ontology/serviceStartYear 1
http://es.dbpedia.org/property/1a 25
http://es.dbpedia.org/property/1pp 3
http://es.dbpedia.org/property/1y 14
http://es.dbpedia.org/property/2a 27
http://es.dbpedia.org/property/2p 9
http://es.dbpedia.org/property/2y 21
http://es.dbpedia.org/property/bg 1
http://es.dbpedia.org/property/causa 1