query-fc5069181b488a14a7ffd2ae5207ae70
Finding MeSH identifiers wrongly placed on article pages
SELECT ?item WHERE {?item wdt:P486 [ ]; wdt:P31 wd:Q13442814}
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Finding MeSH identifiers wrongly placed on article pages
SELECT ?item
WHERE {?item wdt:P486 [ ];
wdt:P31 wd:Q13442814}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q13442814"]):::iri
v1 --"wdt:P486"--> a1
v1 --"wdt:P31"--> c3