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
Just to be clear, the error has nothing to do with ODK and is purely a consequence of chaining query --update with any other robot step, like merge. This does not happen with any other ontology I know of.
Not sure if this is related, but I try to add Prefix(dcterms:=http://purl.org/dc/terms/) to my foodon-edit.ofn file via protege, and that's fine, it saves and uses that prefix for all dc references.
But the moment I use robot (and OWLAPI presumably) to add a dc:date to foodon-edit.ofn and resave, the dcterms prefix gets toasted and all dc terms get full URI in the file.
This issue is a follow up to INCATools/ontology-development-kit#614.
Suppose, you have an ODK file named
foo-odk.yaml
that references thedcterms
library as an import group. E.g.:When you run
seed-via-docker.sh -C configs/foo-odk.yaml
you get the error:@matentzn determined that the error has something to do with robot, and gave a work around. But, you may want to look into it.
This is how you can reproduce the error:
The text was updated successfully, but these errors were encountered: