Skip to content
Hirokazu Chiba edited this page Apr 13, 2025 · 34 revisions

URLs

Web site

Ontology

JSON-LD

Note: Examples for test

Fixed typo found in 17.4.1.8 query

$ diff 17.4.1.8a.rq~ 17.4.1.8a.rq
4c4
< SELECT ?aLabel1 ?bLabel
---
> SELECT ?aLabel ?bLabel

Note: Rule 116

[116] AdditiveExpression ::= MultiplicativeExpression ( '+' MultiplicativeExpression | '-' MultiplicativeExpression | ( NumericLiteralPositive | NumericLiteralNegative ) ( ( '*' UnaryExpression ) | ( '/' UnaryExpression ) )* )*

The following part is not captured in the current parser. In practice, there seems to be no problem.

( NumericLiteralPositive | NumericLiteralNegative ) ( ( '*' UnaryExpression ) | ( '/' UnaryExpression ) )*

Clone this wiki locally