Show / Hide Table of Contents

dotNetRDF User Guide

Welcome to the dotNetRDF user guide, this provides an introduction to dotNetRDF and aims to cover how to carry out a variety of common tasks in dotNetRDF. Using this guide you can learn the basics of working with the library in order to enable you the user to build applications using dotNetRDF.

You may also be interested in our FAQs or our quick How To guides.

If you are already an experienced dotNetRDF user you may wish to look at the Developer Guide instead which covers project architecture and advanced topics.

Basic Tutorial

This series of pages aims to introduce you to the core concepts of dotNetRDF and get you up and running with the library, reading in order is suggested for new users:

  1. Getting Started
  2. Library Overview
  3. Hello World
  4. Reading RDF
  5. Writing RDF
  6. Working with Graphs
  7. Typed Values and Lists
  8. Working with Triple Stores
  9. Querying with SPARQL
  10. Updating with SPARQL

General Topics

The following pages cover some general topics about the library:

  • Exceptions
  • Equality and Comparison
  • Event Model
  • Utility Methods
  • Extension Methods
  • Using the Namespace Mapper

3rd Party Triple Store Integration

We provide integration with a variety of 3rd party triple stores, see the following topics:

  • Storage API
    • Triple Store Integration
    • Storage Providers
    • Servers API
    • Transactions API

SPARQL Features

The basic tutorial covers simple SPARQL query and updates, we have a selection of topics on advanced SPARQL features available:

  • Advanced SPARQL
    • Result Formatting
    • SPARQL Datasets
    • Full Text Querying with SPARQL
    • Advanced SPARQL Operations

The SPARQL Engine section of the Developer Guide may also be relevant to advanced users.

Ontologies, Inference and Reasoning

Please see the following for documentation of ontology, inference and reasoning support:

  • Ontology API
  • Inference and Reasoning

ASP.Net Integration

Please see the ASP.Net Integration page for an overview of how we integrate into ASP.Net applications, or you can jump to specific topics below:

  • Creating SPARQL Endpoints
  • Deploying with rdfWebDeploy

Advanced APIs

The following documentation covers what are considered advanced topics but which may still be of value to everyday users of dotNetRDF.

  • Global Options
  • Formatting API
  • Configuration API
  • Handlers API
  • JSON-LD API

Tools

See the Tools page for documentation pertaining to our GUI and command line tools.

  • rdfConvert
  • rdfEditor
  • rdfOptStats
  • rdfQuery
  • rdfServer
    • rdfServerGui
  • rdfWebDeploy
  • soh
  • SparqlGui
  • Store Manager

Notes

Note that where we refer to the user in this guide we are referring to you the developer who is using the API.

All examples in the User Guide are given using C#.Net

  • Improve this Doc
In This Article
  • Basic Tutorial
  • General Topics
  • 3rd Party Triple Store Integration
  • SPARQL Features
  • Ontologies, Inference and Reasoning
  • ASP.Net Integration
  • Advanced APIs
  • Tools
  • Notes
Back to top Generated by DocFX