query-6acbd1833d6ec263f40f30f83717b370
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE { ?item schema:description "pagina di disambiguazione"@it. }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2([spagina di disambiguazione^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
v1 --"schema:description"--> c2