query-6deb01cf7d58f8ca9ce211e26f9ffe80
Propertiesdeveloper (P178)manufacturer (P176)distributed by (P750)Legal Entity Identifier (P1278)headquarters location (P159)coordinate location (P625)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?dev ?devLabel ?lei ?coords WHERE {
{ ?software wdt:P178 ?dev. }
UNION
{ ?software wdt:P176 ?dev. }
UNION
{ ?software wdt:P750 ?dev. }
?software wdt:P178 ?dev.
?dev wdt:P1278 ?lei.
?dev wdt:P159 ?place.
?place wdt:P625 ?coords.
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;
v5("?coords"):::projected
v2("?dev"):::projected
v3("?lei"):::projected
v4("?place")
v1("?software")
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P750"--> v2
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P176"--> v2
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P178"--> v2
end
union0r <== or ==> union0l
end
v1 --"wdt:P178"--> v2
v2 --"wdt:P1278"--> v3
v2 --"wdt:P159"--> v4
v4 --"wdt:P625"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end