dotNetRDF.Core
1.9.0-alpha01
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
<PackageReference Include="dotNetRDF.Core" Version="1.9.0-alpha01" />
paket add dotNetRDF.Core --version 1.9.0-alpha01
#r "nuget: dotNetRDF.Core, 1.9.0-alpha01"
// 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 | Versions 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. |
-
- VDS.Common (= 1.5.0)
NuGet packages (22)
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.Ontology
Provides a convenience API for creating RDF graphs that contain RDF Schema/Ontology data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.0 | 4,769 | 10/17/2024 |
3.3.0-pre002 | 329 | 10/15/2024 |
3.3.0-pre001 | 334 | 10/14/2024 |
3.2.1 | 26,017 | 7/17/2024 |
3.2.0 | 10,429 | 6/11/2024 |
3.2.0-tags-v3-2-0-pre-0001 | 424 | 6/10/2024 |
3.1.1 | 66,818 | 10/7/2023 |
3.1.0 | 7,503 | 9/10/2023 |
3.0.1 | 9,108 | 8/11/2023 |
3.0.0 | 78,574 | 3/19/2023 |
3.0.0-rc0008 | 3,631 | 3/14/2023 |
3.0.0-rc0007 | 3,567 | 3/12/2023 |
3.0.0-rc0006 | 3,816 | 3/6/2023 |
3.0.0-rc0004 | 6,433 | 8/16/2022 |
3.0.0-rc0003 | 3,586 | 8/14/2022 |
3.0.0-rc0002 | 3,687 | 8/11/2022 |
1.9.0-alpha01 | 1,893 | 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