From cb5239f611141881d46f7d1426402ac8a904aaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Sat, 1 Aug 2020 22:24:52 +0200 Subject: [PATCH] STRING -> key in string_annotation --- other-notations/YARSpg.ebnf | 2 +- yarspg/YARSpg.g4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other-notations/YARSpg.ebnf b/other-notations/YARSpg.ebnf index d6c4d77..f504ee6 100644 --- a/other-notations/YARSpg.ebnf +++ b/other-notations/YARSpg.ebnf @@ -53,7 +53,7 @@ annotation ::= string_annotation | rdf_annotation string_annotation - ::= STRING ':' STRING + ::= key ':' STRING rdf_annotation ::= ((pn_local pname) | (IRI ':')) (STRING | IRI) annotations_list diff --git a/yarspg/YARSpg.g4 b/yarspg/YARSpg.g4 index 6e4b714..83f386e 100644 --- a/yarspg/YARSpg.g4 +++ b/yarspg/YARSpg.g4 @@ -66,7 +66,7 @@ annotation ; string_annotation - : STRING ':' STRING + : key ':' STRING ; rdf_annotation