ontology-development-kit
ontology-development-kit copied to clipboard
error when importing dcterms
I am wanting to use the dcterms library directly in an ontology like so:
import_group:
products:
- id: dcterms
mirror_from: http://protege.stanford.edu/plugins/owl/dc/terms.owl
When running seed-via-docker.sh -C configs/foo-odk.yaml I get the error:
ERROR OWLOntologyManagerImpl.checkForOntologyIDChange() new:Ontology(OntologyID(Anonymous-15)) [Axioms: 0 Logical Axioms: 0] First 20 axioms: {}
Could not load imported ontology: <http://protege.stanford.edu/plugins/owl/dc/terms.owl> Cause: Ontology already exists. OntologyID(OntologyIRI(<http://purl.org/dc/terms/>) VersionIRI(<null>))
ODK yaml file attached. foo-odk.yaml.txt