-
Notifications
You must be signed in to change notification settings - Fork 25
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
malformed owl #280
Comments
looks like jena expects a fully qualified URI.
|
There's no equivalent of "fully qualified" (as opposed to relative) for urns. The urn: should be fine. Looks like a riot bug to me. |
the relations ontology had the same situation and jim fixed them: oborel/obo-relations#803 (comment) it sounds like an old version of the OWL API created those. |
There was an error in that the urns needed another colon.
owlcs/owlapi#732
As the issue points out, most software doesn't (and shouldn't ) care.
|
andy says the URN isn't valid: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here is one of the offending lines:
The text was updated successfully, but these errors were encountered: