marfersel / LODI

Linked Open Data Inspector
12 stars 3 forks source link

Force n3 v0.11.3 and Dockerfile #3

Closed mosoriob closed 5 years ago

mosoriob commented 5 years ago

The latest version of n3 generates an error

/Users/mosorio/repos/isi/lodi/LODI/app/configuration.js:47 if (triple.predicate.includes(confPrefix)){ ^ TypeError: triple.predicate.includes is not a function at N3Parser._callback (/Users/mosorio/repos/isi/lodi/LODI/app/configuration.js:47:34) at N3Parser._emit (/Users/mosorio/repos/isi/lodi/LODI/node_modules/n3/lib/N3Parser.js:792:10) at N3Parser._readPunctuation (/Users/mosorio/repos/isi/lodi/LODI/node_modules/n3/lib/N3Parser.js:567:14) at /Users/mosorio/repos/isi/lodi/LODI/node_modules/n3/lib/N3Parser.js:930:35 at N3Lexer._tokenizeToEnd (/Users/mosorio/repos/isi/lodi/LODI/node_modules/n3/lib/N3Lexer.js:360:7) at ReadStream. (/Users/mosorio/repos/isi/lodi/LODI/node_modules/n3/lib/N3Lexer.js:454:18) at ReadStream.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:260:13) at ReadStream.Readable.push (_stream_readable.js:219:10)

marfersel commented 5 years ago

Thank you for your contribution! Let me know if you have more needs. I am also interested in where you are using LODI, just curious.