diff options
Diffstat (limited to 'syntax/def.peg')
| -rw-r--r-- | syntax/def.peg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/def.peg b/syntax/def.peg index 640958f..30157d2 100644 --- a/syntax/def.peg +++ b/syntax/def.peg @@ -53,7 +53,7 @@ AnnotatedWordsX <- '[' Words ']' ('{' (SemWords / ![{}] PlainWords) '}') SemWords <- SEMPREFIX '<' ![<>] PRINTABLES '>' / SEMPREFIX Curie -SEMPREFIX <- [.#] +SEMPREFIX <- [.=] # RDF CURIE # @see <https://www.w3.org/TR/rdfa-core/#s_curies> |
