dotNetRDF 1.0.8-prerelease1
See the version list below for details.
dotnet add package dotNetRDF --version 1.0.8-prerelease1
NuGet\Install-Package dotNetRDF -Version 1.0.8-prerelease1
<PackageReference Include="dotNetRDF" Version="1.0.8-prerelease1" />
paket add dotNetRDF --version 1.0.8-prerelease1
#r "nuget: dotNetRDF, 1.0.8-prerelease1"
// Install dotNetRDF as a Cake Addin #addin nuget:?package=dotNetRDF&version=1.0.8-prerelease1&prerelease // Install dotNetRDF as a Cake Tool #tool nuget:?package=dotNetRDF&version=1.0.8-prerelease1&prerelease
dotNetRDF is a RDF, SPARQL and Semantic Web API for .Net. It provides simple but powerfully extensible APIs for this and integrates with a variety of popular triple stores.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net35-client is compatible. 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. |
-
.NETFramework 3.5
- HtmlAgilityPack (>= 1.4.9)
- Newtonsoft.Json (>= 6.0.8)
- VDS.Common (= 1.5.0)
-
.NETFramework 3.5 Client
- HtmlAgilityPack (>= 1.4.9)
- Newtonsoft.Json (>= 6.0.8)
- VDS.Common (= 1.5.0)
-
.NETFramework 4.0
- HtmlAgilityPack (>= 1.4.9)
- Newtonsoft.Json (>= 6.0.8)
- VDS.Common (= 1.5.0)
-
.NETFramework 4.0 Client
- HtmlAgilityPack (>= 1.4.9)
- Newtonsoft.Json (>= 6.0.8)
- VDS.Common (= 1.5.0)
-
Portable Class Library (MonoAndroid 1.0, MonoTouch 1.0, .NETFramework 4.0, Silverlight 4.0, Windows 0.0, WindowsPhone 8.0)
- Newtonsoft.Json (>= 6.0.8)
- VDS.Common (= 1.5.0)
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 |
---|---|---|
1.0.8.3533 | 2,939 | 3/20/2015 |
1.0.8-prerelease1 | 57 | 2/18/2015 |
1.0.8-prerelease02 | 44 | 3/12/2015 |
1.0.7.3471 | 1,495 | 11/21/2014 |
1.0.6.3421 | 1,349 | 8/8/2014 |
1.0.6-prerelease01 | 112 | 7/8/2014 |
1.0.5.3315 | 620 | 5/23/2014 |
1.0.5-prerelease03 | 55 | 5/22/2014 |
1.0.5-prerelease02 | 70 | 5/2/2014 |
1.0.5-prerelease01 | 57 | 5/2/2014 |
1.0.4.3225 | 233 | 3/14/2014 |
1.0.3 | 203 | 1/17/2014 |
1.0.3-prerelease | 55 | 1/16/2014 |
1.0.2.2880 | 168 | 11/14/2013 |
1.0.1.2809 | 73 | 10/10/2013 |
1.0.1-RC2 | 49 | 7/5/2013 |
1.0.1-portableRC1 | 51 | 6/14/2013 |
1.0.0.2533 | 96 | 6/4/2013 |
1.0.0.2473 | 197 | 5/6/2013 |
0.9.0.2110 | 190 | 1/30/2013 |
0.8.2 | 78 | 11/30/2012 |
0.8.1 | 53 | 11/27/2012 |
0.8.0 | 51 | 11/26/2012 |
0.7.2 | 72 | 9/25/2012 |
0.7.1 | 56 | 7/27/2012 |
0.7.0 | 81 | 7/4/2012 |
0.6.2 | 53 | 4/1/2012 |
0.6.1 | 55 | 3/4/2012 |
0.6.0 | 53 | 2/19/2012 |
0.5.1 | 57 | 11/30/2011 |
0.5.0 | 55 | 9/9/2011 |
0.4.1 | 58 | 9/8/2011 |
- Some SPARQL parsers did not handle bad URIs gracefully i.e. did not provide informative errors (CORE-432)
- SPARQL CSV parser reject variable names in header row if CSV quoted values are used (CORE-433)
- Accessing remote SPARQL endpoints could fail to include default and named graph parameters if POSTing the queries (CORE-434)
- Lazy query evaluation can cause an apparent infinite loop (i.e. extremely slow query evaluation) in some cases (CORE-439)
- Fix typo in MIME type definitions for NTriples
- Upgrade PCL build to Profile 328
- Upgrade Dependencies to latest versions