query-660f933f7d651c7f65c2d9f9ffa6aa28
Both Fide Master and International Master
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:P2962 wd:Q1049520 . ?item wdt:P2962 wd:Q752119 }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q1049520"]):::iri
c3(["wd:Q752119"]):::iri
v1 --"wdt:P2962"--> c2
v1 --"wdt:P2962"--> c3