-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Check 3D visualizations from entity schemas #46
Comments
Some Wikidata schemas still behave weirdly or return slightly different data (note that not all of them, i.e.: https://wikishape.weso.es/schema?id=E21), further research and more user-friendly error handling is needed. |
Now that I think about it, maybe @fidalgoLXXVI can shed us some light on the issue and why it happens on some of the schemas 🤔 |
3DShex works in the latest version, so it is a matter of updating. Seems that when fixing the latest error in RDFShape such update was rolled back, so it is still pending. Shumlex does indeed crash, in a rather uninteresting way: unsupported character (#). Mermaid has always been a pain in that regard. |
I've updated 3DShex in both RDFShape and WikiShape and deployed the new versions. Results are certainly different but I'd say they are still not right. |
New version of shumlex, by the way. |
For what I can see in the screenshots, the API server is not launched in your local environment, thus the network error. If the API is down, the validations/conversions are not attempted (even if performed locally like 3dshex, shumlex, etc.). What I normally do for testing purposes is using RDFShape API's docker image to have it locally running in the background in port 8080. This does the trick:
By default, clients fetch the API in port 8080 so no files should be changed. EDIT: Another possibility is that errors are indeed occurring but the client defaults to show the ambiguous |
Well, then it is even more crear than before that 3dshex works perfectly and that the issues probably lie in how we're styling the visualization in RDFShape to fit it inside a container (instead of using 100% of the screen). It'd be great if you could take a look and try to diagnose what the CSS issue is, I mean, you are more acquainted with 3dshex than anyone. I'd be glad to help (maybe arrange a call) troubleshooting too. |
Through the library itself, we are able to set a custom container size for the graph. So i have added a new parameter for such purpose:
Now, we'd need to call this one with the proper values and remove whatever measures were being taken later. For that I'll need your help |
Thanks a ton, I'll keep you updated through this issue |
I tried to visualize E37 in 3D but it failed: https://wikishape.weso.es/schema?id=E37
The text was updated successfully, but these errors were encountered: