query-bcfcc7698434c192174a54c18b46f2ac
: Also remember when using p: prefix that you get all statements including them with deprecated rank, and also normal rank even if another statement with preferred rank exists. To only access truthy statements as before you will need a filter like:2le2im-bdc@
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
?describestmt wikibase:rank ?rank.
FILTER (?rank = wikibase:PreferredRank || ?rank = wikibase:NormalRank && NOT EXISTS { ?item p:P973/wikibase:rank wikibase:PreferredRank. })