query-a8ad6756155ee5b9899076827d1053bc

rq turtle/ttl

Propertiescollection (P195)depicts (P180)creator (P170)time period (P2348)movement (P135)genre (P136)inspired by (P941)made from material (P186)locality of creation (P1071)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT (COUNT(?obj1) AS ?count) ?propertyLabel ?thingLabel ?thing WHERE {
?obj1 wdt:P195 wd:Q430682. #Tate
VALUES ?prop1 {wdt:P180 wdt:P170 wdt:P2348 wdt:P135 wdt:P136 wdt:P941 wdt:P186 wdt:P1071}
?obj1 ?prop1 ?thing.
?property ?ref ?prop1 ;
          rdf:type wikibase:Property .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} GROUP BY ?propertyLabel ?thingLabel ?thing ORDER BY DESC(?count) LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?count") v2("?obj1"):::projected v3("?prop1") v5("?property") v6("?ref") v4("?thing"):::projected c6(["bd:serviceParam"]):::iri c4(["wikibase:Property"]):::iri c2(["wd:Q430682"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P195"--> c2 bind0[/VALUES ?prop1/] bind0-->v3 bind00(["wdt:P180"]) bind00 --> bind0 bind01(["wdt:P170"]) bind01 --> bind0 bind02(["wdt:P2348"]) bind02 --> bind0 bind03(["wdt:P135"]) bind03 --> bind0 bind04(["wdt:P136"]) bind04 --> bind0 bind05(["wdt:P941"]) bind05 --> bind0 bind06(["wdt:P186"]) bind06 --> bind0 bind07(["wdt:P1071"]) bind07 --> bind0 v2 -->v3--> v4 v5 -->v6--> v3 v5 --"a"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind2[/"count(?obj1)"/] v2 --o bind2 bind2 --as--o v7