query-058d50cae2c853ff86c2f7989d6ca0cb
The 24 SI Prefixes
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
select * where {
?prefix wdt:P31 wd:Q131299 . # SI prefix
?prefix rdfs:label ?label . filter (lang(?label) = "en")
?prefix wdt:P5061 ?symbol . filter (lang(?symbol) = "mul")
?prefix wdt:P1181 ?value .
optional { ?prefix wdt:P7825 ?ucum }
optional { ?prefix wdt:P7007 ?wl }
} order by ?value