Lucas_Werkmeister_WMDE added a comment.

  1. Even if it were unknown, this should not produce JS errors to console, it's a normal situation.

If the user uses unknown (non-standard) prefix without defining it, it'd be a nice idea to alert the user, but this a) should probably not happen inside SERVICE since it can be federation

I disagree. If you use an undefined prefix anywhere in your query, that’s an error, even if it’s only inside a SERVICE. That’s why this LinkedGeoData example query has to define an apparently redundant prefix:

PREFIX bif: <bif:>

Otherwise, our BlazeGraph will complain about the unknown bif:st_intersects function, even though the LinkedGeoData Virtuoso server really expects to see that as bif: (“built-in function”, apparently), not as an expanded URI.


TASK DETAIL
https://phabricator.wikimedia.org/T212822

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Smalyshev, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to