query-5fd4392aac1c951ff9cf57d44e49f6e6

rq turtle/ttl

Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Vlastnosti spojující položky typu zoo (Q43501) s položkami typu animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Propriétés reliant des éléments de type zoo (Q43501) aux éléments de type animal (Q729) מאפיינים שקשרים פריטים מסוג zoo (Q43501) עם פריטים מסוג animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Proprietà che collegano elementi di tipo zoo (Q43501) con elementi di tipo animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Eigenschappen die items van type zoo (Q43501) verbinden met items van type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Egenskaper som sammankopplar objekt av typ zoo (Q43501) med objekt av typ animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Властивості, що поєднують елементи типу zoo (Q43501) з елементами типу animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729) Properties connecting items of type zoo (Q43501) with items of type animal (Q729)

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 ?p ?pLabel (count (*) as ?count) {
  ?s ?pd ?o .
  ?p wikibase:directClaim ?pd .
  ?s wdt:P31/wdt:P279* wd:Q729 .
  ?o wdt:P31/wdt:P279* wd:Q43501 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
} GROUP BY ?p ?pLabel ORDER BY desc(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?count") v4("?o") v5("?p"):::projected v3("?pd") v2("?s") a1((" ")) a2((" ")) c7(["bd:serviceParam"]):::iri c4(["wd:Q729"]):::iri c5(["wd:Q43501"]):::iri c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v2 -->v3--> v4 v5 --"wikibase:directClaim"--> v3 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v4 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind1[/"count(*)"/] bind1 --as--o v6