There was an error while loading. Please reload this page.
Web site
Ontology
JSON-LD
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
[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 ) )*