-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitive path (e.g. "skos:broader+") toggle #625
Comments
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX : <http://example/>
SELECT ?person
{
:x foaf:knows+ ?person
} |
We can keep this issue open as the discussion already popped up several times. |
Two different properties hard-coded are the better design decision. However, they have to be created by the designer. Maybe a ∞ symbol next to the property to set the This would be dynamic, user-friendly, non-aggressive, and (maybe) not difficult to implement. |
This is exactly the point : the work for creating these should be (and currently is) on the designer side, not the user side. Adding an option in the UI is nice, but pushes the work of query design to the user, who would need to understand the structure of the graph, find this option in the UI, understand what it does, and know when he needs to apply it. We are not aiming at being a 100%-compatible SPARQL editor. We are aiming at providing a user-friendly graph semantic graph explorer. Let's keep the issue open anyway. |
Would it maybe be a good idea to add a visual toggle like for OPTIONAL or NOT EXISTS to render a PROPERTY PATH
elt+
for the property selected? It's of course possible to do that with a static sparqlstring already but a dynamic solution might be a benefit, especially for aowl:TransitiveProperty
reasoning, such asskos:broaderTransitive
(being an inference, not an assertion).The text was updated successfully, but these errors were encountered: