From c75ca6f12489cab8223fd6178e0c6948ecc30ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 26 Mar 2010 11:55:07 +0000 Subject: [PATCH] - fixed the Apply syntax --- html/edoal.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/edoal.html b/html/edoal.html index 0e381460..e6ab25fd 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> -- GitLab