dotNetRdf 3.1.1

dotnet add package dotNetRdf --version 3.1.1
NuGet\Install-Package dotNetRdf -Version 3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotNetRdf" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotNetRdf --version 3.1.1
#r "nuget: dotNetRdf, 3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dotNetRdf as a Cake Addin
#addin nuget:?package=dotNetRdf&version=3.1.1

// Install dotNetRdf as a Cake Tool
#tool nuget:?package=dotNetRdf&version=3.1.1

Welcome

Build status


dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .NET environments.

dotNetRDF is licensed under the MIT License, see the LICENSE.txt file in this repository

The main branch of this repository is now used for development of dotNetRDF 3.x. This is a major update that introduces a number of breaking API changes, new features including support for RDF-Star and SPARQL-Star, and it also restructures the packaging of the code to minimize dependencies and better separate out core functionality from higher-level APIs. For more details on what has changed, including the breaking changes that may require you to update your code, please read the section on Upgrading to dotNetRDF 3.0 in the documentation.

If you are looking for the code for the dotNetRDF 2.x release series please check out the maintenance/2.x branch

The restructured NuGet packages for dotNetRDF 3.0 are:

  • dotNetRdf - a meta-package that pulls in all of the packages listed below.
  • dotNetRdf.Core - contains the core libraries. This includes support for reading and writing RDF; and for managing and querying RDF data in-memory.
  • dotNetRdf.AspNet - provides a framework for hosting RDF data in an IIS web application. This includes implementations of the SPARQL Protocol and SPARQL Graph Store Protocol.
  • dotNetRdf.Client - provides support for working with a range of triple stores.
  • dotNetRdf.Data.DataTables - a package which integrates RDF data with System.Data.DataTable
  • dotNetRdf.Dynamic - provides an API for accessing and updating RDF graphs using .NET's dynamic objects.
  • dotNetRdf.HtmlSchema - provides an RDF writer that generates HTML documentation for an ontology that uses the RDF Schema vocabulary.
  • dotNetRdf.Inferencing - provides some basic inferencing support including RDF-Schema, SKOS and a small subset of OWL reasoning.
  • dotNetRdf.Ontology - provides an API for manipulating an OWL ontology.
  • dotNetRdf.Query.FullText - provides a full-text query plugin for dotNetRDF's Leviathan SPARQL query engine. The text indexing is provided by Lucene.
  • dotNetRdf.Query.Spin - provides an implementation of SPIN using dotNetRDF's Leviathan SPARQL query engine.
  • dotNetRdf.Shacl - provides an API for validating a graph using SHACL.
  • dotNetRdf.Skos - provides an API for working with a SKOS taxonomy.

As of release 3.0 of dotNetRDF, we provide support for .NET Standard 2.0. This ensures compatibility of the libraries with .NET Framwork from 4.7 forwards, .NET Core from 2.0 forwards and .NET from 5.0 forwards.

The documentation and examples will be gradually updated and published on the "latest" branch of the documentation repository:

Asking Questions and Reporting Bugs

If you have a question about using dotNetRDF, please post it on StackOverflow using the tag dotnetrdf.

Bugs and feature requests can be submitted to our issues list on GitHub. When submitting a bug report, please include as much detail as possible. Code and/or data that reproduces the problem you are reporting will make it much more likely that your issue gets addressed quickly.

Developers

dotNetRDF is developed by the following people:

  • Rob Vesse
  • Ron Michael Zettlemoyer
  • Khalil Ahmed
  • Graham Moore
  • Tomasz Pluskiewicz
  • Samu Lang

dotNetRDF also benefits from many community contributors who contribute in the form of bug reports, patches, suggestions and other feedback, please see the Acknowledgements file for a full list.

Pull Requests

We are always pleased to receive pull requests that fix bugs or add features. When fixing a bug, please make sure that it has been reported on the issues list first. If you plan to work on a new feature for dotNetRDF, it would be good to raise that on the issues list before you commit too much time to it.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (57)

Showing the top 5 NuGet packages that depend on dotNetRdf:

Package Downloads
BrightstarDBLibs

BrightstarDB is a fast and scalable NoSQL database for .NET with code-first data model generation. This package installs the BrightstarDB libraries alone without any code-generation support.

Semiodesk.Trinity

Enterprise ready object mapper for developing RDF knowledge graph applications with .NET

COLID.Exception

Package Description

slp.evi

.NET implementation of an RDB2RDF storage based on R2RML mapping file

alps.net.api

A library to handle subject-oriented PASS or Abstract Layered PASS models. It allow to handle such models in memory as well es im- and export them from and to the OWL exchange format for these languages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on dotNetRdf:

