-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c8da8d
commit 2423a35
Showing
13 changed files
with
62 additions
and
26 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
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,16 @@ | ||
# TRAQULA Rules SPARQL 1.1 + ADJUST package | ||
|
||
TRAQULA rules SPARQL 1.1 + ADJUST contains additional rules required for creating a parser for | ||
SPARQL 1.1 + ADJUST function from the SPARQL 1.1 rules. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @traqula/rules-sparql-1-1-adjust | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
yarn add @traqula/rules-sparql-1-1-adjust | ||
``` |
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,15 @@ | ||
# TRAQULA Rules SPARQL 1.1 | ||
|
||
TRAQULA rules SPARQL 1.1 contains rules required for creating a parser for SPARQL 1.1. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @traqula/rules-sparql-1-1 | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
yarn add @traqula/rules-sparql-1-1 | ||
``` |
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,15 @@ | ||
# TRAQULA Rules SPARQL 1.2 package | ||
|
||
TRAQULA rules SPARQL 1.2 contains additional rules required for creating a parser for SPARQL 1.2 from the SPARQL 1.1 rules. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @traqula/rules-sparql-1-2 | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
yarn add @traqula/rules-sparql-1-2 | ||
``` |
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,15 @@ | ||
# TRAQULA Test utils | ||
|
||
TRAQULA test utils contains some developer dependencies for testing packages and engines from the TRAQULA project. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install -D @traqula/test-utils | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
yarn add -D @traqula/test-utils | ||
``` |
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