Usuari:Amadalvarez/càrrega P39 + P97
Aparença
Treball càrrega comtes catalans |
- D:User:Amadalvarez/proves/positions. llista sèrie d'un càrrec
- Prova-ho !
#dades comtats catalans # ?item wdt:P39 ?carrec. SELECT ?item ?itemLabel ?p31Label ?carrec ?carrecLabel ?abans ?abansLabel ?despres ?despresLabel ?creat ?dissolt ?fusionat_a ?fusionat_aLabel ?part_de ?part_deLabel ?estat ?estatLabel ?escut ?mapa ?imatge WHERE { VALUES ?item { wd:Q1233672 wd:Q1514510 wd:Q1541699 wd:Q1541813 wd:Q2037817 wd:Q1541642 wd:Q1541642 wd:Q1514510 wd:Q956729 wd:Q657448 wd:Q2338948 wd:Q1541779 wd:Q1541787 wd:Q1297894 wd:Q652275 wd:Q20103241 wd:Q58631963 } OPTIONAL { ?item wdt:P31 ?p31. } OPTIONAL { ?item wdt:P1906 ?carrec. } OPTIONAL { ?item wdt:P17 ?estat. } OPTIONAL { ?item wdt:P263 ?resid. } OPTIONAL { ?item wdt:P1365 ?abans. } OPTIONAL { ?item wdt:P1366 ?despres. } OPTIONAL { ?item wdt:P18 ?imatge. } OPTIONAL { ?item wdt:P571 ?creat. } OPTIONAL { ?item wdt:P576 ?dissolt. } OPTIONAL { ?item wdt:P361 ?part_de. } OPTIONAL { ?item wdt:P94 ?escut. } OPTIONAL { ?item wdt:P242 ?mapa. } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } OPTIONAL { ?item wdt:P7888 ?fusionat_a. } }
- Prova-ho !
# Llista de titulars d'una LLISTA de P97- Titol nobiliari SELECT ?item ?itemLabel ?pointInTime ?inici ?final ?anterior ?anteriorLabel ?seg_ent ?seg_entLabel ?titolCodeLabel ?titolCode WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } VALUES ?titolCode { wd:Q38673587 # Barcelona wd:Q60732050 #Urgell wd:Q84701409 #Empúries wd:Q83735546 #Rosselló wd:Q637935 #Girona wd:Q62559403 #Besalú wd:Q60732050 #Urgell wd:Q85621920 #Berga wd:Q85622031 #Conflent # wd:Q2338948 #Manresa wd:Q47089469 #Osona wd:Q51129545 #Pallars wd:Q58002672 #Ribagorça wd:Q26295432 #Cerdanya wd:Q85622798 #Ripoll wd:Q58631963 } ?item p:P97 ?p97stm. ?p97stm ps:P97 ?titolCode. OPTIONAL { ?p97stm pq:P585 ?pointInTime. } OPTIONAL { ?p97stm pq:P580 ?inici. } OPTIONAL { ?p97stm pq:P582 ?final. } OPTIONAL { ?p97stm pq:P155 ?anterior. } OPTIONAL { ?p97stm pq:P156 ?seg_ent. } # FILTER(?titolCode = wd:Q47089469) } ORDER BY ?inici LIMIT 1000
- Prova-ho !
# Llista de titulars d'una LLISTA de P39- Carrec SELECT ?item ?itemLabel ?pointInTime ?inici ?final ?anterior ?anteriorLabel ?seg_ent ?seg_entLabel ?titolCodeLabel ?titolCode WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } VALUES ?titolCode { wd:Q38673587 # Barcelona wd:Q60732050 #Urgell wd:Q84701409 #Empúries wd:Q83735546 #Rosselló wd:Q637935 #Girona wd:Q62559403 #Besalú wd:Q60732050 #Urgell wd:Q85621920 #Berga wd:Q85622031 #Conflent # wd:Q2338948 #Manresa wd:Q47089469 #Osona wd:Q51129545 #Pallars wd:Q58002672 #Ribagorça wd:Q26295432 #Cerdanya wd:Q85622798 #Ripoll } ?item p:P39 ?p97stm. ?p97stm ps:P39 ?titolCode. OPTIONAL { ?p97stm pq:P585 ?pointInTime. } OPTIONAL { ?p97stm pq:P580 ?inici. } OPTIONAL { ?p97stm pq:P582 ?final. } OPTIONAL { ?p97stm pq:P155 ?anterior. } OPTIONAL { ?p97stm pq:P156 ?seg_ent. } # FILTER(?titolCode = wd:Q47089469) } ORDER BY ?inici LIMIT 1000
- Prova-ho !
# Llista de titulars d'un P39-Càrrec SELECT ?item ?itemLabel ?pointInTime ?ordre ?inici ?final ?anterior ?anteriorLabel ?seg_ent ?seg_entLabel ?carrecCode ?circumscripci__electoral ?circumscripci__electoralLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item p:P39 ?p97stm. ?p97stm ps:P39 ?carrecCode. OPTIONAL { ?p97stm pq:P585 ?pointInTime. } OPTIONAL { ?p97stm pq:P580 ?inici. } OPTIONAL { ?p97stm pq:P582 ?final. } OPTIONAL { ?p97stm pq:P1365 ?anterior. } OPTIONAL { ?p97stm pq:P1366 ?seg_ent. } OPTIONAL { ?p97stm wdt:P768 ?circumscripci__electoral. } OPTIONAL { ?p97stm pq:P1545 ?ordre. } FILTER(?carrecCode = wd:Q38673587 ) } ORDER BY (?inici) LIMIT 100