query-63d03f8221de95b941319b6d329c2782

rq turtle/ttl

Elenco per numero assoluto di opere al momento censite in Wikidata di autori che hanno pubblicato almeno un articolo nelle riviste italiane di biblioteconomia censite nel progetto SELECT DISTINCT ?autore ?autoreLabel (COUNT(DISTINCT ?tutto) AS ?n) WHERE { ?articolo wdt:P31 wd:Q13442814 ; wdt:P1433 ?rivista . VALUES ?rivista { wd:Q27715472 wd:Q3600960 wd:Q59907687 wd:Q3639685 wd:Q58294861 wd:Q50811189 wd:Q102069715 wd:Q3805294 wd:Q105477687 wd:Q102149654 }. ?articolo wdt:P50 ?autore . ?tutto wdt:P50 ?autore . ?autore wdt:P31 ?inst . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?autore ?autoreLabel ?n ORDER BY DESC(?n)

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#>
#Elenco per numero assoluto di opere al momento censite in Wikidata di autori che hanno pubblicato almeno un articolo nelle riviste italiane di biblioteconomia censite nel progetto
SELECT DISTINCT ?autore ?autoreLabel (COUNT(DISTINCT ?tutto) AS ?n)
WHERE {
  ?articolo wdt:P31 wd:Q13442814 ; wdt:P1433 ?rivista .
  VALUES ?rivista { wd:Q27715472 wd:Q3600960 wd:Q59907687 wd:Q3639685 wd:Q58294861 wd:Q50811189 wd:Q102069715 wd:Q3805294 wd:Q105477687 wd:Q102149654 }.
  ?articolo wdt:P50 ?autore .
  ?tutto wdt:P50 ?autore .
  ?autore wdt:P31 ?inst .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?autore ?autoreLabel ?n
ORDER BY DESC(?n)

Query found at