Skip to content

Commit

Permalink
Update EBNF
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Aug 17, 2020
1 parent 4eb480a commit eb2bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-notations/YARSpg.ebnf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb2bdbc

Please sign in to comment.