sparqlgpviz icon indicating copy to clipboard operation
sparqlgpviz copied to clipboard

Inverse properties fail in chains

Open webhart opened this issue 2 years ago • 0 comments

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.

webhart avatar Oct 10 '22 10:10 webhart