LITEQ.RDF
0.8.15
dotnet add package LITEQ.RDF --version 0.8.15
NuGet\Install-Package LITEQ.RDF -Version 0.8.15
<PackageReference Include="LITEQ.RDF" Version="0.8.15" />
paket add LITEQ.RDF --version 0.8.15
#r "nuget: LITEQ.RDF, 0.8.15"
// 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 | Versions 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. |
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,170 | 9/12/2014 |
0.8.14 | 1,628 | 9/12/2014 |
0.8.13 | 1,568 | 8/26/2014 |
0.8.12 | 1,531 | 8/21/2014 |
0.8.11 | 1,557 | 8/21/2014 |
0.8.10 | 1,613 | 8/21/2014 |
0.8.9 | 2,544 | 8/21/2014 |
0.8.8 | 2,563 | 8/21/2014 |
0.8.7 | 1,508 | 8/21/2014 |
0.8.6 | 1,566 | 8/21/2014 |
0.8.5 | 1,628 | 8/20/2014 |
0.8.4 | 1,580 | 8/19/2014 |
0.8.3 | 1,484 | 8/18/2014 |
0.8.2 | 1,585 | 8/18/2014 |
0.8.1 | 1,529 | 8/18/2014 |
0.8.0 | 1,574 | 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.