LITEQ.RDF 0.8.15

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

// Install LITEQ.RDF as a Cake Tool
#tool nuget:?package=LITEQ.RDF&version=0.8.15

LITEQ is a type provider for RDF data / SPARQL endpoints. It features a property based type provider intended to work with SPARQL endpoints that don't provide any schema and NPQL, the node path query language, that provides a simple graph traversal based query language that gets translated into SPARQL queries. Additionally, it provides type mapping from RDFS classes into F# types.

Product Compatible and additional computed target framework versions.
.NET Framework net40 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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.15 2,070 9/12/2014
0.8.14 1,540 9/12/2014
0.8.13 1,489 8/26/2014
0.8.12 1,445 8/21/2014
0.8.11 1,488 8/21/2014
0.8.10 1,525 8/21/2014
0.8.9 2,262 8/21/2014
0.8.8 2,338 8/21/2014
0.8.7 1,444 8/21/2014
0.8.6 1,480 8/21/2014
0.8.5 1,528 8/20/2014
0.8.4 1,503 8/19/2014
0.8.3 1,409 8/18/2014
0.8.2 1,480 8/18/2014
0.8.1 1,471 8/18/2014
0.8.0 1,494 8/14/2014

Fixed problems that occur when a data source states multiple domains for its properties.
       Also allowed passing the necessary values directly instead of relying on the configuration file.