query-17fe18fa9ffa623e3ab8989865db3618
Cleaning up usage of P527 statements: (P527)has part(s) Instances of such articles which are incorrectly using
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?v WHERE {
?item wdt:P31 wd:Q21484471.
?item p:P527 ?v.
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?v"):::projected
c2(["wd:Q21484471"]):::iri
v1 --"p:direct/P31"--> c2
v1 --"p:P527"--> v2