Topic on User talk:SilentSpike

Jump to navigation Jump to search
Eurohunter (talkcontribs)

Hello. Why is bot replacing Q48799541 with Q28378282?

SilentSpike (talkcontribs)

Hey, that's to make the data homogeneous. You can see from the following query that the latter is preferred:

SELECT ?qualifiervalue ?qualifiervalueLabel (COUNT(?item) as ?ct) 
{
   ?item p:P2002 [ pq:P1552 ?qualifiervalue ]
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }               
}
GROUP BY ?qualifiervalue ?qualifiervalueLabel 
ORDER BY DESC(?ct)

Try it!

I'd refer you to Property_talk:P2002#Representing_various_account_qualities where I've started a discussion on how to represent various account qualities.