query-7cae193257b3820510dc1e0d6334459b

rq turtle/ttl

Nombre d'éléments disposant d'un identifiant externe XY SELECT (COUNT(distinct (?item)) AS ?total) WHERE { ?item wdt:P3029 ?ID_NAUK; SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Nombre d'éléments disposant d'un identifiant externe XY
SELECT (COUNT(distinct (?item)) AS ?total) 
WHERE 
{
  ?item wdt:P3029 ?ID_NAUK;
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?ID_NAUK") v1("?item"):::projected v3("?total") c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P3029"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v3