query-4e97235b7a6f3f9b5e0d6cd3809e1f0e
P31 inconsistency? (Q1549591)big city So why does the query below not return .(Q1549591)big city (P31)instance of is an (Q64)Berlin
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?type WHERE {
wd:Q64 wdt:P31 ?type.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?type"):::projected
c1(["wd:Q64"]):::iri
c1 --"wdt:P31"--> v1