query-f7e249b1677fe9eda12643bb3ecac325
Unit using a redirect. What happens with values for the unit-part of a quantity that is a redirect? Is there some automatic process to replace them with the target of the redirect? So far this does not seem to have happened: The following query shows (I think) that this issue currently exists. (Q11830636)Psf into (Q39468084)Psf I ran various consistency checks and allowed myself to fix a few unit-related data points. One fix was merging (P7007)Wolfram Language unit code Hi. While entering data for the new
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
select * where {
?x wikibase:quantityUnit / owl:sameAs [].
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?x"):::projected
a2((" "))
a1((" "))
v1 --"wikibase:quantityUnit"--> a1
a1 --"owl:sameAs"--> a2