query-5d21ecc19986e8ef017af27d58007d66

rq turtle/ttl

Itemsvegetarianism (Q83364)vegetarian (Q18338317)vegetarian cuisine (Q638022)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
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 DISTINCT ?p ?propLabel (COUNT(?p) as ?occurrences)
WHERE
{
  ?s rdfs:label ?sLabel.
  { ?s ?p wd:Q83364 }
  UNION
  { ?s ?p wd:Q18338317 }
  UNION
  { ?s ?p wd:Q638022}
  ?prop wikibase:directClaim ?p
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
GROUP BY ?p ?propLabel
ORDER BY DESC(?occurrences)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?occurrences") v4("?p"):::projected v5("?prop") v2("?s") v3("?sLabel") c4(["wd:Q638022"]):::iri c2(["wd:Q83364"]):::iri c7(["bd:serviceParam"]):::iri c3(["wd:Q18338317"]):::iri c9(["en"]):::literal v2 --"rdfs:label"--> v3 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; v2 -->v4--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 -->v4--> c3 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 -->v4--> c2 end union0r <== or ==> union0l end v5 --"wikibase:directClaim"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind1[/"count(?p)"/] v4 --o bind1 bind1 --as--o v6