query-26a3031681e4fa4e37500e41965b1b88

rq turtle/ttl

All newspapers and magazines in Basque languageHello! I'm trying to make something rather simple, but I get a timeout message every time I try. There must be an error somehwere...

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?aldizkako_argitalpen ?aldizkako_argitalpenLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?aldizkako_argitalpen wdt:P31* wd:Q1002697.
  ?aldizkako_argitalpen wdt:P407 wd:Q143.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?aldizkako_argitalpen"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q1002697"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q143"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6 v1 --"wdt:P407"--> c8