LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.

Home Page:http://linkeddatafragments.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Querying VIAF leads to errors

cKlee opened this issue · comments

This is a problem on the server side: it sends invalid Turtle (likely a problem with the VIAF HDT file). However, we should handle such errors more nicely on the client as well.

This commit already stops the flood of errors in the browser GUI.

This commit fixes recursive parser errors being thrown.

The client itself is fixed: it now deals correctly with incorrect datasources. I'll also repair the VIAF datasource such that it is valid again.