We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running the t2wml GUI locally. When I try to wikify some cell values, the wikifier GUI does not show the label and descriptions for the QNODES
t2wml
wikifier
Upon further inspection, it looks like the browser is not sending the request at all,
The SPARQL endpoint seems to be working btw, confirm that by clicking here, https://dsbox02.isi.edu:8888/bigdata/namespace/wdq/sparql?format=json&query=SELECT%20%3Fqnode%20%28MIN%28%3Flabel%29%20AS%20%3Flabel%29%20%28MIN%28%3Fdesc%29%20AS%20%3Fdesc%29%20WHERE%20%7B%0A%20%20VALUES%20%3Fqnode%20%7B%20wd%3AQ213854%20wd%3AQ9488%20wd%3AQ470774%20wd%3AQ16227998%20wd%3AQ137669%20wd%3AQ3520045%20wd%3AQ2003153%20wd%3AQ2721457%20wd%3AQ21622311%20wd%3AQ7487024%20wd%3AQ142613%20wd%3AQ3522062%20wd%3AQ7487531%7D%0A%20%20%3Fqnode%20rdfs%3Alabel%20%3Flabel%3B%20%3Chttp%3A%2F%2Fschema.org%2Fdescription%3E%20%3Fdesc.%0A%20%20FILTER%20%28langMatches%28lang%28%3Flabel%29%2C%22EN%22%29%29%0A%20%20FILTER%20%28langMatches%28lang%28%3Fdesc%29%2C%22EN%22%29%29%0A%7D%0AGROUP%20BY%20%3Fqnode
The Wikifier GUI component seems to be at fault, I tried this in Chrome and Firefox. Pedro tried it in Safari.
Wikifier
Please take a look
The text was updated successfully, but these errors were encountered:
Works in current version
Sorry, something went wrong.
JiashengWu
No branches or pull requests
I am running the
t2wml
GUI locally. When I try to wikify some cell values, thewikifier
GUI does not show the label and descriptions for the QNODESUpon further inspection, it looks like the browser is not sending the request at all,
The SPARQL endpoint seems to be working btw, confirm that by clicking here,
https://dsbox02.isi.edu:8888/bigdata/namespace/wdq/sparql?format=json&query=SELECT%20%3Fqnode%20%28MIN%28%3Flabel%29%20AS%20%3Flabel%29%20%28MIN%28%3Fdesc%29%20AS%20%3Fdesc%29%20WHERE%20%7B%0A%20%20VALUES%20%3Fqnode%20%7B%20wd%3AQ213854%20wd%3AQ9488%20wd%3AQ470774%20wd%3AQ16227998%20wd%3AQ137669%20wd%3AQ3520045%20wd%3AQ2003153%20wd%3AQ2721457%20wd%3AQ21622311%20wd%3AQ7487024%20wd%3AQ142613%20wd%3AQ3522062%20wd%3AQ7487531%7D%0A%20%20%3Fqnode%20rdfs%3Alabel%20%3Flabel%3B%20%3Chttp%3A%2F%2Fschema.org%2Fdescription%3E%20%3Fdesc.%0A%20%20FILTER%20%28langMatches%28lang%28%3Flabel%29%2C%22EN%22%29%29%0A%20%20FILTER%20%28langMatches%28lang%28%3Fdesc%29%2C%22EN%22%29%29%0A%7D%0AGROUP%20BY%20%3Fqnode
The
Wikifier
GUI component seems to be at fault, I tried this in Chrome and Firefox. Pedro tried it in Safari.Please take a look
The text was updated successfully, but these errors were encountered: