dotNetRDF.Core 1.9.0-alpha01

This is a prerelease version of dotNetRDF.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package dotNetRDF.Core --version 1.9.0-alpha01
NuGet\Install-Package dotNetRDF.Core -Version 1.9.0-alpha01
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.Core" Version="1.9.0-alpha01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotNetRDF.Core --version 1.9.0-alpha01
#r "nuget: dotNetRDF.Core, 1.9.0-alpha01"
#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.Core as a Cake Addin
#addin nuget:?package=dotNetRDF.Core&version=1.9.0-alpha01&prerelease

// Install dotNetRDF.Core as a Cake Tool
#tool nuget:?package=dotNetRDF.Core&version=1.9.0-alpha01&prerelease

ALPHA Release - dotNetRDF.Core is a new slimmed down core data model for dotNetRDF that includes the basic APIs for representing Nodes, Triples, Quads, Graphs and Graph Stores.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on dotNetRDF.Core:

Package Downloads
dotNetRdf

This package installs all of the dotNetRDF packages.

dotNetRdf.Query.FullText

Provides Full Text SPARQL support as a plugin for the dotNetRDF Leviathan SPARQL Engine using Lucene.Net

dotNetRdf.Data.DataTables

Package which allow integrating dotNetRDF with System.Data.DataTable

dotNetRdf.Query.Spin

A library which provides a full SPIN implementation using dotNetRDF's Leviathan SPARQL engine

dotNetRdf.Data.Virtuoso

Provides support for using OpenLink Virtuoso as a backend triplestore with dotNetRDF

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 35,668 10/7/2023
3.1.0 7,020 9/10/2023
3.0.1 8,088 8/11/2023
3.0.0 63,423 3/19/2023
3.0.0-rc0008 3,465 3/14/2023
3.0.0-rc0007 3,377 3/12/2023
3.0.0-rc0006 3,627 3/6/2023
3.0.0-rc0004 6,200 8/16/2022
3.0.0-rc0003 3,407 8/14/2022
3.0.0-rc0002 3,496 8/11/2022
1.9.0-alpha01 1,852 5/29/2015

This is an **ALPHA** release intended as a developer preview, while this library is relatively stable and well tested other libraries in the 1.9 Alpha may not be

- Slimmed down Core API
- INode sub-interfaces consolidated into single INode interface
- INode no longer graph scoped
- New Quad class
- IGraphStore replaces ITripleStore
- Support for RDF 1.1
- Blank nodes now identified by Guid's
- Simplified IGraph interface