query-a294c5cbf18f637a0f3c1b77ac8e2663

rq turtle/ttl

عدد عناصر ويكي بيانات عن الأمراض ونسبة أولئك الذين لديهم مؤشر إلى أنطولوجية المرض The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology Počet položek Wikidata o nemocech a procento položek s odkazem na Disease Ontology. The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology Nombre d’éléments Wikidata sur les maladies et la proportion de ceux-ci qui ont un pointeur vers « Disease Ontology » (l’ontologie des maladies) The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology Numero di elementi Wikidata sulle malattie e la percentuale di quelli con un puntatore all'ontologia delle malattie The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology Het aantal Wikidata-items over ziekten en het percentage met een verwijzing naar de ziekte-ontologie The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology Antalet objekt på Wikidata om sjukdomar och hur många procent av dem med en länk till Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology The number of Wikidata items on Diseases and the percentage of those with a pointer to the Disease Ontology

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT (COUNT(?disease) AS ?total) (SUM(?ref) AS ?byDO) (100*?byDO/?total AS ?percent)
WHERE
{
  {?disease wdt:P31 wd:Q12136 }
  UNION
  {?disease wdt:P279 wd:Q12136 .}
  OPTIONAL {
    ?disease p:P699 ?statement.
    BIND(1 AS ?ref).
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?byDO"):::projected v1("?disease"):::projected v6("?percent") v3("?ref"):::projected v2("?statement") v4("?total"):::projected c2(["wd:Q12136"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P279"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P31"--> c2 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P699".-> v2 bind0[/"'1^^xsd:integer'"/] bind0 --as--o v3 end bind3[/"count(?disease)"/] v1 --o bind3 bind3 --as--o v4 bind4[/"sum(?ref)"/] v3 --o bind4 bind4 --as--o v5 bind5[/"'100^^xsd:integer' * ?byDO / ?total"/] v5 --o bind5 v4 --o bind5 bind5 --as--o v6