Provides RDF language support via rdflint.
- Install JDK or JRE, and setup JAVA_HOME environment variable.
- Start Visual Studio Code.
- Install this extension.
- Shift+Cmd+P and select
rdflint Interactive Mode: SPARQL playground
.- You can find the command, with type substring like 'rdflint', 'SPARQL', etc.
- Open Settings, and check 'Extentions > Rdflint Language Server > Enable rdflint language server'
- Shift+Cmd+P and type
Reload Window
- rdflint validations.
- SPARQL playground. (rdflint Interactive Mode).
- Install JDK or JRE, and setup JAVA_HOME environment variable.
rdflint Interactive Mode: SPARQL playground
- start rdflint Interactive Mode.
Please fork this repository, and create pull request for contributing.
Install npm libraries.
npm install
Open this folder on Visual Studio Code, and Hit F5 Key to execute.
In the case of try with Developing rdflint,
build jar and set environment variable RDFLINT_JAR
like the following.
cd ../
gradle shadowJar
export RDFLINT_JAR=`pwd`/build/libs/rdflint.jar
code vscode-rdflint/
vscode-rdflint is released under the MIT License.