-
Notifications
You must be signed in to change notification settings - Fork 0
UserGuide Tools
Home > User Guide > Tools
Besides our developer APIs we also produce a suite of command line and GUI tools for working with RDF and SPARQL, you can find links to their documentation in this section of the user guide.
You can download the dotNetRDF toolkit from our GitHub Repository. The tools are released in two packages:
-
dotNetRDFToolkit-Installer-*.zipis a zip file containing a setup.exe and MSI installer package for the tools. Download and unzip and then run the setup.exe to install the tools. This is also the smaller of the two packages as shared files are included in the installer only once. -
dotNetRDFToolkit-noInstaller-*.zipis a zip file containing the binaries. You can simply download and unzip the files to what ever location is most convenient for you.
NOTE: Using the Toolkit requires .Net 4.0 Framework Full to be installed on your machine.
| Tool | Description |
|---|---|
| rdfConvert | Utility for converting between different RDF formats |
| rdfEditor | Notepad replacement for editing of RDF files |
| rdfOptStats | Utility for generating stats for use with our in-memory stats based optimizer |
| rdfQuery | Utility for making SPARQL queries at the command line |
| rdfServer | Utility for running a simple SPARQL server |
| rdfServerGui | Simple GUI for managing rdfServer instances |
| rdfWebDeploy | Utility for helping with deployment of our ASP.Net Integration features |
| soh | Utility for accessing SPARQL servers via the command line |
| SparqlGui | GUI for experimenting with SPARQL queries using our in-memory SPARQL implementation |
| Store Manager | GUI for working with and managing any supported Triple Store for which we have a Storage Provider |
- Getting Started
- Library Overview
- Hello World
- Reading RDF
- Writing RDF
- Working With Graphs
- Typed Values and Lists
- Working with Triple Stores
- Building SPARQL
- Querying with SPARQL
- Updating with SPARQL
- Exceptions
- Equality and Comparison
- Event Model
- Utility Methods
- Extension Methods
- Using the Namespace Mapper
- Storage API
- Advanced SPARQL
- Ontology API
- Inference and Reasoning
- ASP.NET Integration
- Global Options
- Formatting API
-
Configuration API
- Graphs
- Triple Stores
- Object Factories
- Readers and Writers
- SPARQL Endpoints
- Query Processors
- Update Processors
- Protocol Processors
- SPARQL Datasets
- SPARQL Expression Factories
- SPARQL Operators
- SPARQL Optimisers
- Full Text Query
- Reasoners
- Storage Providers
- User Groups
- Permissions
- Users
- Static Options
- Proxy Servers
- Handlers API
- JSON-LD API
- Tools