query-37bc9ed0ce9b84dba0883f4b3c1cc5b1

rq turtle/ttl

How many accepted NFDI consortia are there?

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT (COUNT(DISTINCT(?p)) AS ?number)
WHERE 
{
  ?p wdt:P31 wd:Q98270496 . 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de," . }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?number") v1("?p"):::projected c4(["bd:serviceParam"]):::iri c6(["de,"]):::literal c2(["wd:Q98270496"]):::iri v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind1[/"count(?p)"/] v1 --o bind1 bind1 --as--o v2