query-1d34cb58d8cfd9938c371aab5dce5475
הסימול (מבחין) של החברות בבורסת ת"א
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?pres ?presLabel ?si WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
?pres wdt:P414 wd:Q1507974 .
?pres p:P414 ?position_held_statement .
?position_held_statement ps:P414 wd:Q1507974 .
?position_held_statement pq:P249 ?si .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?position_held_statement")
v1("?pres"):::projected
v3("?si"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;"]):::literal
c6(["wd:Q1507974"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:direct/P414"--> c6
v1 --"p:P414"--> v2
v2 --"p:statement/P414"--> c6
v2 --"p:qualifier/P249"--> v3