thiemowmde added a comment.

Number of quantity values where upper and lower bounds are the same: 139988.

SELECT
#?item ?property ?statement
?upperBound ?lowerBound
WHERE {
  ?dataValueId wikibase:quantityUpperBound ?upperBound .
  ?dataValueId wikibase:quantityUpperBound ?lowerBound .
  FILTER (?upperBound = ?lowerBound) .
  #?statement ?valueRef ?dataValueId .
  #?item ?property ?statement
  #SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
#LIMIT 10

Typical examples can be seen here (including an odd "0.0" edge case): https://www.wikidata.org/wiki/Q18844537.


TASK DETAIL
https://phabricator.wikimedia.org/T115269

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: thiemowmde
Cc: gerritbot, thiemowmde, Yellowcard, Liuxinyu970226, LikeLifer, Sylvain_WMFr, Lydia_Pintscher, StudiesWorld, He7d3r, Thryduulf, Ricordisamoa, Mike_Peel, Aklapper, daniel, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, JeroenDeDauw, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to