dotNetRDF.Toolkit
dotNetRDF.Toolkit copied to clipboard
dotNetRDF Toolkit for Windows
dotNetRDF Toolkit for Windows
A Toolkit of command line utilities and GUI tools for working with RDF data
dotNetRDF Project 2009-2021
Usage
Unzip this zip package to a folder of your choice. We recommend adding this folder to your PATH variable so you can access the command line tools from a command prompt regardless of the working directory.
This Toolkit provides the following command line utilities:
- rdfConvert - A tool for converting RDF Graphs and Datasets between different serializations
- rdfOptStats - A tool for generating statistics on RDF for use with the new optional Weighted Optimiser
- rdfQuery - A tool for querying RDF data using SPARQL
- rdfServer - A tool for running a lightweight HTTP server to experimental with SPARQL
- soh - A tool for communicating with servers supporting the SPARQL Protocols over HTTP
This Toolkit provides the following GUI tools:
- rdfEditor - A Notepad replacement for editing RDF and SPARQL
- rdfServerGUI - A GUI for managing rdfServer instances
- SparqlGUI - A GUI for testing SPARQL queries using dotNetRDF's in-memory Leviathan engine
- StoreManager - A GUI for performing basic management and query tasks on various Triple Stores
You can find the documentation at https://github.com/dotnetrdf/dotnetrdf/wiki/UserGuide-Tools
License
dotNetRDF is licensed under the MIT License, see LICENSE.txt for details
Acknowledgements
Please see the Acknowledgements.txt file