query-864961bd559c215396759be6a5251dba
Propertiescategory combines topics (P971)
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:P971 wd:Q349.
?item wdt:P971 wd:Q1190554.
?item wdt:P971 wd:Q16510064.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q349"]):::iri
c4(["wd:Q16510064"]):::iri
c3(["wd:Q1190554"]):::iri
v1 --"wdt:P971"--> c2
v1 --"wdt:P971"--> c3
v1 --"wdt:P971"--> c4