Hello,I use: matchmaker-client
In the class OWLSProfileParser, I have a problem in this
line:ontModel.addLoadedImport(URI);I have the following error:Exception in
thread "main" java.lang.NullPointerException at
EDU.cmu.Atlas.owls1_1.parser.OWLSProfileParser.read(OWLSProfileParser.java:118)
at
EDU.cmu.Atlas.owls1_1.parser.OWLSProfileParser.read(OWLSProfileParser.java:97)
at
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.parseOWLSProfile(OWLSMatchmakerClient.java:226)
at
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.register(OWLSMatchmakerClient.java:99)
at
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.main(OWLSMatchmakerClient.java:247)
I found the method "addLoadedImport" in the class "ontModel.class" of the jar
jena.
Can someone help me, please?Thank you in advance.