query-fae9369561d56e8eadffcd13aa88b795

rq turtle/ttl

Digital museums projects, participated in DigAMus Award, are instances of ...

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT 
  ?instanceOf
  ?instanceOfLabel  
  (COUNT(DISTINCT ?project) AS ?counted_projects)
WHERE
{
  ?project wdt:P1344|wdt:P1411|wdt:P166 ?award.
  ?award wdt:P361 wd:Q106748908.
  ?project wdt:P31 ?instanceOf.
  SERVICE wikibase:label {bd:serviceParam wikibase:language "de,en".
    ?project rdfs:label ?projectLabel.
    ?instanceOf rdfs:label ?instanceOfLabel.
  }
}
GROUP BY ?instanceOf ?instanceOfLabel
ORDER BY DESC (?counted_projects) ?instanceOf

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?award") v7("?counted_projects") v2("?instanceOf"):::projected v6("?instanceOfLabel"):::projected v3("?project"):::projected v5("?projectLabel") c8(["bd:serviceParam"]):::iri c5(["wd:Q106748908"]):::iri c10(["de,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P166"--> v4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P1411"--> v4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P1344"--> v4 end union0r <== or ==> union0l end v4 --"wdt:P361"--> c5 v3 --"wdt:P31"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 v3 --"rdfs:label"--> v5 v2 --"rdfs:label"--> v6 end bind1[/"count(?project)"/] v3 --o bind1 bind1 --as--o v7