Repository Stars
BrightstarDB/BrightstarDB
This is the core development repository for BrightstarDB.
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
ark-mod/ArkBot
ARK Survival Evolved application that monitors and extracts data from local ARK servers and exposes this data through a Web App, Web API and Discord Bot. Provides important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc.
Version Downloads Last updated
3.1.1 24,186 10/7/2023
3.1.0 4,982 9/10/2023
3.0.1 5,367 8/11/2023
3.0.0 53,309 3/19/2023
3.0.0-rc0008 1,114 3/14/2023
3.0.0-rc0007 970 3/12/2023
3.0.0-rc0006 1,235 3/6/2023
3.0.0-rc0004 3,704 8/16/2022
3.0.0-rc0003 1,054 8/14/2022
3.0.0-rc0002 1,095 8/11/2022
3.0.0-rc0001 1,980 8/7/2022
2.7.5 203,024 7/13/2022
2.7.4 49,577 4/28/2022
2.7.3 2,789 4/23/2022
2.7.2 85,777 7/10/2021
2.7.1 14,370 6/12/2021
2.7.1-pre0001 1,684 6/12/2021
2.7.0 34,514 3/27/2021
2.6.4 6,454 3/13/2021
2.6.3 4,135 3/6/2021
2.6.3-update-dependenc0001 1,824 3/13/2021
2.6.3-issue-369-368-0001 1,764 3/13/2021
2.6.3-issue-366-0001 1,757 3/6/2021
2.6.3-issue-344-0001 1,792 3/13/2021
2.6.2 6,861 2/22/2021
2.6.2-pre0009 1,805 2/22/2021
2.6.2-pre0008 1,760 2/22/2021
2.6.2-pre0007 1,719 2/22/2021
2.6.1 48,297 11/26/2020
2.6.0 20,148 7/28/2020
2.6.0-pre0001 1,866 7/20/2020
2.5.1 28,702 4/24/2020
2.5.0 19,127 4/10/2020
2.5.0-pre0001 1,975 4/9/2020
2.4.0 72,017 1/31/2020
2.4.0-pre0005 2,069 1/17/2020
2.4.0-pre0004 2,013 1/3/2020
2.3.0 82,961 12/10/2019
2.3.0-pre0003 1,936 12/10/2019
2.3.0-pre0002 2,123 12/2/2019
2.3.0-pre0001 2,113 11/29/2019
2.2.0 147,248 2/8/2019
2.2.0-pre0002 2,779 2/7/2019
2.2.0-pre0001 2,414 11/25/2018
2.1.0 65,392 6/7/2018
2.1.0-pre0003 2,470 6/7/2018
2.1.0-pre0001 3,595 5/18/2018
2.0.1 36,082 1/21/2018
2.0.1-pre0001 2,580 1/21/2018
2.0.0 6,583 1/10/2018
2.0.0-pre0010 2,919 11/16/2017
2.0.0-pre0009 1,670 11/3/2017
2.0.0-pre0008 2,517 10/18/2017
2.0.0-pre0007 2,588 6/23/2017
2.0.0-pre0006 1,489 6/23/2017
1.0.13 23,677 1/11/2018
1.0.13-pre8 2,380 11/27/2017
1.0.13-pre7 3,141 3/24/2017
1.0.13-pre6 3,026 9/30/2016
1.0.13-pre5 2,417 9/30/2016
1.0.13-pre4 2,392 9/26/2016
1.0.13-pre3 1,499 9/2/2016
1.0.13-pre2 1,525 8/31/2016
1.0.13-pre1 1,513 8/30/2016
1.0.12 107,588 8/4/2016
1.0.11 6,532 6/23/2016
1.0.10 3,563 5/30/2016
1.0.10-prerelease02 2,384 5/7/2016
1.0.10-prerelease01 2,885 10/15/2015
1.0.9.3683 45,335 7/24/2015
1.0.9-prerelease02 2,838 7/10/2015
1.0.9-prerelease01 1,572 7/10/2015
1.0.8.3533 173,234 3/20/2015
1.0.8-prerelease1 1,973 2/18/2015
1.0.8-prerelease02 1,592 3/12/2015
1.0.7.3471 5,745 11/21/2014
1.0.6.3421 12,034 8/8/2014
1.0.6-prerelease01 2,721 7/8/2014
1.0.5.3315 8,065 5/23/2014
1.0.5-prerelease03 2,623 5/22/2014
1.0.5-prerelease02 3,203 5/2/2014
1.0.5-prerelease01 2,579 5/2/2014
1.0.4.3225 7,460 3/14/2014
1.0.3 7,229 1/17/2014
1.0.3-prerelease 2,468 1/16/2014
1.0.2.2880 6,056 11/14/2013
1.0.1.2809 3,540 10/10/2013
1.0.1-RC2 3,139 7/5/2013
1.0.1-portableRC1 1,834 6/14/2013
1.0.0.2533 4,784 6/4/2013
1.0.0.2473 5,827 5/6/2013
0.9.0.2110 6,791 1/30/2013
0.8.2 10,436 11/30/2012
0.8.1 3,373 11/27/2012
0.8.0 3,494 11/26/2012
0.7.2 3,507 9/25/2012
0.7.1 3,769 7/27/2012
0.7.0 3,755 7/4/2012
0.6.2 3,246 4/1/2012
0.6.1 3,997 3/4/2012
0.6.0 3,351 2/19/2012
0.5.1 3,552 11/30/2011
0.5.0 3,946 9/9/2011
0.4.1 18,632 9/8/2011