You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message from the parser is somewhat misleading (I’ll see if I can make it more useful), but this has nothing to do with create exact synonym being somehow parsed as createexactsynonym.
The problem is with the for 'ocean floor'. The parser expects a term ID after for, not a string. KGCL-Java does not support using a label where an ID is expected. This is on purpose: you want to modify a term, you are supposed to know its ID; KGCL-Java will not do the lookup for you.
So here, the command should have been
create exact synonym 'ocean basin floor' for ENVO:00000426
Error:
Issue that highlighted the error: EnvironmentOntology/envo#1518
GH Action: https://github.com/EnvironmentOntology/envo/actions/runs/10602157613/job/29383593707
kgcl-java version: 0.3.2 (need to update and have a PR for ENVO ready)
@gouttegd : are the single quotes in the command messing up something?
The text was updated successfully, but these errors were encountered: