sparqlgpviz
sparqlgpviz copied to clipboard
Inverse properties fail in chains
Thanks for the nice tool!
Putting inverse properties in chains fails:
PREFIX ex:<http://example.com/ex/>
SELECT DISTINCT *
WHERE {
?resource1 ^ex:prop1/ex:prop2 ?resource2 .
}
Unchained inverse properties work fine.