query-43655834ef9f03b4e2299aae4c22b1b8
Propertiesinstance of (P31)subclass of (P279)
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 ?subj ?label WHERE
{ ?subj wdt:P31/wdt:P279? wd:Q744099 ;
rdfs:label ?label filter (lang(?label) = "en").
FILTER(UCASE(?label) = ?label)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?label"):::projected
v2("?subj"):::projected
a1((" "))
c3(["wd:Q744099"]):::iri
f0[["upper-case(?label) = ?label"]]
f0 --> v1
f1[["?label = 'en'"]]
f1 --> v1
v2 --"wdt:P31"--> a1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
a1 --"wdt:P279"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
v2 --"rdfs:label"--> v1