We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alternative to:
Currently http://owlcollab.github.io/oboformat/doc/obo-syntax.html#5.4 states
This assumes the Typedef is an OP. A Typedef can be mapped to an AP via the rules in 5.1:
under 1.4 spec, if we have:
[Typedef] id: r is_metadata_tag: true range: xsd:string
this will result in illegal punning.
proposal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Alternative to:
Currently http://owlcollab.github.io/oboformat/doc/obo-syntax.html#5.4 states
This assumes the Typedef is an OP. A Typedef can be mapped to an AP via the rules in 5.1:
under 1.4 spec, if we have:
this will result in illegal punning.
proposal
The text was updated successfully, but these errors were encountered: