dotNetRdf 3.3.0
dotnet add package dotNetRdf --version 3.3.0
NuGet\Install-Package dotNetRdf -Version 3.3.0
<PackageReference Include="dotNetRdf" Version="3.3.0" />
paket add dotNetRdf --version 3.3.0
#r "nuget: dotNetRdf, 3.3.0"
// Install dotNetRdf as a Cake Addin #addin nuget:?package=dotNetRdf&version=3.3.0 // Install dotNetRdf as a Cake Tool #tool nuget:?package=dotNetRdf&version=3.3.0
Welcome
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:
- User Guide - Series of articles detailing how to use various features of the library
- Developer Guide - Some advanced documentation
- API Documentation - Class-by-Class API documentation
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- dotNetRdf.Client (>= 3.3.0)
- dotNetRdf.Core (>= 3.3.0)
- dotNetRdf.Data.DataTables (>= 3.3.0)
- dotNetRdf.Dynamic (>= 3.3.0)
- dotNetRdf.Inferencing (>= 3.3.0)
- dotNetRdf.Ldf (>= 3.3.0)
- dotNetRdf.Ontology (>= 3.3.0)
- dotNetRdf.Query.FullText (>= 3.3.0)
- dotNetRdf.Query.Spin (>= 3.3.0)
- dotNetRdf.Shacl (>= 3.3.0)
- dotNetRdf.Skos (>= 3.3.0)
- dotNetRdf.Writing.HtmlSchema (>= 3.3.0)
NuGet packages (54)
Showing the top 5 NuGet packages that depend on dotNetRdf:
Package | Downloads |
---|---|
Semiodesk.Trinity
Enterprise ready object mapper for developing RDF knowledge graph applications with .NET |
|
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. |
|
COLID.Exception
Package Description |
|
slp.evi
.NET implementation of an RDB2RDF storage based on R2RML mapping file |
|
Record
A library for using records. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on dotNetRdf:
Repository | Stars |
---|---|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
|
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.3.0 | 1,903 | 10/17/2024 |
3.3.0-pre002 | 76 | 10/15/2024 |
3.3.0-pre001 | 74 | 10/14/2024 |
3.2.1 | 18,479 | 7/17/2024 |
3.2.0 | 9,128 | 6/11/2024 |
3.2.0-tags-v3-2-0-pre-0001 | 88 | 6/10/2024 |
3.1.1 | 57,274 | 10/7/2023 |
3.1.0 | 5,439 | 9/10/2023 |
3.0.1 | 6,338 | 8/11/2023 |
3.0.0 | 67,526 | 3/19/2023 |
3.0.0-rc0008 | 1,330 | 3/14/2023 |
3.0.0-rc0007 | 1,184 | 3/12/2023 |
3.0.0-rc0006 | 1,415 | 3/6/2023 |
3.0.0-rc0004 | 3,826 | 8/16/2022 |
3.0.0-rc0003 | 1,210 | 8/14/2022 |
3.0.0-rc0002 | 1,286 | 8/11/2022 |
3.0.0-rc0001 | 2,250 | 8/7/2022 |
2.7.5 | 262,361 | 7/13/2022 |
2.7.4 | 52,056 | 4/28/2022 |
2.7.3 | 2,974 | 4/23/2022 |
2.7.2 | 93,727 | 7/10/2021 |
2.7.1 | 15,910 | 6/12/2021 |
2.7.1-pre0001 | 1,836 | 6/12/2021 |
2.7.0 | 40,310 | 3/27/2021 |
2.6.4 | 7,170 | 3/13/2021 |
2.6.3 | 4,324 | 3/6/2021 |
2.6.3-update-dependenc0001 | 2,015 | 3/13/2021 |
2.6.3-issue-369-368-0001 | 1,908 | 3/13/2021 |
2.6.3-issue-366-0001 | 1,935 | 3/6/2021 |
2.6.3-issue-344-0001 | 1,972 | 3/13/2021 |
2.6.2 | 7,063 | 2/22/2021 |
2.6.2-pre0009 | 1,985 | 2/22/2021 |
2.6.2-pre0008 | 1,935 | 2/22/2021 |
2.6.2-pre0007 | 1,898 | 2/22/2021 |
2.6.1 | 54,085 | 11/26/2020 |
2.6.0 | 20,688 | 7/28/2020 |
2.6.0-pre0001 | 2,045 | 7/20/2020 |
2.5.1 | 29,812 | 4/24/2020 |
2.5.0 | 20,089 | 4/10/2020 |
2.5.0-pre0001 | 2,116 | 4/9/2020 |
2.4.0 | 76,463 | 1/31/2020 |
2.4.0-pre0005 | 2,236 | 1/17/2020 |
2.4.0-pre0004 | 2,167 | 1/3/2020 |
2.3.0 | 88,592 | 12/10/2019 |
2.3.0-pre0003 | 2,107 | 12/10/2019 |
2.3.0-pre0002 | 2,303 | 12/2/2019 |
2.3.0-pre0001 | 2,256 | 11/29/2019 |
2.2.0 | 151,908 | 2/8/2019 |
2.2.0-pre0002 | 2,939 | 2/7/2019 |
2.2.0-pre0001 | 2,576 | 11/25/2018 |
2.1.0 | 66,019 | 6/7/2018 |
2.1.0-pre0003 | 2,608 | 6/7/2018 |
2.1.0-pre0001 | 3,804 | 5/18/2018 |
2.0.1 | 38,159 | 1/21/2018 |
2.0.1-pre0001 | 2,758 | 1/21/2018 |
2.0.0 | 7,744 | 1/10/2018 |
2.0.0-pre0010 | 3,107 | 11/16/2017 |
2.0.0-pre0009 | 1,729 | 11/3/2017 |
2.0.0-pre0008 | 2,596 | 10/18/2017 |
2.0.0-pre0007 | 2,676 | 6/23/2017 |
2.0.0-pre0006 | 1,569 | 6/23/2017 |
1.0.13 | 23,864 | 1/11/2018 |
1.0.13-pre8 | 2,520 | 11/27/2017 |
1.0.13-pre7 | 3,354 | 3/24/2017 |
1.0.13-pre6 | 3,173 | 9/30/2016 |
1.0.13-pre5 | 2,570 | 9/30/2016 |
1.0.13-pre4 | 2,545 | 9/26/2016 |
1.0.13-pre3 | 1,566 | 9/2/2016 |
1.0.13-pre2 | 1,600 | 8/31/2016 |
1.0.13-pre1 | 1,569 | 8/30/2016 |
1.0.12 | 110,680 | 8/4/2016 |
1.0.11 | 6,736 | 6/23/2016 |
1.0.10 | 3,727 | 5/30/2016 |
1.0.10-prerelease02 | 2,531 | 5/7/2016 |
1.0.10-prerelease01 | 3,213 | 10/15/2015 |
1.0.9.3683 | 46,453 | 7/24/2015 |
1.0.9-prerelease02 | 3,027 | 7/10/2015 |
1.0.9-prerelease01 | 1,633 | 7/10/2015 |
1.0.8.3533 | 195,028 | 3/20/2015 |
1.0.8-prerelease1 | 2,036 | 2/18/2015 |
1.0.8-prerelease02 | 1,660 | 3/12/2015 |
1.0.7.3471 | 5,905 | 11/21/2014 |
1.0.6.3421 | 12,417 | 8/8/2014 |
1.0.6-prerelease01 | 2,872 | 7/8/2014 |
1.0.5.3315 | 8,308 | 5/23/2014 |
1.0.5-prerelease03 | 2,763 | 5/22/2014 |
1.0.5-prerelease02 | 3,396 | 5/2/2014 |
1.0.5-prerelease01 | 2,719 | 5/2/2014 |
1.0.4.3225 | 7,790 | 3/14/2014 |
1.0.3 | 7,599 | 1/17/2014 |
1.0.3-prerelease | 2,634 | 1/16/2014 |
1.0.2.2880 | 6,299 | 11/14/2013 |
1.0.1.2809 | 3,703 | 10/10/2013 |
1.0.1-RC2 | 3,304 | 7/5/2013 |
1.0.1-portableRC1 | 1,909 | 6/14/2013 |
1.0.0.2533 | 5,037 | 6/4/2013 |
1.0.0.2473 | 6,092 | 5/6/2013 |
0.9.0.2110 | 7,190 | 1/30/2013 |
0.8.2 | 10,560 | 11/30/2012 |
0.8.1 | 3,529 | 11/27/2012 |
0.8.0 | 3,647 | 11/26/2012 |
0.7.2 | 3,646 | 9/25/2012 |
0.7.1 | 3,951 | 7/27/2012 |
0.7.0 | 3,936 | 7/4/2012 |
0.6.2 | 3,386 | 4/1/2012 |
0.6.1 | 4,180 | 3/4/2012 |
0.6.0 | 3,512 | 2/19/2012 |
0.5.1 | 3,689 | 11/30/2011 |
0.5.0 | 4,199 | 9/9/2011 |
0.4.1 | 19,633 | 9/8/2011 |