query-803656d142fb79ab98c3b06128cb14fd
depicts (P180) cat (Q146)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE { ?item wdt:P180 wd:Q146 }
# TODO:
# * sort=date
# * columns=number,label:Article,description,P195,P180,P571,P276,P18
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q146"]):::iri
v1 --"wdt:P180"--> c2