query-efababcd28448eba68d5c668f5f6fa33

rq turtle/ttl

wd:undefined:Here is a version which tells what the real/intended unit is. It also finds 5 items (units) with no wikibase:sitelinks predicate which all items should have, and 17 uses of the unknown to me IRI 18:44, 28 April 2020 (UTC)) talk (DCausse (WMF) returns 0 result on the test host we launched the reload. We'll update other production machines ASAP, sorry for the inconvenience.?s wikibase:quantityUnit wd:P199Thanks for looking into this, just a quick update here: the count query on

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT * 
WHERE
{
    wd:Q163320 p:P1106 / psv:P1106 ?a .
    ?a wikibase:quantityUnit ?unit .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?a"):::projected v2("?unit"):::projected a1((" ")) c1(["wd:Q163320"]):::iri c1 --"p:P1106"--> a1 a1 --"p:statement/value/P1106"--> v1 v1 --"wikibase:quantityUnit"--> v2