Property talk:P5236/checks

From Wikidata
Jump to navigation Jump to search

Uses of property[edit]

  • Current uses: 151270


Pages with check on values[edit]

(5000 per page)

Query[edit]

SELECT ?item ?nv (CONCAT("=",str(?nv),"=",GROUP_CONCAT(?factor;separator="*")) as ?comp)
WHERE
{
    ?item p:P5236 ?st .
    ?st ps:P5236/wdt:P1181 ?f .
    OPTIONAL { ?st pq:P1114 ?power }
    BIND(  IF(BOUND(?power),
           CONCAT(str(?f),"^",str(?power)),
           str(?f))
         as ?factor)
    ?item wdt:P1181 ?nv
}
GROUP BY ?item ?nv
ORDER BY ?nv

Try it!