query-2fc803e92c8693fcacf4e6039fa360ef
12:47, 10 February 2018 (UTC) pagetalk / TomT0m author so either there is a bug with the label service if you require labels for properties, or there is a big performance issue at the moment. 08:35, 12 February 2018 (UTC)) talk (Lea Lacroix (WMDE): Do you know anything about this? Smalyshev (WMF)@I would recommend using a subquery here: 17:12, 12 February 2018 (UTC) Jura--- Isn't this the same as usual? SPARQL (vers. 2)Elenco ministri e presidenti del consiglio Elenco ministri e presidenti del consiglio User:ValterVB/SPARQLTo check TV series: Find category item with label different than sitelink A beginner-friendly course for SPARQL )Optimization for labels LinkSubquery to try to avoid time out fot service label ( useful to have a description in a specific language?item schema:description ?descriptionEn FILTER (LANG (?descriptionEn) = "en") .
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select distinct ?prop ?propLabel {
{ SELECT DISTINCT ?prop {
?item (p:P1766|p:P41|p:P4004) [?qual []] .
?prop wikibase:qualifier ?qual .
} LIMIT 1 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/User:ValterVB
- https://www.wikidata.org/wiki/Wikidata:Contact_the_development_team/Archive/2018/02