You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
supports only http and urn IRIs. Could it not also treat any string enclosed in <, > as an absolute IRI as well? https should also be added to the regex (ideally all well-known protocols too).
This function
graphdb-workbench/src/js/angular/graphexplore/controllers/graphs-visualizations.controller.js
Line 754 in da05b3d
supports only http and urn IRIs. Could it not also treat any string enclosed in <, > as an absolute IRI as well? https should also be added to the regex (ideally all well-known protocols too).