query-298d74eeecf1ef6fadc94bf766173d96

rq turtle/ttl

title:Query con sitelink vari (schema:about) SELECT ?item ?itemLabel ?articolo WHERE { ?item wdt:P106 wd:Q13418253. ?articolo schema:about ?item . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Query con sitelink vari (schema:about)
SELECT ?item ?itemLabel ?articolo
WHERE {
  ?item wdt:P106 wd:Q13418253.
  ?articolo schema:about ?item .
  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("?articolo"):::projected v1("?item"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q13418253"]):::iri v1 --"wdt:P106"--> c2 v2 --"schema:about"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end