query-c7cbbc8cd0e6a53ba2fc94c996f78ab8

rq turtle/ttl

تعداد المتغيرات حسب نوع التوقع Variant counts by predictor type Variant counts by predictor type Počty variant podle typu prediktoru Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Décompte des variants pour chaque type de prédicteur. Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Conteggi di varianti per tipo di predittore Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Aantal varianten per predictortype Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variantantal efter förutsägelsetyp Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type Variant counts by predictor type

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BubbleChart
SELECT ?propertyLabel (count(?prognostic_type) as ?counts)
WHERE
{
  VALUES ?prognostic_type {wdt:P3354 wdt:P3355 wdt:P3356 wdt:P3357 wdt:P3358 wdt:P3359}
    ?item wdt:P3329 ?civic_id ;
          ?prognostic_type ?prognostic_value .
    ?property wikibase:directClaim ?prognostic_type .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}
GROUP BY ?propertyLabel ?prognostic_typeLabel
ORDER BY ?counts

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?civic_id") v7("?counts") v3("?item") v2("?prognostic_type"):::projected v5("?prognostic_value") v6("?property") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal bind0[/VALUES ?prognostic_type/] bind0-->v2 bind00(["wdt:P3354"]) bind00 --> bind0 bind01(["wdt:P3355"]) bind01 --> bind0 bind02(["wdt:P3356"]) bind02 --> bind0 bind03(["wdt:P3357"]) bind03 --> bind0 bind04(["wdt:P3358"]) bind04 --> bind0 bind05(["wdt:P3359"]) bind05 --> bind0 v3 --"wdt:P3329"--> v4 v3 -->v2--> v5 v6 --"wikibase:directClaim"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind2[/"count(?prognostic_type)"/] v2 --o bind2 bind2 --as--o v7