Open joernhees opened 7 years ago
@joernhees
A few issues:
[1] <> is an invalid predicate identifier
[2] The public DBpedia endpoint isn't configured to accept that kind of query hence the error
Alternative instances that produce solutions, using <#this> rather than <> :
thanks for the reply, good to see this actually works on other endpoints
i could bet i've seen <>
tons of times for property paths... if it's not valid, shouldn't the parser complain?
@joernhees ,
For Virtuoso, <> identifies a document (Location of Content that returns 200 OK on HTTP GET) which is why <#> or <#this> work. This isn't a parsing issue since it has more to do with the semantics of an identifier.
A query like
results in:
try yourself
Thing is: there are several direct edges, so i guess this is a bug in the query planner...
see also: http://stackoverflow.com/questions/43269978/use-sparql-property-path-on-dbpedia