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

Derived SI units should always contain refence to SI base units #280

Open
markdoerr opened this issue Mar 5, 2024 · 2 comments
Open

Derived SI units should always contain refence to SI base units #280

markdoerr opened this issue Mar 5, 2024 · 2 comments

Comments

@markdoerr
Copy link

It is very hard to create a SPARQL query to EMMO that directly retrieves the SIBaseUnit of derived SIDimensionalUnits.

E.g., force / Newton
1 N = 1 kg m / s²

etc.

I propose to add a property:

hasSIBaseSymbolValue

In the case of force it would also be nice to be able to directly query, from which SIBaseUnits it was derived.
(without parsing the hasDimensionString )

@jesper-friis
Copy link
Contributor

Thanks for your input. I see that such a property with the base units would be useful, but it will also increase the maintenance burden. Maybe we could add a script for adding and maintaining it automatically.

Not sure whether it should be an annotation or data property, though.

@markdoerr
Copy link
Author

Hej, @jesper-friis ,
I think, a script is a good idea.
(I was also wavering between annotation and data property, a data property might be more reliable for reasoning and SPARQL queries)

Potential queries:
A pressure measurement resulted in 5 MPa, please convert the value, using only SIBaseUnits (for standardised storage in a data repository).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants