-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Hirokazu Chiba edited this page Dec 22, 2024
·
33 revisions
Web site
- https://sparqling.github.io/sparql-formatter/
- https://spang.dbcls.jp/sparql-formatter
- https://purl.org/sparql-formatter
- https://purl.org/spf
Ontology
JSON-LD
- https://spang.dbcls.jp/sparql-formatter/etc/context.jsonld
- https://purl.org/sparql-formatter/context.jsonld
-
$ 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
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 ) )*