query-ffa706f31f79f4dd7d445fafeeefea8a
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/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?x ?xLabel WHERE {
?x wdt:P31 wd:Q5 .
?x rdfs:label ?xLabel .
FILTER (LANG(?xLabel)="en")
}
LIMIT 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?x"):::projected
v1("?xLabel"):::projected
c3(["wd:Q5"]):::iri
f0[["?xLabel = 'en'"]]
f0 --> v1
v2 --"wdt:P31"--> c3
v2 --"rdfs:label"--> v1