dotNetRDF 1.0.8.3533

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

// Install dotNetRDF as a Cake Tool
#tool nuget:?package=dotNetRDF&version=1.0.8.3533

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 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. 
Silverlight sl4 is compatible.  sl4-wp is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on dotNetRDF:

Repository Stars
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,938 3/20/2015
1.0.8-prerelease1 55 2/18/2015
1.0.8-prerelease02 43 3/12/2015
1.0.7.3471 1,494 11/21/2014
1.0.6.3421 1,348 8/8/2014
1.0.6-prerelease01 111 7/8/2014
1.0.5.3315 619 5/23/2014
1.0.5-prerelease03 54 5/22/2014
1.0.5-prerelease02 69 5/2/2014
1.0.5-prerelease01 55 5/2/2014
1.0.4.3225 232 3/14/2014
1.0.3 202 1/17/2014
1.0.3-prerelease 53 1/16/2014
1.0.2.2880 166 11/14/2013
1.0.1.2809 72 10/10/2013
1.0.1-RC2 47 7/5/2013
1.0.1-portableRC1 49 6/14/2013
1.0.0.2533 95 6/4/2013
1.0.0.2473 196 5/6/2013
0.9.0.2110 189 1/30/2013
0.8.2 77 11/30/2012
0.8.1 51 11/27/2012
0.8.0 49 11/26/2012
0.7.2 71 9/25/2012
0.7.1 54 7/27/2012
0.7.0 79 7/4/2012
0.6.2 52 4/1/2012
0.6.1 54 3/4/2012
0.6.0 51 2/19/2012
0.5.1 56 11/30/2011
0.5.0 53 9/9/2011
0.4.1 56 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)
- Fix possible exception when evaluating a query with a ORDER BY and LIMIT over a cross product (CORE-437)
- Lazy query evaluation can cause an apparent infinite loop (i.e. extremely slow query evaluation) in some cases (CORE-439)
- Fix bug where HAVING clause that used aggregates could fail to evaluate correctly if project expressions were also used (CORE-440)
- Fix bug in evaluation of the zero length portion of * paths causing incorrect results (CORE-441)
- Fix typo in MIME type definitions for NTriples
- Upgrade PCL build to Profile 328
- Upgrade Dependencies to latest versions