Re: problems parsing CongoProcess.owl

I am not sure whether the following is already in the
list of known bugs of the CongoProcess.owl.  In

http://www.daml.org/services/owl-s/1.0/CongoProcessDataFlow.owl

there are many anonymous individuals of the type process:ValueOf.
Many of them have invalid OWL syntax.  For example

  <process:ValueOf
    process:atProcess="[...]CongoProcess.owl#CreateAcctSequence"
 
process:theParameter="[...]CongoProcess.owl#CreateAcctSequenceCreateAcct
Info" /> 

defines values for atProcess and theParameter as string literals.
They must be rdf:about style references to other resources, as
the atProcess property is an ObjectProperty.

Sorry if this is a known bug.

Holger

Received on Monday, 5 April 2004 17:14:09 UTC