Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix representation of All QuantityKinds and Units #46

Closed
VladimirAlexiev opened this issue Sep 13, 2024 · 1 comment
Closed

fix representation of All QuantityKinds and Units #46

VladimirAlexiev opened this issue Sep 13, 2024 · 1 comment
Labels
ontology Pertains to ontology representation unit Units of measure, quantityKinds

Comments

@VladimirAlexiev
Copy link
Collaborator

This query finds all enumeration members:

select ?class (count(*) as ?c) {
    ?s a  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.

@VladimirAlexiev VladimirAlexiev added ontology Pertains to ontology representation unit Units of measure, quantityKinds labels Sep 13, 2024
@VladimirAlexiev
Copy link
Collaborator Author

fix06-quantityKind-38.ru
fix07-dataProps-38.ru
fix08-remove-qkProps-38.ru
fix09-map-qkUnitsMultipliers-38.ru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ontology Pertains to ontology representation unit Units of measure, quantityKinds
Projects
None yet
Development

No branches or pull requests

1 participant