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

Think of using "duck type compatibility" in ontology_helper._get_datatype_restriction() #254

Open
dsavchenko opened this issue May 16, 2024 · 0 comments
Assignees

Comments

@dsavchenko
Copy link
Member

dsavchenko commented May 16, 2024

Example: Restricting Percentage to integer values.

Maybe return xsd:Integer instead of throwing "Ambiguous datatype" when possible.
This will in principle follow PEP https://peps.python.org/pep-0484/#the-numeric-tower

But to check with dispatcher. Do we have a way to restrict Float class?

But: Doesn't we produce inconsistent ontology (xsd:integer is not a subclass of xsd:float)? Maybe there are better ways?

@dsavchenko dsavchenko self-assigned this May 16, 2024
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

1 participant