diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 10:02:35 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 10:03:48 +0200 |
| commit | 881490dfec59f22b648766ea083cf23c0b29eaba (patch) | |
| tree | 0cdf36e2a515e6ae1f8f90d0a17cdd2e6c6b2af7 /syntax/def.peg | |
| parent | 1795ee0a7620f393142e9f259cf54fe798261ddb (diff) | |
fix syntax SEMPREFIX
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> |
