dotNetRdf.Query.Spin 3.1.1

dotnet add package dotNetRdf.Query.Spin --version 3.1.1
NuGet\Install-Package dotNetRdf.Query.Spin -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.Query.Spin" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotNetRdf.Query.Spin --version 3.1.1
#r "nuget: dotNetRdf.Query.Spin, 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.Query.Spin as a Cake Addin
#addin nuget:?package=dotNetRdf.Query.Spin&version=3.1.1

// Install dotNetRdf.Query.Spin as a Cake Tool
#tool nuget:?package=dotNetRdf.Query.Spin&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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on dotNetRdf.Query.Spin:

Package Downloads
dotNetRdf

This package installs all of the dotNetRDF packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 24,238 10/7/2023
3.1.0 5,291 9/10/2023
3.0.1 5,789 8/11/2023
3.0.0 52,883 3/19/2023
3.0.0-rc0008 1,577 3/14/2023
3.0.0-rc0007 1,405 3/12/2023
3.0.0-rc0006 1,671 3/6/2023
3.0.0-rc0004 4,061 8/16/2022
3.0.0-rc0003 1,452 8/14/2022
3.0.0-rc0002 1,498 8/11/2022
3.0.0-rc0001 577 8/7/2022
2.7.5 952 7/13/2022
2.7.4 923 4/28/2022
2.7.3 925 4/23/2022
2.7.2 972 7/10/2021
2.7.1 835 6/12/2021
2.7.1-pre0001 691 6/12/2021
2.7.0 984 3/27/2021
2.6.4 1,222 3/13/2021
2.6.3 1,131 3/6/2021
2.6.3-update-dependenc0001 742 3/13/2021
2.6.3-issue-369-368-0001 738 3/13/2021
2.6.3-issue-366-0001 718 3/6/2021
2.6.3-issue-344-0001 777 3/13/2021
2.6.2 930 2/22/2021
2.6.2-pre0009 693 2/22/2021
2.6.2-pre0008 710 2/22/2021
2.6.2-pre0007 710 2/22/2021
2.6.1 1,471 11/26/2020
2.6.0 1,149 7/28/2020
2.6.0-pre0001 775 7/20/2020
2.5.1 1,058 4/24/2020
2.5.0 1,009 4/10/2020
2.5.0-pre0001 888 4/9/2020
2.4.0 1,197 1/31/2020
2.4.0-pre0005 855 1/17/2020
2.4.0-pre0004 882 1/3/2020
2.3.0 1,046 12/10/2019
2.3.0-pre0003 872 12/10/2019
2.3.0-pre0002 908 12/2/2019
2.3.0-pre0001 890 11/29/2019
2.2.0 1,239 2/8/2019
2.2.0-pre0002 1,100 2/7/2019
2.2.0-pre0001 1,075 11/25/2018
2.1.0 1,499 6/7/2018
2.1.0-pre0003 1,220 6/7/2018
2.1.0-pre0001 1,257 5/18/2018
2.0.1 1,540 1/21/2018
2.0.1-pre0001 1,335 1/21/2018
2.0.0 1,638 1/10/2018
2.0.0-pre0010 1,231 11/16/2017
2.0.0-pre0009 1,259 11/3/2017
2.0.0-pre0008 1,266 10/18/2017
2.0.0-pre0007 1,298 6/23/2017