sparqlalgebrajs
Advanced tools
Comparing version 0.6.1 to 0.6.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const Algebra = require("./algebra"); | ||
const factory_1 = require("./factory"); | ||
const Factory_1 = require("./Factory"); | ||
const DataFactory = require("rdf-data-model"); | ||
@@ -23,3 +23,3 @@ const Parser = require('sparqljs').Parser; | ||
options = options || {}; | ||
factory = new factory_1.default(options.dataFactory || DataFactory); | ||
factory = new Factory_1.default(options.dataFactory || DataFactory); | ||
return translateQuery(sparql, options.quads); | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Convert SPARQL to SPARL algebra", | ||
@@ -5,0 +5,0 @@ "author": "Joachim Van Herwegen", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package