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

Boolean values in axiom annotations become strings #128

Open
cmungall opened this issue Dec 22, 2022 · 1 comment
Open

Boolean values in axiom annotations become strings #128

cmungall opened this issue Dec 22, 2022 · 1 comment
Labels
1.4 major issues issues that are priority to address in 1.6

Comments

@cmungall
Copy link
Member

Boolean values in axiom annotations become strings (@balhoff: need to check example for this)

@cmungall cmungall added the 1.4 major issues issues that are priority to address in 1.6 label Dec 22, 2022
@cmungall
Copy link
Member Author

Proposal:

  • unquoted values are either an identifier reference (URI or CURIE), or a boolean or numeric literal
  • quotes values remain string literals

Note that the owlapi currently converts unquoted to quoted (it has always done this - not related to recent changes). This means that using this proposed 1.6 extension will not cause syntax errors but will cause unwanted conversion to strings. This seems acceptable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4 major issues issues that are priority to address in 1.6
Projects
None yet
Development

No branches or pull requests

1 participant