Sveino / Inst4CIM-KG

Instance of CIM Knowledge Graph
Apache License 2.0
5 stars 1 forks source link

add conversionFactor to cim:UnitMultiplier #62

Closed VladimirAlexiev closed 2 months ago

VladimirAlexiev commented 2 months ago
cim:UnitMultiplier.M a cim:UnitMultiplier;
  rdfs:label "M" ;
  cims:isenum "True" ;
  skos:definition "Mega 10**6."@en ;
  qudt:prefixMultiplier 1.0E6;
  skos:exactMatch prefix:Mega.

We need a mapping factor to add this to multipliers. It'll be used by SDKs.

VladimirAlexiev commented 2 months ago

fix09-map-qkUnitsMultipliers-38.ru

VladimirAlexiev commented 1 month ago

Mind you :

Maybe I should tag them both as as xsd:float?