You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skos-dev
Hello,
I have version 3 of both OWL API and SKOS API.
When I try to run ReadSKOSExample.java or APITest1.java I obtain this
exception:
Exception in thread "main" java.lang.NoSuchMethodError:
org.semanticweb.owlapi.model.OWLOntology.getClassAssertionAxioms(Lorg/
semanticweb/owlapi/model/OWLClass;)Ljava/util/Set;
at
uk.ac.manchester.cs.skos.SKOSDatasetImpl.getSKOSConcepts(SKOSDatasetImpl.java:
110)
at examples.ReadSKOSExample.<init>(ReadSKOSExample.java:50)
at examples.ReadSKOSExample.main(ReadSKOSExample.java:162)