You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select ?class (count(*) as ?c) {
?sa owl:NamedIndividual; rdfs:domain ?class
} group by ?class order by desc(?c)
3 of the top 4 are related to units, multipliers and currencies.
But a very small number of them are in actual use in CGMES ontologies (see last column):
class
c
in use
1
cim:Currency
"161"
0
2
cim:UnitSymbol
"141"
30
3
cim:PhaseCode
"26"
4
cim:UnitMultiplier
"21"
2
We should fix all units and multipliers as shown in Fixed Units Representation (task is #38),
but will map to QUDT only the ones that are in use.
The text was updated successfully, but these errors were encountered:
This query finds all enumeration members:
3 of the top 4 are related to units, multipliers and currencies.
But a very small number of them are in actual use in CGMES ontologies (see last column):
We should fix all units and multipliers as shown in Fixed Units Representation (task is #38),
but will map to QUDT only the ones that are in use.
The text was updated successfully, but these errors were encountered: