query-4a9d2a6ebcbdb1789d633c28b5d65387
Propertieshas subsidiary (P355)owner of (P1830)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 ?member ?memberLabel ?softwareLabel
WHERE
{
{wd:Q1359568 wdt:P355 ?member}
UNION {wd:Q1359568 wdt:P1830 ?member}.
?software wdt:P178 ?member.
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;
v1("?member"):::projected
v2("?software")
c6(["bd:serviceParam"]):::iri
c1(["wd:Q1359568"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
c1 --"wdt:P1830"--> v1
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
c1 --"wdt:P355"--> v1
end
union0r <== or ==> union0l
end
v2 --"wdt:P178"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end