sparqlalgebrajs
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -87,3 +87,3 @@ "use strict"; | ||
} | ||
return { termType: 'NamedNode', value: str }; | ||
return this.dataFactory.namedNode(str); | ||
} | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"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
38832