sparqlgpviz icon indicating copy to clipboard operation
sparqlgpviz copied to clipboard

SPARQL Graph Pattern Visualization

Results 3 sparqlgpviz issues
Sort by recently updated
recently updated
newest added

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...