query-e9e2c7e346e0439cb8f732ef51fb450e

rq turtle/ttl

Cancer deaths per year and cancer type Cancer deaths per year and cancer type Cancer deaths per year and cancer type Cancer deaths per year and cancer type Cancer deaths per year and cancer type Décès du cancer par an et par type de cancer Cancer deaths per year and cancer type Cancer deaths per year and cancer type Cancer deaths per year and cancer type 年および癌の種類ごとの癌による死亡 De sterfte per jaar aan kanker per type kanker Cancer deaths per year and cancer type Cancerdödsfall per år och cancertyp Cancer deaths per year and cancer type Cancer deaths per year and cancer type Cancer deaths per year and cancer type

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:AreaChart
SELECT ?cid (STR(SAMPLE(?year)) AS ?year) (COUNT(*) AS ?count) ?cause WHERE {
  ?pid wdt:P31 wd:Q5;  # instance of human
       wdt:P509 ?cid;  # cause of death
       wdt:P570 ?_date_of_death.
  ?cid wdt:P279* wd:Q12078.  # type of cancer
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
                         ?cid rdfs:label ?cause. }
  BIND ( YEAR(?_date_of_death) AS ?year )
  FILTER( ?year > 1960 )
}
GROUP BY ?cid ?cause ?year

Query found at