DynamicSPARQL 1.0.2.2

dotnet add package DynamicSPARQL --version 1.0.2.2
                    
NuGet\Install-Package DynamicSPARQL -Version 1.0.2.2
                    
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="DynamicSPARQL" Version="1.0.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DynamicSPARQL" Version="1.0.2.2" />
                    
Directory.Packages.props
<PackageReference Include="DynamicSPARQL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DynamicSPARQL --version 1.0.2.2
                    
#r "nuget: DynamicSPARQL, 1.0.2.2"
                    
#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.
#addin nuget:?package=DynamicSPARQL&version=1.0.2.2
                    
Install DynamicSPARQL as a Cake Addin
#tool nuget:?package=DynamicSPARQL&version=1.0.2.2
                    
Install DynamicSPARQL as a Cake Tool

Dynamically scaffolds SPARQL queries. Please visit project wiki pages https://github.com/Efimster/DynamicSPARQL/wiki

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

NuGet packages (3)

Showing the top 3 NuGet packages that depend on DynamicSPARQL:

Package Downloads
DynamicSPARQL.BrightstarDB

DynamicSPARQL BrightstarDB connector binds BrightstarDB with DynamicSPARQL

LINQtoSPARQL

LINQtoSPARQL is specific LINQ to SPARQL. Dynamically scaffolds SPARQL queries by using LINQ style. Built on top of DynamicSPARQL project https://github.com/Efimster/DynamicSPARQL/wiki. Please visit project wiki pages https://github.com/Efimster/LINQtoSPARQL/wiki .

DynamicSPARQL.dotNetRDF

DynamicSPARQL dotNetRDF connector binds dotNetRDF with DynamicSPARQL

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2.2 3,038 9/13/2014
1.0.2.1 2,452 5/5/2014
1.0.2 1,218 5/5/2014
1.0.1.5 1,532 3/23/2014
1.0.1.3 1,287 1/22/2014
1.0.1.2 1,450 1/17/2014
1.0.1.1 1,413 1/8/2014
1.0.0.2 1,733 11/24/2013
1.0.0.1 1,493 11/20/2013

Adds graph management DROP operation