query-86ea483b36e62dfec04af4b518ce7b4c
Treccani (base)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?treccani
WHERE {
?item wdt:P3365 ?treccani .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?treccani"):::projected
v1 --"wdt:P3365"--> v2