query-ac41e8e03e7418b66be881bb6dcedd5d
Propertiesinstance of (P31)subclass of (P279)developer (P178)
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 DISTINCT ?dev ?devLabel ?software ?softwareLabel
WHERE
{
?software wdt:P31/wdt:P279* wd:Q7397.
?software wdt:P178 ?dev.
?dev wdt:P31/wdt:P279* ?LAM
VALUES ?LAM { wd:Q7075 wd:Q166118 wd:Q33506 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?LAM")
v2("?dev"):::projected
v1("?software"):::projected
a1((" "))
a2((" "))
c3(["wd:Q7397"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P178"--> v2
v2 --"wdt:P31"--> a2
a2 --"wdt:P279"--> v4
bind0[/VALUES ?LAM/]
bind0-->v4
bind00(["wd:Q7075"])
bind00 --> bind0
bind01(["wd:Q166118"])
bind01 --> bind0
bind02(["wd:Q33506"])
bind02 --> bind0
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end