query-86a8f29a14511e0ebb995a89630cf70c

rq turtle/ttl

TODO

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#>
#created by Mahir256
#defaultView:LineChart
SELECT ?state ?time ?cases ?stateLabel {
  wd:Q84055514 wdt:P527 ?statecases.
  ?statecases wdt:P276 ?state ; p:P1120 ?casestmt.
  ?casestmt ps:P1120 ?cases ; pq:P585 ?time.
  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; v4("?cases"):::projected v3("?casestmt") v2("?state"):::projected v1("?statecases") v5("?time"):::projected c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1(["wd:Q84055514"]):::iri c1 --"p:direct/P527"--> v1 v1 --"p:direct/P276"--> v2 v1 --"p:P1120"--> v3 v3 --"p:statement/P1120"--> v4 v3 --"p:qualifier/P585"--> v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end