query-d071a3852dd3a50e4a60846e4b691e7f

rq turtle/ttl

TODO

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 ?item ?itemLabel ?itemDescription WHERE {
  ?item wdt:P31 wd:Q4167836. 
  Filter (?itemDescription = "categoria di un progetto Wikimedia") 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it". } 
}
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemDescription"):::projected c5(["bd:serviceParam"]):::iri c3(["wd:Q4167836"]):::iri c7(["it"]):::literal f0[["?itemDescription = 'categoria di un progetto Wikimedia'"]] f0 --> v1 v2 --"wdt:P31"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end