-
Notifications
You must be signed in to change notification settings - Fork 74
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
I can't get the prefix option to work. #457
Comments
Hi @marijane, thanks for reaching out! The |
It is possible to get the OWLAPI to use specified prefixes in output, this is how owltools does it: It is nice to have preferred prefixes used in ttl etc, maybe add as an option to convert? |
@jamesaoverton @cmungall I implemented one approach for this using the The
The difference is that the
|
Combined with an Are we already using the It feels sub-optimal, but this is better than any other idea I've come up with. |
We need to still support |
I'm pretty sure that Apache Commons CLI only allows short options to be a single character: Not having a short option in this case is fine. We need to keep |
This should be fixed by #488 and available in the next ROBOT release. |
I'm trying to convert a set of triples in .nq format to .ttl:
robot convert -p "schema: http://schema.org" -p "ohsu: http://purl.org/ohsu/schema#" -i pharmacies-201810.nq -f ttl -o pharmacies-201903.ttl
This is what I get in the output file:
I've also had this problem in the past, with the merge command.
Is this a bug or am I using the prefix option incorrectly?
The text was updated successfully, but these errors were encountered: