query-f9d30cca48190da2183d29a703905303
PropertiesCrunchbase organization ID (P2088)stock exchange (P414)ticker symbol (P249)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?se ?seLabel ?sym ("00FFFF" AS ?rgb)
WHERE
{
?item wdt:P2088 ?crunchbase.
?item wdt:P414 ?se;
p:P414 [pq:P249 ?sym].
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("?crunchbase")
v1("?item"):::projected
v5("?rgb")
v3("?se"):::projected
v4("?sym"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P2088"--> v2
v1 --"p:direct/P414"--> v3
a1 --"p:qualifier/P249"--> v4
v1 --"p:P414"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind0[/"'00FFFF'"/]
bind0 --as--o v5