-
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
SPLIT fails with owl:NamedIndividual #924
Comments
Seems SPLIT is removed from template while processing individuals:
So TemplateHelper.getAnnotations works like there is no SPLIT. Do you have any suggestions for a workaround or quick fix? |
We are planning a new release relatively soon. If you can provide a pull request with a fix, you can in the meantime use the DEV version of ROBOT, but we will get it in production asap as well. |
I am using robot as part of ODK. Do you know if there will be a new ODK release also? |
As soon as we have a new ROBOT version, we will update ODK - 1,2 days later. |
(just for yourself, I can show you how you can quickly compile the ODK with a ROBOT development version, so you don't have to wait) |
This seem like a good opportunity to contribute the robot tool. If OK for you, I can implement the fix and make a pull request next week. |
@hkir-dev Thanks for reporting the issue. I can replicate the problem, and I think you're correct about the cause. A PR would be very much appreciated! If you don't have time, or have trouble with it, just let us know. |
Fix Issue: SPLIT fails with owl:NamedIndividual #924
Should be fixed by #924 |
In ROBOT version 1.8.1, I have a very simple template:
ID,Entity Type,Synonyms
ID,TYPE,A oboInOwl:hasExactSynonym SPLIT=|
ex:indv_2,owl:NamedIndividual,Sncg_4|Alpha7 cell
robot template --template ./template_fail2.csv --output ./output.owl
output is:
if I change owl:NamedIndividual to owl:Class, owl:DataProperty etc. or completely delete the column, SPLIT works as expected:
The text was updated successfully, but these errors were encountered: