query-23de8340e6c7b84987b293925c1a2082
Anzahl Clinical Trials mit ClinicalTrials.gov-ID
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT (COUNT(?study) as ?number) WHERE {
?study wdt:P31 wd:Q30612 .
?study wdt:P3098 ?clinicalTrialsGovId .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?clinicalTrialsGovId")
v3("?number")
v1("?study"):::projected
c2(["wd:Q30612"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P3098"--> v2
bind1[/"count(?study)"/]
v1 --o bind1
bind1 --as--o v3