-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDF 1.2 and SPARQL 1.2; SEMIJOIN and ANTIJOIN
- Loading branch information
Showing
595 changed files
with
15,748 additions
and
13,978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
==== SPARQL Parser | ||
|
||
Run | ||
|
||
grammar | ||
|
||
This produces the code for the current version SPARQL | ||
and the ARQ (SPARQL with extensions) parsers. | ||
|
||
== | ||
|
||
To produce the HTML for the SPARQL Grammar for the W3C spec: | ||
produce the SPARQL 1.2 specific file | ||
|
||
grammar | ||
|
||
which also generates Java code and can be used for checking. | ||
|
||
Then run | ||
|
||
sparql2html | ||
|
||
The output is in sparql-grammar.html. | ||
|
||
This replaces the table between "<!-- GRAMMAR -->" in the specific HTML. | ||
|
||
Running | ||
|
||
sparql2bnf | ||
|
||
produces a text BNF form. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.