query-f0b0da6c26826c471d1f27fedff47880
Giving Pledge, companies, software titles
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#>
#defaultView:Graph
SELECT DISTINCT ?person ?personLabel ?image ?company ?companyLabel ("00FFFF" AS ?rgb) ?software ?softwareLabel
WHERE
{
wd:Q203807 wdt:P1891 ?person.
?company wdt:P112 ?person.
?person wdt:P18 ?image.
?company wdt:P31/wdt:P279* wd:Q4830453.
?software wdt:P178 ?company.
?software wdt:P31/wdt:P279* wd:Q7397.
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;
v2("?company"):::projected
v3("?image"):::projected
v1("?person"):::projected
v5("?rgb")
v4("?software"):::projected
a1((" "))
a2((" "))
c7(["wd:Q4830453"]):::iri
c9(["wd:Q7397"]):::iri
c11(["bd:serviceParam"]):::iri
c1(["wd:Q203807"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1 --"wdt:P1891"--> v1
v2 --"wdt:P112"--> v1
v1 --"wdt:P18"--> v3
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
v4 --"wdt:P178"--> v2
v4 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c9
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end
bind0[/"'00FFFF'"/]
bind0 --as--o v5