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 (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)
- 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