query-afeb33d74c17c033d019349643b441f7

rq turtle/ttl

l'utilisation par les autres wiki de l'item "Gambling, Gods And LSD" SELECT ?item ?itemLabel ?article WHERE { VALUES ?items { wd:Q1492988 } ?article schema:about ?items. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#l'utilisation par les autres wiki de l'item "Gambling, Gods And LSD"
SELECT ?item ?itemLabel ?article WHERE 
{
  VALUES ?items { wd:Q1492988 }
  ?article schema:about ?items.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?article"):::projected v1("?items") c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?items/] bind0-->v1 bind00(["wd:Q1492988"]) bind00 --> bind0 v2 --"schema:about"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end