query-dfbba485cc8962d828ab17b9d2f2f2ae
Propertiessubclass of (P279)instance of (P31)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?q ?qLabel WHERE {
?q (wdt:P279*) wd:Q25268;
wdt:P31 wd:Q34770.
SERVICE wikibase:label { bd:serviceParam wikibase:language "bn,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?q"):::projected
c2(["wd:Q25268"]):::iri
c4(["wd:Q34770"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["bn,en"]):::literal
v1 --"wdt:P279"--> c2
v1 --"wdt:P31"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end