diff --git a/html/edoal.html b/html/edoal.html index 0e3814601830e144c47f59bee67620e0592a31b6..e6ab25fd964e209192c7f22e30d66e017c5a817f 100644 --- a/html/edoal.html +++ b/html/edoal.html @@ -168,9 +168,8 @@ A class can be defined using its URI or a restriction. Restrictions are defined <u>comp</u> ::= <comparator rdf:resource=" <u>uri</u> "/> -// String does not work here -<u>value</u> ::= <u>string</u> | <u>instepr</u> | <u>attrexpr</u> - | <Apply operation=" <u>uri</u> "> <u>value</u>* </Apply> +<u>value</u> ::= <Literal value=" <u>string</u> " /> | <u>instepr</u> | <u>attrexpr</u> + | <Apply operator=" <u>uri</u> "> <arguments rdf:parseType="Collection"><u>value</u>*</arguments> </Apply> </pre></div>