From eb2bdbcd45e503bd56362fd774634fec4d6d5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Mon, 17 Aug 2020 14:09:17 +0200 Subject: [PATCH] Update EBNF --- other-notations/YARSpg.ebnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-notations/YARSpg.ebnf b/other-notations/YARSpg.ebnf index 796cb88..e2adb5c 100644 --- a/other-notations/YARSpg.ebnf +++ b/other-notations/YARSpg.ebnf @@ -57,7 +57,7 @@ string_annotation rdf_annotation ::= ((pn_local pname) | (IRI ':')) (STRING | IRI) annotations_list - ::= '+' annotation (',' annotation)* + ::= '+' '[' annotation (',' annotation)* ']' props_list ::= '[' prop (',' prop)* ']' meta_prop