From 881490dfec59f22b648766ea083cf23c0b29eaba Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 May 2025 10:02:35 +0200 Subject: fix syntax SEMPREFIX --- syntax/def.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/def.peg') 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 -- cgit v1.2.3