ontology-development-kit icon indicating copy to clipboard operation
ontology-development-kit copied to clipboard

error when importing dcterms

Open wdduncan opened this issue 3 years ago • 0 comments

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

wdduncan avatar Jun 15 '22 13:06 wdduncan