Re: OWL-S API (how to make it read the work-flow)

Quoting Dónal Murtagh <domurtag@cs.tcd.ie>:

> Good work! I found out from the author of the API that the owl-s.jar
> in the current release is not the most recent. I downloaded the latest
> version from http://svn.mindswap.org/owl-s/trunk/lib/owl-s.jar and
> that fixed the problem too.

Thanks; but now I'm a bit puzzled, because when I look at that
version, it still seems to have the problem.

(Mouse, mouse, mouse).  Ok, I can see what's happening now.

OWLSReader_1_0 still does 

   getProperty(OWLS_1_0.Process.theProperty)

But in owls/vocabulary/jena/OWLS_1_0.java, theProperty
is defined to be "theParameter":

  public static Property theProperty =
     ResourceFactory.createProperty(URI, "theParameter");

(And similarly atClass is defined using "atProcess".)

So it looks like a quick fix that will be tidied up later.

Cheers,
Jeff

Received on Tuesday, 18 May 2004 14:18:24 UTC