Skip to content
Discussion options

You must be logged in to vote
  1. Go to Query Service

  2. Run the below query

PREFIX yq: <https://data.jain.wiki/entity/>
PREFIX yp: <https://data.jain.wiki/prop/direct/>

SELECT ?item ?itemLabel ?itemDescription ?mapreviews WHERE {
   ?item yp:P28 ?mapreviews .
  FILTER(?mapreviews > 500)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

ORDER BY DESC(?mapreviews)

The above query filters if the Item has more than 500 reviews, change the number to get bigger or smaller list.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adarshmadrecha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant