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

[Typedef] created_by don't support space #419

Closed
vemonet opened this issue Jun 30, 2015 · 1 comment
Closed

[Typedef] created_by don't support space #419

vemonet opened this issue Jun 30, 2015 · 1 comment
Labels
Milestone

Comments

@vemonet
Copy link

vemonet commented Jun 30, 2015

When parsing OBO files we are facing error when the "created_by: " of [Termdef] contains a space

For example "created_by: John Doe" is ok to describe a [Term] but not to describe a [Typedef].
But "created_by: John_Doe" works

The error raised is the following:
Parser: org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParser@####
LINENO: ### - expected newline or end of line but found: Doe
LINE: created_by: John Doe

Is it a normal behavior or should it take spaces?

@ignazio1977
Copy link
Contributor

Bug - according to the spec created_by behaves the same way for terms and typedefs.

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

No branches or pull requests

2 participants