mathib
                                            mathib
                                        
                                    See my earlier comment here: https://github.com/jbarrasa/neosemantics/issues/17#issuecomment-284061574 My issue was related with the wrong version of neo4j (needed zip install). If you have other problems then mentioned here, you should start...
Thanks. I've had a hard time finding just the existing PSDs and could indeed not find the XSD! Would be good to have it on a stable location. Maybe the...
OK, that was what I was also thinking :) this can only cause confusion!
I had the same issue with Cypress 13.6.0 on Windows 10 I use NVM-windows to manage my nodejs versions and this solution relies on symlinks for globally installed npm packages....
Great! Indeed, would be something with a toolbar then
Try to launch python v3 for that command instead of python v2. Something like `python3 -m http.server 8000` should start a local server on port 8000 (localhost:8000). Make sure the...
I can see the updated result. Compare with default on https://madsholten.github.io/sparql-visualizer/ Sometimes there might be some issues with the browser cache I think. In that case, try to delete it...
@MadsHolten : maybe good to add the license in the way Github recommends it: https://help.github.com/en/articles/adding-a-license-to-a-repository. Shouldn't be too much work :)
is there a possibility to use nesting with `mm:SkipIfEmptyLocation` in this case? I don't know what the right notation is (and if this is even possible)...
Well, I had a case where I could use the following successfully: ``` Class: @A* Annotations: foaf:depiction @B*(mm:SkipIfEmptyLocation) ``` but the result is then that the object of `foaf:depiction` is...