query-55e24960086e5166c4a2e2dc730af5f7

rq turtle/ttl

أعداد أنواع الجينات المتنوعة مصدرها قاعدة بيانات التفسيرات السريرية للمتغيرات في السرطان Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Počty typů genových variant z databáze CIViC Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Décompte des types de gènes mutants des données de la base CIViC Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Conteggi di tipi di varianti geniche provenienti dalla banca dati CIViC Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Tellingen van genvarianttypen afkomstig uit de CIViC-database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database Counts of gene-variant types sourced from the CIViC database

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BarChart
SELECT ?variant_typeLabel (count(?variant_typeLabel) as ?counts)
WHERE
{
  ?item wdt:P3329 ?civic_id ;
          wdt:P31 ?variant_type .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}
GROUP BY ?variant_typeLabel
ORDER BY ?counts

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?civic_id") v6("?counts") v2("?item") v4("?variant_type") v5("?variant_typeLabel"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v2 --"wdt:P3329"--> v3 v2 --"wdt:P31"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind1[/"count(?variant_typeLabel)"/] v5 --o bind1 bind1 --as--o v6