@comunica/actor-rdf-parse-rdfxml
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -14,3 +14,3 @@ "use strict"; | ||
action.input.on('error', (e) => quads.emit('error', e)); | ||
const quads = action.input.pipe(new rdfxml_streaming_parser_1.RdfXmlParser()); | ||
const quads = action.input.pipe(new rdfxml_streaming_parser_1.RdfXmlParser({ baseIRI: action.baseIRI })); | ||
return { | ||
@@ -17,0 +17,0 @@ quads, |
{ | ||
"name": "@comunica/actor-rdf-parse-rdfxml", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"description": "A rdfxml rdf-parse actor", | ||
@@ -42,3 +42,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-rdfxml", | ||
"devDependencies": { | ||
"@comunica/bus-rdf-parse": "^1.4.0", | ||
"@comunica/bus-rdf-parse": "^1.4.2", | ||
"@comunica/core": "^1.4.0" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "6a50d602495031e69912eb17988b5c8dc5152300" | ||
"gitHead": "433adda15a9847013a09f2da215f7324b7963258" | ||
} |
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
7176