Skip to content
Hirokazu Chiba edited this page Dec 22, 2024 · 33 revisions

URLs

Web site

Ontology

JSON-LD

Note for maintenance

  • $ n.run webpack & $ up
  • Edit files
    • index.html (version number) => not necessary
    • README.md (version number)
  • $ add . & $ g.commit Update version
  • $ n.version.patch & $ push

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