query-fe06a481c9ae8df4f5c80df8f4497f1a
Propertiesinstance of (P31)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT
?item
?itemLabel
{
?item wdt:P31 wd:Q13442814.
}
LIMIT 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q13442814"]):::iri
v1 --"wdt:P31"--> c2