OWL-s technical doc, correction

A small correction in http://www.daml.org/services/owl-s/1.2/overview/
 ( and in 1.1 as well )

In section "Composite processes"  
 ...  control constructs :

<!--- quote --->

<owl:Class rdf:ID="If-Then-Else">
  <rdfs:subClassOf rdf:resource="#ControlConstruct"/>
  <rdfs:subClassOf>
    <owl:Restriction>
      <owl:onProperty rdf:resource="#components"/>
      <owl:allValuesFrom rdf:resource="#ControlConstructBag"/>
    </owl:Restriction>
  </rdfs:subClassOf>
</owl:Class>

<!--- unquote --->


This is not right, since there is no 'components' property in If-then-else.



Michiel.




-- 
Michiel Hobbelman  | hobbel@hobbelman.org | http://hobbelman.org/michiel

Received on Saturday, 29 April 2006 16:20:56 UTC