query-9ada9413f50c06b87781f79e54d2ded5

rq turtle/ttl

Bcoh budget (P2769) of data protection authority (Q55499415) by point in time (P585) in Euro (Q4916): previous requestThis extends my

Use at

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#>
#defaultView:AreaChart
SELECT ?dpa (STR(YEAR(?date)) AS ?year) ?budget ?dpaLabel
WHERE {
  ?dpa wdt:P31/wdt:P279* wd:Q55499415.
    ?dpa p:P2769 _:budget.
    _:budget ps:P2769 ?budget;
    pq:P585 ?date.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de,fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?budget"):::projected v3("?date"):::projected v1("?dpa"):::projected v4("?year") a2((" ")) a1((" ")) c10(["#91;AUTO_LANGUAGE#93;,en,de,fr"]):::literal c8(["bd:serviceParam"]):::iri c3(["wd:Q55499415"]):::iri v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 v1 --"p:P2769"--> a2 a2 --"p:statement/P2769"--> v2 a2 --"p:qualifier/P585"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end bind0[/"str(year-from-dateTime(?date))"/] v3 --o bind0 bind0 --as--o v4