sparqlgpviz
sparqlgpviz copied to clipboard
SPARQL Graph Pattern Visualization
Thanks for the nice tool! Putting inverse properties in chains fails: ``` PREFIX ex: SELECT DISTINCT * WHERE { ?resource1 ^ex:prop1/ex:prop2 ?resource2 . } ``` Unchained inverse properties work fine.
I found your tool and felt it would be useful. I have honestly struggled with the installation (not being a python developer) so I thought I'd share so maybe you...
Hey, I got your tool working with some very basic queries, I am running in some issues using queries containing the FILTER function. This might also come down to the...